UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

102 lines (101 loc) 3.02 kB
const lang = { base: { remove: '删除', cancel: '取消', confirm: '确定', insert: '插入', width: '宽度', height: '高度' }, controls: { clear: '清除内容', undo: '撤销', redo: '重做', fontSize: '字号', lineHeight: '行高', letterSpacing: '字间距', textIndent: '段落缩进', increaseIndent: '增加缩进', decreaseIndent: '减少缩进', border: '边框', color: '颜色', textColor: '文字颜色', backgroundColor: '背景颜色', tempColors: '临时颜色', bold: '加粗', italic: '斜体', underline: '下划线', strikeThrough: '删除线', fontFamily: '字体', textAlign: '文本对齐', alignLeft: '居左', alignCenter: '居中', alignRight: '居右', alignJustify: '两端', floatLeft: '左浮动', floatRight: '右浮动', superScript: '上标', subScript: '下标', removeStyles: '清除样式', headings: '标题', header: '标题', normal: '常规', orderedList: '有序列表', unorderedList: '无序列表', blockQuote: '引用', code: '代码', link: '链接', unlink: '清除链接', hr: '水平线', media: '媒体', mediaLibirary: '媒体库', emoji: '小表情', fullscreen: '全屏', exitFullscreen: '退出全屏' }, linkEditor: { textInputPlaceHolder: '输入链接文字', linkInputPlaceHolder: '输入链接地址', inputWithEnterPlaceHolder: '输入链接地址并回车', openInNewWindow: '在新窗口打开', removeLink: '移除链接' }, audioPlayer: { title: '播放音频文件' }, videoPlayer: { title: '播放视频文件', embedTitle: '嵌入式媒体' }, media: { image: '图像', video: '视频', audio: '音频', embed: '嵌入式媒体' }, finder: { remove: '删除', cancel: '取消', confirm: '确认', insert: '插入所选项目', width: '宽度', height: '高度', image: '图片', video: '视频', audio: '音频', embed: '嵌入式媒体', caption: '媒体库', dragTip: '点击或拖动文件至此', dropTip: '放开鼠标以上传', selectAll: '选择全部', deselect: '取消选择', removeSelected: '删除选中项目', externalInputPlaceHolder: '资源名称|资源地址', externalInputTip: '使用“|”分隔资源名称和资源地址', addLocalFile: '添加本地资源', addExternalSource: '添加网络资源', unnamedItem: '未命名项目', confirmInsert: '插入选中项目' } }; export default lang;