Skip to content

Commit

Permalink
fix(i18n): Japanese translation phrasing (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
hogashi committed Apr 12, 2020
1 parent 262e796 commit 0894175
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions locales/ja.json
Expand Up @@ -22,8 +22,8 @@
"other": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:"
},
"Missing argument value: %s": {
"one": "引数が見つかりません: %s",
"other": "引数が見つかりません: %s"
"one": "引数の値が見つかりません: %s",
"other": "引数の値が見つかりません: %s"
},
"Missing required argument: %s": {
"one": "必須の引数が見つかりません: %s",
Expand All @@ -34,7 +34,7 @@
"other": "未知の引数です: %s"
},
"Invalid values:": "不正な値です:",
"Argument: %s, Given: %s, Choices: %s": "引数は %s です。指定できるのは %s つです。選択してください: %s",
"Argument: %s, Given: %s, Choices: %s": "引数は %s です。与えられた値: %s, 選択してください: %s",
"Argument check failed: %s": "引数のチェックに失敗しました: %s",
"Implications failed:": "オプションの組み合わせで不正が生じました:",
"Not enough arguments following: %s": "次の引数が不足しています。: %s",
Expand All @@ -45,5 +45,7 @@
"Did you mean %s?": "もしかして %s?",
"Arguments %s and %s are mutually exclusive" : "引数 %s と %s は同時に指定できません",
"Positionals:": "位置:",
"command": "コマンド"
"command": "コマンド",
"deprecated": "非推奨",
"deprecated: %s": "非推奨: %s"
}

0 comments on commit 0894175

Please sign in to comment.