This commit is contained in:
HolgerHatGarKeineNode
2023-03-26 16:24:30 +02:00
parent 7b44646691
commit 7ea3d60788
11 changed files with 74 additions and 76 deletions

View File

@@ -125,7 +125,7 @@ return [
'numeric' => ':Attribute muss größer oder gleich :value sein.',
'string' => ':Attribute muss mindestens :value Zeichen lang sein.',
],
'image' => ':Attribute muss ein Bild sein.',
'image' => ':Attribute muss ein Bild sein. (jpg, png, gif, svg oder webp)',
'in' => 'Der gewählte Wert für :attribute ist ungültig.',
'in_array' => 'Der gewählte Wert für :attribute kommt nicht in :other vor.',
'integer' => ':Attribute muss eine ganze Zahl sein.',