Changeset e29cc2e for trip-planner-front/node_modules/yargs/locales/en.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/yargs/locales/en.json
r59329aa re29cc2e 9 9 "array": "array", 10 10 "required": "required", 11 "default": "default",12 11 "default:": "default:", 13 12 "choices:": "choices:", 14 13 "aliases:": "aliases:", 15 14 "generated-value": "generated-value", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Not enough non-option arguments: got %s, need at least %s", 18 "other": "Not enough non-option arguments: got %s, need at least %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Too many non-option arguments: got %s, maximum of %s", 22 "other": "Too many non-option arguments: got %s, maximum of %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Missing argument value: %s", … … 46 39 "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive", 47 40 "Positionals:": "Positionals:", 48 "command": "command", 49 "deprecated": "deprecated", 50 "deprecated: %s": "deprecated: %s" 41 "command": "command" 51 42 }
Note:
See TracChangeset
for help on using the changeset viewer.