Updated translations, removed zh-TW and minor tweaks

This commit is contained in:
James Brooks
2015-08-08 14:46:08 +01:00
parent 565e686f8c
commit 8c69123ce2
35 changed files with 839 additions and 1296 deletions
+50 -50
View File
@@ -22,66 +22,66 @@ return [
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'accepted' => ':attribute moet worden aanvaard.',
'active_url' => ':attribute is geen correcte URL.',
'after' => ':attribute moet een datum later dan :date zijn.',
'alpha' => ':attribute mag alleen letters bevatten.',
'alpha_dash' => ':attribute mag alleen letters, cijfers, en streepjes bevatten.',
'alpha_num' => ':attribute mag enkel letters en nummers bevatten.',
'array' => ':attribute moet een reeks zijn.',
'before' => ':attribute moet een datum vóór :date zijn.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => ':attribute moet tussen :min en :max liggen.',
'file' => ':attribute moet tussen :min en :max kilobytes groot zijn.',
'string' => ':attribute moet tussen :min en :max karakters lang zijn.',
'array' => ':attribute moet tussen :min en :max items hebben.',
],
'boolean' => 'Het :attribute-veld moet true of false zijn.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'confirmed' => ':attribute bevestiging komt niet overeen.',
'date' => ':attribute is geen geldige datum.',
'date_format' => ':attribute komt niet overeen met het formaat :format.',
'different' => ':attribute en :other moeten verschillend zijn.',
'digits' => ':attribute moet :digits cijfers lang zijn.',
'digits_between' => ':attribute moet tussen :min en :max cijfers hebben.',
'email' => ':attribute moet een geldig e-mailadres zijn.',
'exists' => 'Het geselecteerde :attribute is ongeldig.',
'image' => ':attribute moet een afbeelding zijn.',
'in' => 'Het geselecteerde :attribute is ongeldig.',
'integer' => 'The :attribute moet een geheel getal zijn.',
'ip' => ':attribute moet een geldig IP-adres zijn.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => ':attribute mag niet groter dan :max zijn.',
'file' => ':attribute mag niet groter dan :max kilobytes zijn.',
'string' => ':attribute mag niet groter dan :max karakters zijn.',
'array' => ':attribute mag niet meer dan :max items hebben.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimes' => ':attribute moet een bestand zijn van het type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => ':attribute moet minstens :min lang zijn.',
'file' => ':attribute moet minstens :min kilobytes groot zijn.',
'string' => ':attribute moet tenminste :min karakters bevatten.',
'array' => ':attribute moet minstens :min items bevatten.',
],
'not_in' => 'The selected :attribute 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' => 'Het geselecteerde :attribute is ongeldig.',
'numeric' => ':attribute moet een getal zijn.',
'regex' => ':attribute formaat is ongeldig.',
'required' => ':attribute formaat is verplicht.',
'required_if' => ':attribute veld is verplicht wanneer :other gelijk is aan :value.',
'required_with' => ':attribute veld is verplicht wanneer :values aanwezig is.',
'required_with_all' => ':attribute veld is verplicht wanneer :values aanwezig zijn.',
'required_without' => ':attribute veld is verplicht wanner :values niet aanwezig is.',
'required_without_all' => ':attribute field is verplicht als geen enkele van de :values aanwezig zijn.',
'same' => ':attribute en :other moeten overeen komen.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => ':attribute moet :size zijn.',
'file' => ':attribute moet :size kilobytes groot zijn.',
'string' => ':attribute moet :size karakters zijn.',
'array' => ':attribute moet :size items bevatten.',
],
'string' => 'The :attribute must be a string.',
'unique' => 'The :attribute has already been taken.',
'string' => ':attribute een text waarde zijn.',
'unique' => ':attribute is reeds in gebruik.',
'url' => 'Het :attribute-formaat is ongeldig.',
'timezone' => 'The :attribute must be a valid zone.',
'timezone' => ':attribute moet een geldige zone zijn.',
/*
|--------------------------------------------------------------------------