Files
waooplus/messages/zh/auth.json
2026-03-08 17:10:06 +08:00

36 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"welcomeBack": "欢迎回来",
"loginTo": "登录到waoowaoo",
"createAccount": "创建账户",
"joinPlatform": "加入waoowaoo",
"phoneNumber": "用户名",
"password": "密码",
"confirmPassword": "确认密码",
"phoneNumberPlaceholder": "请输入用户名",
"passwordPlaceholder": "请输入密码",
"passwordMinPlaceholder": "请输入密码至少6位",
"confirmPasswordPlaceholder": "请再次输入密码",
"loginButton": "登录",
"loginButtonLoading": "登录中...",
"signupButton": "注册",
"signupButtonLoading": "注册中...",
"noAccount": "还没有账户?",
"hasAccount": "已有账户?",
"signupNow": "立即注册",
"signinNow": "立即登录",
"backToHome": "← 返回首页",
"loginFailed": "登录失败,请检查手机号和密码",
"loginError": "登录过程中出现错误",
"passwordMismatch": "密码确认不匹配",
"passwordTooShort": "密码长度至少6位",
"signupSuccess": "注册成功!正在跳转到登录页面...",
"signupFailed": "注册失败",
"signupError": "注册过程中出现错误",
"rateLimited": "请求过于频繁,请稍后再试",
"passwordStrength": {
"weak": "密码强度:弱 — 建议使用更长的密码,混合大小写、数字和特殊字符",
"fair": "密码强度:一般 — 建议增加密码复杂度",
"good": "密码强度:良好",
"strong": "密码强度:强"
}
}