web 2ce0572283 feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
2025-11-29 20:03:41 -08:00

46 lines
1.5 KiB
JSON

{
"check": {
"description": "验证您的身份",
"title": "验证"
},
"get": "获取验证码",
"login": {
"description": "输入您的凭据以继续",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"forgotPassword": "忘记密码?",
"passwordPlaceholder": "输入您的密码...",
"registerAccount": "注册账号",
"success": "登录成功!",
"title": "登录"
},
"logout": "退出登录",
"register": {
"codePlaceholder": "输入验证码...",
"description": "创建一个新账号",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"existingAccount": "已有账号?",
"invite": "邀请码(可选)",
"message": "注册功能暂时不可用",
"passwordMismatch": "两次密码输入不一致",
"passwordPlaceholder": "输入您的密码...",
"repeatPasswordPlaceholder": "再次输入密码...",
"success": "注册成功!",
"switchToLogin": "登录",
"title": "注册",
"whitelist": "该邮箱域名不在白名单中"
},
"reset": {
"codePlaceholder": "输入验证码...",
"description": "重置您的密码",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"existingAccount": "记得密码了?",
"passwordPlaceholder": "输入您的新密码...",
"success": "密码重置成功!",
"switchToLogin": "登录",
"title": "重置密码"
}
}