17 lines
500 B
PHP
17 lines
500 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',
|
|
];
|