[6a3a178] | 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": "生成された値",
|
---|
[e29cc2e] | 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 個までです:",
|
---|
[6a3a178] | 17 | "Missing argument value: %s": {
|
---|
[e29cc2e] | 18 | "one": "引数が見つかりません: %s",
|
---|
| 19 | "other": "引数が見つかりません: %s"
|
---|
[6a3a178] | 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:": "不正な値です:",
|
---|
[e29cc2e] | 30 | "Argument: %s, Given: %s, Choices: %s": "引数は %s です。指定できるのは %s つです。選択してください: %s",
|
---|
[6a3a178] | 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の設定ファイルまでのpath",
|
---|
| 36 | "Show help": "ヘルプを表示",
|
---|
| 37 | "Show version number": "バージョンを表示",
|
---|
| 38 | "Did you mean %s?": "もしかして %s?",
|
---|
| 39 | "Arguments %s and %s are mutually exclusive" : "引数 %s と %s は同時に指定できません",
|
---|
| 40 | "Positionals:": "位置:",
|
---|
[e29cc2e] | 41 | "command": "コマンド"
|
---|
[6a3a178] | 42 | }
|
---|