X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6ca8ccd330bc858aa6b8fa6e3ecd23fab013ffba..refs/pull/2283/head:/resources/lang/ar/common.php diff --git a/resources/lang/ar/common.php b/resources/lang/ar/common.php index 9c978b454..220b54892 100644 --- a/resources/lang/ar/common.php +++ b/resources/lang/ar/common.php @@ -1,31 +1,30 @@ 'إلغاء', 'confirm' => 'تأكيد', 'back' => 'رجوع', 'save' => 'حفظ', 'continue' => 'استمرار', 'select' => 'تحديد', + 'toggle_all' => 'Toggle All', 'more' => 'المزيد', - /** - * Form Labels - */ + // Form Labels 'name' => 'الاسم', 'description' => 'الوصف', 'role' => 'الدور', 'cover_image' => 'صورة الغلاف', 'cover_image_description' => 'الصورة يجب أن تكون مقاربة لحجم 440×250 بكسل.', - /** - * Actions - */ + // Actions 'actions' => 'إجراءات', 'view' => 'عرض', + 'view_all' => 'View All', 'create' => 'إنشاء', 'update' => 'تحديث', 'edit' => 'تعديل', @@ -34,15 +33,24 @@ return [ 'copy' => 'نسخ', 'reply' => 'رد', 'delete' => 'حذف', + 'delete_confirm' => 'Confirm Deletion', 'search' => 'بحث', 'search_clear' => 'مسح البحث', 'reset' => 'إعادة تعيين', 'remove' => 'إزالة', 'add' => 'إضافة', + 'fullscreen' => 'Fullscreen', - /** - * Misc - */ + // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', + 'sort_name' => 'Name', + 'sort_created_at' => 'Created Date', + 'sort_updated_at' => 'Updated Date', + + // Misc 'deleted_user' => 'حذف مستخدم', 'no_activity' => 'لا يوجد نشاط لعرضه', 'no_items' => 'لا توجد عناصر متوفرة', @@ -52,16 +60,21 @@ return [ 'details' => 'التفاصيل', 'grid_view' => 'عرض شبكي', 'list_view' => 'عرض منسدل', + 'default' => 'Default', + 'breadcrumb' => 'Breadcrumb', - /** - * Header - */ + // Header + 'profile_menu' => 'Profile Menu', 'view_profile' => 'عرض الملف الشخصي', 'edit_profile' => 'تعديل الملف الشخصي', + 'dark_mode' => 'Dark Mode', + 'light_mode' => 'Light Mode', + + // Layout tabs + 'tab_info' => 'Info', + 'tab_content' => 'Content', - /** - * Email Content - */ + // Email Content 'email_action_help' => 'إذا واجهتكم مشكلة بضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:', 'email_rights' => 'جميع الحقوق محفوظة', -]; \ No newline at end of file +];