+ 'ipv4' => ':attribute musi być prawidłowym adresem IPv4.',
+ 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.',
+ 'json' => ':attribute musi być prawidłowym ciągiem JSON.',
+ 'lt' => [
+ 'numeric' => ':attribute musi być mniejszy niż :value.',
+ 'file' => ':attribute musi mieć rozmiar mniejszy niż :value kilobajtów.',
+ 'string' => ':attribute musi mieć mniej niż :value znaków.',
+ 'array' => ':attribute musi mieć mniej niż :value elementów.',
+ ],
+ 'lte' => [
+ 'numeric' => ':attribute musi być mniejszy lub równy :value.',
+ 'file' => ':attribute musi mieć rozmiar mniejszy lub równy:value kilobajtów.',
+ 'string' => ':attribute nie może mieć więcej niż :value znaków.',
+ 'array' => ':attribute nie może mieć więcej niż :value elementów.',
+ ],