Files

54 lines
3.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'subject_line' => 'تذكير إلى :contact',
'greetings' => 'مرحباً :username',
'want_reminded_of' => 'لقد أردتَ أن يتم تذكيرك بـ:reason',
'for' => 'لـ: :name',
'comment' => 'تعليق: :comment',
'footer_contact_info' => 'أضف، عرض، أكمل، و قم بتغيير معلومات عن جهة الإتصال هذه:',
'footer_contact_info2' => 'عرض ملف :name الشخصي',
'footer_contact_info2_link' => 'See :names profile: :url',
'notification_subject_line' => 'لديك حدث قادم',
'notification_description' => 'في :count أيام ( في :date)، سوف يحصل الحدث التالي:',
'stay_in_touch_subject_line' => 'ابقى على إتصال مع :name',
'stay_in_touch_subject_description' => 'لقد طلبتَ أن يتم تذكيرك بالبقاء على اتصال مع :name كل :frequency يوم. | لقد طلبتَ أن يتم تذكيرك بالبقاء على اتصال مع :name كل :frequency أيام.',
'notifications_whoops' => 'المعذرة!',
'notifications_hello' => 'مرحباً!',
'notifications_regards' => 'مع خالص التحيات',
'notifications_footer' => 'إذا كنتَ تواجه مشكلة في الضغط على زر ":actionText"، انسخ والصق العنوان في متصفح الويب الخاص بك: [:actionURL](:actionURL)',
'notifications_rights' => 'جميع الحقوق محفوظة',
'confirmation_email_title' => 'Monica - تأكيد البريد الإلكتروني',
'confirmation_email_intro'=> 'لتأكيد بريدك اضغط على الزر أدناه',
'confirmation_email_button' => 'قم بتأكيد عنوان بريدك',
'confirmation_email_bottom' => 'If you did not create an account, no further action is required.',
'password_reset_title' => 'Monica Reset Password Notification',
'password_reset_intro' => 'You are receiving this email because we received a password reset request for your account.',
'password_reset_button' => 'Reset Password',
'password_reset_expiration' => 'This password reset link will expire in :count minutes.',
'password_reset_bottom' => 'If you did not request a password reset, no further action is required.',
'invitation_title' => 'Monica You are invited by :name',
'invitation_intro' => 'Youve been invited by :name (:email) to use Monica, a nice Personal Relationship Management tool.',
'invitation_link' => 'To accept the invitation, click on the link below:',
'invitation_button' => 'Accept invitation',
'invitation_expiration' => 'This link will expire in :count days.',
'export_title' => 'Your export is ready',
'export_description' => 'You requested a data export on :date. It is now ready to download.',
'export_download' => 'Download export',
];