From 18e3fa024ff6974367e41773a19d1f77ea441661 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 31 Oct 2025 21:50:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 11 +++++- src/locales/en.json | 11 +++++- src/locales/zh.json | 11 +++++- src/views/BDCenter/availableIncome.vue | 4 +-- src/views/Wallet/CashOut/KYC.vue | 47 ++++++++++++++++++++------ 5 files changed, 68 insertions(+), 16 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index b69dbc9..b19d0b1 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -219,5 +219,14 @@ "kyc": "KYC", "passport_id_card": "جواز السفر/بطاقة الهوية:({current}/3)", "transfer_coins": "تحويل العملات", - "plus_coins": "+{amount} عملات" + "plus_coins": "+{amount} عملات", + + "enter_contact_number": "يرجى إدخال رقم الاتصال الخاص بك", + "enter_other_description": "يرجى إدخال وصف آخر", + "passport_id_card_title": "جواز السفر/بطاقة الهوية", + "submit": "إرسال", + "unsupported_file_type": "نوع الملف غير مدعوم", + "max_images_warning": "يمكنك تحميل 3 صور كحد أقصى", + "upload_failed": "فشل التحميل", + "please_enter_contact_number": "يرجى إدخال رقم الاتصال" } diff --git a/src/locales/en.json b/src/locales/en.json index 4b5edd3..49370d3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -219,5 +219,14 @@ "kyc": "KYC", "passport_id_card": "Passport/ID card:({current}/3)", "transfer_coins": "Transfer Coins", - "plus_coins": "+{amount} Coins" + "plus_coins": "+{amount} Coins", + + "enter_contact_number": "Please enter your contact number", + "enter_other_description": "Please enter other description", + "passport_id_card_title": "Passport/ID card", + "submit": "Submit", + "unsupported_file_type": "Unsupported file type", + "max_images_warning": "You can upload up to 3 pictures at most", + "upload_failed": "Upload failed", + "please_enter_contact_number": "Please enter contact number" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 01c1123..7ac389a 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -219,5 +219,14 @@ "kyc": "KYC", "passport_id_card": "护照/身份证:({current}/3)", "transfer_coins": "转账金币", - "plus_coins": "+{amount} 金币" + "plus_coins": "+{amount} 金币", + + "enter_contact_number": "请输入您的联系电话", + "enter_other_description": "请输入其他说明", + "passport_id_card_title": "护照/身份证", + "submit": "提交", + "unsupported_file_type": "不支持的文件类型", + "max_images_warning": "最多只能上传3张图片", + "upload_failed": "上传失败", + "please_enter_contact_number": "请输入联系电话" } diff --git a/src/views/BDCenter/availableIncome.vue b/src/views/BDCenter/availableIncome.vue index d5258f1..60c29ff 100644 --- a/src/views/BDCenter/availableIncome.vue +++ b/src/views/BDCenter/availableIncome.vue @@ -19,10 +19,10 @@ " >
{{ t('available_salaries') }}
-
+
-
Contact number
+
{{ t('contact_number') }}
-
Other description
+
{{ t('other_description') }}
@@ -59,7 +60,7 @@
-
Passport/lD card:
+
{{ t('passport_id_card_title') }}:
-
+
- Submit + {{ t('submit') }}
@@ -126,15 +127,21 @@ @@ -267,4 +286,10 @@ textarea::-webkit-scrollbar { font-size: 32px; } } + +/* RTL支持 */ +[dir='rtl'] .word-count { + right: auto; + left: 4px; +}