Sync languages

This commit is contained in:
James Brooks
2016-05-31 20:18:39 +01:00
parent c81f18c3bc
commit 150057ef50
147 changed files with 2429 additions and 1973 deletions
+38 -35
View File
@@ -31,57 +31,60 @@ return [
'array' => ':attribute skal være et array.',
'before' => ':attribute skal være før den :date.',
'between' => [
'numeric' => ':attribute skal være mellem :min og :max.',
'file' => ':attribute skal være mellem :min og :max kilobytes.',
'string' => ':attribute skal være mellem :min og :max karakterer.',
'numeric' => ':attribute skal være før den :date.',
'file' => 'The :attribute must be between :min and :max.',
'string' => 'The :attribute must be between :min and :max kilobytes.',
'array' => ':attribute skal have mellem :min og :max emner.',
],
'boolean' => ':attribute feltet skal være enten sandt eller falsk.',
'confirmed' => ':attribute konfirmationen matcher ikke.',
'date' => ':attribute er ikke en gyldig dato.',
'date_format' => ':attribute er ikke i formatet :format.',
'different' => ':attribute og :other skal være forskellige.',
'digits' => ':attribute skal være et :digits cifret tal.',
'digits_between' => ':attribute skal være mellem :min og :max tal.',
'email' => ':attribute skal være en gyldig email-adresse.',
'exists' => 'Den valgte :attribute er ikke gyldig.',
'filled' => ':attribute skal udfyldes.',
'boolean' => ':attribute skal have mellem :min og :max emner.',
'confirmed' => 'The :attribute field must be true or false.',
'date' => 'The :attribute confirmation does not match.',
'date_format' => 'The :attribute is not a valid date.',
'different' => 'The :attribute does not match the format :format.',
'digits' => 'The :attribute and :other must be different.',
'digits_between' => 'The :attribute must be :digits digits.',
'email' => 'The :attribute must be between :min and :max digits.',
'exists' => 'The :attribute must be a valid email address.',
'distinct' => 'The :attribute field has a duplicate value.',
'filled' => 'Formatet af :attribute er ugyldigt.',
'image' => ':attribute skal være et billede.',
'in' => 'Den valgte :attribute er ugyldig.',
'integer' => ':attribute skal være et tal.',
'ip' => ':attribute skal være en ip-adresse.',
'in' => ':attribute skal være et billede.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The selected :attribute is invalid.',
'ip' => 'The :attribute must be an integer.',
'json' => ':attribute skal være en gyldig JSON streng.',
'max' => [
'numeric' => ':attribute må ikke være større end :max.',
'file' => ':attribute må ikke være større end :max kilobytes.',
'string' => ':attribute må ikke være større end :max karakterer.',
'numeric' => 'The :attribute must be a valid IP address.',
'file' => 'The :attribute may not be greater than :max.',
'string' => 'The :attribute may not be greater than :max kilobytes.',
'array' => ':attribute må ikke have mere end :max emner.',
],
'mimes' => ':attribute skal være en fil af typen: :values.',
'mimes' => ':attribute må ikke have mere end :max emner.',
'min' => [
'numeric' => ':attribute skal være mindst :min.',
'numeric' => 'The :attribute must be a file of type: :values.',
'file' => ':attribute skal være mindst :min kilobytes.',
'string' => ':attribute skal være mindst :min karakterer.',
'array' => ':attribute skal have mindst :min emner.',
'string' => ':attribute skal være mindst :min kilobytes.',
'array' => 'The :attribute must be at least :min characters.',
],
'not_in' => 'Den valgte :attribute er ugyldig.',
'numeric' => ':attribute skal være et tal.',
'regex' => ':attribute er ikke korrekt formateret.',
'required' => ':attribute skal udfyldes.',
'required_if' => ':attribute skal udfyldes når :other er :value.',
'not_in' => 'The :attribute must have at least :min items.',
'numeric' => 'The selected :attribute is invalid.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute must be a number.',
'required' => 'Formatet af :attribute er ugyldigt.',
'required_if' => 'The :attribute field is required.',
'required_unless' => ':attribute feltet er påkrævet, medmindre :other er i :values.',
'required_with' => ':attribute skal udfyldes når :values er present.',
'required_with' => 'The :attribute field is required when :other is :value.',
'required_with_all' => 'Feltet :attribute er krævet når :values eksisterer.',
'required_without' => ':attribute skal udfyldes når :values ikke er sat.',
'required_without_all' => ':attribute skal udfyldes når ingen af :values er sat.',
'same' => ':attribute og :other skal være ens.',
'required_without' => 'Feltet :attribute er krævet når :values eksisterer.',
'required_without_all' => 'The :attribute field is required when :values is not present.',
'same' => 'The :attribute field is required when none of :values are present.',
'size' => [
'numeric' => ':attribute skal være :size.',
'numeric' => 'The :attribute and :other must match.',
'file' => ':attribute skal være :size kilobytes.',
'string' => ':attribute skal være :size karakterer.',
'array' => ':attribute skal indeholde :size emner.',
'array' => ':attribute skal være :size karakterer.',
],
'string' => ':attribute skal være en streng.',
'string' => 'The :attribute must contain :size items.',
'timezone' => ':attribute skal være en gyldig zone.',
'unique' => ':attribute er allerede i brug.',
'url' => 'Formatet af :attribute er ugyldigt.',