From 2e44bd86a35e7d7ce48a74c1d209b5ca36d688b3 Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Thu, 25 Jun 2026 23:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90=E7=8F=AD=E7=BB=84=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 4 ++++ src/locales/zh-chs.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 7bbe2cc1..9c667593 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -741,6 +741,10 @@ "please_import_department_data": "Please import shift plan data first", "shift_plan_data_import_template": "Shift Plan Import Template", "upload_format_error": "Please upload xls or xlsx file" + }, + "scheduling_calendar": { + "rest": "Rest", + "cross_day": "Cross Day" } }, "product_management": { diff --git a/src/locales/zh-chs.json b/src/locales/zh-chs.json index 90e625e2..66878ed9 100644 --- a/src/locales/zh-chs.json +++ b/src/locales/zh-chs.json @@ -741,6 +741,10 @@ "please_import_department_data": "请先导入班次计划数据", "shift_plan_data_import_template": "班次计划数据导入模板", "upload_format_error": "请上传 xls 或 xlsx 文件" + }, + "scheduling_calendar": { + "rest": "休息", + "cross_day": "跨天" } }, "product_management": {