mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Completion of Persian translation 2022-08-10
This commit is contained in:
@@ -24,7 +24,7 @@ return [
|
||||
'width' => 'عرض',
|
||||
'height' => 'ارتفاع',
|
||||
'More' => 'بیشتر',
|
||||
'select' => 'Select...',
|
||||
'select' => 'انتخاب...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'الگو',
|
||||
@@ -35,7 +35,7 @@ return [
|
||||
'paragraph' => 'پاراگراف',
|
||||
'blockquote' => 'نقل قول',
|
||||
'inline_code' => 'کد درون خطی',
|
||||
'callouts' => 'تعليق تفسيري',
|
||||
'callouts' => 'قالب پیام و هشدار',
|
||||
'callout_information' => 'اطلاعات',
|
||||
'callout_success' => 'موفق',
|
||||
'callout_warning' => 'هشدار',
|
||||
@@ -44,128 +44,128 @@ return [
|
||||
'italic' => 'حروف کج(ایتالیک)',
|
||||
'underline' => 'زیرخط',
|
||||
'strikethrough' => 'خط خورده',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'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',
|
||||
'insert_image' => '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',
|
||||
'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',
|
||||
'superscript' => 'بالانویسی',
|
||||
'subscript' => 'پایین نویسی',
|
||||
'text_color' => 'رنگ متن',
|
||||
'custom_color' => 'رنگ دلخواه',
|
||||
'remove_color' => 'حذف رنگ',
|
||||
'background_color' => 'رنگ زمینه',
|
||||
'align_left' => 'چپ چین',
|
||||
'align_center' => 'وسط چین',
|
||||
'align_right' => 'راست چین',
|
||||
'align_justify' => 'همتراز',
|
||||
'list_bullet' => 'لیست نشانه دار',
|
||||
'list_numbered' => 'لیست عددی',
|
||||
'list_task' => 'لیست کار',
|
||||
'indent_increase' => 'افزایش تورفتگی',
|
||||
'indent_decrease' => 'کاهش تورفتگی',
|
||||
'table' => 'جدول',
|
||||
'insert_image' => 'افزودن تصویر',
|
||||
'insert_image_title' => 'افزودن/ویرایش تصویر',
|
||||
'insert_link' => 'افزودن/ویرایش پیوند',
|
||||
'insert_link_title' => 'افزودن/ویرایش پیوند',
|
||||
'insert_horizontal_line' => 'افزودن خط افقی',
|
||||
'insert_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',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'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',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'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',
|
||||
'table_properties' => 'تنظیمات جدول',
|
||||
'table_properties_title' => 'تنظیمات جدول',
|
||||
'delete_table' => 'حذف جدول',
|
||||
'insert_row_before' => 'افزودن سطر به قبل',
|
||||
'insert_row_after' => 'افزودن سطر به بعد',
|
||||
'delete_row' => 'حذف سطر',
|
||||
'insert_column_before' => 'افزودن ستون به قبل',
|
||||
'insert_column_after' => 'افزودن ستون به بعد',
|
||||
'delete_column' => 'حذف ستون',
|
||||
'table_cell' => 'سلول',
|
||||
'table_row' => 'سطر',
|
||||
'table_column' => 'ستون',
|
||||
'cell_properties' => 'تنظیمات سلول',
|
||||
'cell_properties_title' => 'تنظیمات سلول',
|
||||
'cell_type' => 'نوع سلول',
|
||||
'cell_type_cell' => 'سلول',
|
||||
'cell_scope' => 'محدوده',
|
||||
'cell_type_header' => 'بالای سلول',
|
||||
'merge_cells' => 'ادغام سلول ها',
|
||||
'split_cell' => 'جداسازی سلول ها',
|
||||
'table_row_group' => 'گروه بندی سطر',
|
||||
'table_column_group' => 'گروه بندی ستون',
|
||||
'horizontal_align' => 'تراز افقی',
|
||||
'vertical_align' => 'تراز عمودی',
|
||||
'border_width' => 'پهنای حاشیه',
|
||||
'border_style' => 'سبک حاشیه',
|
||||
'border_color' => 'رنگ حاشیه',
|
||||
'row_properties' => 'تنظیمات سطر',
|
||||
'row_properties_title' => 'تنظیمات سطر',
|
||||
'cut_row' => 'برش سطر',
|
||||
'copy_row' => 'کپی سطر',
|
||||
'paste_row_before' => 'چسباندن سطر به قبل',
|
||||
'paste_row_after' => 'چسباندن سطر به بعد',
|
||||
'row_type' => 'نوع سطر',
|
||||
'row_type_header' => 'سربرگ',
|
||||
'row_type_body' => 'بدنه',
|
||||
'row_type_footer' => 'پانوشت',
|
||||
'alignment' => 'ترازبندی',
|
||||
'cut_column' => 'برش ستون',
|
||||
'copy_column' => 'کپی ستون',
|
||||
'paste_column_before' => 'چسباندن ستون به قبل',
|
||||
'paste_column_after' => 'چسباندن ستون به بعد',
|
||||
'cell_padding' => 'حاشیه سلول',
|
||||
'cell_spacing' => 'فاصله سلول',
|
||||
'caption' => 'عنوان',
|
||||
'show_caption' => 'مشاهده عنوان',
|
||||
'constrain' => 'محدودسازی نسبت ها',
|
||||
'cell_border_solid' => 'یکپارچه',
|
||||
'cell_border_dotted' => 'نقطه چین',
|
||||
'cell_border_dashed' => 'خط چین',
|
||||
'cell_border_double' => 'دوتایی',
|
||||
'cell_border_groove' => 'شیار',
|
||||
'cell_border_ridge' => 'لبه',
|
||||
'cell_border_inset' => 'داخل',
|
||||
'cell_border_outset' => 'خارج',
|
||||
'cell_border_none' => 'هیچ کدام',
|
||||
'cell_border_hidden' => 'مخفی',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'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',
|
||||
'source' => 'منبع',
|
||||
'alt_desc' => 'توضیحات جایگزین',
|
||||
'embed' => 'درج',
|
||||
'paste_embed' => 'کد درج را در زیر وارد نمایید:',
|
||||
'url' => 'آدرس',
|
||||
'text_to_display' => 'متن جهت نمایش',
|
||||
'title' => 'عنوان',
|
||||
'open_link' => 'باز کردن لینک در ...',
|
||||
'open_link_current' => 'پنجره کنونی',
|
||||
'open_link_new' => 'پنجره جدید',
|
||||
'insert_collapsible' => 'درج بلوک جمع شونده',
|
||||
'collapsible_unwrap' => 'باز کردن',
|
||||
'edit_label' => 'ویرایش برچسب',
|
||||
'toggle_open_closed' => 'بستن/بازکردن',
|
||||
'collapsible_edit' => 'ویرایش بلوک جمع شونده',
|
||||
'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:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'about' => 'درباره ویرایشگر',
|
||||
'about_title' => 'درباره ویرایشگر WYSIWYG',
|
||||
'editor_license' => 'مجوز و حق کپی رایت ویرایشگر',
|
||||
'editor_tiny_license' => 'این ویرایشگر توسط :tinyLink و تحت مجوز LGPL v2.1 ساخته شده است.',
|
||||
'editor_tiny_license_link' => 'جزئیات کپی رایت و مجوز TinyMCE را می توانید در اینجا پیدا کنید.',
|
||||
'save_continue' => 'ذخیره صفحه و ادامه',
|
||||
'callouts_cycle' => '(جهت تغییر نوع ها چندین بار فشار دهید)',
|
||||
'link_selector' => 'پیوند به محتوا',
|
||||
'shortcuts' => 'میانبرها',
|
||||
'shortcut' => 'میانبر',
|
||||
'shortcuts_intro' => 'میانبرهای قابل استفاده در این ویرایشگر:',
|
||||
'windows_linux' => '(ویندوز/لینوکس)',
|
||||
'mac' => '(مک)',
|
||||
'description' => 'توضیحات',
|
||||
];
|
||||
|
Reference in New Issue
Block a user