If a language you operate in is not available as standard, then you can create your own translation. Here's how:
return [ 'meta' => [ 'name' => "Addon Name", 'descriptions' => "Addon descriptions", ] ];
Be careful not to delete any of the quotation marks (") around the text strings or the semi-colons on the ends of each line (;). Also should you want to use a quote character (") within your translated text, you must escape it - for example: \" The language files are written in PHP syntax so valid PHP code must be maintained.