tiptapify
Version:
Tiptap3 editor with Vuetify3 menu implementation
207 lines (206 loc) • 5.4 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": "外部链接",
"iframe": "iframe",
"image": "图片",
"emoji": {
"title": "表情符号",
"search": "搜索表情符号...",
"categories": {
"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": "拆分单元格"
},
"video": "视频",
"charmap": {
"title": "插入特殊字符",
"search": "搜索字符...",
"noResults": "未找到匹配的字符",
"categories": {
"punctuation": "标点符号",
"symbols": "符号",
"math": "数学",
"currency": "货币",
"greek": "希腊字母",
"extended_letters": "扩展字母",
"diacritics": "变音符号",
"typography": "印刷符号",
"cyrillic": "西里尔字母",
"hebrew": "希伯来字母",
"arrows": "箭头",
"box_drawing": "制图符号"
}
}
},
"action": {
"undo": "撤销",
"redo": "重做"
},
"alignment": "对齐",
"alignments": {
"left": "左对齐",
"center": "居中对齐",
"right": "右对齐",
"justify": "两端对齐"
},
"list": "列表",
"lists": {
"bullet": "无序列表",
"numbered": "有序列表",
"task": "任务列表",
"indent": "增加列表项缩进",
"outdent": "减少列表项缩进"
},
"dialog": {
"apply": "应用",
"clear": "清除",
"close": "关闭",
"iframe": {
"dialog_title": "添加/编辑内嵌框架",
"src": "源地址",
"name": "名称",
"title": "标题",
"width": "宽度",
"height": "高度",
"frameborder": "框架边框",
"src_invalid": "输入的URL无效"
},
"image": {
"title": "标题",
"src": "源",
"keep_ratio": "保持比例",
"alt": "替代文本",
"width": "宽度",
"height": "高度",
"dialog_title": "添加/修改图片"
},
"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": {
"fullscreen": "全屏模式",
"preview": "预览",
"source": "查看源代码",
"toggleInvisibleCharacters": "显示/隐藏不可见字符"
},
"footer": {
"words": "单词",
"chars": "字符",
"limit": "字数限制"
},
"ai": {
"title": "AI assistant",
"prompt": "Prompt",
"examples": "Examples",
"generate": "Generate",
"apply": "Apply",
"result": "Result",
"loading": "Generating...",
"unavailable": "Configure an AI provider to use this action",
"error": "AI generation failed",
"defaultExamples": {
"improve": {
"title": "Improve writing",
"prompt": "Improve the clarity and tone of this text."
},
"proofReading": {
"title": "Proof-reading",
"prompt": "Correct grammar, spelling, and punctuation without changing the meaning."
},
"summarize": {
"title": "Summarize",
"prompt": "Summarize this text in a concise paragraph."
},
"expand": {
"title": "Expand",
"prompt": "Expand this into a more detailed version."
}
}
}
}