@kedao/editor
Version:
Rich Text Editor Based On Draft.js
77 lines • 2.2 kB
JavaScript
export default {
base: {
remove: '刪除',
cancel: '取消',
confirm: '確定',
inert: '插入',
width: '宽度',
height: '高度'
},
controls: {
clear: '清除内容',
undo: '撤銷',
redo: '重做',
fontSize: '字號',
color: '顏色',
textColor: '文字顏色',
backgroundColor: '背景顏色',
tempColors: '臨時顏色',
bold: '加粗',
lineHeight: '行高',
letterSpacing: '字間距',
textIndent: '段落縮進',
increaseIndent: '增加縮進',
decreaseIndent: '减少縮進',
border: '邊框',
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-hant.js.map