diff options
author | crupest <crupest@outlook.com> | 2022-04-29 23:15:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-29 23:15:47 +0800 |
commit | 96440778a85cd5106959b7a779080ad90e6ccbdb (patch) | |
tree | 069d1be2cc5190ba6a6975c76c568801bea0badd /FrontEnd/src/locales/zh | |
parent | b46c397989df15149803cc1607448dd83c8781a7 (diff) | |
download | timeline-96440778a85cd5106959b7a779080ad90e6ccbdb.tar.gz timeline-96440778a85cd5106959b7a779080ad90e6ccbdb.tar.bz2 timeline-96440778a85cd5106959b7a779080ad90e6ccbdb.zip |
...
Diffstat (limited to 'FrontEnd/src/locales/zh')
-rw-r--r-- | FrontEnd/src/locales/zh/translation.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json index f6f1b0f2..cee92206 100644 --- a/FrontEnd/src/locales/zh/translation.json +++ b/FrontEnd/src/locales/zh/translation.json @@ -21,7 +21,13 @@ "username": "用户名", "password": "密码", "confirmPassword": "确认密码", - "regsiterCode": "注册码" + "regsiterCode": "注册码", + "error": { + "usernameEmpty": "用户名不能为空。", + "passwordEmpty": "密码不能为空。", + "confirmPasswordWrong": "密码不匹配。", + "registerCodeEmpty": "注册码不能为空。" + } }, "connectionState": { "Connected": "已连接", |