diff options
Diffstat (limited to 'FrontEnd/src/locales/zh/translation.json')
-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": "已连接", |