diff --git a/src/components/team/TeamBillMore.vue b/src/components/team/TeamBillMore.vue index cc96f6b..47c7537 100644 --- a/src/components/team/TeamBillMore.vue +++ b/src/components/team/TeamBillMore.vue @@ -232,6 +232,7 @@ diff --git a/src/locales/ar.json b/src/locales/ar.json index f9855f0..ca321f7 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -260,5 +260,10 @@ "cash_out_rule_3": "3. إذا لم يقم المستخدم بتنفيذ أي عملية قبل انتهاء الحدث، سيُعتبر ذلك أنهم استبعدوا الفرصة لاستلام الدولارات، وسيتم مسح الدولارات التي استلموها بواسطة النظام.", "withdrawable_amount": "المبلغ القابل للسحب: {amount}", "fill_info_tips": "يرجى ملء المعلومات بعناية. يمكنك سحب النقدي فقط بعد اكتمال المعلومات.", - "card_issue_tips": "* إذا كان هناك مشكلة في رقم البطاقة ولا يمكن إجراء التحويل، فإن ذلك سيؤدي إلى رفض المراجعة." + "card_issue_tips": "* إذا كان هناك مشكلة في رقم البطاقة ولا يمكن إجراء التحويل، فإن ذلك سيؤدي إلى رفض المراجعة.", + + "bd": "BD", + "bd_leader": "قائد BD", + "bd_salary": "راتب BD", + "bd_leader_history": "سجل قائد BD" } diff --git a/src/locales/en.json b/src/locales/en.json index 21f3ff9..b3d80b1 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -260,5 +260,10 @@ "cash_out_rule_3": "3. If the user does not perform any operation before the end of the event, it will be deemed that they have given up the opportunity to receive the dollars, and the dollars they have received will be cleared by the system.", "withdrawable_amount": "Withdrawable amount: {amount}", "fill_info_tips": "Please fill in the information carefully. You can only withdraw cash after the information is completed.", - "card_issue_tips": "* If there is a problem with the card number and the transfer cannot be made, it will result in the review being rejected." + "card_issue_tips": "* If there is a problem with the card number and the transfer cannot be made, it will result in the review being rejected.", + + "bd": "BD", + "bd_leader": "BD Leader", + "bd_salary": "BD Salary", + "bd_leader_history": "BD Leader History" } diff --git a/src/locales/zh.json b/src/locales/zh.json index fe52ec2..84fb4d3 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -260,5 +260,10 @@ "cash_out_rule_3": "3.如果用户在活动结束前没有进行任何操作,则视为其放弃了获得美元的机会,并且其已收到的美元将被系统清空。", "withdrawable_amount": "可提取金额:{amount}", "fill_info_tips": "请仔细填写信息。信息填写完整后才能取款。", - "card_issue_tips": "*如果卡号有问题导致转账无法完成,则审核将被拒绝。" + "card_issue_tips": "*如果卡号有问题导致转账无法完成,则审核将被拒绝。", + + "bd": "BD", + "bd_leader": "BD主管", + "bd_salary": "BD工资", + "bd_leader_history": "BD主管历史记录" } diff --git a/src/views/BDCenter/availableIncome.vue b/src/views/BDCenter/availableIncome.vue index 60c29ff..7e724e7 100644 --- a/src/views/BDCenter/availableIncome.vue +++ b/src/views/BDCenter/availableIncome.vue @@ -68,7 +68,7 @@ boxShadow: '0 2px 4px rgba(0, 0, 0, 0.1)', }" > - {{ t(action.name.toLowerCase()) }} + {{ t(action.lang) }} @@ -496,7 +496,11 @@ const loading = ref(false) const maskLayerShow = ref(false) // 操作按钮 -const actions = ref([{ name: 'Exchange' }, { name: 'Transfer' }, { name: 'Cash out' }]) +const actions = ref([ + { name: 'Exchange', lang: 'exchange' }, + { name: 'Transfer', lang: 'transfer' }, + { name: 'Cash out', lang: 'cash_out' }, +]) // 查看历史提现信息 const gotoKYC = () => { diff --git a/src/views/BDCenterView.vue b/src/views/BDCenterView.vue index 133a625..74e6de9 100644 --- a/src/views/BDCenterView.vue +++ b/src/views/BDCenterView.vue @@ -94,7 +94,12 @@ {{ t('available_salaries') }} ${{ salaryInfo.currentSalary }} - + @@ -118,7 +123,12 @@ >
{{ t('invite_become_agent') }} - +
@@ -139,7 +149,7 @@ gap: 10px; " > -
BD
+
{{ t('bd') }}
{{ BDData.billTitle }}
-
BD Salary
+
+ {{ t('bd_salary') }} +
@@ -658,4 +670,8 @@ onMounted(() => { [dir='rtl'] .user-info { text-align: right; } + +[dir='rtl'] .flipImg { + transform: scaleX(-1); +} diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue index 92d04ef..09d6d4c 100644 --- a/src/views/BDLeaderCenter/index.vue +++ b/src/views/BDLeaderCenter/index.vue @@ -89,7 +89,12 @@ {{ t('available_salaries') }} ${{ salaryInfo.currentSalary }} - +
@@ -110,7 +115,12 @@ >
{{ t('invite_become_agent') }} - +
@@ -131,7 +141,12 @@ {{ t('invite_user_to_become_bd') }} - + @@ -164,7 +179,7 @@ position: 'relative', }" > - {{ tab.name }} + {{ t(tab.langKey) }}