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 654b255391e15d6dfb38e3e841801a01d36f03e7
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Wed Jul 12 15:47:26 2023 +0800

    KYLIN-5619 Unify the English copywriting of the "Save and Build" button
---
 .../components/studio/StudioModel/ModelList/AggregateModal/locales.js   | 2 +-
 .../components/studio/StudioModel/ModelList/ModelBuildModal/locales.js  | 2 +-
 .../components/studio/StudioModel/ModelList/ModelSaveConfig/locales.js  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/AggregateModal/locales.js
 
b/kystudio/src/components/studio/StudioModel/ModelList/AggregateModal/locales.js
index af73fae4c2..21d1a8e38e 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/AggregateModal/locales.js
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/AggregateModal/locales.js
@@ -64,7 +64,7 @@ export default {
     mandatoryDesc: 'If a dimension is set to a mandatory dimension, only the 
index with this dimension will be calculated.',
     hierarchyDesc: 'If there is a hierarchical relationship between the 
dimensions, you can set it as a hierarchy dimension.',
     jointDesc: 'For dimensions which are often used together and the possible 
combination in between doesn\'t really matter, you may add them as joint 
dimension. If sampling for the source table has been done, the product of 
cardinalities of joint dimensions would be calculated as a reference.',
-    saveAndBuild: 'Save and Build Index',
+    saveAndBuild: 'Save and Build',
     colon: ': ',
     edit: 'Edit',
     column: 'Column',
diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelBuildModal/locales.js
 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelBuildModal/locales.js
index fb51daa5a9..1796eb5f3c 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelBuildModal/locales.js
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelBuildModal/locales.js
@@ -45,7 +45,7 @@ export default {
     segmentTips: 'Segment is used to define model\'s data range (served for 
queries). The data range of segments in total equals the model\'s data range. 
Queries within the range could be answered by indexes or pushdown engine. 
Queries out of the range would have no results.',
     addRangeTitle: 'Please select a segment\'s data range',
     willAddSegmentTips: 'A segment for full build would be added and served 
for queries.',
-    saveAndBuild: 'Save and Build Index',
+    saveAndBuild: 'Save and Build',
     saveAndAddIndex: 'Save and Add Index',
     onlySaveTip1: 'An empty segment (with no index) would be created after 
saving. Please note that queries would be answered by the pushdown engine when  
they hit empty segments. ',
     onlySaveTip2: 'Do you want to continue?',
diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelSaveConfig/locales.js
 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelSaveConfig/locales.js
index d149c64e0b..2f99512b21 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelSaveConfig/locales.js
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelSaveConfig/locales.js
@@ -41,7 +41,7 @@ export default {
     purgeSegmentDataTips: 'Model definition has changed. Once saving the 
model, all data in the segments will be deleted. As a result, this model CAN\'T 
be used to serve queries. We strongly recommend to reload all data (in total 
{storageSize}).\r\n Do you want to continue?',
     onlyAddLeftJoinTip: 'The model definition relationship has changed and the 
current change only affects incremental data. To overwrite the stock data, go 
to the Segment page to clear the old data and rebuild.',
     changeSegmentTips: 'With partition setting changed, all segments and data 
would be deleted. The model couldn\'t serve queries. Meanwhile, the related 
ongoing jobs for building index would be discarded.<br/>Do you want to 
continue?',
-    saveAndLoad: 'Save and Build Index',
+    saveAndLoad: 'Save and Build',
     partitionDateTable: 'Partition Table',
     multilevelPartition: 'Subpartition Column',
     multilevelPartitionDesc: 'A column from the selected table could be 
chosen. The models under this project could be partitioned by this column in 
addition to time partitioning. ',

Reply via email to