Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9502a9b

Browse files
authored
Merge pull request Laravel-Lang#690 from dersvenhesse/patch-1
Translated IPv4/6 messages to German
2 parents fba8bf8 + 0816fb8 commit 9502a9b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/de/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
'in_array' => 'Der gewählte Wert für :attribute kommt nicht in :other vor.',
4848
'integer' => ':attribute muss eine ganze Zahl sein.',
4949
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
50-
'ipv4' => 'The :attribute must be a valid IPv4 address.',
51-
'ipv6' => 'The :attribute must be a valid IPv6 address.',
50+
'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.',
51+
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
5252
'json' => ':attribute muss ein gültiger JSON-String sein.',
5353
'max' => [
5454
'numeric' => ':attribute darf maximal :max sein.',

todo.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@
8282
* validation : ipv4
8383
* validation : ipv6
8484

85-
* de:
86-
* validation : ipv4
87-
* validation : ipv6
88-
8985
* el:
9086
* validation : ipv4
9187
* validation : ipv6

0 commit comments

Comments
 (0)