diff options
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": "仅注册可见", |