{
  "pkg_copyright": { "message": "© 2024–2026 Adam Lui & contributors under the MIT license" },
  "prefix_globalVer": { "message": "Global version" },
  "prefix_localVer": { "message": "Local version" },
  "prefix_source": { "message": "Source" },
  "error_readingLocalPkgVer": { "message": "Error reading local package version" },
  "error_notRecognized": { "message": "not recognized" },
  "error_nonPositiveNum": { "message": "argument can only be > 0" },
  "error_invalidFilepath": { "message": "must be a valid existing file path. Got" },
  "error_invalidLangCode": { "message": "is an invalid language code" },
  "error_invalidURL": { "message": "Invalid URL" },
  "error_invalidConfigFile": { "message": "Config file must export an object" },
  "error_invalidKey": { "message": "Invalid key" },
  "error_foundIn": { "message": "found in" },
  "error_configFileNotFound": { "message": "Config file not found" },
  "error_failedToLoadConfigFile": { "message": "Failed to load config file" },
  "error_failedToFetchGlobalVer": { "message": "Failed to fetch global version" },
  "error_failedToFetchSysLang": { "message": "Failed to fetch system language" },
  "error_mustIncludePath": { "message": "must include =path" },
  "warn_configFileExists": { "message": "Config file already exists" },
  "warn_docLocalesFetchFailed": { "message": "Failed to fetch doc locales" },
  "warn_remoteConfigNotFound": { "message": "Remote config file not found" },
  "warn_remoteConfigFailed": { "message": "Failed to fetch remote config file" },
  "warn_option": { "message": "Option" },
  "warn_noLongerHasAnyEffect": { "message": "no longer has any effect" },
  "warn_hasBeenReplacedBy": { "message": "has been replaced by" },
  "warn_andWillBeRemoved": { "message": "and will be removed" },
  "warn_notFound": { "message": "Not found" },
  "info_configFile": { "message": "Config file" },
  "info_exampleValidConfigFile": { "message": "Example valid config file" },
  "info_copyingToClip": { "message": "Copying to clipboard" },
  "info_moreHelp": { "message": "For more help" },
  "info_type": { "message": "type" },
  "info_or": { "message": "or" },
  "info_visit": { "message": "visit" },
  "info_toCreateDefaultConfig": { "message": "to create default config file" },
  "info_configFileCreated": { "message": "Config file created" },
  "info_fetchingRemoteConfigFrom": { "message": "Fetching remote config file from" },
  "tip_editToSetDefaults": { "message": "Edit this file to customize defaults" },
  "tip_cliArgsPrioritized": { "message": "CLI arguments always override these values" },
  "helpSection_usage": { "message": "Usage" },
  "helpSection_params": { "message": "Parameter options" },
  "helpSection_flags": { "message": "Boolean options" },
  "helpSection_cmds": { "message": "Commands" },
  "optionDesc_uiLang": { "message": "ISO 639-1 code of language to display UI in" },
  "optionDesc_length": { "message": "Generate password(s) of n length" },
  "optionDesc_qty": { "message": "Generate n password(s)" },
  "optionDesc_config": { "message": "Load custom config file" },
  "optionDesc_charset": { "message": "Only include chars in password(s)" },
  "optionDesc_exclude": { "message": "Exclude chars from password(s)" },
  "optionDesc_weak": { "message": "Generate weak password(s)" },
  "optionDesc_basic": { "message": "Generate basic strength password(s)" },
  "optionDesc_strong": { "message": "Generate strong password(s)" },
  "optionDesc_excludeNums": { "message": "Disallow numbers in password(s)" },
  "optionDesc_excludeSymbols": { "message": "Disallow symbols in password(s)" },
  "optionDesc_noLower": { "message": "Disallow lowercase letters in password(s)" },
  "optionDesc_noUpper": { "message": "Disallow uppercase letters in password(s)" },
  "optionDesc_similarChars": { "message": "Include similar characters in password(s)" },
  "optionDesc_unstrict": { "message": "Don't require at least one character from each allowed character set in password(s)" },
  "optionDesc_noEntropy": { "message": "Don't calculate/log estimated entropy" },
  "optionDesc_quiet": { "message": "Suppress all logging except errors" },
  "optionDesc_help": { "message": "Display help screen" },
  "optionDesc_init": { "message": "Create config file (in project root)" },
  "optionDesc_version": { "message": "Show version number" },
  "optionDesc_stats": { "message": "Show npm stats" },
  "optionDesc_debug": { "message": "Show debug logs" }
}
