{
	"error": {
		"commands": {
			"common": {
				"missingEnv": "The \"{option}\" option is configured as an environment variable, but there is no environment variable with the name \"{value}\" set.",
				"optionInvalidHex": "The \"{option}\" does not appear to be hex. \"{value}\"",
				"optionInvalidBase64": "The \"{option}\" does not appear to be base64. \"{value}\"",
				"optionInvalidHexBase64": "The \"{option}\" does not appear to be hex or base64. \"{value}\"",
				"optionMinValue": "The \"{option}\" option must be greater than or equal to {minValue}, it is {value}.",
				"optionMaxValue": "The \"{option}\" option must be less than or equal to {maxValue}, it is {value}."
			}
		}
	},
	"warn": {
		"common": {
			"devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
		}
	},
	"cli": {
		"progress": {
			"done": "Done.",
			"error": "Error",
			"loadingEnvFiles": "Loading env files",
			"pleaseWait": "Please wait...",
			"writingJsonFile": "Writing JSON file",
			"writingEnvFile": "Writing env file",
			"readingJsonFile": "Reading JSON file",
			"readingEnvFile": "Reading env file"
		},
		"options": {
			"lang": {
				"param": "--lang '<'lang'>'",
				"description": "The language to display the output in."
			},
			"load-env": {
				"param": "--load-env [env...]",
				"description": "Load the env files to initialise any environment variables."
			},
			"no-console": {
				"param": "--no-console",
				"description": "Hides the output in the console."
			},
			"json": {
				"param": "--json '<'filename'>'",
				"description": "Creates a JSON file containing the output."
			},
			"env": {
				"param": "--env '<'filename'>'",
				"description": "Creates an env file containing the output."
			},
			"merge-json": {
				"param": "--merge-json",
				"description": "If the JSON file already exists merge the data instead of overwriting."
			},
			"merge-env": {
				"param": "--merge-env",
				"description": "If the env file already exists merge the data instead of overwriting."
			}
		}
	}
}
