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: '不属于',