Skip to content

Commit fc38b27

Browse files
authored
Merge pull request #400 from little-cui/master
Fix typo
2 parents aca35ba + 8d27881 commit fc38b27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/app/scripts/languages/locale-cz.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ angular.module('serviceCenter')
4444
"serviceConsumers": "服务消费者",
4545
"schema": "服务契约",
4646
"dashboard": "仪表板",
47-
"up": "向上",
48-
"down": "",
49-
"starting": "开始",
47+
"up": "在线",
48+
"down": "离线",
49+
"starting": "初始化",
5050
"outOfService": "暂停服务",
5151
"dashboard": "仪表板",
5252
"getSchema": "获取契约",
@@ -55,12 +55,12 @@ angular.module('serviceCenter')
5555
"errorText": "错误文字",
5656
"errorStatus": "错误状态",
5757
"noSchemaFilesExists": "契约文件不存在",
58-
"instances": "实例数",
58+
"instances": "实例",
5959
"operations": "操作",
6060
"noDataFound": "没有找到数据",
6161
"noSchemaFound": "找不到契约",
6262
"schemaTest": "契约测试",
63-
"schemes": "方案",
63+
"schemes": "契约",
6464
"providers": "提供者",
6565
"consumers": "消费者",
6666
"operation": "操作",

0 commit comments

Comments
 (0)