X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/58fa7679bccafd00f9a50bcd4a87e96876331b03..refs/pull/3391/head:/resources/lang/hr/validation.php diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php index 5b1849c5f..ad2eaa4e4 100644 --- a/resources/lang/hr/validation.php +++ b/resources/lang/hr/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 prije :date.', 'between' => [ 'numeric' => ':attribute mora biti između :min i :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute mora biti između :min i :max znamenki.', 'email' => ':attribute mora biti valjana email adresa.', 'ends_with' => ':attribute mora završiti s :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute polje je obavezno.', 'gt' => [ 'numeric' => ':attribute mora biti veći od :value.', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute mora biti niz.', 'timezone' => ':attribute mora biti valjan.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute se već koristi.', 'url' => 'Format :attribute nije valjan.', 'uploaded' => 'Datoteka se ne može prenijeti. Server možda ne prihvaća datoteke te veličine.',