export default { editor: { commentTitle: { 'heading': '标题', 'paragraph': '正文', 'table': '表格', 'taskItem': '任务', 'listItem': '任务', 'blockquoteFigure': '引用', 'codeBlock': '代码块', 'horizontalRule': '分隔线', 'imageBlock': '图片', 'videoBlock': '视频', 'allBlock': '图片&视频', 'fileUpload': '文件上传', 'attachmentBlock': '附件', 'callout': '高亮块', 'drawio': '流程图', 'formula': '公式', }, button: { confirm: { label: '确认' }, dragFile: { label: '拖拽文件' }, dropFile: { label: '放置文件' }, uploadFile: { label: '上传文件' } }, barGroup: { base: { title: '基础' }, senior: { title: '高级' }, }, baseOpt: { FormatClear: { label: '清除格式', tooltip: '清除格式', }, Copy: { label: '复制', tooltip: '复制', }, Cut: { label: '剪切', tooltip: '剪切', }, Delete: { label: '删除', tooltip: '删除', }, AddNext: { label: '在下方添加', tooltip: '在下方添加', }, }, extensions: { Paragraph: { label: '正文', tooltip: '正文', }, Heading1: { label: '一级标题', tooltip: '一级标题', }, Heading2: { label: '二级标题', tooltip: '二级标题', }, Heading3: { label: '三级标题', tooltip: '三级标题', }, Heading4: { label: '四级标题', tooltip: '四级标题', }, Heading5: { label: '五级标题', tooltip: '五级标题', }, Heading6: { label: '六级标题', tooltip: '六级标题', }, BulletList: { label: '无序列表', tooltip: '无序列表', }, OrderedList: { label: '有序列表', tooltip: '有序列表', }, TodoList: { label: '任务', tooltip: '任务', }, Code: { label: '代码', tooltip: '代码', }, CodeBlock: { label: '代码块', tooltip: '代码块', }, Blockquote: { label: '引用', tooltip: '引用', }, HorizontalRule: { label: '分隔线', tooltip: '分隔线', }, Link: { label: '链接', tooltip: '链接', control: { text: '链接内容', href: '链接地址', open_in_new_tab: '在新标签页中打开', confirm: '确认', }, editLink: { tooltip: '编辑链接', }, unlink: { tooltip: '取消链接', }, open: { tooltip: '打开链接', }, }, Image: { label: '图片', tooltip: '图片', }, Video: { label: '视频', tooltip: '视频', }, Attachment: { label: '附件', tooltip: '附件', }, Callout: { label: '高亮块', tooltip: '高亮块', }, Table: { label: '表格', tooltip: '表格', buttons: { insert_table: '插入表格', add_column_before: '向左插入一列', add_column_after: '向右插入一列', delete_column: '删除列', add_row_before: '向上插入一行', add_row_after: '向下插入一行', delete_row: '删除行', merge_cells: '合并单元格', split_cell: '拆分单元格', delete_table: '删除表格', }, }, Columns: { label: '分栏', tooltip: '分栏', }, TextAlign: { buttons: { align_left: { label: '左对齐', tooltip: '左对齐', }, align_center: { label: '居中对齐', tooltip: '居中对齐', }, align_right: { label: '右对齐', tooltip: '右对齐', }, align_justify: { label: '两端对齐', tooltip: '两端对齐', }, }, }, FileAlign: { buttons: { align_left: { label: '左对齐', tooltip: '左对齐', }, align_center: { label: '居中对齐', tooltip: '居中对齐', }, align_right: { label: '右对齐', tooltip: '右对齐', }, }, }, FileBlock: { buttons: { add: { label: '添加', tooltip: '添加', }, } }, Bold: { label: '粗体', tooltip: '粗体', }, Underline: { label: '下划线', tooltip: '下划线', }, Italic: { label: '斜体', tooltip: '斜体', }, Strike: { label: '中划线', tooltip: '中划线', }, TextColor: { tooltip: '文本颜色', }, TextHighlight: { tooltip: '文本高亮', }, Indent: { buttons: { indent: { tooltip: '增加缩进', }, outdent: { tooltip: '减少缩进', }, }, }, Iframe: { tooltip: '插入视频', control: { title: '插入视频', placeholder: '输入链接', confirm: '插入', cancel: '取消', }, }, DrawIo: { label: '流程图', tooltip: '流程图', }, Comment: { label: '评论', tooltip: '评论', buttons: { replay: '回复', edit: '编辑', delete: '删除', cancle: '取消', submit: '提交' } }, Formula: { label: '公式', tooltip: '公式', control: { confirm: '确认', }, }, }, characters: '字数', }, };