You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/23 08:12:57 UTC

[shardingsphere-elasticjob-ui] 25/44: Revise label name

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

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git

commit e011769f73ab21d55f6da8bd02958b63c323e35d
Author: menghaoranss <lo...@163.com>
AuthorDate: Tue Jul 21 14:37:20 2020 +0800

    Revise label name
---
 shardingsphere-elasticjob-ui-frontend/src/lang/en-US.js               | 4 +++-
 shardingsphere-elasticjob-ui-frontend/src/lang/zh-CN.js               | 4 +++-
 .../src/views/history-trace/module/historyTrace.vue                   | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/shardingsphere-elasticjob-ui-frontend/src/lang/en-US.js b/shardingsphere-elasticjob-ui-frontend/src/lang/en-US.js
index fe0d4ee..7cfdae1 100644
--- a/shardingsphere-elasticjob-ui-frontend/src/lang/en-US.js
+++ b/shardingsphere-elasticjob-ui-frontend/src/lang/en-US.js
@@ -254,7 +254,9 @@ export default {
       serverIp: 'Server ip',
       startTime: 'Start time',
       CompleteTime: 'Complete time',
-      executeResult: 'Select execute result'
+      executeResult: 'Select execute result',
+      executeSuccess: 'Success',
+      executeFailed: 'Failure'
     }
   },
   help: {
diff --git a/shardingsphere-elasticjob-ui-frontend/src/lang/zh-CN.js b/shardingsphere-elasticjob-ui-frontend/src/lang/zh-CN.js
index d8eaa21..d97f517 100644
--- a/shardingsphere-elasticjob-ui-frontend/src/lang/zh-CN.js
+++ b/shardingsphere-elasticjob-ui-frontend/src/lang/zh-CN.js
@@ -255,7 +255,9 @@ export default {
       serverIp: '请输入服务器IP',
       startTime: '请输入开始时间',
       CompleteTime: '请输入完成时间',
-      executeResult: '请选择执行结果'
+      executeResult: '请选择执行结果',
+      executeSuccess: '成功',
+      executeFailed: '失败'
     }
   },
   help: {
diff --git a/shardingsphere-elasticjob-ui-frontend/src/views/history-trace/module/historyTrace.vue b/shardingsphere-elasticjob-ui-frontend/src/views/history-trace/module/historyTrace.vue
index 356788e..89a67fd 100644
--- a/shardingsphere-elasticjob-ui-frontend/src/views/history-trace/module/historyTrace.vue
+++ b/shardingsphere-elasticjob-ui-frontend/src/views/history-trace/module/historyTrace.vue
@@ -117,10 +117,10 @@ export default {
       executeResultItems: [
         {
           value: true,
-          label: '成功'
+          label: this.$t('historyTrace').searchForm.executeSuccess
         }, {
           value: false,
-          label: '失败'
+          label: this.$t('historyTrace').searchForm.executeFailed
         }
       ],
       searchForm: {