From 5c3d477c6d42001dfdccd94f2ee92a26266a8afe Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 24 Nov 2025 18:50:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=85=E5=80=BC=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E7=9A=84=E6=B5=81=E6=B0=B4=E8=AE=B0=E5=BD=95=E9=A1=B5):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E5=AF=B9=E5=BA=94=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 2 ++ src/locales/en.json | 2 ++ src/locales/zh.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/locales/ar.json b/src/locales/ar.json index 59548c2..9df6bbc 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -58,6 +58,7 @@ "previous_period_income": "الإيرادات السابقة", "daily_salary": "الراتب اليومي", "income": "الدخل", + "expenditure": "المصاريف", "time": "الوقت", "help": "مساعدة", "work_report_description": "فيما يلي تقارير العمل لأعضاء الفريق. يمكنك الاطلاع على تفاصيل أكثر عن محتويات العمل من خلال النقر على \"المزيد\".", @@ -100,6 +101,7 @@ "recharge_now": "شحن الآن", "succeed": "ينجح", "seller_records": "سجل البائع", + "transaction_records": "سجلات المعاملات", "bd_center": "مركز bd", "bd_leader_center": "مركز القيادة BD", "total_team_salary": "إجمالي الراتب للفريق", diff --git a/src/locales/en.json b/src/locales/en.json index f9a1de0..cd78f45 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -58,6 +58,7 @@ "previous_period_income": "Previous period income", "daily_salary": "Daily salary", "income": "Income", + "expenditure": "Expenditure", "time": "Time", "help": "Help", "work_report_description": "Shown below is the work report of the members \"More\" can view more work detailed.", @@ -100,6 +101,7 @@ "recharge_now": "Recharge now", "succeed": "Succeed", "seller_records": "Seller Records", + "transaction_records": "Transaction records", "bd_center": "BD Center", "bd_leader_center": "BD Leader Center", "total_team_salary": "Team total salary", diff --git a/src/locales/zh.json b/src/locales/zh.json index 6a02f46..d6d2dfa 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -58,6 +58,7 @@ "previous_period_income": "前期收入", "daily_salary": "每日工资", "income": "收入", + "expenditure": "支出", "time": "时间", "help": "帮助", "work_report_description": "以下是成员的工作报告,\"更多\"可以查看更详细的工作内容。", @@ -100,6 +101,7 @@ "recharge_now": "现在充值", "succeed": "成功", "seller_records": "卖家记录", + "transaction_records": "交易记录", "bd_center": "BD中心", "bd_leader_center": "BD中心", "total_team_salary": "团队总工资",