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
30 'header_large' => '大标题',
31 'header_medium' => '中标题',
32 'header_small' => '小标题',
33 'header_tiny' => '微标题',
35 'blockquote' => '块引用',
36 'inline_code' => '行内代码',
38 'callout_information' => '信息',
39 'callout_success' => '成功',
40 'callout_warning' => '警告',
41 'callout_danger' => '危险',
45 'strikethrough' => '删除线',
46 'superscript' => '上标',
48 'text_color' => '文本颜色',
49 'custom_color' => '自定义颜色',
50 'remove_color' => '移除颜色',
51 'background_color' => '背景色',
52 'align_left' => '左对齐',
53 'align_center' => '居中',
54 'align_right' => '右对齐',
55 'align_justify' => '两端对齐',
56 'list_bullet' => '无序列表',
57 'list_numbered' => '有序列表',
58 'indent_increase' => '增加缩进',
59 'indent_decrease' => '减少缩进',
61 'insert_image' => '插入图片',
62 'insert_image_title' => '插入/编辑图片',
63 'insert_link' => '插入/编辑链接',
64 'insert_link_title' => '插入/编辑链接',
65 'insert_horizontal_line' => '插入水平线',
66 'insert_code_block' => '插入代码块',
67 'insert_drawing' => '插入/编辑绘图',
68 'drawing_manager' => '绘图管理器',
69 'insert_media' => '插入/编辑媒体',
70 'insert_media_title' => '插入/编辑媒体',
71 'clear_formatting' => '清除格式',
72 'source_code' => '源代码',
73 'source_code_title' => '源代码',
75 'image_options' => '图片选项',
78 'table_properties' => '表格属性',
79 'table_properties_title' => '表格属性',
80 'delete_table' => '删除表格',
81 'insert_row_before' => '在上方插入行',
82 'insert_row_after' => '在下方插入行',
83 'delete_row' => '删除行',
84 'insert_column_before' => '在左侧插入列',
85 'insert_column_after' => '在右侧插入列',
86 'delete_column' => '删除列',
87 'table_cell' => '单元格',
89 'table_column' => '列',
90 'cell_properties' => '单元格属性',
91 'cell_properties_title' => '单元格属性',
92 'cell_type' => '单元格类型',
93 'cell_type_cell' => '单元格',
94 'cell_type_header' => '表头',
95 'table_row_group' => '按行分组',
96 'table_column_group' => '按列分组',
97 'horizontal_align' => '水平对齐',
98 'vertical_align' => '垂直对齐',
99 'border_width' => '边框宽度',
100 'border_style' => '边框样式',
101 'border_color' => '边框颜色',
102 'row_properties' => '行属性',
103 'row_properties_title' => '行属性',
106 'paste_row_before' => '在上方粘贴行',
107 'paste_row_after' => '在下方粘贴行',
109 'row_type_header' => '表头',
110 'row_type_body' => '表体',
111 'row_type_footer' => '表脚',
112 'alignment' => '对齐方式',
113 'cut_column' => '剪切列',
114 'copy_column' => '复制列',
115 'paste_column_before' => '在左侧粘贴列',
116 'paste_column_after' => '在右侧粘贴列',
117 'cell_padding' => '单元格间距',
118 'cell_spacing' => '单元格间距',
120 'show_caption' => '显示标题',
121 'constrain' => '保持宽高比',
123 // Images, links, details/summary & embed
125 'alt_desc' => '替代描述',
127 'paste_embed' => '在下面粘贴您的嵌入代码:',
129 'text_to_display' => '要显示的文本',
131 'open_link' => '打开方式...',
132 'open_link_current' => '覆盖当前窗口',
133 'open_link_new' => '新建窗口',
134 'insert_collapsible' => '插入可折叠块',
135 'collapsible_unwrap' => '展开',
136 'edit_label' => '编辑标签',
137 'toggle_open_closed' => '切换打开/关闭',
138 'collapsible_edit' => '编辑可折叠块',
139 'toggle_label' => '切换标签',
142 'about_title' => '关于所见即所得(WYSIWYG)编辑器',
143 'editor_license' => '编辑器许可证与版权信息',
144 'editor_tiny_license' => '此编辑器是在 LGPL v2.1 许可证下使用 :tinyLink 构建的。',
145 'editor_tiny_license_link' => 'TinyMCE 的版权和许可证详细信息可以在这里找到。',
146 'save_continue' => '保存页面并继续',
147 'callouts_cycle' => '(继续按下以切换类型)',
148 'shortcuts' => '快捷键',
150 'shortcuts_intro' => '编辑器中提供了以下快捷键:',
151 'windows_linux' => '(Windows/Linux)',
153 'description' => '描述',