From b54136e1e52ebc12c2c4a55ead7f387171f52a48 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Fri, 3 Jan 2025 16:29:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E3=80=91-Excel=E6=95=B0=E6=8D=AE=E6=BA=90=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=EF=BC=8C=E9=80=89=E6=8B=A9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=ADsheet=E9=A1=B5=E4=B8=8E=E5=8E=9F=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=EF=BC=8C=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E7=90=86?= 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 474bfc460d..a285edac10 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2193,7 +2193,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr edit_calc_field: 'Edit calculated field', calc_field: 'Calculate fields', show_sql: 'Show SQL', - ple_select_excel: 'Please select the Excel to import', + ple_select_excel: "The sheet names don't match. Please upload the file again.", merge: 'Merge', no_merge: 'Do not merge', merge_msg: diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index fe09446712..b1273ddc65 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2142,7 +2142,7 @@ export default { edit_calc_field: '編輯計算欄位', calc_field: '計算欄位', show_sql: '顯示SQL', - ple_select_excel: '請選擇要匯入的Excel', + ple_select_excel: '工作表名稱不匹配,請重新上傳文件', merge: '合併', no_merge: '不合併', merge_msg: '資料表中存在欄位一致的情況,是否合併到一個資料集中?', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 79471d2fba..8d785a905d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2144,7 +2144,7 @@ export default { edit_calc_field: '编辑计算字段', calc_field: '计算字段', show_sql: '显示SQL', - ple_select_excel: '请选择要导入的 Excel', + ple_select_excel: 'Sheet页名称不匹配,请重新上传文件', merge: '合并', no_merge: '不合并', merge_msg: '数据表中存在字段一致的情况,是否合并到一个数据集中?',