blob: e1fde6e7ccebad595431a1ceb8b637d1ea52bcf3 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001/*-
2 * ============LICENSE_START=======================================================
3 * SDC
4 * ================================================================================
5 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 * ================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20
21'use strict';
22
23/* jshint quotmark: double */
24window.SwaggerTranslator.learn({
25 "Warning: Deprecated":"警告:已过时",
26 "Implementation Notes":"实现备注",
27 "Response Class":"�?应类",
28 "Status":"状�?",
29 "Parameters":"�?�数",
30 "Parameter":"�?�数",
31 "Value":"值",
32 "Description":"�??述",
33 "Parameter Type":"�?�数类型",
34 "Data Type":"数�?�类型",
35 "Response Messages":"�?应消�?�",
36 "HTTP Status Code":"HTTP状�?�?",
37 "Reason":"原因",
38 "Response Model":"�?应模型",
39 "Request URL":"请求URL",
40 "Response Body":"�?应体",
41 "Response Code":"�?应�?",
42 "Response Headers":"�?应头",
43 "Hide Response":"�?�?�?应",
44 "Headers":"头",
45 "Try it out!":"试一下�?",
46 "Show/Hide":"显示/�?�?",
47 "List Operations":"显示�?作",
48 "Expand Operations":"展开�?作",
49 "Raw":"原始",
50 "can't parse JSON. Raw result":"无法解�?JSON. 原始结果",
51 "Model Schema":"模型架构",
52 "Model":"模型",
53 "apply":"应用",
54 "Username":"用户�??",
55 "Password":"密�?",
56 "Terms of service":"�?务�?�款",
57 "Created by":"创建者",
58 "See more at":"查看更多:",
59 "Contact the developer":"�?�系开�?�者",
60 "api version":"api版本",
61 "Response Content Type":"�?应Content Type",
62 "fetching resource":"正在获�?�资�?",
63 "fetching resource list":"正在获�?�资�?列表",
64 "Explore":"�?览",
65 "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis",
66 "Can't read from server. It may not have the appropriate access-control-origin settings.":"无法从�?务器读�?�。�?�能没有正确设置access-control-origin。",
67 "Please specify the protocol for":"请指定�??议:",
68 "Can't read swagger JSON from":"无法读�?�swagger JSON于",
69 "Finished Loading Resource Information. Rendering Swagger UI":"已加载资�?信�?�。正在渲染Swagger UI",
70 "Unable to read api":"无法读�?�api",
71 "from path":"从路径",
72 "server returned":"�?务器返回"
73});