Skip to content

Commit

Permalink
Merge pull request #400 from little-cui/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
asifdxtreme authored Jul 24, 2018
2 parents aca35ba + 8d27881 commit fc38b27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/app/scripts/languages/locale-cz.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ angular.module('serviceCenter')
"serviceConsumers": "服务消费者",
"schema": "服务契约",
"dashboard": "仪表板",
"up": "向上",
"down": "",
"starting": "开始",
"up": "在线",
"down": "离线",
"starting": "初始化",
"outOfService": "暂停服务",
"dashboard": "仪表板",
"getSchema": "获取契约",
Expand All @@ -55,12 +55,12 @@ angular.module('serviceCenter')
"errorText": "错误文字",
"errorStatus": "错误状态",
"noSchemaFilesExists": "契约文件不存在",
"instances": "实例数",
"instances": "实例",
"operations": "操作",
"noDataFound": "没有找到数据",
"noSchemaFound": "找不到契约",
"schemaTest": "契约测试",
"schemes": "方案",
"schemes": "契约",
"providers": "提供者",
"consumers": "消费者",
"operation": "操作",
Expand Down

0 comments on commit fc38b27

Please sign in to comment.