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 | fa3b2bad71eae374d639073077030af9c5a908ff (patch) | |
tree | 3739c73d7d983016632856a87aa5cbd4cd6c5232 /FrontEnd/src/app/locales | |
parent | 8c03762cbcb7ddef93b099e79a5def43d7ecb611 (diff) | |
download | timeline-fa3b2bad71eae374d639073077030af9c5a908ff.tar.gz timeline-fa3b2bad71eae374d639073077030af9c5a908ff.tar.bz2 timeline-fa3b2bad71eae374d639073077030af9c5a908ff.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 5 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 63b2a1be..4002ee4f 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -99,6 +99,11 @@ "notMatch": "Name does not match." }, "post": { + "type": { + "text": "Plain Text", + "markdown": "Markdown", + "image": "Image" + }, "deleteDialog": { "title": "Confirm Delete", "prompt": "Are you sure to delete the post? This operation is not recoverable." 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": "确定删除这个消息?这个操作不可撤销。" |