]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ru/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / ru / validation.php
index a0dec2b56986c0f36284653022ea8aae8bd2b8f3..88bd9a41f9761fc069a5d60c36df6d14244faec0 100644 (file)
@@ -32,7 +32,7 @@ return [
     'digits_between'       => ':attribute должен иметь от :min до :max цифр.',
     'email'                => ':attribute должен быть корректным email адресом.',
     'ends_with' => ':attribute должен заканчиваться одним из следующих: :values',
-    'file'                 => 'The :attribute must be provided as a valid file.',
+    'file'                 => ':attribute должен быть указан как допустимый файл.',
     'filled'               => ':attribute поле необходимо.',
     'gt'                   => [
         'numeric' => 'Значение :attribute должно быть больше чем :value.',