Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/yargs/locales/ja.json')
-rw-r--r--node_modules/yargs/locales/ja.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/node_modules/yargs/locales/ja.json b/node_modules/yargs/locales/ja.json
index 45a64a8..64ee6d3 100644
--- a/node_modules/yargs/locales/ja.json
+++ b/node_modules/yargs/locales/ja.json
@@ -35,5 +35,8 @@
"Path to JSON config file": "JSONの設定ファイルまでのpath",
"Show help": "ヘルプを表示",
"Show version number": "バージョンを表示",
- "Did you mean %s?": "もしかして %s?"
+ "Did you mean %s?": "もしかして %s?",
+ "Arguments %s and %s are mutually exclusive" : "引数 %s と %s は同時に指定できません",
+ "Positionals:": "位置:",
+ "command": "コマンド"
}