Skip to content

Commit a62e1d6

Browse files
committed
New translations validation.php (Russian)
1 parent 8cafec7 commit a62e1d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lang/ru/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
'url' => 'Формат :attribute некорректен.',
106106
'uploaded' => 'Не удалось загрузить файл. Сервер не может принимать файлы такого размера.',
107107

108-
'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
109-
'zip_file_size' => 'The file :attribute must not exceed :size MB.',
110-
'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
111-
'zip_model_expected' => 'Data object expected but ":type" found.',
108+
'zip_file' => ':attribute должен ссылаться на файл внутри ZIP.',
109+
'zip_file_size' => 'Файл :attribute не должен превышать :size МБ.',
110+
'zip_file_mime' => ':attribute должен ссылаться на файл типа :validTypes, найден :foundType.',
111+
'zip_model_expected' => 'Ожидался объект данных, но найдено ":type".',
112112
'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
113113

114114
// Custom validation lines

0 commit comments

Comments
 (0)