[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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue