mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据集): 跨源切换为单源提示信息不正确
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -3,7 +3,7 @@ export default {
|
||||
empty: '',
|
||||
cross_source: '跨源',
|
||||
single_source: '單源',
|
||||
source_tips: '資料集存在跨來源情況,請檢查其他 SQL 節點的語法,是否確認將類型改為跨來源?',
|
||||
source_tips: '資料集存在跨源情況,請檢查其他 SQL 節點的語法,是否確認將類型改為單源?',
|
||||
other_levels: '除層級一外,其他層級無須進行查詢條件配置',
|
||||
tree_structure: '下拉樹的結構不能為空',
|
||||
associated_chart: '關聯圖表',
|
||||
|
||||
@@ -3,7 +3,7 @@ export default {
|
||||
empty: '',
|
||||
cross_source: '跨源',
|
||||
single_source: '单源',
|
||||
source_tips: '数据集存在跨源情况,请检查其他 SQL 节点的语法,是否确认将类型改为跨源?',
|
||||
source_tips: '数据集存在跨源情况,请检查其他 SQL 节点的语法,是否确认将类型改为单源?',
|
||||
other_levels: '除层级一外,其他层级无需进行查询条件配置',
|
||||
tree_structure: '下拉树的结构不能为空',
|
||||
associated_chart: '关联图表',
|
||||
|
||||
Reference in New Issue
Block a user