File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 47
47
'in_array ' => 'Der gewählte Wert für :attribute kommt nicht in :other vor. ' ,
48
48
'integer ' => ':attribute muss eine ganze Zahl sein. ' ,
49
49
'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 . ' ,
52
52
'json ' => ':attribute muss ein gültiger JSON-String sein. ' ,
53
53
'max ' => [
54
54
'numeric ' => ':attribute darf maximal :max sein. ' ,
Original file line number Diff line number Diff line change 82
82
* validation : ipv4
83
83
* validation : ipv6
84
84
85
- * de:
86
- * validation : ipv4
87
- * validation : ipv6
88
-
89
85
* el:
90
86
* validation : ipv4
91
87
* validation : ipv6
You can’t perform that action at this time.
0 commit comments