From 7893a0dafe70d403259153c838e3f4c9b548ec41 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Tue, 9 Dec 2025 10:59:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E3=80=81=E5=9B=BD=E5=AE=B6=E9=80=89=E6=8B=A9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?):=20=E6=B7=BB=E5=8A=A0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 7 ++++++- src/locales/en.json | 7 ++++++- src/locales/zh.json | 7 ++++++- src/views/Recharge/RechargeFreightAgent.vue | 8 ++++---- src/views/Recharge/map.vue | 6 ++++-- 5 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 2613395..beb0d2b 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -317,5 +317,10 @@ "invitation_code_bound_successfully": "تم ربط رمز الدعوة بنجاح!", "invitation_code_binding_failed": "فشل ربط رمز الدعوة.", "user_id_prefix": "المعرف:", - "day_unit": "يوم" + "day_unit": "يوم", + + "select_country": "اختر البلد", + "select_your_country": "اختر بلدك", + "my_information": "معلوماتي:", + "select_a_country": "اختر البلد:" } diff --git a/src/locales/en.json b/src/locales/en.json index 0e1bbfc..c37765a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -317,5 +317,10 @@ "invitation_code_bound_successfully": "Invitation code bound successfully!", "invitation_code_binding_failed": "Invitation code binding failed.", "user_id_prefix": "ID:", - "day_unit": "Day" + "day_unit": "Day", + + "select_country": "Select Country", + "select_your_country": "Select your country", + "my_information": "My Information:", + "select_a_country": "Select a country:" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 1584310..b3dff93 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -317,5 +317,10 @@ "invitation_code_bound_successfully": "邀请码绑定成功!", "invitation_code_binding_failed": "邀请码绑定失败。", "user_id_prefix": "ID:", - "day_unit": "天" + "day_unit": "天", + + "select_country": "选择国家", + "select_your_country": "选择您的国家", + "my_information": "我的信息:", + "select_a_country": "选择国家:" } diff --git a/src/views/Recharge/RechargeFreightAgent.vue b/src/views/Recharge/RechargeFreightAgent.vue index 5e7d629..06fce2f 100644 --- a/src/views/Recharge/RechargeFreightAgent.vue +++ b/src/views/Recharge/RechargeFreightAgent.vue @@ -5,7 +5,7 @@
-
My Information:
+
{{ $t('my_information') }}
- ID:{{ userInfo.account }} + {{ $t('user_id_prefix') }} {{ userInfo.account }}
@@ -100,7 +100,7 @@
-
Select a country:
+
{{ $t('select_a_country') }}
-
Select your country
+
+ {{ $t('select_your_country') }} +