diff options
author | crupest <crupest@outlook.com> | 2021-03-07 22:12:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-07 22:12:05 +0800 |
commit | b41cef9ef02a3e3791537fa750e48770c4d80d2e (patch) | |
tree | e3df4616f93285f1b3c1cc4d97bba59cc90c094a /FrontEnd/src/app/locales/zh | |
parent | d0759428e29812e19b3112cddcebf002dc542522 (diff) | |
download | timeline-b41cef9ef02a3e3791537fa750e48770c4d80d2e.tar.gz timeline-b41cef9ef02a3e3791537fa750e48770c4d80d2e.tar.bz2 timeline-b41cef9ef02a3e3791537fa750e48770c4d80d2e.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 296966c4..3f966d7c 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -99,6 +99,11 @@ "notMatch": "名字不匹配" }, "post": { + "type": { + "text": "纯文本", + "markdown": "Markdown", + "image": "图片" + }, "deleteDialog": { "title": "确认删除", "prompt": "确定删除这个消息?这个操作不可撤销。" |