{
	"info-select-light-modules": "Select directory with all light modules",
	"info-updated-property-in-mgnl-config": "Updated {{type}} property: \"{{property}}\" in the \"mgnl.config.js\" file",
	"info-added-property-to-mgnl-config": "Added {{type}} property: \"{{property}}\" to the \"mgnl.config.js\" file",
	"info-using-default-prototype-dir": "Using default prototype directory",
	"info-using-config-prototype-dir": "Using prototype directory \"{{path}}\" set by plugin argument in mgnl.config.js",
	"info-using-option-prototype-dir": "Using prototype directory \"{{path}}\" set by command option",
	"info-using-default-prototype": "Using default prototype \"_default\"",
	"info-using-config-prototype": "Using prototype \"{{prototype}}\" set by plugin argument in mgnl.config.js",
	"info-using-option-prototype": "Using prototype \"{{prototype}}\" set by command option",
	"info-using-global-lm": "Using light module \"{{path}}\" set by global argument in mgnl.config.js",
	"info-using-plugin-lm": "Using light module \"{{path}}\" set by plugin argument in mgnl.config.js",
	"info-using-option-lm": "Using light module \"{{path}}\" set by command option",
	"info-using-config-lmp": "Using light modules path \"{{path}}\" set by global argument in mgnl.config.js",
	"info-using-option-lmp": "Using light modules path \"{{path}}\" set by command option",

	"error-invalid-prototypeDir": "Path \"{{path}}\" to custom prototype templates directory doesn't exist",
	"error-no-lm-available": "There are no available light modules in \"{{lightModulesPath}}\" directory",
	"error-lm-plugin-installed": "Create a light module using: `npm run mgnl -- create-light-module <module-name>`",
	"error-lm-plugin-not-installed": [
		"Install CreateLightModulePlugin using: `npm run mgnl -- add-plugin @magnolia/cli-create-light-module-plugin`",
		"Then create a light module using: `npm run mgnl -- create-light-module <module-name>`"
	],
	"error-name-required": "Missing <{{type}}-name>; provide a name",
	"error-invalid-name": "Invalid {{type}} name \"{{name}}\"; name should not contain the following characters: / \\\\ : * ? \" < > | @",
	"error-invalid-name-start": "Invalid {{type}} name \"{{name}}\"; name cannot start with a hyphen",
	"error-invalid-name-length": "Invalid {{type}} name \"{{name}}\"; name must be less than 255 characters",
	"error-no-available-prototypes": "No available prototypes in {{prototypeDir}}",
	"error-option-param-is-flag": "Option \"{{option}}\" argument missing; provided value: \"{{value}}\" is a flag",
	"error-during-mgnl-config-modification": "An error occurred while modifying the \"mgnl.config.js\" file",
	"error-ensure-mgnl-not-corrupted": "Ensure that the \"mgnl.config.js\" file is not corrupted",

	"warn-no-mgnl-config-file": "File \"mgnl.config.js\" not found",
	"warn-error-during-mgnl-config-js-import": [
		"While importing an mgnl.config.js file an error occurred:\n{{errorMsg}}",
		"Check that your mgnl.config.js is correct"
	],
	"warn-lm-not-in-lmp": "Light module: \"{{lightModule}}\" is not available in: \"{{lightModulesPath}}\"",
	"warn-provided-lm-path-not-exists-option": "Provided light modules path \"{{lightModulesPath}}\" set by command option doesn't exist",
	"warn-provided-lm-path-not-exists-global": "provided light modules path \"{{lightModulesPath}}\" set by global argument in mgnl.config.js doesn't exist",
	"warn-prototype-not-found": "The prototype \"{{prototype}}\" was not found",
	"warn-dir-with-name-exists": "Directory {{name}} already exists; select the directory or create new directory with different name",
	"warn-file-with-name-exists": "File {{name}} already exists; select the file or create new file with different name",
	"warn-cannot-parse-yaml": "Cannot parse YAML file: {{path}}",
	"warn-included-file-not-found": "Include file not found: {{path}}",
	"warn-ignoring-included-file": "Ignoring invalid include file: {{path}}",
	"warn-inherit-file-not-found": "Inherit file not found: {{path}}",
	"warn-ignoring-inherit-file": "Ignoring invalid inherit file: {{path}}",

	"inquirer-prompt-selected-dir": "Selected directory: {{currentPath}}",
	"inquirer-choice-use-this-dir": "Use this directory",
	"inquirer-choice-create-new": "Create new {{type}}",
	"inquirer-prompt-select-lm": "Choose available light module",
	"inquirer-prompt-select-prototype": "Choose available prototype",
	"inquirer-prompt-enter-dir": "Enter the directory name:",
	"inquirer-prompt-enter-file": "Enter the filename (with extension):"
}
