Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame^] | 1 | /*- |
| 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 */ |
| 24 | window.SwaggerTranslator.learn({ |
| 25 | "Warning: Deprecated":"Warning: Deprecated", |
| 26 | "Implementation Notes":"Implementation Notes", |
| 27 | "Response Class":"Response Class", |
| 28 | "Status":"Status", |
| 29 | "Parameters":"Parameters", |
| 30 | "Parameter":"Parameter", |
| 31 | "Value":"Value", |
| 32 | "Description":"Description", |
| 33 | "Parameter Type":"Parameter Type", |
| 34 | "Data Type":"Data Type", |
| 35 | "Response Messages":"Response Messages", |
| 36 | "HTTP Status Code":"HTTP Status Code", |
| 37 | "Reason":"Reason", |
| 38 | "Response Model":"Response Model", |
| 39 | "Request URL":"Request URL", |
| 40 | "Response Body":"Response Body", |
| 41 | "Response Code":"Response Code", |
| 42 | "Response Headers":"Response Headers", |
| 43 | "Hide Response":"Hide Response", |
| 44 | "Headers":"Headers", |
| 45 | "Try it out!":"Try it out!", |
| 46 | "Show/Hide":"Show/Hide", |
| 47 | "List Operations":"List Operations", |
| 48 | "Expand Operations":"Expand Operations", |
| 49 | "Raw":"Raw", |
| 50 | "can't parse JSON. Raw result":"can't parse JSON. Raw result", |
| 51 | "Model Schema":"Model Schema", |
| 52 | "Model":"Model", |
| 53 | "apply":"apply", |
| 54 | "Username":"Username", |
| 55 | "Password":"Password", |
| 56 | "Terms of service":"Terms of service", |
| 57 | "Created by":"Created by", |
| 58 | "See more at":"See more at", |
| 59 | "Contact the developer":"Contact the developer", |
| 60 | "api version":"api version", |
| 61 | "Response Content Type":"Response Content Type", |
| 62 | "fetching resource":"fetching resource", |
| 63 | "fetching resource list":"fetching resource list", |
| 64 | "Explore":"Explore", |
| 65 | "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis", |
| 66 | "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.", |
| 67 | "Please specify the protocol for":"Please specify the protocol for", |
| 68 | "Can't read swagger JSON from":"Can't read swagger JSON from", |
| 69 | "Finished Loading Resource Information. Rendering Swagger UI":"Finished Loading Resource Information. Rendering Swagger UI", |
| 70 | "Unable to read api":"Unable to read api", |
| 71 | "from path":"from path", |
| 72 | "server returned":"server returned" |
| 73 | }); |