From 747210c49931b111a0a5207c1a5054e3c5e95ae6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 15 Jan 2026 10:18:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=A1=B9=E4=B8=BA=E6=97=B6=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BA=E6=9C=88?= =?UTF-8?q?=E5=88=9D=E8=87=B3=E6=98=A8=E6=97=A5=EF=BC=8C=E6=AF=8F=E6=9C=88?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E5=A4=A9=E6=97=A0=E6=B3=95=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=20#17783?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index fa7940cfc9..28bed08b66 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -3,7 +3,7 @@ export default { display_formats: 'Display Formats', dropdown_display: 'Drop-down Display', tile_display: 'Tile Display', - month_to_yesterday: 'From the beginning of the month to yesterday', + month_to_yesterday: 'From the beginning of the month to yesterday(current month)', to_this_month: 'From the beginning of the year to this month', up_to_options: 'Display up to 1000 options', next_week: 'Next week', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 7075ae038d..9278baa35d 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3,7 +3,7 @@ export default { display_formats: '展示形式', dropdown_display: '下拉展示', tile_display: '平铺展示', - month_to_yesterday: '月初至昨天', + month_to_yesterday: '月初至昨天(當月)', to_this_month: '年初至本月', up_to_options: '最多展示1000個選項', next_week: '下週', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index b5d2a2423d..9adb896c98 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -3,7 +3,7 @@ export default { display_formats: '展示形式', dropdown_display: '下拉展示', tile_display: '平铺展示', - month_to_yesterday: '月初至昨天', + month_to_yesterday: '月初至昨天(当月)', to_this_month: '年初至本月', up_to_options: '最多展示1000个选项', next_week: '下周',