You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ru.mystamps.web.support.beanvalidation.NotEmptyFilename.message = Value must not be empty
13
13
ru.mystamps.web.support.beanvalidation.NotEmptyFile.message = File must not be empty
14
14
ru.mystamps.web.support.beanvalidation.CatalogNumbers.message = Value must be comma delimited numbers
15
+
ru.mystamps.web.support.beanvalidation.CatalogNumbers.Alnum.message = Value must be a list of numbers separated by comma. Any number may end with a latin letter in lower case
15
16
ru.mystamps.web.support.beanvalidation.NotNullIfFirstField.message = Field '{second}' must not be empty
16
17
ru.mystamps.web.support.beanvalidation.Price.message = Invalid value
17
18
ru.mystamps.web.support.beanvalidation.ImageFile.message = Cannot detect file type. Must be image in JPEG or PNG format
ru.mystamps.web.support.beanvalidation.NotEmptyFilename.message = Поле обязательно для заполнения
13
13
ru.mystamps.web.support.beanvalidation.NotEmptyFile.message = Файл не должен быть пустым
14
14
ru.mystamps.web.support.beanvalidation.CatalogNumbers.message = Значение должно быть списком чисел через запятую
15
+
ru.mystamps.web.support.beanvalidation.CatalogNumbers.Alnum.message = Значение должно быть списком чисел через запятую. Каждое число может оканчиваться латинской буквой в нижнем регистре
15
16
ru.mystamps.web.support.beanvalidation.NotNullIfFirstField.message = Поле '{second}' обязательно для заполнения
16
17
ru.mystamps.web.support.beanvalidation.Price.message = Некорректное значение
17
18
ru.mystamps.web.support.beanvalidation.ImageFile.message = Не удалось определить тип файла. Должен быть изображением в формате JPEG или PNG
0 commit comments