- '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' => ':attribute is ongeldig.',
+ 'not_regex' => ':attribute formaat is ongeldig.',
+ 'numeric' => ':attribute moet een getal zijn.',
+ 'regex' => ':attribute formaat is ongeldig.',
+ 'required' => ':attribute veld is verplicht.',
+ 'required_if' => ':attribute veld is verplicht als :other gelijk is aan :value.',
+ 'required_with' => ':attribute veld is verplicht wanneer :values ingesteld is.',
+ 'required_with_all' => ':attribute veld is verplicht wanneer :values ingesteld is.',
+ 'required_without' => ':attribute veld is verplicht wanneer :values niet ingesteld is.',
+ 'required_without_all' => ':attribute veld is verplicht wanneer geen van :values ingesteld zijn.',
+ 'same' => ':attribute en :other moeten overeenkomen.',
+ 'safe_url' => 'De opgegeven link is mogelijk niet veilig.',