1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Updated translations with latest Crowdin changes (#4163)

This commit is contained in:
Dan Brown
2023-05-01 19:37:49 +01:00
committed by GitHub
parent c41baa1b76
commit 9d74508ae3
140 changed files with 681 additions and 555 deletions

View File

@ -8,7 +8,7 @@
return [
// General editor terms
'general' => '通用',
'advanced' => 'Advanced',
'advanced' => '進階設定',
'none' => '無',
'cancel' => '取消',
'save' => '保存',
@ -31,7 +31,7 @@ return [
'header_large' => '大標題',
'header_medium' => '中標題',
'header_small' => '小標題',
'header_tiny' => 'Tiny Header',
'header_tiny' => '小標題',
'paragraph' => '段落',
'blockquote' => '引用塊',
'inline_code' => '行內程式碼',
@ -48,48 +48,48 @@ return [
'subscript' => '下標',
'text_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',
'remove_color' => '移除颜色',
'background_color' => '背景顏色',
'align_left' => '置左',
'align_center' => '置中',
'align_right' => '置右',
'align_justify' => '兩端對齊',
'list_bullet' => '項目列表',
'list_numbered' => '編號列表',
'list_task' => '任務清單',
'indent_increase' => '增加縮進',
'indent_decrease' => '減少縮進',
'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',
'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',
'table' => '表格',
'insert_image' => '插入圖片',
'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',
'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',
'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',
'cell_properties_title' => 'Cell Properties',
'cell_type' => 'Cell type',