frontend/public/locales/en-US/markdown_editor.json
Darren Yu c95bb7bf5e
fix(i18n): correct and fix missing translation items (#299)
* fix(i18n): correct and fix missing translation items

* Update dashboard.json
2025-08-21 17:50:08 +08:00

114 lines
3.4 KiB
JSON

{
"frontmatterEditor": {
"title": "Edit document frontmatter",
"key": "Key",
"value": "Value",
"addEntry": "Add entry"
},
"dialogControls": {
"save": "Save",
"cancel": "Cancel"
},
"uploadImage": {
"dialogTitle": "Upload image",
"uploadInstructions": "Upload an image from your device:",
"addViaUrlInstructions": "Or add an image from an URL / relative path (relative to the current file):",
"autoCompletePlaceholder": "Select or paste an image URL",
"addViaUrlInstructionsNoUpload": "Image URL:",
"alt": "Alt:",
"title": "Title:"
},
"imageEditor": {
"deleteImage": "Delete image",
"editImage": "Edit image"
},
"createLink": {
"url": "URL",
"urlPlaceholder": "Select or paste an URL",
"title": "Title",
"saveTooltip": "Set URL",
"cancelTooltip": "Cancel change"
},
"linkPreview": {
"open": "Open {{url}} in new window",
"edit": "Edit link",
"copyToClipboard": "Copy to clipboard",
"copied": "Copied!",
"remove": "Remove link"
},
"table": {
"deleteTable": "Delete table",
"columnMenu": "Column menu",
"textAlignment": "Text alignment",
"alignLeft": "Align left",
"alignCenter": "Align center",
"alignRight": "Align right",
"insertColumnLeft": "Insert a column to the left of this one",
"insertColumnRight": "Insert a column to the right of this one",
"deleteColumn": "Delete this column",
"rowMenu": "Row menu",
"insertRowAbove": "Insert a row above this one",
"insertRowBelow": "Insert a row below this one",
"deleteRow": "Delete this row"
},
"toolbar": {
"blockTypes": {
"paragraph": "Paragraph",
"quote": "Quote",
"heading": "Heading {{level}}"
},
"blockTypeSelect": {
"selectBlockTypeTooltip": "Select block type",
"placeholder": "Block type"
},
"toggleGroup": "toggle group",
"removeBold": "Remove bold",
"bold": "Bold",
"removeItalic": "Remove italic",
"italic": "Italic",
"underline": "Remove underline",
"removeUnderline": "Underline",
"removeInlineCode": "Remove code format",
"inlineCode": "Inline code format",
"link": "Create link",
"richText": "Rich text",
"diffMode": "Diff mode",
"source": "Source mode",
"admonition": "Insert Admonition",
"codeBlock": "Insert Code Block",
"editFrontmatter": "Edit frontmatter",
"insertFrontmatter": "Insert frontmatter",
"image": "Insert image",
"insertSandpack": "Insert Sandpack",
"table": "Insert Table",
"thematicBreak": "Insert thematic break",
"bulletedList": "Bulleted list",
"numberedList": "Numbered list",
"checkList": "Check list",
"deleteSandpack": "Delete this code block",
"undo": "Undo {{shortcut}}",
"redo": "Redo {{shortcut}}",
"superscript": "Superscript",
"subscript": "Subscript",
"strikethrough": "Strikethrough",
"removeSubscript": "Remove subscript",
"removeSuperscript": "Remove superscript",
"removeStrikethrough": "Remove strikethrough"
},
"admonitions": {
"note": "Note",
"tip": "Tip",
"danger": "Danger",
"info": "Info",
"caution": "Caution",
"changeType": "Select admonition type",
"placeholder": "Admonition type"
},
"codeBlock": {
"language": "Code block language",
"selectLanguage": "Select code block language"
},
"contentArea": {
"editableMarkdown": "Editable markdown"
}
}