feat: UI text internationalization in MD editor.

This commit is contained in:
2022-01-20 18:17:50 +08:00
parent d2e07cd89d
commit a2553e1419
7 changed files with 79 additions and 4 deletions
+18
View File
@@ -185,5 +185,23 @@
"downloaded": "Downloaded",
"liked": "Liked"
}
},
"md_editor": {
"init_text": "Please enter a description",
"done": "Done",
"undo": "Undo",
"redo": "redo",
"image": "Image",
"link": "Link",
"font_bold": "FontBold",
"font_italic": "FontItalic",
"font_strikethrough": "FontStrikethrough",
"text_quote": "TextQuote",
"list": "List",
"h1": "H1",
"h2": "H2",
"h3": "H3",
"h4": "H4",
"h5": "H5"
}
}
+18
View File
@@ -185,5 +185,23 @@
"downloaded": "我的下载",
"liked": "我的点赞"
}
},
"md_editor": {
"init_text": "请输入描述",
"done": "完成",
"undo": "撤销",
"redo": "重做",
"image": "图片",
"link": "链接",
"font_bold": "加粗",
"font_italic": "斜体",
"font_strikethrough": "删除线",
"text_quote": "文字引用",
"list": "无序列表",
"h1": "一级标题",
"h2": "二级标题",
"h3": "三级标题",
"h4": "四级标题",
"h5": "五级标题"
}
}