From e4f155e1623f933d7bbbf58a36ad1c101c3d2e3e Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 26 Feb 2025 14:45:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(X-Pack):=20[=E6=95=B0=E6=8D=AE=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5]=E6=96=B0=E5=BB=BA=E8=A1=A8=E5=8D=95=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=BB=91=E5=AE=9A=E5=B7=B2=E6=9C=89=E8=A1=A8=20#12788?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/locales/zh-CN.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 92631334a4..1d77b2a617 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4176,6 +4176,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr confirm_truncate_table: 'Confirm to truncate table?', add_search_condition: 'Add search condition', form: { + please_select_valid_column: 'Please select valid column', create_type: 'Create type', create_new_table: 'Create new table', bind_exists_table: 'Bind exists table', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 952d19fda9..dbd10757fc 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4061,6 +4061,7 @@ export default { confirm_truncate_table: '確定要清空數據嗎?', add_search_condition: '添加篩選條件', form: { + please_select_valid_column: '請選擇符合要求的字段', create_type: '創建方式', create_new_table: '創建新表', bind_exists_table: '綁定已有表', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 2a5c0eb841..f126804996 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4065,6 +4065,7 @@ export default { confirm_truncate_table: '确定要清空数据吗?', add_search_condition: '添加筛选条件', form: { + please_select_valid_column: '请选择符合要求的字段', create_type: '创建方式', create_new_table: '创建新表', bind_exists_table: '绑定已有表',