aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales/zh
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-18 21:28:30 +0800
committercrupest <crupest@outlook.com>2021-03-18 21:28:30 +0800
commitf9133bcac71a4e3f46830083df0f27e20d65b058 (patch)
treef9e41f2ea4397da9dc35098cfd313664fac3e2f1 /FrontEnd/src/app/locales/zh
parentac9f1a2d563e3797d7164a442338997ff6ac47d5 (diff)
downloadtimeline-f9133bcac71a4e3f46830083df0f27e20d65b058.tar.gz
timeline-f9133bcac71a4e3f46830083df0f27e20d65b058.tar.bz2
timeline-f9133bcac71a4e3f46830083df0f27e20d65b058.zip
feat: Prevent leave.
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json3
1 files changed, 2 insertions, 1 deletions
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": "仅注册可见",