mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Update polish language
This commit is contained in:
@ -30,40 +30,40 @@ return [
|
||||
'digits' => ':attribute musi mieć :digits cyfr.',
|
||||
'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
|
||||
'email' => ':attribute musi być prawidłowym adresem e-mail.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values',
|
||||
'filled' => ':attribute jest wymagany.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
'numeric' => ':attribute musi być większy niż :value.',
|
||||
'file' => ':attribute musi mieć rozmiar większy niż :value kilobajtów.',
|
||||
'string' => ':attribute musi mieć więcej niż :value znaków.',
|
||||
'array' => ':attribute musi mieć więcej niż :value elementów.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
'numeric' => ':attribute musi być większy lub równy :value.',
|
||||
'file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.',
|
||||
'string' => ':attribute musi mieć :value lub więcej znaków.',
|
||||
'array' => ':attribute musi mieć :value lub więcej elementów.',
|
||||
],
|
||||
'exists' => 'Wybrana wartość :attribute jest nieprawidłowa.',
|
||||
'image' => ':attribute musi być obrazkiem.',
|
||||
'image_extension' => 'The :attribute must have a valid & supported image extension.',
|
||||
'image_extension' => ':attribute musi mieć prawidłowe i wspierane rozszerzenie',
|
||||
'in' => 'Wybrana wartość :attribute jest nieprawidłowa.',
|
||||
'integer' => ':attribute musi być liczbą całkowitą.',
|
||||
'ip' => ':attribute musi być prawidłowym adresem IP.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'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' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
'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' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
'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.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'Wartość :attribute nie może być większa niż :max.',
|
||||
@ -78,7 +78,7 @@ return [
|
||||
'string' => 'Długość :attribute nie może być mniejsza niż :min znaków.',
|
||||
'array' => 'Rozmiar :attribute musi posiadać co najmniej :min elementy.',
|
||||
],
|
||||
'no_double_extension' => 'The :attribute must only have a single file extension.',
|
||||
'no_double_extension' => ':attribute może mieć tylko jedno rozszerzenie.',
|
||||
'not_in' => 'Wartość :attribute jest nieprawidłowa.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => ':attribute musi być liczbą.',
|
||||
@ -100,7 +100,7 @@ return [
|
||||
'timezone' => ':attribute musi być prawidłową strefą czasową.',
|
||||
'unique' => ':attribute zostało już zajęte.',
|
||||
'url' => 'Format :attribute jest nieprawidłowy.',
|
||||
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
|
||||
'uploaded' => 'Plik nie może zostać wysłany. Serwer nie akceptuje plików o takim rozmiarze.',
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
|
Reference in New Issue
Block a user