@adamlui/geolocate
Version:
Fetch IP geolocation data from the CLI.
60 lines (59 loc) • 3.56 kB
JSON
{
"pkg_copyright": { "message": "© 2024–2026 Adam Lui 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_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" },
"geoLabel_country": { "message": "Country" },
"geoLabel_region": { "message": "Region" },
"geoLabel_city": { "message": "City" },
"geoLabel_zip": { "message": "Zip" },
"geoLabel_lat": { "message": "Latitude" },
"geoLabel_lon": { "message": "Longitude" },
"geoLabel_timeZone": { "message": "Time zone" },
"helpSection_usage": { "message": "Usage" },
"helpSection_params": { "message": "Parameter options" },
"helpSection_flags": { "message": "Config options" },
"helpSection_cmds": { "message": "Commands" },
"optionDesc_uiLang": { "message": "ISO 639-1 code of language to display UI in" },
"optionDesc_config": { "message": "Load custom config file" },
"optionDesc_quiet": { "message": "Suppress all logging except errors" },
"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" }
}