11validator.notEmpty =The {0} field must not be empty
2+ validator.box.notEmpty =The {0} field must contain a valid selection from the dropdown
23validator.package.validPath =Please specify a valid Magento 2 installation path
3- validator.alphaNumericCharacters ={0} must contain letters and numbers only
4+ validator.alphaNumericCharacters =The {0} field must contain letters and numbers only
45validator.alphaNumericAndUnderscoreCharacters ={0} must contain letters, numbers and underscores only
5- validator.alreadyDeclared ={0} is already declared in the {1} module.
6- validator.startWithNumberOrCapitalLetter ={0} must start from a number or a capital letter
7- validator.onlyNumbers ={0} must contain numbers only
6+ validator.alreadyDeclared ={0} is already declared in the {1} module
7+ validator.startWithNumberOrCapitalLetter =The {0} field must start with a number or a capital letter
8+ validator.onlyNumbers =The {0} field must contain numbers only
89validator.mustNotBeNegative ={0} must not be negative
9- validator.identifier ={0} must contain letters, numbers, dashes, and underscores only
10- validator.class.isNotValid ={0} is not valid class name
10+ validator.identifier =The {0} field must contain letters, numbers, dashes, and underscores only
11+ validator.class.isNotValid =The {0} field does not contain a valid class name
1112validator.class.shouldBeUnique =Duplicated class {0}
12- validator.namespace.isNotValid ={0} is not valid namespace name
13- validator.directory.isNotValid ={0} is not valid
13+ validator.namespace.isNotValid =The {0} field does not contain a valid namespace
14+ validator.directory.isNotValid =The {0} field does not contain a valid directory
15+ validator.directory.php.isNotValid =The {0} field does not contain a valid PHP directory
16+ validator.command.isNotValid =The {0} field does not contain a valid Magento 2 CLI command
1417validator.module.noSuchModule =No such module {0}
1518validator.file.alreadyExists ={0} already exists
1619validator.file.cantBeCreated ={0} can' t be created
@@ -19,8 +22,8 @@ validator.file.noDocumentAssociations={0} file is binary or has no document asso
1922validator.class.alreadyDeclared={0} already declared in the target module
2023validator.magentoVersionInvalid=Please specify valid Magento version or use ' any' keyword as default
2124validator.class.targetClassNotFound=Target class is not found. Check the di.xml file
22- validator.cronSchedule.invalidExpression={0} has invalid cron schedule expression (e.g. * * * * *)
23- validator.configPath.invalidFormat={0} has invalid config path format (e.g. section/group/field)
25+ validator.cronSchedule.invalidExpression=The {0} field has does not contain a valid cron schedule expression (e.g. * * * * *)
26+ validator.configPath.invalidFormat=The {0} field has does not contain a valid config path format (e.g. section/group/field)
2427validator.moduleNameIsTheSameAsPackage=Module name must be different from the package name
2528validator.mustNotBeEmptyShouldContainLettersOrNumbers=Must not be empty, should contain letters or numbers
2629validator.magentoRouteIdInvalid=The route id is invalid
0 commit comments