Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

54 рядки
2.3 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 예제 보기",
  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. });