You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
755 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
// VALIDATION
'required' => 'Атрибут ":attribute" обязательный.',
'string' => 'Атрибут ":attribute" должен быть строкой.',
'regex' => 'Атрибут ":attribute" должен содержать латинские символы.',
'min' => 'Атрибут ":attribute" должен содержать минимум :min символов.',
'max' => 'Атрибут ":attribute" может содержать не более :max символов.',
'unique' => 'Атрибут ":attribute" уже есть с таким значением ":input" в базе данных.',
'required_to_delete' => 'Выберите позиции для удаления.',
];