feat: 更新银行名称字段,优化中英文本地化文本

This commit is contained in:
2025-12-17 04:35:31 +07:00
parent ec9ceb31ba
commit 0554ac5b67
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
"title": "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." "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", "bankNamePlaceholder": "Please select your bank",
"accountNumber": "Bank Card Number", "accountNumber": "Bank Card Number",
"accountNumberPlaceholder": "Please enter your bank card number", "accountNumberPlaceholder": "Please enter your bank card number",

View File

@@ -6,7 +6,7 @@ export type MessageSchema = typeof enUS;
const i18n = createI18n<MessageSchema, "en-US" | "zh-CN">({ const i18n = createI18n<MessageSchema, "en-US" | "zh-CN">({
legacy: false, legacy: false,
locale: "en-US", locale: "zh-CN",
fallbackLocale: "en-US", fallbackLocale: "en-US",
messages: { messages: {
"en-US": enUS, "en-US": enUS,

View File

@@ -65,7 +65,7 @@
"title": "温馨提示", "title": "温馨提示",
"description": "为了保障您的资金安全,请确保银行卡信息真实有效。添加的银行卡将用于充值和提现操作。" "description": "为了保障您的资金安全,请确保银行卡信息真实有效。添加的银行卡将用于充值和提现操作。"
}, },
"bankName": "银行", "bankName": "银行名称",
"bankNamePlaceholder": "请选择您的银行", "bankNamePlaceholder": "请选择您的银行",
"accountNumber": "银行卡号", "accountNumber": "银行卡号",
"accountNumberPlaceholder": "请输入银行卡号", "accountNumberPlaceholder": "请输入银行卡号",