]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/fa/editor.php
Fixed some typos and corrected grammar.
[bookstack] / resources / lang / fa / editor.php
index e84d60a7d0dbb7710511d4ce8e43ff5e3a9e59fc..43d5822c50035e152f181eff0cd2c0b18742dda0 100644 (file)
@@ -7,42 +7,43 @@
  */
 return [
     // General editor terms
-    'general' => 'General',
-    'advanced' => 'Advanced',
-    'none' => 'None',
-    'cancel' => 'Cancel',
-    'save' => 'Save',
-    'close' => 'Close',
-    'undo' => 'Undo',
-    'redo' => 'Redo',
-    'left' => 'Left',
-    'center' => 'Center',
-    'right' => 'Right',
-    'top' => 'Top',
-    'middle' => 'Middle',
-    'bottom' => 'Bottom',
-    'width' => 'Width',
-    'height' => 'Height',
-    'More' => 'More',
+    'general' => 'عمومی',
+    'advanced' => 'پیشرفته',
+    'none' => 'هیچ کدام',
+    'cancel' => 'لغو',
+    'save' => 'ذخیره',
+    'close' => 'بستن',
+    'undo' => 'برگشت',
+    'redo' => 'از نو',
+    'left' => 'چپ',
+    'center' => 'مرکز',
+    'right' => 'راست',
+    'top' => 'بالا',
+    'middle' => 'میانه',
+    'bottom' => 'پایین',
+    'width' => 'عرض',
+    'height' => 'ارتفاع',
+    'More' => 'بیشتر',
+    'select' => 'Select...',
 
     // Toolbar
-    'formats' => 'Formats',
-    'header_large' => 'Large Header',
-    'header_medium' => 'Medium Header',
-    'header_small' => 'Small Header',
-    'header_tiny' => 'Tiny Header',
-    'paragraph' => 'Paragraph',
-    'blockquote' => 'Blockquote',
-    'inline_code' => 'Inline code',
-    'callouts' => 'Callouts',
-    'callout_information' => 'Information',
-    'callout_success' => 'Success',
-    'callout_warning' => 'Warning',
-    'callout_danger' => 'Danger',
-    'bold' => 'Bold',
-    'italic' => 'Italic',
-    'underline' => 'Underline',
-    'strikethrough' => 'Strikethrough',
+    'formats' => 'الگو',
+    'header_large' => 'عنوان بزرگ',
+    'header_medium' => 'عنوان متوسط',
+    'header_small' => 'عنوان کوچک',
+    'header_tiny' => 'هدر کوچک',
+    'paragraph' => 'پاراگراف',
+    'blockquote' => 'نقل قول',
+    'inline_code' => 'کد درون خطی',
+    'callouts' => 'تعليق تفسيري',
+    'callout_information' => 'اطلاعات',
+    'callout_success' => 'موفق',
+    'callout_warning' => 'هشدار',
+    'callout_danger' => 'خطر',
+    'bold' => 'توپر',
+    'italic' => 'حروف کج(ایتالیک)',
+    'underline' => 'زیرخط',
+    'strikethrough' => 'خط خورده',
     'superscript' => 'Superscript',
     'subscript' => 'Subscript',
     'text_color' => 'Text color',
@@ -52,9 +53,10 @@ return [
     'align_left' => 'Align left',
     'align_center' => 'Align center',
     'align_right' => 'Align right',
-    'align_justify' => 'Align justify',
+    'align_justify' => 'Justify',
     'list_bullet' => 'Bullet list',
     'list_numbered' => 'Numbered list',
+    'list_task' => 'Task list',
     'indent_increase' => 'Increase indent',
     'indent_decrease' => 'Decrease indent',
     'table' => 'Table',
@@ -91,7 +93,10 @@ return [
     'cell_properties_title' => 'Cell Properties',
     'cell_type' => 'Cell type',
     'cell_type_cell' => 'Cell',
+    'cell_scope' => 'Scope',
     'cell_type_header' => 'Header cell',
+    'merge_cells' => 'Merge cells',
+    'split_cell' => 'Split cell',
     'table_row_group' => 'Row Group',
     'table_column_group' => 'Column Group',
     'horizontal_align' => 'Horizontal align',
@@ -119,8 +124,18 @@ return [
     'caption' => 'Caption',
     'show_caption' => 'Show caption',
     'constrain' => 'Constrain proportions',
+    'cell_border_solid' => 'Solid',
+    'cell_border_dotted' => 'Dotted',
+    'cell_border_dashed' => 'Dashed',
+    'cell_border_double' => 'Double',
+    'cell_border_groove' => 'Groove',
+    'cell_border_ridge' => 'Ridge',
+    'cell_border_inset' => 'Inset',
+    'cell_border_outset' => 'Outset',
+    'cell_border_none' => 'None',
+    'cell_border_hidden' => 'Hidden',
 
-    // Images, links & embed
+    // Images, links, details/summary & embed
     'source' => 'Source',
     'alt_desc' => 'Alternative description',
     'embed' => 'Embed',
@@ -131,14 +146,22 @@ return [
     'open_link' => 'Open link in...',
     'open_link_current' => 'Current window',
     'open_link_new' => 'New window',
+    'insert_collapsible' => 'Insert collapsible block',
+    'collapsible_unwrap' => 'Unwrap',
+    'edit_label' => 'Edit label',
+    'toggle_open_closed' => 'Toggle open/closed',
+    'collapsible_edit' => 'Edit collapsible block',
+    'toggle_label' => 'Toggle label',
 
     // About view
+    'about' => 'About the editor',
     'about_title' => 'About the WYSIWYG Editor',
     'editor_license' => 'Editor License & Copyright',
     'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
     'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
     'save_continue' => 'Save Page & Continue',
     'callouts_cycle' => '(Keep pressing to toggle through types)',
+    'link_selector' => 'Link to content',
     'shortcuts' => 'Shortcuts',
     'shortcut' => 'Shortcut',
     'shortcuts_intro' => 'The following shortcuts are available in the editor:',