]> BookStack Code Mirror - bookstack/blob - lang/ar/common.php
Dockerfile: Don't cache 50MB of lists and use a single layer, make it pretty
[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' => 'إغلاق',
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' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
24
25     // Actions
26     'actions' => 'إجراءات',
27     'view' => 'عرض',
28     'view_all' => 'عرض الكل',
29     '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' => 'ضبط',
45     'manage' => 'إدارة',
46     'fullscreen' => 'شاشة كاملة',
47     'favourite' => 'أضف إلى المفضلة',
48     'unfavourite' => 'إزالة من المفضلة',
49     'next' => 'التالي',
50     'previous' => 'السابق',
51     'filter_active' => 'الفلاتر المفعلة:',
52     'filter_clear' => 'مسح الفلاتر',
53     'download' => 'تنزيل',
54     'open_in_tab' => 'فتح في علامة تبويب',
55     'open' => 'فتح',
56
57     // Sort Options
58     'sort_options' => 'خيارات الفرز',
59     'sort_direction_toggle' => 'الفرز وفق الاتجاه',
60     'sort_ascending' => 'فرز تصاعدي',
61     'sort_descending' => 'فرز تنازلي',
62     'sort_name' => 'الاسم',
63     'sort_default' => 'افتراضي',
64     'sort_created_at' => 'تاريخ الإنشاء',
65     'sort_updated_at' => 'تاريخ التحديث',
66
67     // Misc
68     'deleted_user' => 'المستخدم المحذوف',
69     'no_activity' => 'لا يوجد نشاط لعرضه',
70     'no_items' => 'لا توجد عناصر متوفرة',
71     'back_to_top' => 'العودة إلى الأعلى',
72     'skip_to_main_content' => 'تخطى إلى المحتوى الرئيسي',
73     'toggle_details' => 'عرض / إخفاء التفاصيل',
74     'toggle_thumbnails' => 'عرض / إخفاء الصور المصغرة',
75     'details' => 'التفاصيل',
76     'grid_view' => 'عرض شبكي',
77     'list_view' => 'عرض منسدل',
78     'default' => 'افتراضي',
79     'breadcrumb' => 'شريط التنقل',
80     'status' => 'الحالة',
81     'status_active' => 'نشط',
82     'status_inactive' => 'غير نشط',
83     'never' => 'مطلقاً',
84     'none' => 'لا شَيْء',
85
86     // Header
87     'homepage' => 'الصفحة الرئيسية',
88     'header_menu_expand' => 'عرض القائمة',
89     'profile_menu' => 'قائمة ملف التعريف',
90     'view_profile' => 'عرض الملف الشخصي',
91     'edit_profile' => 'تعديل الملف الشخصي',
92     'dark_mode' => 'الوضع المظلم',
93     'light_mode' => 'الوضع المضيء',
94     'global_search' => 'البحث العام',
95
96     // Layout tabs
97     'tab_info' => 'معلومات',
98     'tab_info_label' => 'تبويب: إظهار المعلومات الثانوية',
99     'tab_content' => 'المحتوى',
100     'tab_content_label' => 'تبويب: إظهار المحتوى الأساسي',
101
102     // Email Content
103     'email_action_help' => 'إذا واجهتكم مشكلة عند ضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:',
104     'email_rights' => 'جميع الحقوق محفوظة',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'سياسة الخصوصية',
109     'terms_of_service' => 'اتفاقية شروط الخدمة',
110 ];