aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/locales/zh
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-04 11:35:47 +0800
committercrupest <crupest@outlook.com>2022-05-04 11:35:47 +0800
commita90f1a5041cf4a622f41f3b2680052e3a4d5ba11 (patch)
treef4d656cea49370d02f99dd870dc89ff02cfa3fed /FrontEnd/src/locales/zh
parent1caaa504cda68e08d52127949ea7f5e2eb2f304e (diff)
downloadtimeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.tar.gz
timeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.tar.bz2
timeline-a90f1a5041cf4a622f41f3b2680052e3a4d5ba11.zip
...
Diffstat (limited to 'FrontEnd/src/locales/zh')
-rw-r--r--FrontEnd/src/locales/zh/translation.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json
index 721ac81a..8ebc617a 100644
--- a/FrontEnd/src/locales/zh/translation.json
+++ b/FrontEnd/src/locales/zh/translation.json
@@ -18,6 +18,7 @@
"public": "对所有人公开"
},
"register": {
+ "register": "注册",
"username": "用户名",
"password": "密码",
"confirmPassword": "确认密码",
@@ -26,7 +27,8 @@
"usernameEmpty": "用户名不能为空。",
"passwordEmpty": "密码不能为空。",
"confirmPasswordWrong": "密码不匹配。",
- "registerCodeEmpty": "注册码不能为空。"
+ "registerCodeEmpty": "注册码不能为空。",
+ "registerCodeInvalid": "注册码无效。"
}
},
"connectionState": {