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 @@