Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

57 linhas
2.3 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. "Headers":"Headers",
  24. "Try it out!":"Try it out!",
  25. "Show/Hide":"Show/Hide",
  26. "List Operations":"List Operations",
  27. "Expand Operations":"Expand Operations",
  28. "Raw":"Raw",
  29. "can't parse JSON. Raw result":"can't parse JSON. Raw result",
  30. "Example Value":"Example Value",
  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. });