'Поле {attribute} не може бути порожнім.', '{attribute} must be an integer.' => 'Поле {attribute} має бути цілим числом.', '{attribute} must be either "{true}" or "{false}"' => 'Поле {attribute} може бути тільки "{true}" чи "{false}"', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" вже зайнято', '{attribute} must be a string.' => 'Поле {attribute} має бути стрічкою', '{attribute} is invalid.' => 'Поле {attribute} некоректне', '{attribute} is not a valid email address.' => 'Поле {attribute} має некоректний формат email', 'You are not allowed to perform this action.' => 'У вас немає доступу до цієї операції.', //'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Поле {attribute} ...', //'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Поле {attribute} ...', ];