Zsolt Haraszti | 7baf38a | 2016-10-01 15:15:18 -0700 | [diff] [blame] | 1 | 'use strict'; |
| 2 | |
| 3 | /* jshint quotmark: double */ |
| 4 | window.SwaggerTranslator.learn({ |
| 5 | "Warning: Deprecated":"警告:已过时", |
| 6 | "Implementation Notes":"实现备注", |
| 7 | "Response Class":"响应类", |
| 8 | "Status":"状态", |
| 9 | "Parameters":"参数", |
| 10 | "Parameter":"参数", |
| 11 | "Value":"值", |
| 12 | "Description":"描述", |
| 13 | "Parameter Type":"参数类型", |
| 14 | "Data Type":"数据类型", |
| 15 | "Response Messages":"响应消息", |
| 16 | "HTTP Status Code":"HTTP状态码", |
| 17 | "Reason":"原因", |
| 18 | "Response Model":"响应模型", |
| 19 | "Request URL":"请求URL", |
| 20 | "Response Body":"响应体", |
| 21 | "Response Code":"响应码", |
| 22 | "Response Headers":"响应头", |
| 23 | "Hide Response":"隐藏响应", |
| 24 | "Headers":"头", |
| 25 | "Try it out!":"试一下!", |
| 26 | "Show/Hide":"显示/隐藏", |
| 27 | "List Operations":"显示操作", |
| 28 | "Expand Operations":"展开操作", |
| 29 | "Raw":"原始", |
| 30 | "can't parse JSON. Raw result":"无法解析JSON. 原始结果", |
| 31 | "Model Schema":"模型架构", |
| 32 | "Model":"模型", |
| 33 | "apply":"应用", |
| 34 | "Username":"用户名", |
| 35 | "Password":"密码", |
| 36 | "Terms of service":"服务条款", |
| 37 | "Created by":"创建者", |
| 38 | "See more at":"查看更多:", |
| 39 | "Contact the developer":"联系开发者", |
| 40 | "api version":"api版本", |
| 41 | "Response Content Type":"响应Content Type", |
| 42 | "fetching resource":"正在获取资源", |
| 43 | "fetching resource list":"正在获取资源列表", |
| 44 | "Explore":"浏览", |
| 45 | "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis", |
| 46 | "Can't read from server. It may not have the appropriate access-control-origin settings.":"无法从服务器读取。可能没有正确设置access-control-origin。", |
| 47 | "Please specify the protocol for":"请指定协议:", |
| 48 | "Can't read swagger JSON from":"无法读取swagger JSON于", |
| 49 | "Finished Loading Resource Information. Rendering Swagger UI":"已加载资源信息。正在渲染Swagger UI", |
| 50 | "Unable to read api":"无法读取api", |
| 51 | "from path":"从路径", |
| 52 | "server returned":"服务器返回" |
| 53 | }); |