Initial commit
[yaffs-website] / node_modules / yargs / locales / en.json
1 {
2   "Commands:": "Commands:",
3   "Options:": "Options:",
4   "Examples:": "Examples:",
5   "boolean": "boolean",
6   "count": "count",
7   "string": "string",
8   "number": "number",
9   "array": "array",
10   "required": "required",
11   "default:": "default:",
12   "choices:": "choices:",
13   "generated-value": "generated-value",
14   "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s",
15   "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s",
16   "Missing argument value: %s": {
17     "one": "Missing argument value: %s",
18     "other": "Missing argument values: %s"
19   },
20   "Missing required argument: %s": {
21     "one": "Missing required argument: %s",
22     "other": "Missing required arguments: %s"
23   },
24   "Unknown argument: %s": {
25     "one": "Unknown argument: %s",
26     "other": "Unknown arguments: %s"
27   },
28   "Invalid values:": "Invalid values:",
29   "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
30   "Argument check failed: %s": "Argument check failed: %s",
31   "Implications failed:": "Implications failed:",
32   "Not enough arguments following: %s": "Not enough arguments following: %s",
33   "Invalid JSON config file: %s": "Invalid JSON config file: %s",
34   "Path to JSON config file": "Path to JSON config file",
35   "Show help": "Show help",
36   "Show version number": "Show version number"
37 }