+ 'ipv4' => ':attribute måste vara en giltig IPv4-adress.',
+ 'ipv6' => ':attribute måste vara en giltig IPv6-adress.',
+ 'json' => ':attribute måste vara en giltig JSON-sträng.',
+ 'lt' => [
+ 'numeric' => ':attribute måste vara mindre än :value.',
+ 'file' => ':attribute måste vara mindre än :value kilobytes.',
+ 'string' => ':attribute måste vara mindre än :value tecken.',
+ 'array' => ':attribute måste ha mindre än :value objekt.',
+ ],
+ 'lte' => [
+ 'numeric' => ':attribute måste vara mindre än eller lika :value.',
+ 'file' => ':attribute måste vara mindre än eller lika med :value kilobytes.',
+ 'string' => ':attribute måste vara mindre än eller lika med :value tecken.',
+ 'array' => ':attribute får inte innehålla mer än :max objekt.',
+ ],