zh-cn.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 'use strict';
  2. /* jshint quotmark: double */
  3. window.SwaggerTranslator.learn({
  4. "Warning: Deprecated":"警告:已过时",
  5. "Implementation Notes":"实现备注",
  6. "Response Class":"响应类",
  7. "Status":"状态",
  8. "Parameters":"参数",
  9. "Parameter":"参数",
  10. "Value":"值",
  11. "Description":"描述",
  12. "Parameter Type":"参数类型",
  13. "Data Type":"数据类型",
  14. "Response Messages":"响应消息",
  15. "HTTP Status Code":"HTTP状态码",
  16. "Reason":"原因",
  17. "Response Model":"响应模型",
  18. "Request URL":"请求URL",
  19. "Request Headers":"请求头",
  20. "Response Body":"响应体",
  21. "Response Code":"响应码",
  22. "Response Headers":"响应头",
  23. "Hide Response":"隐藏响应",
  24. "Headers":"头",
  25. "Try it out!":"试一下!",
  26. "Show/Hide":"显示/隐藏",
  27. "List Operations":"显示操作",
  28. "Expand Operations":"展开操作",
  29. "Raw":"原始",
  30. "can't parse JSON. Raw result":"无法解析JSON. 原始结果",
  31. "Example Value":"示例",
  32. "Click to set as parameter value":"点击设置参数",
  33. "Model Schema":"模型架构",
  34. "Model":"模型",
  35. "apply":"应用",
  36. "Username":"用户名",
  37. "Password":"密码",
  38. "Terms of service":"服务条款",
  39. "Created by":"创建者",
  40. "See more at":"查看更多:",
  41. "Contact the developer":"联系开发者",
  42. "api version":"api版本",
  43. "Response Content Type":"响应Content Type",
  44. "Parameter content type:":"参数类型:",
  45. "fetching resource":"正在获取资源",
  46. "fetching resource list":"正在获取资源列表",
  47. "Explore":"浏览",
  48. "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis",
  49. "Can't read from server. It may not have the appropriate access-control-origin settings.":"无法从服务器读取。可能没有正确设置access-control-origin。",
  50. "Please specify the protocol for":"请指定协议:",
  51. "Can't read swagger JSON from":"无法读取swagger JSON于",
  52. "Finished Loading Resource Information. Rendering Swagger UI":"已加载资源信息。正在渲染Swagger UI",
  53. "Unable to read api":"无法读取api",
  54. "from path":"从路径",
  55. "server returned":"服务器返回"
  56. });