diff --git a/src/locales/ar.json b/src/locales/ar.json index 1b6e0c1..5042d73 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -375,5 +375,15 @@ "recharge_instruction_1": "1. قبل إعادة الشحن، يحتاج المستخدم إلى تقديم معرف Likei الصحيح لإكمال هذه العملية.", "recharge_instruction_2": "2. بعد أن يقوم تاجر العملات بإعادة الشحن، سيتم إرسال العملات المعاد شحنها مباشرة إلى حساب تاجر العملات.", "recharge_instruction_3": "3. كيفية الحصول على معرف الحساب: (1) افتح صفحة 'الخاص بي' في Likei. (2) يمكنك تأكيد معرف الحساب في أعلى الصفحة.", - "recharge_instruction_4": "4. إذا كان حساب المعرف الذي تدخله هو حساب تاجر عملات، فسيتم إرسال العملة إلى مركز تاجر العملات لهذا الحساب." + "recharge_instruction_4": "4. إذا كان حساب المعرف الذي تدخله هو حساب تاجر عملات، فسيتم إرسال العملة إلى مركز تاجر العملات لهذا الحساب.", + + "bd_leaders_label": "قادة BD:", + "team_total_income_label": "إجمالي دخل الفريق:", + "number_of_agencies_personnel_label": "عدد موظفي الوكالات:", + "bd_leader_id_label": "معرف قائد BD:", + "income_details_label": "تفاصيل الدخل:", + "agency_label": "الوكالة:", + "team_total_income_text": "إجمالي دخل الفريق:", + "team_total_income_text_capitalized": "إجمالي دخل الفريق:", + "bd_income_label": "دخل BD:" } diff --git a/src/locales/en.json b/src/locales/en.json index 550c094..53ae203 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -375,5 +375,15 @@ "recharge_instruction_1": "1、Before recharging,the user needs toprovide the correct Likei lD to complete thisrecharge.", "recharge_instruction_2": "2、After the coin seller recharges, therecharged coins will be directly sent to thecoin seller account.", "recharge_instruction_3": "3、How to obtain an lD for an account:(1)In Likei open the 'My' page.(2)You can confrm the account lD at the topof the page.", - "recharge_instruction_4": "4、lf the lD account you enter is a coinseller account, the coin will be sent to thecoin seller center of that account." + "recharge_instruction_4": "4、lf the lD account you enter is a coinseller account, the coin will be sent to thecoin seller center of that account.", + + "bd_leaders_label": "BD Leaders:", + "team_total_income_label": "Team Total Income:", + "number_of_agencies_personnel_label": "Number Of Agencies Personnel:", + "bd_leader_id_label": "BD Leader's lD:", + "income_details_label": "Income Details:", + "agency_label": "Agency:", + "team_total_income_text": "Team total Income:", + "team_total_income_text_capitalized": "Team Total income:", + "bd_income_label": "BD Income:" } diff --git a/src/locales/zh.json b/src/locales/zh.json index c151df1..dfe0de1 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -375,5 +375,15 @@ "recharge_instruction_1": "1、充值前,用户需要提供正确的Likei ID才能完成此次充值。", "recharge_instruction_2": "2、币商充值后,充值的金币将直接发送到币商账户。", "recharge_instruction_3": "3、如何获取账户的ID:(1)在Likei中打开'我的'页面。(2)您可以在页面顶部确认账户ID。", - "recharge_instruction_4": "4、如果您输入的ID账户是币商账户,金币将发送到该账户的币商中心。" + "recharge_instruction_4": "4、如果您输入的ID账户是币商账户,金币将发送到该账户的币商中心。", + + "bd_leaders_label": "BD主管:", + "team_total_income_label": "团队总收入:", + "number_of_agencies_personnel_label": "代理人员数量:", + "bd_leader_id_label": "BD主管ID:", + "income_details_label": "收入详情:", + "agency_label": "代理:", + "team_total_income_text": "团队总收入:", + "team_total_income_text_capitalized": "团队总收入:", + "bd_income_label": "BD收入:" } diff --git a/src/views/AdminCenter/MyBDLeaderTeams.vue b/src/views/AdminCenter/MyBDLeaderTeams.vue index c4e4332..e89b7e1 100644 --- a/src/views/AdminCenter/MyBDLeaderTeams.vue +++ b/src/views/AdminCenter/MyBDLeaderTeams.vue @@ -3,7 +3,7 @@ @@ -35,11 +35,11 @@ " >
-
Total income:
+
{{ t('total_income') }}
${{ TeamOverview?.totalIncome || 0 }}
-
Previous period income:
+
{{ t('previous_period_income') }}
${{ TeamOverview?.previousPeriodIncome || 0 }}
@@ -60,9 +60,11 @@ " > -
BD Leaders: {{ TeamOverview?.memberCount || 0 }}
+
+ {{ t('bd_leaders_label') }} {{ TeamOverview?.memberCount || 0 }} +
- Team Total Income: ${{ TeamOverview?.teamTotalIncome || 0 }} + {{ t('team_total_income_label') }} ${{ TeamOverview?.teamTotalIncome || 0 }}
@@ -145,26 +147,15 @@ " >
- Number Of Agencies Personnel: {{ BDLeaderInfo?.subMemberCount || 0 }} + {{ t('number_of_agencies_personnel_label') }} {{ BDLeaderInfo?.subMemberCount || 0 }}
- Total Income: ${{ BDLeaderInfo?.totalIncome || 0 }} + {{ t('total_income') }} ${{ BDLeaderInfo?.totalIncome || 0 }}
-
+
{{ t('more') }}
@@ -191,7 +182,7 @@ >
- BD Leader's lD: {{ moreUserAccount }} + {{ t('bd_leader_id_label') }} {{ moreUserAccount }}
@@ -216,7 +207,7 @@ -
Income Details:
+
{{ t('income_details_label') }}
@@ -234,9 +225,9 @@
{{ incomeInfo.settlementPeriod }}
-
Agency: {{ incomeInfo.memberCount }}
+
{{ t('agency_label') }} {{ incomeInfo.memberCount }}
-
Team total Income: ${{ incomeInfo.teamTotalIncome }}
+
{{ t('team_total_income_text') }} ${{ incomeInfo.teamTotalIncome }}
@@ -249,9 +240,11 @@ >
@@ -276,10 +269,10 @@
{{ incomeDetailsItem.settlementPeriod }}
- Agency: {{ incomeDetailsItem.memberCount }} + {{ t('agency_label') }} {{ incomeDetailsItem.memberCount }}
- Team Total income: ${{ incomeDetailsItem.teamTotalIncome }} + {{ t('team_total_income_text_capitalized') }} ${{ incomeDetailsItem.teamTotalIncome }}
@@ -345,7 +338,7 @@ {{ member.userName }}
- ID:{{ member.account }} + {{ t('user_id_prefix') }} {{ member.account }}
@@ -360,7 +353,7 @@ justify-content: space-around; " > -
BD Income:
+
{{ t('bd_income_label') }}
${{ member.income }}
@@ -492,6 +485,16 @@ onMounted(() => { display: none; } +.moreBt { + font-size: 0.8em; + + position: absolute; + bottom: 4%; + right: 4%; + color: #bb92ff; + font-weight: 500; +} + @media screen and (max-width: 360px) { * { font-size: 10px; @@ -515,4 +518,9 @@ onMounted(() => { font-size: 32px; } } + +[dir='rtl'] .moreBt { + left: 4%; + right: auto; +}