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