Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New translation PL #2034

Merged
merged 6 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/pl/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'Pole zabrania obecności :other.',
'regex' => 'Format pola jest nieprawidłowy.',
'required' => 'Pole jest wymagane.',
'required_array_keys' => 'This field must contain entries for: :values',
'required_array_keys' => 'Pole musi zawierać wartości: :values.',
'required_if' => 'Pole jest wymagane gdy :other ma wartość :value.',
'required_unless' => 'Pole jest wymagane jeżeli :other nie znajduje się w :values.',
'required_with' => 'Pole jest wymagane gdy :values jest obecny.',
Expand Down
4 changes: 2 additions & 2 deletions locales/pl/validation-nova-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
*/

return [
'attached' => 'To pole jest już dołączone.',
'relatable' => 'To pole może nie być powiązane z tym zasobem.',
'attached' => 'Pole jest już dołączone.',
'relatable' => 'Ppole nie może być powiązane z tym zasobem.',
];
4 changes: 2 additions & 2 deletions locales/pl/validation-nova.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
*/

return [
'attached' => 'Ten :attribute jest już dołączony.',
'relatable' => 'Ten :attribute może nie być powiązany z tym zasobem.',
'attached' => 'Pole :attribute jest już dołączony.',
'relatable' => 'Pole :attribute nie może być powiązany z tym zasobem.',
];
2 changes: 1 addition & 1 deletion locales/pl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'Pole :attribute zabrania obecności :other.',
'regex' => 'Format pola :attribute jest nieprawidłowy.',
'required' => 'Pole :attribute jest wymagane.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_array_keys' => 'Pole :attribute musi zawierać wartości: :values.',
'required_if' => 'Pole :attribute jest wymagane gdy :other ma wartość :value.',
'required_unless' => 'Pole :attribute jest wymagane jeżeli :other nie znajduje się w :values.',
'required_with' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
Expand Down