tiptapify
Version:
Tiptap3 editor with Vuetify3 menu implementation
138 lines • 3.37 kB
JSON
{
"defaultValue": "默认值",
"content": {
"placeholder": "写点什么..."
},
"style": {
"paragraph": "段落",
"heading": "标题",
"headings": {
"h1": "1级标题",
"h2": "2级标题",
"h3": "3级标题",
"h4": "4级标题",
"h5": "5级标题",
"h6": "6级标题"
},
"fontFamily": "字体",
"fontSize": "大小",
"lineHeight": "行高",
"color": {
"highlight": "高亮颜色",
"text": "文本颜色",
"unset": "清除颜色",
"custom": "自定义选择"
}
},
"format": {
"bold": "粗体",
"italic": "斜体",
"strike": "删除线",
"underline": "下划线",
"sup": "上标",
"sub": "下标",
"break": "换行",
"line": "水平线",
"blockquote": "引用",
"code": "代码",
"codeblock": "代码块",
"formatClear": "清除格式"
},
"media": {
"link": "外部链接",
"image": "图片",
"emoji": {
"activities": "活动",
"animals_and_nature": "动物与自然",
"component": "组件",
"flags": "旗帜",
"food_and_drink": "食物与饮料",
"objects": "物品",
"people_and_body": "人物与身体",
"smileys_and_emotion": "笑脸与情感",
"symbols": "符号",
"travel_and_places": "旅行与地点"
},
"tables": {
"table": "表格",
"insertTable": "插入表格",
"deleteTable": "删除表格",
"insertWithHeaderRow": "插入带标题的表格",
"rows": "行",
"row": "行",
"insertRowBefore": "在前面插入行",
"insertRowAfter": "在后面插入行",
"deleteRow": "删除行",
"cols": "列",
"col": "列",
"insertColBefore": "在前面插入列",
"insertColAfter": "在后面插入列",
"deleteCol": "删除列",
"mergeCells": "合并单元格",
"splitCell": "拆分单元格"
}
},
"action": {
"undo": "撤销",
"redo": "重做"
},
"alignment": "对齐",
"alignments": {
"left": "左对齐",
"center": "居中对齐",
"right": "右对齐",
"justify": "两端对齐"
},
"list": "列表",
"lists": {
"bullet": "无序列表",
"numbered": "有序列表",
"task": "任务列表",
"indent": "增加列表项缩进",
"outdent": "减少列表项缩进"
},
"dialog": {
"apply": "应用",
"clear": "清除",
"close": "关闭",
"image": {
"title": "添加/修改图片",
"src": "源",
"alt": "替代文本",
"width": "宽度",
"height": "高度"
},
"link": {
"title": "添加/修改链接",
"href": "链接地址",
"href_error": "无效的链接地址",
"target": "打开方式...",
"target_blank": "新窗口",
"target_self": "当前窗口",
"rel": "rel",
"class": "CSS类"
},
"preview": {
"title": "预览"
},
"source": {
"title": "查看源代码",
"prettify": "美化"
},
"video": {
"title": "添加/编辑视频",
"src": "来源",
"width": "宽度",
"height": "高度"
}
},
"misc": {
"source": "查看源代码",
"preview": "预览",
"toggleInvisibleCharacters": "显示/隐藏不可见字符"
},
"footer": {
"words": "单词",
"chars": "字符"
}
}