From 0554ac5b6726313932b421317fd3dcd042d96d24 Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 17 Dec 2025 04:35:31 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en-US.json | 2 +- src/locales/index.ts | 2 +- src/locales/zh-CN.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 4ed7aea..fd2beb6 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -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", diff --git a/src/locales/index.ts b/src/locales/index.ts index fa6b03d..a312197 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -6,7 +6,7 @@ export type MessageSchema = typeof enUS; const i18n = createI18n({ legacy: false, - locale: "en-US", + locale: "zh-CN", fallbackLocale: "en-US", messages: { "en-US": enUS, diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 803074b..e4593fb 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -65,7 +65,7 @@ "title": "温馨提示", "description": "为了保障您的资金安全,请确保银行卡信息真实有效。添加的银行卡将用于充值和提现操作。" }, - "bankName": "银行卡", + "bankName": "银行名称", "bankNamePlaceholder": "请选择您的银行", "accountNumber": "银行卡号", "accountNumberPlaceholder": "请输入银行卡号",