4 * Contains text strings used within the user interface of the
5 * WYSIWYG page editor. Some Markdown editor strings may still
6 * exist in the 'entities' file instead since this was added later.
9 // General editor terms
31 'header_large' => '大標題',
32 'header_medium' => '中標題',
33 'header_small' => '小標題',
34 'header_tiny' => '小標題',
36 'blockquote' => '引用塊',
37 'inline_code' => '行內程式碼',
39 'callout_information' => '資訊',
40 'callout_success' => '成功',
41 'callout_warning' => '警告',
42 'callout_danger' => '危險',
46 'strikethrough' => '刪除線',
47 'superscript' => '上標',
49 'text_color' => '文本顏色',
50 'custom_color' => '自訂顏色',
51 'remove_color' => '移除颜色',
52 'background_color' => '背景顏色',
54 'align_center' => '置中',
55 'align_right' => '置右',
56 'align_justify' => '兩端對齊',
57 'list_bullet' => '項目列表',
58 'list_numbered' => '編號列表',
59 'list_task' => '任務清單',
60 'indent_increase' => '增加縮進',
61 'indent_decrease' => '減少縮進',
63 'insert_image' => '插入圖片',
64 'insert_image_title' => '插入/編輯圖像',
65 'insert_link' => '插入/編輯連結',
66 'insert_link_title' => '插入/編輯連結',
67 'insert_horizontal_line' => '插入水平線',
68 'insert_code_block' => '插入程式碼區塊',
69 'edit_code_block' => '編輯程式碼區塊',
70 'insert_drawing' => '插入/編輯向量圖',
71 'drawing_manager' => '向量圖管理員',
72 'insert_media' => '插入/編輯影片',
73 'insert_media_title' => '插入/編輯影片',
74 'clear_formatting' => '清除格式',
75 'source_code' => '原始碼',
76 'source_code_title' => '原始碼',
77 'fullscreen' => '全螢幕',
78 'image_options' => '圖片選項',
81 'table_properties' => '表格屬性',
82 'table_properties_title' => '表格屬性',
83 'delete_table' => '刪除表格',
84 'table_clear_formatting' => '清除格式',
85 'resize_to_contents' => '將大小調整到符合內容',
86 'row_header' => '列標題',
87 'insert_row_before' => '插入上方列',
88 'insert_row_after' => '插入下方列',
89 'delete_row' => '刪除列',
90 'insert_column_before' => '插入欄位於左方',
91 'insert_column_after' => '插入欄位於右方',
92 'delete_column' => '刪除欄',
93 'table_cell' => '儲存格',
95 'table_column' => '欄',
96 'cell_properties' => '表格屬性',
97 'cell_properties_title' => '表格屬性',
98 'cell_type' => '儲存格類型',
99 'cell_type_cell' => '儲存格',
100 'cell_scope' => '範圍',
101 'cell_type_header' => '標題儲存格',
102 'merge_cells' => '合併儲存格',
103 'split_cell' => '分割儲存格',
104 'table_row_group' => '依行分組',
105 'table_column_group' => '依列分組',
106 'horizontal_align' => '水平對齊',
107 'vertical_align' => '垂直對齊',
108 'border_width' => '邊框寬度',
109 'border_style' => '邊框樣式',
110 'border_color' => '邊框顏色',
111 'row_properties' => '行屬性',
112 'row_properties_title' => '行屬性',
115 'paste_row_before' => '插入上方行',
116 'paste_row_after' => '插入下方行',
118 'row_type_header' => '頁眉',
119 'row_type_body' => '正文',
120 'row_type_footer' => '页脚',
122 'cut_column' => '剪切列',
123 'copy_column' => '剪切列',
124 'paste_column_before' => '插入前方列',
125 'paste_column_after' => '插入後方列',
126 'cell_padding' => '單元格填充',
127 'cell_spacing' => '單元格間距',
129 'show_caption' => '顯示標題',
130 'constrain' => '維持比例',
131 'cell_border_solid' => '實線',
132 'cell_border_dotted' => '點線',
133 'cell_border_dashed' => '虛線',
134 'cell_border_double' => '兩倍',
135 'cell_border_groove' => '凹線',
136 'cell_border_ridge' => '浮出',
137 'cell_border_inset' => '嵌入',
138 'cell_border_outset' => '外嵌',
139 'cell_border_none' => '無',
140 'cell_border_hidden' => '隱藏',
142 // Images, links, details/summary & embed
144 'alt_desc' => '替代描述',
146 'paste_embed' => '在下面黏貼您的嵌入代碼:',
148 'text_to_display' => '要顯示的文字',
150 'open_link' => '開啟連結',
151 'open_link_in' => '打開連結於……',
152 'open_link_current' => '當前視窗',
153 'open_link_new' => '新視窗',
154 'remove_link' => '移除連結',
155 'insert_collapsible' => '插入可折疊塊',
156 'collapsible_unwrap' => '展開',
157 'edit_label' => '編輯標記',
158 'toggle_open_closed' => '切換打開/關閉',
159 'collapsible_edit' => '編輯可折疊塊',
160 'toggle_label' => '切換標籤',
164 'about_title' => '關於所見即所得(WYSIWYG)編輯器',
165 'editor_license' => '編輯器許可證與版權信息',
166 'editor_tiny_license' => '此編輯器是用 :tinyLink 構建的,基於 MIT 許可證。',
167 'editor_tiny_license_link' => 'TinyMCE 的版權和許可證詳細信息可以在這裡找到。',
168 'save_continue' => '保存頁面並繼續',
169 'callouts_cycle' => '(繼續按下以切換類型)',
170 'link_selector' => '鏈接到內容',
171 'shortcuts' => '快捷鍵',
173 'shortcuts_intro' => '編輯器中提供了以下快捷鍵:',
174 'windows_linux' => '(Windows/Linux)',
176 'description' => '說明',