import { IDictionary } from '../types'; export default { 'Type something': '输入一些内容', // About 'Advanced': '高级', 'About Jodit': '关于Jodit', 'Jodit Editor': 'Jodit Editor', 'Free Non-commercial Version': 'Free Non-commercial Version', 'GNU General Public License, version 2 or later': 'GNU General Public License, version 2 or later', "Jodit User's Guide": '开发者指南', 'contains detailed help for using': '使用帮助', 'For information about the license, please go to our website:': '有关许可证的信息,请访问我们的网站:', 'Buy full version': '购买完整版本', 'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.': 'Copyright © XDSoft.net - Chupurnov Valeriy.' + ' All rights reserved.', // Toolbar 'Anchor': 'Anchor', 'Open in new tab': '在新窗口打开', 'Open editor in fullsize': '全屏编辑', 'Clear Formatting': '清除样式', 'Fill color or set the text color': '颜色', 'Redo': '重做', 'Undo': '撤销', 'Bold': '粗体', 'Italic': '斜体', 'Insert Unordered List': '符号列表', 'Insert Ordered List': '编号', 'Align Center': '居中', 'Align Justify': '对齐文本', 'Align Left': '左对齐', 'Align Right': '右对齐', 'Insert Horizontal Line': '分割线', 'Insert Image': '图片', 'Insert file': '文件', 'Insert youtube/vimeo video': 'youtube/vimeo 视频', 'Insert link': '链接', 'Font size': '字号', 'Font family': '字体', 'Insert format block': '格式块', 'Normal': '文本', 'Heading 1': '标题1', 'Heading 2': '标题2', 'Heading 3': '标题3', 'Heading 4': '标题4', 'Quote': '引用', 'Code': '代码', 'Insert': '插入', 'Insert table': '表格', 'Decrease Indent': '减少缩进', 'Increase Indent': '增加缩进', 'Select Special Character': '选择特殊符号', 'Insert Special Character': '特殊符号', 'Paint format': '格式复制', 'Change mode': '改变模式', // plugin Image 'Margins': '外边距(Margins)', 'top': 'top', 'right': 'right', 'bottom': 'bottom', 'left': 'left', 'Styles': '样式', 'Classes': 'Classes', 'Align': '对齐方式', 'Right': '居右', 'Center': '居中', 'Left': '居左', '--Not Set--': '无', 'Src': 'Src', 'Title': 'Title', 'Alternative': 'Alternative', 'Link': 'Link', 'Open link in new tab': '在新窗口打开链接', 'Image': '图片', 'file': 'file', 'Advansed': '高级', 'Image properties': '图片属性', 'Cancel': '取消', 'Ok': '确定', // plugin paste 'Your code is similar to HTML. Keep as HTML?': '你粘贴的文本是一段html代码,是否保留源格式', 'Paste as HTML': 'html粘贴', 'Keep': '保留源格式', 'Clean': '匹配目标格式', 'Insert as Text': '把html代码视为普通文本', 'Word Paste Detected': '文本粘贴', 'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': '正在粘贴 Word/Excel 的文本,是否保留源格式?', 'Insert only Text': '只保留文本', // File Browser module 'File Browser': '文件管理', 'Error on load list': '加载list错误', 'Error on load folders': '加载folders错误', 'Are you sure?': '你确定吗?', 'Enter Directory name': '输入路径', 'Create directory': '创建路径', 'type name': 'type name', // Form module 'Drop image': '拖动图片到此', 'Drop file': '拖动文件到此', 'or click': '或点击', 'Alternative text': 'Alternative text', 'Browse': '浏览', 'Upload': '上传', 'Background': '背景色', 'Text': '字体颜色', // popap module 'Top': '顶部', 'Middle': '中间', 'Bottom': '底部', 'Insert column before': '在之前插入列', 'Insert column after': '在之后插入列', 'Insert row above': '在之前插入行', 'Insert row below': '在之后插入行', 'Delete table': '删除表格', 'Delete row': '删除行', 'Delete column': '删除列', 'Empty cell': '清除内容', // stat 'Chars: %d': '字符数: %d', 'Words: %d': '单词数: %d', 'Strike through': '删除线', 'Underline': '下划线', 'superscript': '上标', 'subscript': '下标', 'Cut selection': '剪切', 'Select all': '全选', 'Break': 'Pause', 'Search for': '查找', 'Replace with': '替换为', 'Replace': '替换', 'Paste': '粘贴', 'Choose Content to Paste': '选择内容并粘贴', 'source': '源码', 'bold': '粗体', 'italic': '斜体', 'brush': '颜色', 'link': '链接', 'undo': '撤销', 'redo': '重做', 'table': '表格', 'image': '图片', 'eraser': '橡皮擦', 'paragraph': '段落', 'fontsize': '字号', 'video': '视频', 'font': '字体', 'about': '关于', 'print': '打印', 'symbol': '符号', 'underline': '下划线', 'strikethrough': '上出现', 'indent': '增加缩进', 'outdent': '减少缩进', 'fullsize': '全屏', 'shrink': '收缩', 'copyformat': '复制格式', 'hr': '分割线', 'ul': '无序列表', 'ol': '顺序列表', 'cut': '剪切', 'selectall': '全选', 'Open link': '打开链接', 'Edit link': '编辑链接', 'No follow': 'No follow', 'Unlink': 'Unlink', ' URL': 'URL', 'Reset': '重置', 'Save': '保存', 'Save as ...': '保存为', 'Resize': '调整大小', 'Crop': 'Crop', 'Width': '宽', 'Height': '高', 'Keep Aspect Ratio': '保存长宽比', 'Yes': '是', 'No': '不', 'Remove': '移除', 'Select': '选择', 'Select %s': '选择: %s', 'Update': '更新', 'Vertical align': '垂直对齐', 'Merge': '合并', 'Add column': '添加列', 'Add row': '添加行', 'Delete': '删除', 'Horizontal align': '水平对齐', 'Filter': '筛选', 'Sort by changed': '修改时间排序', 'Sort by name': '名称排序', 'Sort by size': '大小排序', 'Add folder': '新建文件夹', 'You can only edit your own images. Download this image on the host?': '你只能编辑你自己的图片。' + 'Download this image on the host?', 'The image has been successfully uploaded to the host!': '图片上传成功', 'palette': 'Palette', } as IDictionary;