Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
17 lines
538 B
PHP
17 lines
538 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' => 'Поздравить с днём рождения',
|
||
'type_phone_call' => 'Позвонить',
|
||
'type_lunch' => 'Пообедать с',
|
||
'type_hangout' => 'Тусоваться с',
|
||
'type_email' => 'Адрес электронной почты',
|
||
'type_birthday_kid' => 'Wish happy birthday to the child of',
|
||
];
|