'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.',
'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.',
'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.',
],
'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.',