]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / pl / validation.php
index d852d46b98ccafac5389bafefb36dcffd24673fa..935c634df29468db20a4f488f115818e14da2eb3 100644 (file)
@@ -15,7 +15,7 @@ return [
     'alpha_dash'           => ':attribute może zawierać wyłącznie litery, cyfry i myślniki.',
     'alpha_num'            => ':attribute może zawierać wyłącznie litery i cyfry.',
     'array'                => ':attribute musi być tablicą.',
-    'backup_codes'         => 'The provided code is not valid or has already been used.',
+    'backup_codes'         => 'Podany kod jest nieprawidłowy lub został już użyty.',
     'before'               => ':attribute musi być datą poprzedzającą :date.',
     'between'              => [
         'numeric' => ':attribute musi zawierać się w przedziale od :min do :max.',
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musi mieć od :min do :max cyfr.',
     'email'                => ':attribute musi być prawidłowym adresem e-mail.',
     'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values',
+    'file'                 => ':attribute musi być prawidłowym plikiem.',
     'filled'               => ':attribute jest wymagany.',
     'gt'                   => [
         'numeric' => ':attribute musi być większy niż :value.',
@@ -99,7 +100,7 @@ return [
     ],
     'string'               => ':attribute musi być ciągiem znaków.',
     'timezone'             => ':attribute musi być prawidłową strefą czasową.',
-    'totp'                 => 'The provided code is not valid or has expired.',
+    'totp'                 => 'Podany kod jest nieprawidłowy lub wygasł.',
     'unique'               => ':attribute zostało już zajęte.',
     'url'                  => 'Format :attribute jest nieprawidłowy.',
     'uploaded'             => 'Plik nie może zostać wysłany. Serwer nie akceptuje plików o takim rozmiarze.',