Skip to content

Commit

Permalink
Merge pull request #4765 from makowskid/main
Browse files Browse the repository at this point in the history
[pl] wrong attribute placement fix
  • Loading branch information
makowskid authored May 6, 2024
2 parents a787471 + 9071fd2 commit 3adef7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/pl/json-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"The :attribute must contain at least one number.": "To pole musi zawierać co najmniej jedną cyfrę.",
"The :attribute must contain at least one symbol.": "To pole musi zawierać co najmniej jeden znak specjalny.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "To pole musi zawierać co najmniej jedną wielką i jedną małą literę.",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Podane pole pojawiło się w wycieku danych. Wybierz inną wartość pola."
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Podane pole :attribute pojawiło się w wycieku danych. Wybierz inną wartość pola :attribute."
}
2 changes: 1 addition & 1 deletion locales/pl/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"password.mixed": "To pole musi zawierać co najmniej jedną wielką i jedną małą literę.",
"password.numbers": "To pole musi zawierać co najmniej jedną cyfrę.",
"password.symbols": "To pole musi zawierać przynajmniej jeden symbol.",
"password.uncompromised": "Pole :attribute pojawiło się w wycieku danych. Należy wybrać inną wartość.",
"password.uncompromised": "Pole pojawiło się w wycieku danych. Należy wybrać inną wartość.",
"present": "Pole musi być obecne.",
"present_if": "Pole musi być obecne jeżeli :other ma wartość :value.",
"present_unless": "Pole musi być obecne, chyba że :other ma wartość :value.",
Expand Down

0 comments on commit 3adef7e

Please sign in to comment.