How to get the Author type Label Language

I suggest you take a look at:
https://codex.wordpress.org/I18n_for_WordPress_Developers

You should probably just use a get_text function such as
$author = __(‘Author’);