Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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 2.2KB

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