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":"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 | "Example Value":"Example Value", |
| 32 | "Model Schema":"Model Schema", |
| 33 | "Model":"Model", |
| 34 | "Click to set as parameter value":"Click to set as parameter value", |
| 35 | "apply":"apply", |
| 36 | "Username":"Username", |
| 37 | "Password":"Password", |
| 38 | "Terms of service":"Terms of service", |
| 39 | "Created by":"Created by", |
| 40 | "See more at":"See more at", |
| 41 | "Contact the developer":"Contact the developer", |
| 42 | "api version":"api version", |
| 43 | "Response Content Type":"Response Content Type", |
| 44 | "Parameter content type:":"Parameter content type:", |
| 45 | "fetching resource":"fetching resource", |
| 46 | "fetching resource list":"fetching resource list", |
| 47 | "Explore":"Explore", |
| 48 | "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis", |
| 49 | "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.", |
| 50 | "Please specify the protocol for":"Please specify the protocol for", |
| 51 | "Can't read swagger JSON from":"Can't read swagger JSON from", |
| 52 | "Finished Loading Resource Information. Rendering Swagger UI":"Finished Loading Resource Information. Rendering Swagger UI", |
| 53 | "Unable to read api":"Unable to read api", |
| 54 | "from path":"from path", |
| 55 | "server returned":"server returned" |
| 56 | }); |