Skip to content

Commit

Permalink
feat(locales): Japanese translations for 'did you mean' and 'aliases' (
Browse files Browse the repository at this point in the history
…#651)

* Add "aliases" translation

* Add "Did you mean %s?" translation
  • Loading branch information
oti authored and nexdrew committed Oct 10, 2016
1 parent c97b24d commit 5eb78fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion locales/ja.json
Expand Up @@ -10,6 +10,7 @@
"required": "必須",
"default:": "デフォルト:",
"choices:": "選択してください:",
"aliases:": "エイリアス:",
"generated-value": "生成された値",
"Not enough non-option arguments: got %s, need at least %s": "オプションではない引数が %s 個では不足しています。少なくとも %s 個の引数が必要です:",
"Too many non-option arguments: got %s, maximum of %s": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:",
Expand All @@ -33,5 +34,6 @@
"Invalid JSON config file: %s": "JSONの設定ファイルが不正です: %s",
"Path to JSON config file": "JSONの設定ファイルまでのpath",
"Show help": "ヘルプを表示",
"Show version number": "バージョンを表示"
"Show version number": "バージョンを表示",
"Did you mean %s?": "もしかして %s?"
}

0 comments on commit 5eb78fc

Please sign in to comment.