icon i18n

This commit is contained in:
Jesse-Ma
2022-12-02 17:58:20 +08:00
parent 49916b166e
commit 7fb00c8cf5
13 changed files with 24 additions and 144 deletions

View File

@@ -4,6 +4,7 @@ const en = {
},
content: {
blankTip: "I am Blank.",
noteTip: "Start writing something...",
},
button: {
ok: "OK",

View File

@@ -3,7 +3,8 @@ const zh = {
askTodelete: "是否确定要删除?",
},
content: {
blankTip: "I am Blank.",
blankTip: "空白的内容。",
noteTip: "开始写下一些东西吧。。。"
},
button: {
ok: "好的",