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

littlecui pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new e729a5e  SCB-634 - Fix minor local bugs (#369)
e729a5e is described below

commit e729a5ee0faf8bd5db2a1fd2539fc7b62bb66b54
Author: Mohammad Asif Siddiqui <[email protected]>
AuthorDate: Mon Jun 4 16:42:22 2018 +0530

    SCB-634 - Fix minor local bugs (#369)
---
 frontend/app/scripts/languages/locale-cz.js | 8 ++++----
 frontend/app/scripts/languages/locale-en.js | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frontend/app/scripts/languages/locale-cz.js 
b/frontend/app/scripts/languages/locale-cz.js
index 0036ee6..4e37773 100644
--- a/frontend/app/scripts/languages/locale-cz.js
+++ b/frontend/app/scripts/languages/locale-cz.js
@@ -42,10 +42,10 @@ angular.module('serviceCenter')
        "serviceConsumers": "服务消费者",
        "schema": "服务契约",
        "dashboard": "仪表板",
-       "up": "在线",
-       "down": "离线",
-       "starting": "初始化",
-       "outofservice": "暂停服务",
+       "up": "UP",
+       "down": "DOWN",
+       "starting": "STARTING",
+       "outofservice": "OUTOFSERVICE",
        "dashboard": "仪表板",
        "getSchema": "获取契约",
        "error": "错误",
diff --git a/frontend/app/scripts/languages/locale-en.js 
b/frontend/app/scripts/languages/locale-en.js
index fb71202..e55e1ca 100644
--- a/frontend/app/scripts/languages/locale-en.js
+++ b/frontend/app/scripts/languages/locale-en.js
@@ -45,7 +45,7 @@ angular.module('serviceCenter')
        "up": "UP",
        "down": "DOWN",
        "starting": "STARTING",
-       "outofservice": "UNAVAILABLE",
+       "outofservice": "OUTOFSERVICE",
        "dashboard": "Dashboard",
        "getSchema": "Get Schema",
        "error": "Error",

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to