diff options
author | crupest <crupest@outlook.com> | 2021-03-18 21:28:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-18 21:28:30 +0800 |
commit | cf161b23fb1eaecec1c4b4ab3cf5ec620cd897bc (patch) | |
tree | 5bfc7960607624d0d4efe6ecdff2462a3cef260d /FrontEnd/src/app/locales | |
parent | 36145a18463e0ad4fb372df82cd488f1b4dae2f7 (diff) | |
download | timeline-cf161b23fb1eaecec1c4b4ab3cf5ec620cd897bc.tar.gz timeline-cf161b23fb1eaecec1c4b4ab3cf5ec620cd897bc.tar.bz2 timeline-cf161b23fb1eaecec1c4b4ab3cf5ec620cd897bc.zip |
feat: Prevent leave.
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 1 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 8fcd5bcd..65ddbe0c 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -67,6 +67,7 @@ "send": "Send", "deletePostFailed": "Failed to delete post.", "sendPostFailed": "Failed to send post.", + "dropDraft": "Drop Draft", "confirmLeave": "Are you sure to leave? All content you typed would be lost.", "visibility": { "public": "public to everyone", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index f03c4c03..f6971241 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -67,7 +67,8 @@ "send": "发送", "deletePostFailed": "删除消息失败。", "sendPostFailed": "发送消息失败。", - "confirmLeave":"确定要离开吗?所有输入的内容将会丢失。", + "dropDraft": "放弃草稿", + "confirmLeave": "确定要离开吗?所有输入的内容将会丢失。", "visibility": { "public": "对所有人公开", "register": "仅注册可见", |