X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/3373/head:/resources/lang/sl/validation.php diff --git a/resources/lang/sl/validation.php b/resources/lang/sl/validation.php index fec6d5602..92060dd6d 100644 --- a/resources/lang/sl/validation.php +++ b/resources/lang/sl/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute lahko vsebuje samo ?rke, ?tevilke in ?rtice.', 'alpha_num' => ':attribute lahko vsebuje samo črke in številke.', 'array' => ':attribute mora biti niz.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute mora biti datum pred :date.', 'between' => [ 'numeric' => ':attribute mora biti med :min in :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute mora biti med :min in :max števkami.', 'email' => ':attribute mora biti veljaven e-naslov.', 'ends_with' => 'The :attribute se mora končati z eno od določenih: :vrednost/values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'Polje ne sme biti prazno.', 'gt' => [ 'numeric' => ':attribute mora biti večji kot :vrednost.', @@ -78,7 +80,6 @@ return [ 'string' => ':attribute mora biti najmanj :min znakov.', 'array' => ':attribute mora imeti vsaj :min elementov.', ], - 'no_double_extension' => ':attribute mora imeti samo eno razširitveno datoteko', 'not_in' => 'Izbrani atribut je neveljaven.', 'not_regex' => ':attribute oblika ni veljavna.', 'numeric' => 'Atribut mora biti število.', @@ -90,6 +91,7 @@ return [ 'required_without' => 'Polje atributa je obvezno, če: vrednosti niso prisotne.', 'required_without_all' => 'Polje atributa je obvezno, če nobena od: vrednosti ni prisotna.', 'same' => 'Atribut in: drugi se morajo ujemati.', + 'safe_url' => 'Podana povezava morda ni varna.', 'size' => [ 'numeric' => ':attribute mora biti :velikost.', 'file' => ':attribute mora biti :velikost KB.', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute mora biti niz.', 'timezone' => ':attribute mora biti veljavna cona.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute je že zaseden.', 'url' => ':attribute oblika ni veljavna.', 'uploaded' => 'Datoteke ni bilo mogoče naložiti. Strežnik morda ne sprejema datotek te velikosti.',