diff --git a/src/locales/ar.json b/src/locales/ar.json index e787d2e..f9855f0 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -10,6 +10,7 @@ "got_it": "حصلت عليه", "application_records": "سجلات التطبيق", "agency": "وكيل", + "agencies": "الوكيل", "pending": "قيد الانتظار", "cancel": "إلغاء", "success": "النجاح", @@ -29,6 +30,10 @@ "current_salary": "الراتب الحالي:", "todays_task": "مهمة اليوم:", "platform_policy": "سياسة المنصة", + "num_teams": "عدد الفريق:", + "team_top_up": "الفريق قيمة", + "bd_income_salary": "BD دخل (راتب)", + "bd_income_top_up": "BD دخل (شحن)", "host_type": "نوع المضيف", "minutes": "دقائق", "gift_task": "مهمة الهدية", @@ -50,6 +55,7 @@ "salary_details": "تفاصيل الراتب", "monthly_salary": "الراتب الشهري", "total_income": "إجمالي الدخل", + "previous_period_income": "الإيرادات السابقة", "daily_salary": "الراتب اليومي", "income": "الدخل", "time": "الوقت", @@ -96,7 +102,7 @@ "seller_records": "سجل البائع", "bd_center": "مركز bd", "bd_leader_center": "مركز القيادة BD", - "total_team_salary": "إجمالي رواتب الفريق:", + "total_team_salary": "إجمالي الراتب للفريق", "last_month": "الشهر الماضي", "this_month": "هذا الشهر", "invite_become_agent": "دعوة المستخدم لتصبح وكيلًا", @@ -127,7 +133,7 @@ "agency_number": "عدد الوكالة", "team_salary": "رواتب الفريق", "bd_recharge_policy": "سياسة BD (سياسة إعادة شحن فريق الوكالة)", - "team_recharge": "شحن الفريق", + "team_recharge": "مجموع القيمة للفريق", "bd_number": "عدد BD", "basic_salary": "الراتب الأساسي", "reward_amount": "جائزة النشاط", diff --git a/src/locales/en.json b/src/locales/en.json index 1ed4d31..21f3ff9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -10,6 +10,7 @@ "got_it": "Got it", "application_records": "Application Records:", "agency": "Agency", + "agencies": "Agencies", "pending": "Pending", "cancel": "Cancel", "success": "Success", @@ -29,6 +30,10 @@ "current_salary": "Current salary:", "todays_task": "Today's task:", "platform_policy": "Platform Policy", + "num_teams": "Number Of Teams:", + "team_top_up": "Team top-up", + "bd_income_salary": "BD Income (Salary)", + "bd_income_top_up": "BD Income (Top-up)", "host_type": "Host type", "minutes": "Minutes", "gift_task": "Gift Task", @@ -50,6 +55,7 @@ "salary_details": "Salary Details", "monthly_salary": "Monthly salary", "total_income": "Total income", + "previous_period_income": "Previous period income", "daily_salary": "Daily salary", "income": "Income", "time": "Time", @@ -62,7 +68,7 @@ "status_in_progress": "(4)In progress:work now in progress.", "exchange_gold_coins": "Exchange Gold Coins", "information": "Information", - "available_salaries": "Available salaries:", + "available_salaries": "Available income:", "confirm_exchange": "Are you sure you want to exchange coins?", "transfer_to_others": "Transfer to others", "search": "Search", @@ -96,10 +102,10 @@ "seller_records": "Seller Records", "bd_center": "BD Center", "bd_leader_center": "BD Leader Center", - "total_team_salary": "Total team salary:", - "last_month": "Last month:", - "this_month": "This month:", - "invite_become_agent": "Invite user to become agent", + "total_team_salary": "Team total salary", + "last_month": "Last month", + "this_month": "This month", + "invite_become_agent": "Invite User To Become Agent", "invite": "Invite", "invitation_submitted": "Invitation information submitted successfully!", "agent_number": "Agent number", @@ -127,7 +133,7 @@ "agency_number": "Agency number", "team_salary": "Team salary", "bd_recharge_policy": "BD Policy (Agency Team Recharge Policy)", - "team_recharge": "Team recharge", + "team_recharge": "Team total recharge", "bd_number": "BD Number", "basic_salary": "Basic Salary", "reward_amount": "Reward Amount", diff --git a/src/locales/zh.json b/src/locales/zh.json index e7bff60..fe52ec2 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -10,6 +10,7 @@ "got_it": "知道了", "application_records": "申请记录:", "agency": "主播代理", + "agencies": "代理", "pending": "待处理", "cancel": "取消", "success": "成功", @@ -29,6 +30,10 @@ "current_salary": "当前薪资:", "todays_task": "今日任务:", "platform_policy": "平台政策", + "num_teams": "团队数量:", + "team_top_up": "团队充值", + "bd_income_salary": "BD收入(工资)", + "bd_income_top_up": "BD收入(充值)", "host_type": "主播类型", "minutes": "分钟", "gift_task": "礼物任务", @@ -50,6 +55,7 @@ "salary_details": "工资明细", "monthly_salary": "月工资", "total_income": "总收入", + "previous_period_income": "前期收入", "daily_salary": "每日工资", "income": "收入", "time": "时间", @@ -127,7 +133,7 @@ "agency_number": "代理团队数量", "team_salary": "代理团队收益", "bd_recharge_policy": "BD政策(代理团队充值政策)", - "team_recharge": "团队充值", + "team_recharge": "团队总充值", "bd_number": "BD数量", "basic_salary": "基础薪资", "reward_amount": "活动奖金", diff --git a/src/views/BDCenterView.vue b/src/views/BDCenterView.vue index 6e5a1cb..133a625 100644 --- a/src/views/BDCenterView.vue +++ b/src/views/BDCenterView.vue @@ -149,10 +149,13 @@ @click="showHistory = true" /> -