chore(金币代理页面): 添加翻译

This commit is contained in:
hzj 2025-12-10 10:41:25 +08:00
parent b54e272b47
commit c5cdcca5d0
4 changed files with 18 additions and 9 deletions

View File

@ -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": "هل أنت متأكد من أنك تريد تحديد هذا الحد الأدنى للمبلغ؟"
}

View File

@ -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?"
}

View File

@ -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": "您确定要选择此转账金额限制吗?"
}

View File

@ -103,7 +103,7 @@
"
>
<div style="display: flex; justify-content: space-between; align-items: center; gap: 4px">
<div style="font-weight: 600">Minimum amount of transfers accepted:</div>
<div style="font-weight: 600">{{ t('min_transfer_amount') }}</div>
<img
src="../../assets/icon/help.png"
height="20px"
@ -254,10 +254,7 @@
<div style="position: absolute; top: 0; right: 0" @click="closedPopup">X</div>
</div>
<div style="color: rgba(0, 0, 0, 0.5); font-weight: 600; text-align: center">
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') }}
</div>
</div>
@ -278,7 +275,7 @@
>
<div style="color: rgba(0, 0, 0, 0.8); font-weight: 800">{{ t('tips') }}</div>
<div style="color: rgba(0, 0, 0, 0.5); font-weight: 600; text-align: center">
Are you sure you want to select this transfer amount limit?
{{ t('confirm_transfer_limit') }}
</div>
<div
style="width: 100%; display: flex; justify-content: space-around; align-items: center"