From 03ac61fad03107695d7a7cfd0c67e71f71b9ce0a Mon Sep 17 00:00:00 2001 From: YCC Date: Mon, 3 Jun 2024 10:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E8=AF=AD=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/common.json | 3 ++- public/locales/zh/common.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 29d5ac4..f691c79 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -49,6 +49,7 @@ "Reservation": "Reservation", "Invoice": "Invoice", "Feedback": "Feedback", - "Notice": "Notice" + "Notice": "Notice", + "Report": "Report" } } diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index d32fbe8..ffccf32 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -49,6 +49,7 @@ "Reservation": "团预订", "Invoice": "账单", "Feedback": "反馈表", - "Notice": "通知" + "Notice": "通知", + "Report": "质量评分" } }