X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ced15b64a8ff6853e91b9606709da3c21e9d33be..refs/pull/3433/head:/resources/lang/bs/validation.php diff --git a/resources/lang/bs/validation.php b/resources/lang/bs/validation.php index f3af075fb..b07df9178 100644 --- a/resources/lang/bs/validation.php +++ b/resources/lang/bs/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute može sadržavati samo slova, brojeve, crtice i donje crtice.', 'alpha_num' => ':attribute može sadržavati samo slova i brojeve.', 'array' => ':attribute mora biti niz.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute mora biti datum prije :date.', 'between' => [ 'numeric' => ':attribute mora biti između :min i :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute mora imati između :min i :max brojeva.', 'email' => ':attribute mora biti ispravna e-mail adresa.', 'ends_with' => ':attribute mora završavati sa jednom od sljedećih: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'Polje :attribute je obavezno.', 'gt' => [ 'numeric' => ':attribute mora biti veći od :value.', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute mora biti string.', 'timezone' => ':attribute mora biti ispravna zona.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute je zauzet.', 'url' => 'Format :attribute je neispravan.', 'uploaded' => 'Fajl nije učitan. Server ne prihvata fajlove ove veličine.',