You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 line
2.1 KiB

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