- 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.
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"authenticating": "Authenticating...",
|
|
"binding": "Binding account...",
|
|
"get": "Get Code",
|
|
"login": {
|
|
"codeLogin": "Login with Code",
|
|
"email": "Please enter a valid email address",
|
|
"forgotPassword": "Forgot Password?",
|
|
"passwordLogin": "Login with Password",
|
|
"registerAccount": "Register Account",
|
|
"success": "Login successful!",
|
|
"title": "Login"
|
|
},
|
|
"privacyPolicy": "Privacy Policy",
|
|
"register": {
|
|
"email": "Please enter a valid email address",
|
|
"existingAccount": "Already have an account?",
|
|
"invite": "Invitation Code (Optional)",
|
|
"message": "Registration is currently disabled",
|
|
"passwordMismatch": "Passwords do not match",
|
|
"success": "Registration successful!",
|
|
"switchToLogin": "Login",
|
|
"title": "Register",
|
|
"whitelist": "This email domain is not in the whitelist"
|
|
},
|
|
"reset": {
|
|
"email": "Please enter a valid email address",
|
|
"existingAccount": "Remember your password?",
|
|
"success": "Password reset successful!",
|
|
"switchToLogin": "Login",
|
|
"title": "Reset Password"
|
|
},
|
|
"tos": "Terms of Service",
|
|
"verifyAccount": "Verify Your Account",
|
|
"verifyAccountDesc": "Please login or register to continue"
|
|
}
|