X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f40dedb451e4c5bbb5d252ee45dfd26c05bc876b..refs/pull/3068/head:/resources/lang/bs/validation.php diff --git a/resources/lang/bs/validation.php b/resources/lang/bs/validation.php index aa75dbf93..d6887ccc7 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.', @@ -78,7 +79,6 @@ return [ 'string' => ':attribute mora imati najmanje :min karaktera.', 'array' => ':attribute mora imati najmanje :min stavki.', ], - 'no_double_extension' => ':attribute mora imati samo jednu fajl ekstenziju.', 'not_in' => 'Odabrani :attribute je neispravan.', 'not_regex' => 'Format :attribute je neispravan.', 'numeric' => ':attribute mora biti broj.', @@ -99,6 +99,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.',