feat: 添加银行卡管理功能,更新多语言支持,优化表单验证和用户界面
This commit is contained in:
@@ -41,6 +41,68 @@
|
||||
"validCryptoAddressError": "Please enter a valid crypto address.",
|
||||
"submit": "Submit"
|
||||
},
|
||||
"bankCard": {
|
||||
"management": "Bank Card Management",
|
||||
"add": "Add Bank Card",
|
||||
"empty": {
|
||||
"title": "No Bank Cards",
|
||||
"description": "Add a bank card for quick deposits and withdrawals",
|
||||
"addButton": "Add Bank Card"
|
||||
},
|
||||
"list": {
|
||||
"addCard": "Add Bank Card",
|
||||
"boundCards": "Bound Bank Cards",
|
||||
"defaultCard": "Default Card",
|
||||
"setDefault": "Set as Default",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"debitCard": "Debit Card"
|
||||
},
|
||||
"form": {
|
||||
"tips": {
|
||||
"title": "Tips",
|
||||
"description": "To ensure the security of your funds, please make sure the bank card information is authentic and valid. The added bank card will be used for deposit and withdrawal operations."
|
||||
},
|
||||
"bankName": "Bank Card",
|
||||
"bankNamePlaceholder": "Please select your bank",
|
||||
"accountNumber": "Bank Card Number",
|
||||
"accountNumberPlaceholder": "Please enter your bank card number",
|
||||
"accountNumberHelper": "Supports 16-19 digit bank card numbers",
|
||||
"accountName": "Cardholder Name",
|
||||
"accountNamePlaceholder": "Please enter cardholder name",
|
||||
"accountNameHelper": "Please enter the real name when opening the bank card",
|
||||
"security": {
|
||||
"title": "Security Guarantee",
|
||||
"encryption": "All bank card information is encrypted via SSL transmission",
|
||||
"standard": "We strictly follow bank-level security standards",
|
||||
"privacy": "Your personal information will be properly protected"
|
||||
},
|
||||
"submit": "Confirm Add Bank Card",
|
||||
"validation": {
|
||||
"bankRequired": "Please select a bank",
|
||||
"accountNumberRequired": "Please enter bank card number",
|
||||
"accountNameRequired": "Please enter cardholder name"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"addSuccess": "Bank card added successfully",
|
||||
"setDefaultSuccess": "Set as default bank card successfully",
|
||||
"deleteSuccess": "Bank card deleted successfully",
|
||||
"deleteConfirm": "Delete Bank Card",
|
||||
"deleteMessage": "Are you sure you want to delete {bankName} ({accountName})? This operation cannot be undone."
|
||||
},
|
||||
"tips": {
|
||||
"encryption": "Bank card information is encrypted and protected",
|
||||
"support": "Supports mainstream banks for fast deposits and withdrawals"
|
||||
}
|
||||
},
|
||||
"trade": {
|
||||
"title": "Trade",
|
||||
"settings": {
|
||||
"bankManagement": "Bank Card"
|
||||
}
|
||||
},
|
||||
"asset": {
|
||||
"issue": {
|
||||
"issuingAsset": "Issuing Asset",
|
||||
|
||||
Reference in New Issue
Block a user