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