Skip to content

Commit

Permalink
Merge pull request Laravel-Lang#564 from tobysommer/de-updates
Browse files Browse the repository at this point in the history
[de] Added translations
  • Loading branch information
caouecs authored Jun 29, 2016
2 parents cd4f855 + a0df8f0 commit 3924ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
'different' => ':attribute und :other müssen sich unterscheiden.',
'digits' => ':attribute muss :digits Stellen haben.',
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'dimensions' => ':attribute hat ungültige Bildabmessungen.',
'distinct' => 'Das Feld :attribute beinhaltet einen bereits vorhandenen Wert.',
'email' => ':attribute Format ist ungültig.',
'exists' => 'Der gewählte Wert für :attribute ist ungültig.',
'filled' => ':attribute muss ausgefüllt sein.',
'image' => ':attribute muss ein Bild sein.',
'in' => 'Der gewählte Wert für :attribute ist ungültig.',
'in_array' => 'The :attribute field does not exist in :other.',
'in_array' => 'Der gewählte Wert für :attribute kommt nicht in :other vor.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
'json' => ':attribute muss ein gültiger JSON-String sein.',
Expand All @@ -60,7 +60,7 @@
],
'not_in' => 'Der gewählte Wert für :attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'present' => 'The :attribute field must be present.',
'present' => 'Das Feld :attribute muss vorhanden sein.',
'regex' => ':attribute Format ist ungültig.',
'required' => ':attribute muss ausgefüllt sein.',
'required_if' => ':attribute muss ausgefüllt sein, wenn :other :value ist.',
Expand Down
4 changes: 0 additions & 4 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
* validation : dimensions

* de:
* validation : dimensions
* validation : distinct
* validation : in_array
* validation : present

* el:
* validation : dimensions
Expand Down

0 comments on commit 3924ed7

Please sign in to comment.