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 4d2f5d9bb8d3b2b5b98fd0176703cf6949aa1b3d
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Wed Jul 12 15:53:31 2023 +0800

    KYLIN-5620 Unified the English copywriting on the model setting page
---
 .../src/components/setting/SettingModel/locales.js     | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/kystudio/src/components/setting/SettingModel/locales.js 
b/kystudio/src/components/setting/SettingModel/locales.js
index 59f49b4008..a0c7c22c1e 100644
--- a/kystudio/src/components/setting/SettingModel/locales.js
+++ b/kystudio/src/components/setting/SettingModel/locales.js
@@ -1,15 +1,15 @@
 export default {
   'en': {
     modifyTime: 'Last Updated Time',
-    modelSetting: 'Model Settings',
+    modelSetting: 'Parameter Configuration',
     modifiedUser: 'Last Updated By',
     segmentMerge: 'Segment Merge:',
     volatileRange: 'Volatile Range:',
     retention: 'Retention Threshold:',
-    newSetting: 'Add Model Setting',
-    editSetting: 'Edit Model Setting',
+    newSetting: 'Add Parameter Configuration',
+    editSetting: 'Edit Parameter Configuration',
     modelName: 'Model Name',
-    settingItem: 'Setting Item',
+    settingItem: 'Parameter Configuration',
     autoMerge: 'Auto Merge',
     volatileRangeItem: 'Volatile Range',
     retentionThreshold: 'Retention Threshold',
@@ -25,10 +25,10 @@ export default {
     month: 'Month',
     quarter: 'Quarter',
     year: 'Year',
-    addSettingItem: 'Add Setting Item',
-    isDel_auto_merge_time_ranges: 'Are you sure delete auto-merge setting 
item?',
-    isDel_volatile_range: 'Are you sure delete volatile range setting item?',
-    isDel_retention_range: 'Are you sure you want to delete the "Retention 
Threshold" setting?',
+    addSettingItem: 'Add Parameter Configuration',
+    isDel_auto_merge_time_ranges: 'Are you sure delete auto-merge Parameter 
Configuration?',
+    isDel_volatile_range: 'Are you sure delete volatile range Parameter 
Configuration?',
+    isDel_retention_range: 'Are you sure you want to delete the "Retention 
Threshold" configuration?',
     'isDel_kylin.engine.spark-conf.spark.executor.cores': 'Are you sure delete 
spark.executor.cores item?',
     'isDel_kylin.engine.spark-conf.spark.executor.instances': 'Are you sure 
delete spark.executor.instances item?',
     'isDel_kylin.engine.spark-conf.spark.executor.memory': 'Are you sure 
delete spark.executor.memory item?',
@@ -37,7 +37,7 @@ export default {
     autoMergeTip: 'The system could auto-merge segment fragments over 
different merging threshold. Auto-merge will optimize storage to enhance query 
performance.',
     volatileTip: '"Auto-Merge" will not merge the latest segments defined in 
"Volatile Range". The default value is 0.',
     retentionThresholdDesc: 'The segments within the retention threshold would 
be kept. The rest would be removed automatically.',
-    pleaseSetAutoMerge: 'Please add \'Auto Merge\' setting first.',
+    pleaseSetAutoMerge: 'Please add \'Auto Merge\' configuration first.',
     'Auto-merge': 'Auto Merge',
     'Volatile Range': 'Volatile Range',
     'Retention Threshold': 'Retention Threshold',

Reply via email to