This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity.eu/node_modules/yargs/locales/ko.json
2024-03-26 16:28:28 +01:00

49 lines
2.2 KiB
JSON

{
"Commands:": "명령:",
"Options:": "옵션:",
"Examples:": "예시:",
"boolean": "불리언",
"count": "개수",
"string": "문자열",
"number": "숫자",
"array": "배열",
"required": "필수",
"default": "기본값",
"default:": "기본값:",
"choices:": ":",
"aliases:": ":",
"generated-value": " ",
"Not enough non-option arguments: got %s, need at least %s": {
"one": " : %s , %s ",
"other": " : %s , %s "
},
"Too many non-option arguments: got %s, maximum of %s": {
"one": " : %s , %s ",
"other": " : %s , %s "
},
"Missing argument value: %s": {
"one": " : %s",
"other": " : %s"
},
"Missing required argument: %s": {
"one": " : %s",
"other": " : %s"
},
"Unknown argument: %s": {
"one": " : %s",
"other": " : %s"
},
"Invalid values:": " :",
"Argument: %s, Given: %s, Choices: %s": ": %s, : %s, : %s",
"Argument check failed: %s": " : %s",
"Implications failed:": " :",
"Not enough arguments following: %s": " : %s",
"Invalid JSON config file: %s": " JSON : %s",
"Path to JSON config file": "JSON ",
"Show help": " ",
"Show version number": " ",
"Did you mean %s?": "%s() ?",
"Arguments %s and %s are mutually exclusive" : " %s() %s() ",
"Positionals:": ":",
"command": ""
}