UNPKG

@kedao/editor

Version:

Rich Text Editor Based On Draft.js

77 lines 2.18 kB
export default { base: { remove: '删除', cancel: '取消', confirm: '确定', inert: '插入', 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: '嵌入式媒体' } }; //# sourceMappingURL=zh.js.map