{
  "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" },
  "error_firstArgNotExist": { "message": "First argument can only be an existing file or directory" },
  "error_doesNotExist": { "message": "does not exist" },
  "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_exampleValidCmd": { "message": "Example valid command" },
  "info_scssFilesToBeCompiled": { "message": "SCSS files to be compiled" },
  "info_noSCSSfilesWillBeCompiled": { "message": "No SCSS files will be compiled" },
  "info_copyingToClip": { "message": "Copying to clipboard" },
  "info_writing": { "message": "Writing to file" },
  "info_compilationComplete": { "message": "Compilation complete" },
  "info_file": { "message": "file" },
  "info_srcMap": { "message": "source map" },
  "info_generated": { "message": "generated" },
  "info_noSCSSfilesProcessed": { "message": "No SCSS files processed" },
  "info_failedToCompile": { "message": "failed to compile" },
  "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_pathArgs": { "message": "Path arguments" },
  "helpSection_flags": { "message": "Boolean options" },
  "helpSection_params": { "message": "Parameter options" },
  "helpSection_cmds": { "message": "Commands" },
  "optionDesc_uiLang": { "message": "ISO 639-1 code of language to display UI in" },
  "inputPathDesc_main": { "message": "Path to SCSS file or directory containing SCSS files to be compiled" },
  "inputPathDesc_extra": { "message": "relative to the current working directory" },
  "outputPathDesc_main": { "message": "Path to file or directory where CSS + sourcemap files will be stored" },
  "outputPathDesc_extra": { "message": "relative to input root (if not provided, css/ is used)" },
  "optionDesc_dryRun": { "message": "Don't actually compile the file(s), just show if they will be processed" },
  "optionDesc_dotfolders": { "message": "Include dotfolders in file search" },
  "optionDesc_noSourceMaps": { "message": "Prevent source maps from being generated" },
  "optionDesc_noMinify": { "message": "Disable minification of output CSS" },
  "optionDesc_noRecursion": { "message": "Disable recursive file searching" },
  "optionDesc_copy": { "message": "Copy compiled CSS to clipboard instead of writing to file if single source file is processed" },
  "optionDesc_relativeOutput": { "message": "Output files relative to each source file instead of to input root" },
  "optionDesc_quiet": { "message": "Suppress all logging except errors" },
  "optionDesc_ignores": { "message": "Files/directories to exclude from compilation" },
  "optionDesc_commentMain": { "message": "Prepend header comment to compiled CSS" },
  "optionDesc_commentExtra": { "message": "Separate by line using '\\n'" },
  "optionDesc_config": { "message": "Load custom config file" },
  "optionDesc_init": { "message": "Create config file (in project root)" },
  "optionDesc_help": { "message": "Display help screen" },
  "optionDesc_version": { "message": "Show version number" },
  "optionDesc_stats": { "message": "Show npm stats" },
  "optionDesc_debug": { "message": "Show debug logs" }
}
