From aeda933d5cd881bcd53e87371b108d42ef4aa7ed Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 17 Feb 2025 11:24:23 +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]=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 5 +++-- core/core-frontend/src/locales/tw.ts | 3 ++- core/core-frontend/src/locales/zh-CN.ts | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index d9c671657b..0260798d3b 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4138,7 +4138,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr confirm_delete_folder: 'Are you sure you want to delete this folder?', confirm_delete_form: 'Are you sure you want to delete this form?', confirm_delete_multiple_data: 'Are you sure you want to delete {0} pieces of data?', - confirm_delete_data: 'Are you sure you want to delete the data? ', + confirm_delete_data: 'Are you sure you want to delete the data?', no_form: 'No form yet', on_the_left: 'Please select a form on the left', exporting: 'Backend export in progress, can go to', @@ -4146,7 +4146,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr clear_selection: 'Clear selection', truncate_table: 'Truncate table', truncate: 'Truncate', - confirm_truncate_table: 'Confirm to truncate table', + confirm_truncate_table: 'Confirm to truncate table?', + add_search_condition: 'Add search condition', form: { add_detail_columns: 'Add column details', detail_columns: 'Column details', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 55d2941898..388168cfe0 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4032,7 +4032,8 @@ export default { clear_selection: '取消選擇', truncate_table: '清空數據', truncate: '清空', - confirm_truncate_table: '確定要清空數據嗎', + confirm_truncate_table: '確定要清空數據嗎?', + add_search_condition: '添加篩選條件', form: { add_detail_columns: '添加字段描述', detail_columns: '字段描述', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index f0b224f968..f109071dac 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4036,7 +4036,8 @@ export default { clear_selection: '取消选择', truncate_table: '清空数据', truncate: '清空', - confirm_truncate_table: '确定要清空数据吗', + confirm_truncate_table: '确定要清空数据吗?', + add_search_condition: '添加筛选条件', form: { add_detail_columns: '添加字段描述', detail_columns: '字段描述',