We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aca35ba + 8d27881 commit fc38b27Copy full SHA for fc38b27
1 file changed
frontend/app/scripts/languages/locale-cz.js
@@ -44,9 +44,9 @@ angular.module('serviceCenter')
44
"serviceConsumers": "服务消费者",
45
"schema": "服务契约",
46
"dashboard": "仪表板",
47
- "up": "向上",
48
- "down": "下",
49
- "starting": "开始",
+ "up": "在线",
+ "down": "离线",
+ "starting": "初始化",
50
"outOfService": "暂停服务",
51
52
"getSchema": "获取契约",
@@ -55,12 +55,12 @@ angular.module('serviceCenter')
55
"errorText": "错误文字",
56
"errorStatus": "错误状态",
57
"noSchemaFilesExists": "契约文件不存在",
58
- "instances": "实例数",
+ "instances": "实例",
59
"operations": "操作",
60
"noDataFound": "没有找到数据",
61
"noSchemaFound": "找不到契约",
62
"schemaTest": "契约测试",
63
- "schemes": "方案",
+ "schemes": "契约",
64
"providers": "提供者",
65
"consumers": "消费者",
66
"operation": "操作",
0 commit comments