feat: 添加提现表单验证规则,优化用户输入体验
This commit is contained in:
@@ -40,7 +40,19 @@
|
||||
"enterCryptoAddress": "Enter the crypto address",
|
||||
"validCryptoAddressError": "Please enter a valid crypto address.",
|
||||
"successMessage": "Withdrawal request submitted successfully!",
|
||||
"submit": "Submit"
|
||||
"submit": "Submit",
|
||||
"validation": {
|
||||
"assetCodeRequired": "Please select a currency",
|
||||
"amountRequired": "Please enter an amount",
|
||||
"amountInvalid": "Please enter a valid number format",
|
||||
"amountExceedsBalance": "Amount cannot exceed available balance",
|
||||
"amountTooSmall": "Amount must be greater than 0",
|
||||
"methodRequired": "Please select a withdrawal method",
|
||||
"bankAccountRequired": "Please select a bank account",
|
||||
"chainRequired": "Please select a blockchain network",
|
||||
"addressRequired": "Please enter a withdrawal address",
|
||||
"addressTooShort": "Address format is incorrect, too short"
|
||||
}
|
||||
},
|
||||
"bankCard": {
|
||||
"management": "Bank Card Management",
|
||||
|
||||
Reference in New Issue
Block a user