File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
frontend/app/scripts/languages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ angular.module('serviceCenter')
44
44
"serviceConsumers" : "服务消费者" ,
45
45
"schema" : "服务契约" ,
46
46
"dashboard" : "仪表板" ,
47
- "up" : "向上 " ,
48
- "down" : "下 " ,
49
- "starting" : "开始 " ,
47
+ "up" : "在线 " ,
48
+ "down" : "离线 " ,
49
+ "starting" : "初始化 " ,
50
50
"outOfService" : "暂停服务" ,
51
51
"dashboard" : "仪表板" ,
52
52
"getSchema" : "获取契约" ,
@@ -55,12 +55,12 @@ angular.module('serviceCenter')
55
55
"errorText" : "错误文字" ,
56
56
"errorStatus" : "错误状态" ,
57
57
"noSchemaFilesExists" : "契约文件不存在" ,
58
- "instances" : "实例数 " ,
58
+ "instances" : "实例 " ,
59
59
"operations" : "操作" ,
60
60
"noDataFound" : "没有找到数据" ,
61
61
"noSchemaFound" : "找不到契约" ,
62
62
"schemaTest" : "契约测试" ,
63
- "schemes" : "方案 " ,
63
+ "schemes" : "契约 " ,
64
64
"providers" : "提供者" ,
65
65
"consumers" : "消费者" ,
66
66
"operation" : "操作" ,
You can’t perform that action at this time.
0 commit comments