From 288249c81f7d3a6b85c3a10cbe39f05135f178ff Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 27 Apr 2026 14:00:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E8=A1=8C=E6=9D=83=E9=99=90=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E2=80=9C=E5=BC=80=E5=A7=8B=E4=BB=A5=E2=80=9D=E2=80=9C=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E4=BB=A5=E2=80=9D=20#18322?= 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, 6 insertions(+) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index ae0dac458b..e8b2daadf7 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1422,6 +1422,8 @@ export default { filter_empty: 'Empty string', filter_not_empty: 'Not empty string', filter_include: 'Include', + filter_start_with: 'Start with', + filter_end_with: 'End with', filter_not_include: 'Not included', rose_type: 'Rose diagram mode', radius_mode: 'Radius', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 1e75628ffc..09b5419df9 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1384,6 +1384,8 @@ export default { filter_empty: '空字串', filter_not_empty: '非空字串', filter_include: '包含', + filter_start_with: '開始以', + filter_end_with: '結束以', filter_not_include: '不包含', rose_type: '玫瑰圖模式', radius_mode: '半徑', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 9b881b727b..4e3e9dc026 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1525,6 +1525,8 @@ export default { condition: '过滤值', filter_value_can_null: '过滤值不能为空', filter_like: '包含', + filter_start_with: '开始以', + filter_end_with: '结束以', filter_not_like: '不包含', filter_in: '属于', filter_not_in: '不属于',