- 'no_double_extension' => 'The :attribute must only have a single file extension.',
- 'not_in' => 'The selected :attribute is invalid.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => 'The :attribute must be a number.',
- 'regex' => 'The :attribute format is invalid.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
- 'required_with' => 'The :attribute field is required when :values is present.',
- 'required_with_all' => 'The :attribute field is required when :values is present.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
+ 'not_in' => 'Izbrani atribut je neveljaven.',
+ 'not_regex' => ':attribute oblika ni veljavna.',
+ 'numeric' => 'Atribut mora biti število.',
+ 'regex' => ':attribute oblika ni veljavna.',
+ 'required' => 'Polje :attribute je obvezno.',
+ 'required_if' => 'Polje atributa je obvezno, če: drugo je: vrednost.',
+ 'required_with' => 'Polje atributa je obvezno, ko: so prisotne vrednosti.',
+ 'required_with_all' => 'Polje atributa je obvezno, ko: so prisotne vrednosti.',
+ '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.',