blob: 776a8b72e0d6da6551f9a74283196cd8a3ac9a13 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001'use strict';
2
3/* jshint quotmark: double */
4window.SwaggerTranslator.learn({
5 "Warning: Deprecated":"Warning: Deprecated",
6 "Implementation Notes":"Implementation Notes",
7 "Response Class":"Response Class",
8 "Status":"Status",
9 "Parameters":"Parameters",
10 "Parameter":"Parameter",
11 "Value":"Value",
12 "Description":"Description",
13 "Parameter Type":"Parameter Type",
14 "Data Type":"Data Type",
15 "Response Messages":"Response Messages",
16 "HTTP Status Code":"HTTP Status Code",
17 "Reason":"Reason",
18 "Response Model":"Response Model",
19 "Request URL":"Request URL",
20 "Response Body":"Response Body",
21 "Response Code":"Response Code",
22 "Response Headers":"Response Headers",
23 "Hide Response":"Hide Response",
24 "Headers":"Headers",
25 "Try it out!":"Try it out!",
26 "Show/Hide":"Show/Hide",
27 "List Operations":"List Operations",
28 "Expand Operations":"Expand Operations",
29 "Raw":"Raw",
30 "can't parse JSON. Raw result":"can't parse JSON. Raw result",
31 "Model Schema":"Model Schema",
32 "Model":"Model",
33 "apply":"apply",
34 "Username":"Username",
35 "Password":"Password",
36 "Terms of service":"Terms of service",
37 "Created by":"Created by",
38 "See more at":"See more at",
39 "Contact the developer":"Contact the developer",
40 "api version":"api version",
41 "Response Content Type":"Response Content Type",
42 "fetching resource":"fetching resource",
43 "fetching resource list":"fetching resource list",
44 "Explore":"Explore",
45 "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis",
46 "Can't read from server. It may not have the appropriate access-control-origin settings.":"Can't read from server. It may not have the appropriate access-control-origin settings.",
47 "Please specify the protocol for":"Please specify the protocol for",
48 "Can't read swagger JSON from":"Can't read swagger JSON from",
49 "Finished Loading Resource Information. Rendering Swagger UI":"Finished Loading Resource Information. Rendering Swagger UI",
50 "Unable to read api":"Unable to read api",
51 "from path":"from path",
52 "server returned":"server returned"
53});