]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/cs/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / cs / validation.php
index e4e33bc0c21dabcaa4c562ed2c541efd416b89cc..441fd30c85a7c9fc965758dc8c07c9d1debded01 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.',
     'email'                => ':attribute není platný formát.',
     'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute musí být vyplněno.',
     'gt'                   => [
         'numeric' => ':attribute musí být větší než :value.',