From c5cdcca5d04c75b23da89cce4ebea275c514e097 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 10 Dec 2025 10:41:25 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E9=87=91=E5=B8=81=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2):=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 | 6 +++++- src/locales/en.json | 6 +++++- src/locales/zh.json | 6 +++++- src/views/RechargeAgency/index.vue | 9 +++------ 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index beb0d2b..73512af 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -322,5 +322,9 @@ "select_country": "اختر البلد", "select_your_country": "اختر بلدك", "my_information": "معلوماتي:", - "select_a_country": "اختر البلد:" + "select_a_country": "اختر البلد:", + + "min_transfer_amount": "الحد الأدنى للمبالغ المقبولة:", + "min_transfer_amount_tip": "يمكن لعملاء إعادة الشحن اختيار الحد الأدنى للمبلغ الذي يمكنهم قبوله من تحويلات المستخدمين، والذي يمكن تعديله في أول كل شهر. (على سبيل المثال، إذا قام عميل إعادة الشحن بتغيير الحد ليقبل فقط التحويلات التي تبلغ قيمتها 10 دولارات أو أكثر، فلن يتمكن المستخدمون الذين تقل تحويلاتهم عن 10 دولارات من تحويل الأموال إلى ذلك العميل.)", + "confirm_transfer_limit": "هل أنت متأكد من أنك تريد تحديد هذا الحد الأدنى للمبلغ؟" } diff --git a/src/locales/en.json b/src/locales/en.json index c37765a..0c803a2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -322,5 +322,9 @@ "select_country": "Select Country", "select_your_country": "Select your country", "my_information": "My Information:", - "select_a_country": "Select a country:" + "select_a_country": "Select a country:", + + "min_transfer_amount": "Minimum amount of transfers accepted:", + "min_transfer_amount_tip": "Recharge agents can choose the minimum amount they can accept from user transfers, which can be modified on the first of each month. (For example, if a recharge agent changes to only accept transfers of $10 or more, users with single transfers below $10 will not be able to transfer funds to that recharge agent.)", + "confirm_transfer_limit": "Are you sure you want to select this transfer amount limit?" } diff --git a/src/locales/zh.json b/src/locales/zh.json index b3dff93..1e0b7fb 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -322,5 +322,9 @@ "select_country": "选择国家", "select_your_country": "选择您的国家", "my_information": "我的信息:", - "select_a_country": "选择国家:" + "select_a_country": "选择国家:", + + "min_transfer_amount": "最低可接受转账金额:", + "min_transfer_amount_tip": "充值代理商可以选择他们可以从用户转账中接受的最低金额,该金额可以在每月的第一天修改。(例如,如果充值代理商更改为其仅接受10美元或更多的转账,则单笔转账低于10美元的用户将无法向该充值代理商转账资金。)", + "confirm_transfer_limit": "您确定要选择此转账金额限制吗?" } diff --git a/src/views/RechargeAgency/index.vue b/src/views/RechargeAgency/index.vue index 0dec141..217511e 100644 --- a/src/views/RechargeAgency/index.vue +++ b/src/views/RechargeAgency/index.vue @@ -103,7 +103,7 @@ " >
-
Minimum amount of transfers accepted:
+
{{ t('min_transfer_amount') }}
X
- Recharge agents can choose the minimumamount they can accept from user transfers,which - can be modifed on the frst of eachmonth. (For example, if a recharge agentchanges to - only accept transfers of $10 or more,users with single transfers below $10 will not - beable to transfer funds to that recharge agent.) + {{ t('min_transfer_amount_tip') }}
@@ -278,7 +275,7 @@ >
{{ t('tips') }}
- Are you sure you want to select this transfer amount limit? + {{ t('confirm_transfer_limit') }}