17 lines
420 B
PHP
17 lines
420 B
PHP
<?php
|
|
|
|
/**
|
|
* ⚠️ Editing not allowed except for 'en' language.
|
|
*
|
|
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
|
*/
|
|
|
|
return [
|
|
'type_birthday' => 'Gratuliere',
|
|
'type_phone_call' => 'Anrufen',
|
|
'type_lunch' => 'Essen gehen mit',
|
|
'type_hangout' => 'Treffen mit',
|
|
'type_email' => 'E-Mail',
|
|
'type_birthday_kid' => 'Gratuliere dem Kind von',
|
|
];
|