forked from magento/magento2-phpstorm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalidation.properties
40 lines (40 loc) · 3.21 KB
/
validation.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
validator.notEmpty=The {0} field must not be empty
validator.box.notEmpty=The {0} field must contain a valid selection from the dropdown
validator.package.validPath=Please specify a valid Magento 2 installation path
validator.alphaNumericCharacters=The {0} field must contain letters and numbers only
validator.alphaNumericAndUnderscoreCharacters={0} must contain letters, numbers and underscores only
validator.alphaAndPeriodCharacters=The {0} field must contain alphabets and periods only
validator.alphaAndDashCharacters=The {0} field must contain alphabets and dashes only
validator.alreadyDeclared={0} is already declared in the {1} module
validator.startWithNumberOrCapitalLetter=The {0} field must start with a number or a capital letter
validator.onlyNumbers=The {0} field must contain numbers only
validator.mustNotBeNegative={0} must not be negative
validator.identifier=The {0} field must contain letters, numbers, dashes, and underscores only
validator.identifier.colon=The {0} field must contain letters, numbers, colons, dashes, and underscores only
validator.identifier.forwardSlash=The {0} field must contain letters, numbers, dashes, forward slashes and underscores only
validator.class.isNotValid=The {0} field does not contain a valid class name
validator.fqn.isNotValid=The {0} field does not contain a valid fully qualified class name
validator.class.shouldBeUnique=Duplicated class {0}
validator.namespace.isNotValid=The {0} field does not contain a valid namespace
validator.directory.isNotValid=The {0} field does not contain a valid directory
validator.directory.php.isNotValid=The {0} field does not contain a valid PHP directory
validator.command.isNotValid=The {0} field does not contain a valid Magento 2 CLI command
validator.module.noSuchModule=No such module {0}
validator.file.alreadyExists={0} already exists
validator.file.cantBeCreated={0} can't be created
validator.file.isNotWritable=%s file is binary or has no document associations
validator.file.noDocumentAssociations={0} file is binary or has no document associations
validator.class.alreadyDeclared={0} already declared in the target module
validator.magentoVersionInvalid=Please specify valid Magento version or use 'any' keyword as default
validator.class.targetClassNotFound=Target class is not found. Check the di.xml file
validator.cronSchedule.invalidExpression=The {0} field has does not contain a valid cron schedule expression (e.g. * * * * *)
validator.configPath.invalidFormat=The {0} field has does not contain a valid config path format (e.g. section/group/field)
validator.moduleNameIsTheSameAsPackage=Module name must be different from the package name
validator.mustNotBeEmptyShouldContainLettersOrNumbers=Must not be empty, should contain letters or numbers
validator.magentoRouteIdInvalid=The route id is invalid
validator.magentoAclResourceIdInvalid=The ACL resource id is invalid
validator.lowercaseCharacters={0} must contain lowercase characters only
validator.db.invalidTableNameLength=Table name must contain up to 64 characters only (inclusive)
validator.lowerSnakeCase=The {0} field must be of the lower snake case format
validator.menuIdentifierInvalid=The menu identifier is invalid
validator.someFieldsHaveErrors=Please, check the dialog. Some fields have errors