]> BookStack Code Mirror - bookstack/blob - resources/lang/ar/common.php
Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fidelop...
[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' => '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' => 'View All',
28     'create' => 'إنشاء',
29     'update' => 'تحديث',
30     'edit' => 'تعديل',
31     'sort' => 'سرد',
32     'move' => 'نقل',
33     'copy' => 'نسخ',
34     'reply' => 'رد',
35     'delete' => 'حذف',
36     'search' => 'بحث',
37     'search_clear' => 'مسح البحث',
38     'reset' => 'إعادة تعيين',
39     'remove' => 'إزالة',
40     'add' => 'إضافة',
41
42     // Sort Options
43     'sort_options' => 'Sort Options',
44     'sort_direction_toggle' => 'Sort Direction Toggle',
45     'sort_ascending' => 'Sort Ascending',
46     'sort_descending' => 'Sort Descending',
47     'sort_name' => 'Name',
48     'sort_created_at' => 'Created Date',
49     'sort_updated_at' => 'Updated Date',
50
51     // Misc
52     'deleted_user' => 'حذف مستخدم',
53     'no_activity' => 'لا يوجد نشاط لعرضه',
54     'no_items' => 'لا توجد عناصر متوفرة',
55     'back_to_top' => 'العودة للبداية',
56     'toggle_details' => 'عرض / إخفاء التفاصيل',
57     'toggle_thumbnails' => 'عرض / إخفاء الصور المصغرة',
58     'details' => 'التفاصيل',
59     'grid_view' => 'عرض شبكي',
60     'list_view' => 'عرض منسدل',
61     'default' => 'Default',
62     'breadcrumb' => 'Breadcrumb',
63
64     // Header
65     'profile_menu' => 'Profile Menu',
66     'view_profile' => 'عرض الملف الشخصي',
67     'edit_profile' => 'تعديل الملف الشخصي',
68
69     // Layout tabs
70     'tab_info' => 'Info',
71     'tab_content' => 'Content',
72
73     // Email Content
74     'email_action_help' => 'إذا واجهتكم مشكلة بضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:',
75     'email_rights' => 'جميع الحقوق محفوظة',
76 ];