Files
CRM/resources/lang/ar/dashboard.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

43 lines
1.8 KiB
PHP
Raw 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 [
'dashboard_blank_title' => 'مرحباً في حسابك!',
'dashboard_blank_description' => 'Monica هو المكان المناسب لتنظيم جميع التفاعلات لديك مع الأشخاص الذين تهتم بأمرهم.',
'dashboard_blank_cta' => 'أضف أول جهة اتصال لك',
'dashboard_blank_illustration' => 'الرسم التوضيحي بواسطة <a href=":url">Freepik</a>',
'notes_title' => 'لم تقم بتأشير أي ملاحظات بعد.',
'tab_recent_calls' => 'المكالمات الأخيرة',
'tab_favorite_notes' => 'الملاحظات المفضلة',
'tab_calls_blank' => 'لم تقم بتسجيل أي مكالمة بعد.',
'tab_debts' => 'الديون',
'tab_debts_blank' => 'لم تقم بتسجيل أي دَين بعد.',
'tab_tasks' => 'المهام',
'tab_tasks_blank' => 'ليس لديك أي مهمة حتى الآن.',
'tasks_add_task_placeholder' => 'What is this task about?',
'tasks_tab_your_contacts' => 'Tasks related to your contacts',
'tasks_tab_your_tasks' => 'Your tasks',
'tasks_add_note' => 'Press <kbd>Enter</kbd> to add the task.',
'task_add_cta' => 'Add a task',
'debts_you_owe' => 'أنت مدين',
'statistics_contacts' => 'جهات الإتصال',
'statistics_activities' => 'الأنشطة',
'statistics_gifts' => 'الهدايا',
'reminders_next_months' => 'الأحداث التي ستقام في الأشهر الثلاث المقبلة',
'reminders_none' => 'ا يوجد تذكير لهذا الشهر.',
'product_changes' => 'Product changes',
'product_view_details' => 'View details',
];