This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit c3355e6e8009e3a7cab3939895f3259e0a168f5a
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Tue Jun 6 15:43:35 2023 +0800

    KYLIN-5550 change text in import model
---
 kystudio/src/components/common/ModelsImportModal/locales.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kystudio/src/components/common/ModelsImportModal/locales.js 
b/kystudio/src/components/common/ModelsImportModal/locales.js
index 5ddbeb2673..e17b9e0457 100644
--- a/kystudio/src/components/common/ModelsImportModal/locales.js
+++ b/kystudio/src/components/common/ModelsImportModal/locales.js
@@ -31,7 +31,7 @@ export default {
     viewDetails: ' View import rules',
     importTips1: 'The system recommends <b>replacing models with the same name 
in the project</b> if the following are all consistent: fact table, dimension 
table, join conditions, partition column and format, data loading method, and 
data filter condition.',
     importTips2: 'The system recommends <b>adding a new model</b> if any of 
the above items is inconsistent, or there is no model with the same name exists 
in the project.',
-    importTips3: 'The model <b>can\'t be imported</b> if any of the following 
is met: can\'t find tables or columns used in the model in the current project; 
the column\'s data type is inconsistent; the current project has a computed 
column with same name while the expression is different, or with same 
expression while using another name.',
+    importTips3: 'The model <b>can\'t be imported</b> if any of the following 
is met: can\'t find tables or columns used in the model in the current system; 
the column\'s data type is inconsistent; the current project has a computed 
column with same name while the expression is different, or with same 
expression while using another name.',
     modelName: 'Model Name',
     actions: 'Actions',
     addNew: 'Add New',
@@ -80,7 +80,7 @@ export default {
     confirmNoImportBtn: 'Not Import',
     confirmImportBtn: 'Import',
     sameCCNameTips: 'A computed column with same name has been found in model 
in the curent project, while using a different expression. Please rename it. ',
-    sameCCExpressionTips: 'A computed column with same expression has been 
found in model in the current project, while the name is "{sameCCName}". Please 
rename it.',
+    sameCCExpressionTips: 'A computed column with same expression has been 
found in model in the current system, while the name is "{sameCCName}". Please 
rename it.',
     validateErrorTips: 'The file parsing failed. Please check if the model 
metadata package is complete.',
     subPartition: 'Subpartition Columns: ',
     subPartitionValues: 'Subpartition Values: ',
@@ -104,7 +104,7 @@ export default {
     detailBtn: ' Details',
     notFoundTablesOrColumnsTip: 'This table or column has not been loaded into 
the current project. This causes the model can\'t  imported.',
     changeColumnsDataTypeTip: 'This data type of this column is inconsistent. 
This causes the model can\'t imported.',
-    noFoundItems: 'Can\'t find {items} used in the model in the current 
project',
+    noFoundItems: 'Can\'t find {items} used in the model in the current 
system',
     columnsDataTypeConflict: 'The columns\'s data types is inconsistent. ',
     cannotOverwriteTips: 'This causes the model can\'t replace the existing 
one in the project.',
     or: ' or ',

Reply via email to