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