]> BookStack Code Mirror - bookstack/blob - resources/lang/ar/common.php
Add base64 image support
[bookstack] / resources / 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     'confirm' => 'تأكيد',
10     'back' => 'رجوع',
11     'save' => 'حفظ',
12     'continue' => 'استمرار',
13     'select' => 'تحديد',
14     'toggle_all' => 'تبديل الكل',
15     'more' => 'المزيد',
16
17     // Form Labels
18     'name' => 'الاسم',
19     'description' => 'الوصف',
20     'role' => 'الدور',
21     'cover_image' => 'صورة الغلاف',
22     'cover_image_description' => 'الصورة يجب أن تكون مقاربة لحجم 440×250 بكسل.',
23     
24     // Actions
25     'actions' => 'إجراءات',
26     'view' => 'عرض',
27     'view_all' => 'عرض الكل',
28     'create' => 'إنشاء',
29     'update' => 'تحديث',
30     'edit' => 'تعديل',
31     'sort' => 'سرد',
32     'move' => 'نقل',
33     'copy' => 'نسخ',
34     'reply' => 'رد',
35     'delete' => 'حذف',
36     'delete_confirm' => 'تأكيد الحذف',
37     'search' => 'بحث',
38     'search_clear' => 'مسح البحث',
39     'reset' => 'إعادة تعيين',
40     'remove' => 'إزالة',
41     'add' => 'إضافة',
42     'fullscreen' => 'شاشة كاملة',
43
44     // Sort Options
45     'sort_options' => 'خيارات الترتيب',
46     'sort_direction_toggle' => 'الترتيب وفق الإتجاه',
47     'sort_ascending' => 'فرز تصاعدي',
48     'sort_descending' => 'فرز تنازلي',
49     'sort_name' => 'الاسم',
50     'sort_default' => 'Default',
51     'sort_created_at' => 'تاريخ الإنشاء',
52     'sort_updated_at' => 'تاريخ التحديث',
53
54     // Misc
55     'deleted_user' => 'حذف مستخدم',
56     'no_activity' => 'لا يوجد نشاط لعرضه',
57     'no_items' => 'لا توجد عناصر متوفرة',
58     'back_to_top' => 'العودة للبداية',
59     'toggle_details' => 'عرض / إخفاء التفاصيل',
60     'toggle_thumbnails' => 'عرض / إخفاء الصور المصغرة',
61     'details' => 'التفاصيل',
62     'grid_view' => 'عرض شبكي',
63     'list_view' => 'عرض منسدل',
64     'default' => 'افتراضي',
65     'breadcrumb' => 'شريط التنقل',
66
67     // Header
68     'header_menu_expand' => 'Expand Header Menu',
69     'profile_menu' => 'قائمة ملف التعريف',
70     'view_profile' => 'عرض الملف الشخصي',
71     'edit_profile' => 'تعديل الملف الشخصي',
72     'dark_mode' => 'الوضع المظلم',
73     'light_mode' => 'الوضع المضيء',
74
75     // Layout tabs
76     'tab_info' => 'معلومات',
77     'tab_info_label' => 'Tab: Show Secondary Information',
78     'tab_content' => 'المحتوى',
79     'tab_content_label' => 'Tab: Show Primary Content',
80
81     // Email Content
82     'email_action_help' => 'إذا واجهتكم مشكلة بضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:',
83     'email_rights' => 'جميع الحقوق محفوظة',
84
85     // Footer Link Options
86     // Not directly used but available for convenience to users.
87     'privacy_policy' => 'Privacy Policy',
88     'terms_of_service' => 'Terms of Service',
89 ];