feat: 更新银行名称字段,优化中英文本地化文本
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"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",
|
||||
"bankName": "Bank Name",
|
||||
"bankNamePlaceholder": "Please select your bank",
|
||||
"accountNumber": "Bank Card Number",
|
||||
"accountNumberPlaceholder": "Please enter your bank card number",
|
||||
|
||||
@@ -6,7 +6,7 @@ export type MessageSchema = typeof enUS;
|
||||
|
||||
const i18n = createI18n<MessageSchema, "en-US" | "zh-CN">({
|
||||
legacy: false,
|
||||
locale: "en-US",
|
||||
locale: "zh-CN",
|
||||
fallbackLocale: "en-US",
|
||||
messages: {
|
||||
"en-US": enUS,
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"title": "温馨提示",
|
||||
"description": "为了保障您的资金安全,请确保银行卡信息真实有效。添加的银行卡将用于充值和提现操作。"
|
||||
},
|
||||
"bankName": "银行卡",
|
||||
"bankName": "银行名称",
|
||||
"bankNamePlaceholder": "请选择您的银行",
|
||||
"accountNumber": "银行卡号",
|
||||
"accountNumberPlaceholder": "请输入银行卡号",
|
||||
|
||||
Reference in New Issue
Block a user