[feature/frontend] markdown editor
This commit is contained in:
parent
086c9761a9
commit
6e1be3d513
11 changed files with 2265 additions and 12 deletions
|
@ -126,5 +126,45 @@
|
|||
"passwordMismatch": "Passwords do not match",
|
||||
"passwordTooShort": "Password must be at least 8 characters long"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"heading1": "Heading 1",
|
||||
"heading2": "Heading 2",
|
||||
"heading3": "Heading 3",
|
||||
"bold": "Bold",
|
||||
"italic": "Italic",
|
||||
"orderedList": "Ordered List",
|
||||
"unorderedList": "Unordered List",
|
||||
"quote": "Quote",
|
||||
"link": "Link",
|
||||
"image": "Image",
|
||||
"inlineCode": "Inline Code",
|
||||
"codeBlock": "Code Block",
|
||||
"table": "Table",
|
||||
"togglePreview": "Toggle Preview",
|
||||
"toggleFullscreen": "Toggle Fullscreen",
|
||||
"selectLanguage": "Select Language",
|
||||
"plainText": "Plain Text",
|
||||
"insertTable": "Insert Table",
|
||||
"addRowAbove": "Add Row Above",
|
||||
"addRowBelow": "Add Row Below",
|
||||
"addColumnLeft": "Add Column Left",
|
||||
"addColumnRight": "Add Column Right",
|
||||
"deleteRow": "Delete Row",
|
||||
"deleteColumn": "Delete Column",
|
||||
"deleteTable": "Delete Table",
|
||||
"dragAndDrop": "Drop images here",
|
||||
"dropToUpload": "Drop files here to upload",
|
||||
"uploading": "Uploading...",
|
||||
"uploadProgress": "Upload progress: {{progress}}%",
|
||||
"uploadError": "Failed to upload image: {{error}}",
|
||||
"uploadSuccess": "Image uploaded successfully",
|
||||
"codeBlockShortcut": "Ctrl+Shift+K",
|
||||
"boldShortcut": "Ctrl+B",
|
||||
"italicShortcut": "Ctrl+I",
|
||||
"linkShortcut": "Ctrl+K",
|
||||
"heading1Shortcut": "Shift+1",
|
||||
"heading2Shortcut": "Shift+2",
|
||||
"heading3Shortcut": "Shift+3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -126,5 +126,45 @@
|
|||
"passwordMismatch": "两次输入的密码不一致",
|
||||
"passwordTooShort": "密码长度不能少于8个字符"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"heading1": "一级标题",
|
||||
"heading2": "二级标题",
|
||||
"heading3": "三级标题",
|
||||
"bold": "粗体",
|
||||
"italic": "斜体",
|
||||
"orderedList": "有序列表",
|
||||
"unorderedList": "无序列表",
|
||||
"quote": "引用",
|
||||
"link": "链接",
|
||||
"image": "图片",
|
||||
"inlineCode": "行内代码",
|
||||
"codeBlock": "代码块",
|
||||
"table": "表格",
|
||||
"togglePreview": "切换预览",
|
||||
"toggleFullscreen": "切换全屏",
|
||||
"selectLanguage": "选择语言",
|
||||
"plainText": "纯文本",
|
||||
"insertTable": "插入表格",
|
||||
"addRowAbove": "在上方插入行",
|
||||
"addRowBelow": "在下方插入行",
|
||||
"addColumnLeft": "在左侧插入列",
|
||||
"addColumnRight": "在右侧插入列",
|
||||
"deleteRow": "删除行",
|
||||
"deleteColumn": "删除列",
|
||||
"deleteTable": "删除表格",
|
||||
"dragAndDrop": "拖放图片到此处",
|
||||
"dropToUpload": "拖放文件到此处上传",
|
||||
"uploading": "上传中...",
|
||||
"uploadProgress": "上传进度:{{progress}}%",
|
||||
"uploadError": "图片上传失败:{{error}}",
|
||||
"uploadSuccess": "图片上传成功",
|
||||
"codeBlockShortcut": "Ctrl+Shift+K",
|
||||
"boldShortcut": "Ctrl+B",
|
||||
"italicShortcut": "Ctrl+I",
|
||||
"linkShortcut": "Ctrl+K",
|
||||
"heading1Shortcut": "Shift+1",
|
||||
"heading2Shortcut": "Shift+2",
|
||||
"heading3Shortcut": "Shift+3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -112,5 +112,45 @@
|
|||
"passwordMismatch": "兩次輸入的密碼不一致",
|
||||
"passwordTooShort": "密碼長度不能少於8個字符"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"heading1": "一級標題",
|
||||
"heading2": "二級標題",
|
||||
"heading3": "三級標題",
|
||||
"bold": "粗體",
|
||||
"italic": "斜體",
|
||||
"orderedList": "有序列表",
|
||||
"unorderedList": "無序列表",
|
||||
"quote": "引用",
|
||||
"link": "連結",
|
||||
"image": "圖片",
|
||||
"inlineCode": "行內程式碼",
|
||||
"codeBlock": "程式碼區塊",
|
||||
"table": "表格",
|
||||
"togglePreview": "切換預覽",
|
||||
"toggleFullscreen": "切換全螢幕",
|
||||
"selectLanguage": "選擇語言",
|
||||
"plainText": "純文字",
|
||||
"insertTable": "插入表格",
|
||||
"addRowAbove": "在上方插入列",
|
||||
"addRowBelow": "在下方插入列",
|
||||
"addColumnLeft": "在左側插入欄",
|
||||
"addColumnRight": "在右側插入欄",
|
||||
"deleteRow": "刪除列",
|
||||
"deleteColumn": "刪除欄",
|
||||
"deleteTable": "刪除表格",
|
||||
"dragAndDrop": "拖放圖片到此處",
|
||||
"dropToUpload": "拖放檔案到此處上傳",
|
||||
"uploading": "上傳中...",
|
||||
"uploadProgress": "上傳進度:{{progress}}%",
|
||||
"uploadError": "圖片上傳失敗:{{error}}",
|
||||
"uploadSuccess": "圖片上傳成功",
|
||||
"codeBlockShortcut": "Ctrl+Shift+K",
|
||||
"boldShortcut": "Ctrl+B",
|
||||
"italicShortcut": "Ctrl+I",
|
||||
"linkShortcut": "Ctrl+K",
|
||||
"heading1Shortcut": "Shift+1",
|
||||
"heading2Shortcut": "Shift+2",
|
||||
"heading3Shortcut": "Shift+3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue