[ 
https://issues.apache.org/jira/browse/SCB-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500081#comment-16500081
 ] 

ASF GitHub Bot commented on SCB-634:
------------------------------------

little-cui closed pull request #369: SCB-634 - Fix minor locale bugs
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/369
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/frontend/app/scripts/languages/locale-cz.js 
b/frontend/app/scripts/languages/locale-cz.js
index 0036ee6d..4e37773b 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 fb712024..e55e1ca4 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",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cut Service-Center-1.0.0-m2 Release
> -----------------------------------
>
>                 Key: SCB-634
>                 URL: https://issues.apache.org/jira/browse/SCB-634
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Service-Center
>            Reporter: Mohammad Asif Siddiqui
>            Assignee: Mohammad Asif Siddiqui
>            Priority: Major
>             Fix For: service-center-1.0.0-m2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to