mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(oidc): missing translations for MD editor (https://github.com/cloudreve/cloudreve/issues/2505)
This commit is contained in:
parent
2db5a474f4
commit
769190f390
|
|
@ -58,7 +58,7 @@
|
|||
"selectBlockTypeTooltip": "Select block type",
|
||||
"placeholder": "Block type"
|
||||
},
|
||||
"toggleGroup":"toggle group",
|
||||
"toggleGroup": "toggle group",
|
||||
"removeBold": "Remove bold",
|
||||
"bold": "Bold",
|
||||
"removeItalic": "Remove italic",
|
||||
|
|
@ -84,7 +84,13 @@
|
|||
"checkList": "Check list",
|
||||
"deleteSandpack": "Delete this code block",
|
||||
"undo": "Undo {{shortcut}}",
|
||||
"redo": "Redo {{shortcut}}"
|
||||
"redo": "Redo {{shortcut}}",
|
||||
"superscript": "Superscript",
|
||||
"subscript": "Subscript",
|
||||
"strikethrough": "Strikethrough",
|
||||
"removeSubscript": "Remove subscript",
|
||||
"removeSuperscript": "Remove superscript",
|
||||
"removeStrikethrough": "Remove strikethrough"
|
||||
},
|
||||
"admonitions": {
|
||||
"note": "Note",
|
||||
|
|
@ -99,7 +105,7 @@
|
|||
"language": "Code block language",
|
||||
"selectLanguage": "Select code block language"
|
||||
},
|
||||
"contentArea":{
|
||||
"contentArea": {
|
||||
"editableMarkdown": "editable markdown"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -84,7 +84,13 @@
|
|||
"checkList": "タスクリスト",
|
||||
"deleteSandpack": "Sandpack削除",
|
||||
"undo": "元に戻す {{shortcut}}",
|
||||
"redo": "やり直し {{shortcut}}"
|
||||
"redo": "やり直し {{shortcut}}",
|
||||
"superscript": "上付き",
|
||||
"subscript": "下付き",
|
||||
"strikethrough": "取り消し線",
|
||||
"removeSubscript": "下付きの解除",
|
||||
"removeSuperscript": "上付きの解除",
|
||||
"removeStrikethrough": "取り消し線の解除"
|
||||
},
|
||||
"admonitions": {
|
||||
"note": "注意",
|
||||
|
|
|
|||
|
|
@ -84,7 +84,13 @@
|
|||
"checkList": "任务列表",
|
||||
"deleteSandpack": "删除 Sandpack",
|
||||
"undo": "撤销 {{shortcut}}",
|
||||
"redo": "重做 {{shortcut}}"
|
||||
"redo": "重做 {{shortcut}}",
|
||||
"superscript": "上标",
|
||||
"subscript": "下标",
|
||||
"strikethrough": "删除线",
|
||||
"removeSubscript": "移除下标",
|
||||
"removeSuperscript": "移除上标",
|
||||
"removeStrikethrough": "移除删除线"
|
||||
},
|
||||
"admonitions": {
|
||||
"note": "注意",
|
||||
|
|
@ -99,7 +105,7 @@
|
|||
"language": "代码块语言",
|
||||
"selectLanguage": "选择代码块语言"
|
||||
},
|
||||
"contentArea":{
|
||||
"contentArea": {
|
||||
"editableMarkdown": "可编辑的 Markdown"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,13 @@
|
|||
"checkList": "核取清單",
|
||||
"deleteSandpack": "刪除 Sandpack",
|
||||
"undo": "復原 {{shortcut}}",
|
||||
"redo": "重做 {{shortcut}}"
|
||||
"redo": "重做 {{shortcut}}",
|
||||
"superscript": "上標",
|
||||
"subscript": "下標",
|
||||
"strikethrough": "刪除線",
|
||||
"removeSubscript": "移除下標",
|
||||
"removeSuperscript": "移除上標",
|
||||
"removeStrikethrough": "移除刪除線"
|
||||
},
|
||||
"admonitions": {
|
||||
"note": "注意",
|
||||
|
|
|
|||
Loading…
Reference in New Issue