Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

54 rindas
2.0 KiB

  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. "Response Body":"响应体",
  20. "Response Code":"响应码",
  21. "Response Headers":"响应头",
  22. "Hide Response":"隐藏响应",
  23. "Headers":"头",
  24. "Try it out!":"试一下!",
  25. "Show/Hide":"显示/隐藏",
  26. "List Operations":"显示操作",
  27. "Expand Operations":"展开操作",
  28. "Raw":"原始",
  29. "can't parse JSON. Raw result":"无法解析JSON. 原始结果",
  30. "Model Schema":"模型架构",
  31. "Model":"模型",
  32. "apply":"应用",
  33. "Username":"用户名",
  34. "Password":"密码",
  35. "Terms of service":"服务条款",
  36. "Created by":"创建者",
  37. "See more at":"查看更多:",
  38. "Contact the developer":"联系开发者",
  39. "api version":"api版本",
  40. "Response Content Type":"响应Content Type",
  41. "fetching resource":"正在获取资源",
  42. "fetching resource list":"正在获取资源列表",
  43. "Explore":"浏览",
  44. "Show Swagger Petstore Example Apis":"显示 Swagger Petstore 示例 Apis",
  45. "Can't read from server. It may not have the appropriate access-control-origin settings.":"无法从服务器读取。可能没有正确设置access-control-origin。",
  46. "Please specify the protocol for":"请指定协议:",
  47. "Can't read swagger JSON from":"无法读取swagger JSON于",
  48. "Finished Loading Resource Information. Rendering Swagger UI":"已加载资源信息。正在渲染Swagger UI",
  49. "Unable to read api":"无法读取api",
  50. "from path":"从路径",
  51. "server returned":"服务器返回"
  52. });