- '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.',
- 'safe_url' => 'The provided link may not be safe.',
+ 'not_in' => 'Valittu :attribute ei ole kelvollinen.',
+ 'not_regex' => ':attribute muoto ei ole kelvollinen.',
+ 'numeric' => ':attribute tulee olla numero.',
+ 'regex' => ':attribute muoto ei ole kelvollinen.',
+ 'required' => 'Kenttä :attribute vaaditaan.',
+ 'required_if' => 'Kenttä :attribute vaaditaan, kun :other on :value.',
+ 'required_with' => 'Kenttä :attribute vaaditaan, kun :values on määritettynä.',
+ 'required_with_all' => 'Kenttä :attribute vaaditaan, kun kaikki näistä on määritettynä :values.',
+ 'required_without' => 'Kenttä :attribute vaaditaan, kun :values ei ole määritettynä.',
+ 'required_without_all' => 'Kenttä :attribute vaaditaan, kun mikään näistä ei ole määritettynä :values.',
+ 'same' => ':attribute ja :other tulee täsmätä.',
+ 'safe_url' => 'Annettu linkki ei ole mahdollisesti turvallinen.',