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.

ko.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "Commands:": "명령:",
  3. "Options:": "옵션:",
  4. "Examples:": "예시:",
  5. "boolean": "여부",
  6. "count": "개수",
  7. "string": "문자열",
  8. "number": "숫자",
  9. "array": "배열",
  10. "required": "필수",
  11. "default:": "기본:",
  12. "choices:": "선택:",
  13. "aliases:": "별칭:",
  14. "generated-value": "생성된 값",
  15. "Not enough non-option arguments: got %s, need at least %s": "옵션이 아닌 인자가 충분치 않습니다: %s개를 받았지만, 적어도 %s개는 필요합니다",
  16. "Too many non-option arguments: got %s, maximum of %s": "옵션이 아닌 인자가 너무 많습니다: %s개를 받았지만, %s개 이하여야 합니다",
  17. "Missing argument value: %s": {
  18. "one": "인자값을 받지 못했습니다: %s",
  19. "other": "인자값들을 받지 못했습니다: %s"
  20. },
  21. "Missing required argument: %s": {
  22. "one": "필수 인자를 받지 못했습니다: %s",
  23. "other": "필수 인자들을 받지 못했습니다: %s"
  24. },
  25. "Unknown argument: %s": {
  26. "one": "알 수 없는 인자입니다: %s",
  27. "other": "알 수 없는 인자들입니다: %s"
  28. },
  29. "Invalid values:": "잘못된 값입니다:",
  30. "Argument: %s, Given: %s, Choices: %s": "인자: %s, 입력받은 값: %s, 선택지: %s",
  31. "Argument check failed: %s": "유효하지 않은 인자입니다: %s",
  32. "Implications failed:": "옵션의 조합이 잘못되었습니다:",
  33. "Not enough arguments following: %s": "인자가 충분하게 주어지지 않았습니다: %s",
  34. "Invalid JSON config file: %s": "유효하지 않은 JSON 설정파일입니다: %s",
  35. "Path to JSON config file": "JSON 설정파일 경로",
  36. "Show help": "도움말을 보여줍니다",
  37. "Show version number": "버전 넘버를 보여줍니다",
  38. "Did you mean %s?": "찾고계신게 %s입니까?"
  39. }