0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-18 10:28:43 +00:00

New translations editor.php (Arabic)

This commit is contained in:
Dan Brown 2025-03-20 19:04:48 +00:00
parent 95a1c7392f
commit b030b98ac5

View file

@ -13,7 +13,7 @@ return [
'cancel' => 'إلغاء', 'cancel' => 'إلغاء',
'save' => 'حفظ', 'save' => 'حفظ',
'close' => 'إغلاق', 'close' => 'إغلاق',
'apply' => 'Apply', 'apply' => 'تطبيق',
'undo' => 'تراجع', 'undo' => 'تراجع',
'redo' => 'إعادة التنفيذ', 'redo' => 'إعادة التنفيذ',
'left' => 'يسار', 'left' => 'يسار',
@ -25,7 +25,7 @@ return [
'width' => 'العرض', 'width' => 'العرض',
'height' => 'الارتفاع', 'height' => 'الارتفاع',
'More' => 'المزيد', 'More' => 'المزيد',
'select' => 'Select...', 'select' => 'إختار...',
// Toolbar // Toolbar
'formats' => 'التنسيقات', 'formats' => 'التنسيقات',
@ -54,38 +54,38 @@ return [
'align_left' => 'محاذاة لليسار', 'align_left' => 'محاذاة لليسار',
'align_center' => 'محاذاة بالمنتصف', 'align_center' => 'محاذاة بالمنتصف',
'align_right' => 'مُحاذاة لليمين', 'align_right' => 'مُحاذاة لليمين',
'align_justify' => 'Justify', 'align_justify' => 'المحاذاة',
'list_bullet' => 'قائمة نقاط', 'list_bullet' => 'قائمة نقاط',
'list_numbered' => 'قائمة مرقمة', 'list_numbered' => 'قائمة مرقمة',
'list_task' => 'Task list', 'list_task' => 'قائمة المهام',
'indent_increase' => 'زيادة البادئة', 'indent_increase' => 'زيادة البادئة',
'indent_decrease' => 'إنقاص البادئة', 'indent_decrease' => 'إنقاص البادئة',
'table' => 'جدول', 'table' => 'جدول',
'insert_image' => 'ادراج صورة', 'insert_image' => 'ادراج صورة',
'insert_image_title' => 'Insert/Edit Image', 'insert_image_title' => 'إضافة/تحرير الصورة',
'insert_link' => 'Insert/edit link', 'insert_link' => 'إضافة/تعديل الرابط',
'insert_link_title' => 'Insert/Edit Link', 'insert_link_title' => 'إضافة/تحرير الرابط',
'insert_horizontal_line' => 'Insert horizontal line', 'insert_horizontal_line' => 'إضافة خط أفقي',
'insert_code_block' => 'Insert code block', 'insert_code_block' => 'إضافة مربع رموز برمجية',
'edit_code_block' => 'Edit code block', 'edit_code_block' => 'تعديل مربع الرموز البرمجية',
'insert_drawing' => 'Insert/edit drawing', 'insert_drawing' => 'إضافة/تعديل الرسم',
'drawing_manager' => 'Drawing manager', 'drawing_manager' => 'إدارة الرسم',
'insert_media' => 'Insert/edit media', 'insert_media' => 'إضافة/تحرير الوسائط',
'insert_media_title' => 'Insert/Edit Media', 'insert_media_title' => 'إضافة/تحرير الوسائط',
'clear_formatting' => 'Clear formatting', 'clear_formatting' => 'مسح التنسيق',
'source_code' => 'Source code', 'source_code' => 'الرمز البرمجي',
'source_code_title' => 'Source Code', 'source_code_title' => 'الرمز البرمجي',
'fullscreen' => 'Fullscreen', 'fullscreen' => 'شاشة كاملة',
'image_options' => 'Image options', 'image_options' => 'خيارات الصورة',
// Tables // Tables
'table_properties' => 'Table properties', 'table_properties' => 'خصائص الجدول',
'table_properties_title' => 'Table Properties', 'table_properties_title' => 'خصائص الجدول',
'delete_table' => 'Delete table', 'delete_table' => 'حذف الجدول',
'table_clear_formatting' => 'Clear table formatting', 'table_clear_formatting' => 'مسح تنسيق الجدول',
'resize_to_contents' => 'Resize to contents', 'resize_to_contents' => 'تغيير الحجم إلى المحتوى',
'row_header' => 'Row header', 'row_header' => 'رأس الصف',
'insert_row_before' => 'Insert row before', 'insert_row_before' => 'إضافة صف قبل',
'insert_row_after' => 'إضافة صف بعد', 'insert_row_after' => 'إضافة صف بعد',
'delete_row' => 'حذف الصف', 'delete_row' => 'حذف الصف',
'insert_column_before' => 'إدراج عمود قبل', 'insert_column_before' => 'إدراج عمود قبل',