✨ 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.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"authenticating": "正在认证...",
|
||||
"binding": "正在绑定账号...",
|
||||
"get": "获取验证码",
|
||||
"login": {
|
||||
"codeLogin": "验证码登录",
|
||||
"email": "请输入有效的邮箱地址",
|
||||
"forgotPassword": "忘记密码?",
|
||||
"passwordLogin": "密码登录",
|
||||
"registerAccount": "注册账号",
|
||||
"success": "登录成功!",
|
||||
"title": "登录"
|
||||
},
|
||||
"privacyPolicy": "隐私政策",
|
||||
"register": {
|
||||
"email": "请输入有效的邮箱地址",
|
||||
"existingAccount": "已有账号?",
|
||||
"invite": "邀请码(可选)",
|
||||
"message": "注册功能暂时不可用",
|
||||
"passwordMismatch": "两次密码输入不一致",
|
||||
"success": "注册成功!",
|
||||
"switchToLogin": "登录",
|
||||
"title": "注册",
|
||||
"whitelist": "该邮箱域名不在白名单中"
|
||||
},
|
||||
"reset": {
|
||||
"email": "请输入有效的邮箱地址",
|
||||
"existingAccount": "记得密码了?",
|
||||
"success": "密码重置成功!",
|
||||
"switchToLogin": "登录",
|
||||
"title": "重置密码"
|
||||
},
|
||||
"tos": "服务条款",
|
||||
"verifyAccount": "验证您的账户",
|
||||
"verifyAccountDesc": "请登录或注册以继续"
|
||||
}
|
||||
Reference in New Issue
Block a user