0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-12 16:08:08 +00:00

New translations validation.php (Dutch)

This commit is contained in:
Dan Brown 2020-10-31 16:58:27 +00:00
parent b6450b012c
commit faeb298d66

View file

@ -90,6 +90,7 @@ return [
'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' => 'The provided link may not be safe.',
'size' => [
'numeric' => ':attribute moet :size zijn.',
'file' => ':attribute moet :size kilobytes zijn.',