All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.esm.i18n.zh-cn.js Maven / Gradle / Ivy
/**
* @toast-ui/editor : i18n
* @version 3.2.2 | Fri Feb 17 2023
* @author NHN Cloud FE Development Lab
* @license MIT
*/
import Editor from '@toast-ui/editor';
/**
* @fileoverview I18N for Chinese
* @author NHN Cloud FE Development Lab
*/
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': '选择语言',
});