- 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.
32 lines
995 B
JSON
32 lines
995 B
JSON
{
|
|
"accountSettings": {
|
|
"accountSettings": "Account Settings",
|
|
"newPassword": "New Password",
|
|
"passwordMismatch": "Passwords do not match",
|
|
"repeatNewPassword": "Repeat New Password",
|
|
"updatePassword": "Update Password",
|
|
"updateSuccess": "Password updated successfully"
|
|
},
|
|
"notify": {
|
|
"balanceChange": "Balance Change Notification",
|
|
"finance": "Finance Notification",
|
|
"login": "Login Notification",
|
|
"notificationSettings": "Notification Settings",
|
|
"save": "Save",
|
|
"subscribe": "Subscribe Notification",
|
|
"updateSuccess": "Notification settings updated successfully"
|
|
},
|
|
"thirdParty": {
|
|
"bind": "thirdParty.bind",
|
|
"bindFailed": "Bind failed",
|
|
"bindMobile": "Bind Mobile",
|
|
"bindSuccess": "Bind successfully",
|
|
"confirm": "Confirm",
|
|
"save": "thirdParty.save",
|
|
"title": "Third-party Accounts",
|
|
"unbind": "thirdParty.unbind",
|
|
"update": "thirdParty.update",
|
|
"updateSuccess": "Update successfully"
|
|
}
|
|
}
|