From 364eef64f4ac2ad228fbbb0416453957ca10432c Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 16 Sep 2025 10:52:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E6=BA=90=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 4 ++++ core/core-frontend/src/locales/tw.ts | 4 ++++ core/core-frontend/src/locales/zh-CN.ts | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 288fad7571..dc71cffbba 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1166,6 +1166,10 @@ export default { has_same_ds: 'There is a Datasource with the same configuration, confirm to save? ', app_token: 'app_token', input_app_token: 'Please enter the app_token', + doc_id: 'doc_id', + input_doc_id: 'Please enter the doc_id', + sheet_id: 'sheet_id', + input_sheet_id: 'Please select a worksheet', table_id: 'table_id', input_table_id: 'Please select a data table', view_id: 'view_id', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index fd08b68996..af300906df 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1129,6 +1129,10 @@ export default { has_same_ds: '存在相同配置資料來源,確認保存? ', app_token: 'app_token', input_app_token: '請輸入app_token', + doc_id: 'doc_id', + input_doc_id: '請輸入doc_id', + sheet_id: 'sheet_id', + input_sheet_id: '請選擇工作表', table_id: 'table_id', input_table_id: '請選擇數據表', view_id: 'view_id', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index ec332c9e3d..c9b338d68c 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1134,6 +1134,10 @@ export default { has_same_ds: '存在相同配置数据源,确认保存?', app_token: 'app_token', input_app_token: '请输入app_token', + doc_id: 'doc_id', + input_doc_id: '请输入doc_id', + sheet_id: 'sheet_id', + input_sheet_id: '请选择工作表', table_id: 'table_id', input_table_id: '请选择数据表', view_id: 'view_id',