fix(数据集): 跨源切换为单源提示信息不正确

This commit is contained in:
dataeaseShu
2025-04-16 16:03:35 +08:00
committed by 王嘉豪
parent 6920f6e6b9
commit cacdced2af
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -3,7 +3,7 @@ export default {
empty: '',
cross_source: '跨源',
single_source: '單源',
source_tips: '資料集存在跨源情況請檢查其他 SQL 節點的語法是否確認將類型改為跨來?',
source_tips: '資料集存在跨源情況請檢查其他 SQL 節點的語法是否確認將類型改為?',
other_levels: '除層級一外,其他層級無須進行查詢條件配置',
tree_structure: '下拉樹的結構不能為空',
associated_chart: '關聯圖表',

View File

@@ -3,7 +3,7 @@ export default {
empty: '',
cross_source: '跨源',
single_source: '单源',
source_tips: '数据集存在跨源情况请检查其他 SQL 节点的语法是否确认将类型改为?',
source_tips: '数据集存在跨源情况请检查其他 SQL 节点的语法是否确认将类型改为?',
other_levels: '除层级一外,其他层级无需进行查询条件配置',
tree_structure: '下拉树的结构不能为空',
associated_chart: '关联图表',