diff options
author | crupest <crupest@outlook.com> | 2021-07-06 00:54:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-06 00:54:24 +0800 |
commit | f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8 (patch) | |
tree | 219b763b2d3953d2a210eae409a956a84ccceebd /FrontEnd/src/locales | |
parent | 1bc3f67b737ec65bb4e7a825233ebadedbac4187 (diff) | |
download | timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.tar.gz timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.tar.bz2 timeline-f5724eb2c7db9d38624bb1bbff30a6eb631e5ed8.zip |
feat: Fix #625.
Diffstat (limited to 'FrontEnd/src/locales')
-rw-r--r-- | FrontEnd/src/locales/en/translation.json | 1 | ||||
-rw-r--r-- | FrontEnd/src/locales/zh/translation.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json index da824e4a..966eddda 100644 --- a/FrontEnd/src/locales/en/translation.json +++ b/FrontEnd/src/locales/en/translation.json @@ -80,6 +80,7 @@ "sendPostFailed": "Failed to send post.", "dropDraft": "Drop Draft", "confirmLeave": "Are you sure to leave? All content you typed would be lost.", + "postNoLogin": "Please <l>login</l> to send post.", "visibility": { "public": "public to everyone", "register": "only registed people can see", diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json index 6f1346fb..2a2ae4bd 100644 --- a/FrontEnd/src/locales/zh/translation.json +++ b/FrontEnd/src/locales/zh/translation.json @@ -80,6 +80,7 @@ "sendPostFailed": "发送消息失败。", "dropDraft": "放弃草稿", "confirmLeave": "确定要离开吗?所有输入的内容将会丢失。", + "postNoLogin": "<l>登陆</l>后即可发表消息!", "visibility": { "public": "对所有人公开", "register": "仅注册可见", |