blob: 570319ba1564277cc400e081b3030622e2dfd198 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001'use strict';
2
3/* jshint quotmark: double */
4window.SwaggerTranslator.learn({
5 "Warning: Deprecated":"警告:已过时",
6 "Implementation Notes":"实现备注",
AviZi280f8012017-06-09 02:39:56 +03007 "Response Class":"响应类",
8 "Status":"状态",
9 "Parameters":"参数",
10 "Parameter":"参数",
Michael Landof5f13c42017-02-19 12:35:04 +020011 "Value":"值",
AviZi280f8012017-06-09 02:39:56 +030012 "Description":"描述",
13 "Parameter Type":"参数类型",
14 "Data Type":"数据类型",
15 "Response Messages":"响应消息",
16 "HTTP Status Code":"HTTP状态码",
Michael Landof5f13c42017-02-19 12:35:04 +020017 "Reason":"原因",
AviZi280f8012017-06-09 02:39:56 +030018 "Response Model":"响应模型",
Michael Landof5f13c42017-02-19 12:35:04 +020019 "Request URL":"请求URL",
AviZi280f8012017-06-09 02:39:56 +030020 "Response Body":"响应体",
21 "Response Code":"响应码",
22 "Response Headers":"响应头",
23 "Hide Response":"隐藏响应",
Michael Landof5f13c42017-02-19 12:35:04 +020024 "Headers":"头",
AviZi280f8012017-06-09 02:39:56 +030025 "Try it out!":"试一下!",
26 "Show/Hide":"显示/隐藏",
27 "List Operations":"显示操作",
28 "Expand Operations":"展开操作",
Michael Landof5f13c42017-02-19 12:35:04 +020029 "Raw":"原始",
AviZi280f8012017-06-09 02:39:56 +030030 "can't parse JSON. Raw result":"无法解析JSON. 原始结果",
Michael Landof5f13c42017-02-19 12:35:04 +020031 "Model Schema":"模型架构",
32 "Model":"模型",
33 "apply":"应用",
AviZi280f8012017-06-09 02:39:56 +030034 "Username":"用户名",
35 "Password":"密码",
36 "Terms of service":"服务条款",
Michael Landof5f13c42017-02-19 12:35:04 +020037 "Created by":"创建者",
38 "See more at":"查看更多:",
AviZi280f8012017-06-09 02:39:56 +030039 "Contact the developer":"联系开发者",
Michael Landof5f13c42017-02-19 12:35:04 +020040 "api version":"api版本",
AviZi280f8012017-06-09 02:39:56 +030041 "Response Content Type":"响应Content Type",
42 "fetching resource":"正在获取资源",
43 "fetching resource list":"正在获取资源列表",
44 "Explore":"浏览",
Michael Landof5f13c42017-02-19 12:35:04 +020045 "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis",
AviZi280f8012017-06-09 02:39:56 +030046 "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 Landof5f13c42017-02-19 12:35:04 +020051 "from path":"从路径",
AviZi280f8012017-06-09 02:39:56 +030052 "server returned":"服务器返回"
Michael Landof5f13c42017-02-19 12:35:04 +020053});