Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | 'use strict'; |
| 2 | |
| 3 | /* jshint quotmark: double */ |
| 4 | window.SwaggerTranslator.learn({ |
| 5 | "Warning: Deprecated":"警告:已过时", |
| 6 | "Implementation Notes":"实现备注", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 7 | "Response Class":"响应类", |
| 8 | "Status":"状态", |
| 9 | "Parameters":"参数", |
| 10 | "Parameter":"参数", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 11 | "Value":"值", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 12 | "Description":"描述", |
| 13 | "Parameter Type":"参数类型", |
| 14 | "Data Type":"数据类型", |
| 15 | "Response Messages":"响应消息", |
| 16 | "HTTP Status Code":"HTTP状态码", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 17 | "Reason":"原因", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 18 | "Response Model":"响应模型", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 19 | "Request URL":"请求URL", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 20 | "Response Body":"响应体", |
| 21 | "Response Code":"响应码", |
| 22 | "Response Headers":"响应头", |
| 23 | "Hide Response":"隐藏响应", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 24 | "Headers":"头", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 25 | "Try it out!":"试一下!", |
| 26 | "Show/Hide":"显示/隐藏", |
| 27 | "List Operations":"显示操作", |
| 28 | "Expand Operations":"展开操作", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 29 | "Raw":"原始", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 30 | "can't parse JSON. Raw result":"无法解析JSON. 原始结果", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 31 | "Model Schema":"模型架构", |
| 32 | "Model":"模型", |
| 33 | "apply":"应用", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 34 | "Username":"用户名", |
| 35 | "Password":"密码", |
| 36 | "Terms of service":"服务条款", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 37 | "Created by":"创建者", |
| 38 | "See more at":"查看更多:", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 39 | "Contact the developer":"联系开发者", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 40 | "api version":"api版本", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 41 | "Response Content Type":"响应Content Type", |
| 42 | "fetching resource":"正在获取资源", |
| 43 | "fetching resource list":"正在获取资源列表", |
| 44 | "Explore":"浏览", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 45 | "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 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", |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 51 | "from path":"从路径", |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 52 | "server returned":"服务器返回" |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 53 | }); |