Add text to the end of each list item in wp_list_categories

Use get_categories() (which returns an array of category objects rather than directly displaying them) instead of wp_list_categories, and loop through the results, outputting whatever you want.