feat: add translation for register messages

This commit is contained in:
Rohit
2025-02-02 14:14:26 +05:30
parent 3b64e7fbc9
commit 7ff3087738
5 changed files with 50 additions and 5 deletions

View File

@@ -28,7 +28,16 @@
"register_prompt": "已有账号?",
"login_link": "登录",
"welcome_notification": "欢迎使用 Maxun",
"error_notification": "注册失败。请重试。"
"validation": {
"email_required": "邮箱是必填项",
"password_requirements": "密码必须至少6个字符"
},
"error": {
"user_exists": "该邮箱已被注册",
"creation_failed": "无法创建账户",
"server_error": "服务器错误",
"generic": "注册失败,请重试"
}
},
"recordingtable": {
"run": "运行",