]> BookStack Code Mirror - bookstack/blob - lang/ar/common.php
add tests for priority
[bookstack] / lang / ar / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'إلغاء',
9     'close' => 'Close',
10     'confirm' => 'تأكيد',
11     'back' => 'رجوع',
12     'save' => 'حفظ',
13     'continue' => 'استمرار',
14     'select' => 'تحديد',
15     'toggle_all' => 'تبديل الكل',
16     'more' => 'المزيد',
17
18     // Form Labels
19     'name' => 'الاسم',
20     'description' => 'الوصف',
21     'role' => 'الدور',
22     'cover_image' => 'صورة الغلاف',
23     'cover_image_description' => 'الصورة يجب أن تكون مقاربة لحجم 440×250 بكسل.',
24
25     // Actions
26     'actions' => 'إجراءات',
27     'view' => 'عرض',
28     'view_all' => 'عرض الكل',
29     'new' => 'New',
30     'create' => 'إنشاء',
31     'update' => 'تحديث',
32     'edit' => 'تعديل',
33     'sort' => 'سرد',
34     'move' => 'نقل',
35     'copy' => 'نسخ',
36     'reply' => 'رد',
37     'delete' => 'حذف',
38     'delete_confirm' => 'تأكيد الحذف',
39     'search' => 'بحث',
40     'search_clear' => 'مسح البحث',
41     'reset' => 'إعادة تعيين',
42     'remove' => 'إزالة',
43     'add' => 'إضافة',
44     'configure' => 'Configure',
45     'fullscreen' => 'شاشة كاملة',
46     'favourite' => 'Favourite',
47     'unfavourite' => 'Unfavourite',
48     'next' => 'Next',
49     'previous' => 'Previous',
50     'filter_active' => 'Active Filter:',
51     'filter_clear' => 'Clear Filter',
52     'download' => 'Download',
53     'open_in_tab' => 'Open in Tab',
54
55     // Sort Options
56     'sort_options' => 'خيارات الفرز',
57     'sort_direction_toggle' => 'الفرز وفق الاتجاه',
58     'sort_ascending' => 'فرز تصاعدي',
59     'sort_descending' => 'فرز تنازلي',
60     'sort_name' => 'الاسم',
61     'sort_default' => 'افتراضي',
62     'sort_created_at' => 'تاريخ الإنشاء',
63     'sort_updated_at' => 'تاريخ التحديث',
64
65     // Misc
66     'deleted_user' => 'المستخدم المحذوف',
67     'no_activity' => 'لا يوجد نشاط لعرضه',
68     'no_items' => 'لا توجد عناصر متوفرة',
69     'back_to_top' => 'العودة إلى الأعلى',
70     'skip_to_main_content' => 'Skip to main content',
71     'toggle_details' => 'عرض / إخفاء التفاصيل',
72     'toggle_thumbnails' => 'عرض / إخفاء الصور المصغرة',
73     'details' => 'التفاصيل',
74     'grid_view' => 'عرض شبكي',
75     'list_view' => 'عرض منسدل',
76     'default' => 'افتراضي',
77     'breadcrumb' => 'شريط التنقل',
78     'status' => 'Status',
79     'status_active' => 'Active',
80     'status_inactive' => 'Inactive',
81     'never' => 'Never',
82     'none' => 'None',
83
84     // Header
85     'homepage' => 'Homepage',
86     'header_menu_expand' => 'عرض القائمة',
87     'profile_menu' => 'قائمة ملف التعريف',
88     'view_profile' => 'عرض الملف الشخصي',
89     'edit_profile' => 'تعديل الملف الشخصي',
90     'dark_mode' => 'الوضع المظلم',
91     'light_mode' => 'الوضع المضيء',
92     'global_search' => 'Global Search',
93
94     // Layout tabs
95     'tab_info' => 'معلومات',
96     'tab_info_label' => 'تبويب: إظهار المعلومات الثانوية',
97     'tab_content' => 'المحتوى',
98     'tab_content_label' => 'تبويب: إظهار المحتوى الأساسي',
99
100     // Email Content
101     'email_action_help' => 'إذا واجهتكم مشكلة عند ضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:',
102     'email_rights' => 'جميع الحقوق محفوظة',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => 'سياسة الخصوصية',
107     'terms_of_service' => 'اتفاقية شروط الخدمة',
108 ];