This is an automated email from the ASF dual-hosted git repository.
liyang pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new 919da8d1c3 [MINOR] uniform internal table naming for frontend
919da8d1c3 is described below
commit 919da8d1c3b7d38248c6aeb6d5f48d9e77f5b9c0
Author: ShengHuang <[email protected]>
AuthorDate: Tue Sep 10 16:43:17 2024 +0800
[MINOR] uniform internal table naming for frontend
---
kystudio/src/components/common/DataSourceModal/SourceHive/locales.js | 4 ++--
kystudio/src/components/query/query_tab.vue | 2 +-
kystudio/src/components/setting/SettingInternalTable/locales.js | 2 +-
kystudio/src/components/studio/InternalTable/Setting/locales.js | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/kystudio/src/components/common/DataSourceModal/SourceHive/locales.js
b/kystudio/src/components/common/DataSourceModal/SourceHive/locales.js
index 9894f30056..b2be1c2957 100644
--- a/kystudio/src/components/common/DataSourceModal/SourceHive/locales.js
+++ b/kystudio/src/components/common/DataSourceModal/SourceHive/locales.js
@@ -44,7 +44,7 @@ export default {
loadTableTips3_1: 'Up to ',
loadTableTips3_2: '1000 tables',
loadTableTips3_3: ' could be loaded per time.',
- loadAsInternalTableOption: 'Load as native table',
- loadAsInternalTableDesc: 'Default to load as non-partitioned table. You
can set the partitioned column on the inner table management page'
+ loadAsInternalTableOption: 'Load as internal table',
+ loadAsInternalTableDesc: 'Default to load as non-partitioned table. You
can set the partitioned column on the internal table management page'
}
}
diff --git a/kystudio/src/components/query/query_tab.vue
b/kystudio/src/components/query/query_tab.vue
index 07db2490fe..0f10d21f40 100644
--- a/kystudio/src/components/query/query_tab.vue
+++ b/kystudio/src/components/query/query_tab.vue
@@ -115,7 +115,7 @@ import { kylinConfirm, handleSuccess, handleError } from
'../../util/business'
queryTimeOut: 'The request timeout, please check the network situation
and Kylin service instance status.',
queryTimeOutInCloud: 'The request timeout, please check the network
situation and Kylin 5 service instance status.',
queryInternalTable: 'Query Internal Table',
- queryInternalTableTips: 'After it is checked, the model matching phase
is skipped and the inner table data is directly queried'
+ queryInternalTableTips: 'After it is checked, the model matching phase
is skipped and the internal table data is directly queried'
}
}
})
diff --git a/kystudio/src/components/setting/SettingInternalTable/locales.js
b/kystudio/src/components/setting/SettingInternalTable/locales.js
index adc12a4cb5..c921bba2f4 100644
--- a/kystudio/src/components/setting/SettingInternalTable/locales.js
+++ b/kystudio/src/components/setting/SettingInternalTable/locales.js
@@ -2,7 +2,7 @@ export default {
en: {
switchTitle: 'Internal Table',
switchLabel: 'Internal Table Function',
- functionDesc: 'After the inner table function is enabled, the query is not
pressed down to the data source, but answered by the inner table.',
+ functionDesc: 'After the internal table function is enabled, the query is
not pressed down to the data source, but answered by the internal table.',
confirmTitle: 'Modify Internal Table Function',
confirmPrompt: 'Confirm to {status} internal table function?'
},
diff --git a/kystudio/src/components/studio/InternalTable/Setting/locales.js
b/kystudio/src/components/studio/InternalTable/Setting/locales.js
index a3723ec25a..3590926dfe 100644
--- a/kystudio/src/components/studio/InternalTable/Setting/locales.js
+++ b/kystudio/src/components/studio/InternalTable/Setting/locales.js
@@ -14,7 +14,7 @@ export default {
partitionDefaultOptionLabel: 'No Partition',
bucketDefaultOptionLabel: 'No Bucket Column',
confirmTitle: 'Save the settings of internal table',
- confirmPrompt: 'Do you want to save this modification? After saving, the
running inner table data loading task will be stopped.',
+ confirmPrompt: 'Do you want to save this modification? After saving, the
running internal table data loading task will be stopped.',
confirmCreatePrompt: 'Do you want to create internal table?',
validateErrorSelect: 'Please select one',
validateErrorNumber: 'Please input integer from 1 to 5000',