UNPKG

@toast-ui/editor

Version:

GFM Markdown Wysiwyg Editor - Productive and Extensible

64 lines (61 loc) 1.92 kB
/** * @toast-ui/editor : i18n * @version 3.2.2 | Fri Feb 17 2023 * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com> * @license MIT */ import Editor from '@toast-ui/editor'; /** * @fileoverview I18N for Chinese * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com> */ Editor.setLanguage('zh-CN', { Markdown: 'Markdown', WYSIWYG: '所见即所得', Write: '编辑', Preview: '预览', Headings: '标题', Paragraph: '文本', Bold: '加粗', Italic: '斜体字', Strike: '删除线', Code: '内嵌代码', Line: '水平线', Blockquote: '引用块', 'Unordered list': '无序列表', 'Ordered list': '有序列表', Task: '任务', Indent: '缩进', Outdent: '减少缩进', 'Insert link': '插入链接', 'Insert CodeBlock': '插入代码块', 'Insert table': '插入表格', 'Insert image': '插入图片', Heading: '标题', 'Image URL': '图片网址', 'Select image file': '选择图片文件', 'Choose a file': '选择一个文件', 'No file': '没有文件', Description: '说明', OK: '确认', More: '更多', Cancel: '取消', File: '文件', URL: 'URL', 'Link text': '链接文本', 'Add row to up': '向上添加行', 'Add row to down': '在下方添加行', 'Add column to left': '在左侧添加列', 'Add column to right': '在右侧添加列', 'Remove row': '删除行', 'Remove column': '删除列', 'Align column to left': '左对齐', 'Align column to center': '居中对齐', 'Align column to right': '右对齐', 'Remove table': '删除表格', 'Would you like to paste as table?': '需要粘贴为表格吗?', 'Text color': '文字颜色', 'Auto scroll enabled': '自动滚动已启用', 'Auto scroll disabled': '自动滚动已禁用', 'Choose language': '选择语言', });