]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ru/validation.php
Added a custom link context toolbar
[bookstack] / resources / lang / ru / validation.php
index 45cc96155dbbff435580c6421a3e3509163cd487..a0dec2b56986c0f36284653022ea8aae8bd2b8f3 100644 (file)
@@ -32,6 +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.',
     'filled'               => ':attribute поле необходимо.',
     'gt'                   => [
         'numeric' => 'Значение :attribute должно быть больше чем :value.',