Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0894175

Browse files
authoredApr 12, 2020
fix(i18n): Japanese translation phrasing (#1619)
1 parent 262e796 commit 0894175

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎locales/ja.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"other": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:"
2323
},
2424
"Missing argument value: %s": {
25-
"one": "引数が見つかりません: %s",
26-
"other": "引数が見つかりません: %s"
25+
"one": "引数の値が見つかりません: %s",
26+
"other": "引数の値が見つかりません: %s"
2727
},
2828
"Missing required argument: %s": {
2929
"one": "必須の引数が見つかりません: %s",
@@ -34,7 +34,7 @@
3434
"other": "未知の引数です: %s"
3535
},
3636
"Invalid values:": "不正な値です:",
37-
"Argument: %s, Given: %s, Choices: %s": "引数は %s です。指定できるのは %s つです。選択してください: %s",
37+
"Argument: %s, Given: %s, Choices: %s": "引数は %s です。与えられた値: %s, 選択してください: %s",
3838
"Argument check failed: %s": "引数のチェックに失敗しました: %s",
3939
"Implications failed:": "オプションの組み合わせで不正が生じました:",
4040
"Not enough arguments following: %s": "次の引数が不足しています。: %s",
@@ -45,5 +45,7 @@
4545
"Did you mean %s?": "もしかして %s?",
4646
"Arguments %s and %s are mutually exclusive" : "引数 %s と %s は同時に指定できません",
4747
"Positionals:": "位置:",
48-
"command": "コマンド"
48+
"command": "コマンド",
49+
"deprecated": "非推奨",
50+
"deprecated: %s": "非推奨: %s"
4951
}

0 commit comments

Comments
 (0)
Failed to load comments.