From cacdced2af8afb5b824f8aa5ce86892f4acd059d Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 16 Apr 2025 16:03:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E8=B7=A8?= =?UTF-8?q?=E6=BA=90=E5=88=87=E6=8D=A2=E4=B8=BA=E5=8D=95=E6=BA=90=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=B8=8D=E6=AD=A3=E7=A1=AE?= 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 2c4ca18f33..0c4e2e6e67 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4,7 +4,7 @@ export default { cross_source: 'Cross-source', single_source: 'Single-source', source_tips: - 'The data set is cross-source. Please check the syntax of other SQL nodes to confirm whether the type should be changed to cross-source?', + 'The data set is cross-source. Please check the syntax of other SQL nodes to confirm whether the type should be changed to single-source?', associated_chart: 'Associated chart', associated_chart_first: 'First level associated chart', changing_the_display: diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 66d424e18b..f3459c541a 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3,7 +3,7 @@ export default { empty: '', cross_source: '跨源', single_source: '單源', - source_tips: '資料集存在跨來源情況,請檢查其他 SQL 節點的語法,是否確認將類型改為跨來源?', + source_tips: '資料集存在跨源情況,請檢查其他 SQL 節點的語法,是否確認將類型改為單源?', other_levels: '除層級一外,其他層級無須進行查詢條件配置', tree_structure: '下拉樹的結構不能為空', associated_chart: '關聯圖表', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index ab4a6d6abf..d9839f8665 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -3,7 +3,7 @@ export default { empty: '', cross_source: '跨源', single_source: '单源', - source_tips: '数据集存在跨源情况,请检查其他 SQL 节点的语法,是否确认将类型改为跨源?', + source_tips: '数据集存在跨源情况,请检查其他 SQL 节点的语法,是否确认将类型改为单源?', other_levels: '除层级一外,其他层级无需进行查询条件配置', tree_structure: '下拉树的结构不能为空', associated_chart: '关联图表',