From 1a77bae98daf52cd5b4e5adf41a6795e95ea8cb4 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Thu, 4 Jul 2024 14:01:27 +0800 Subject: [PATCH] update --- src/i18n/en/report.json | 1 + src/i18n/zh/report.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en/report.json b/src/i18n/en/report.json index 66cc702..5aa3a9a 100644 --- a/src/i18n/en/report.json +++ b/src/i18n/en/report.json @@ -5,6 +5,7 @@ "Project": "Project", "Date Type": "Date Type", "Date": "Date", + "Month": "Month", "Team": "Team", "Client": "Client", "Subsidiary": "Subsidiary", diff --git a/src/i18n/zh/report.json b/src/i18n/zh/report.json index f8f32e5..4e73189 100644 --- a/src/i18n/zh/report.json +++ b/src/i18n/zh/report.json @@ -8,6 +8,7 @@ "Project": "項目", "Date Type": "日期類型", "Date": "日期", + "Month": "月份", "Team": "隊伍", "Client": "客戶", "Subsidiary": "子公司",