Skip to content

Commit

Permalink
minor #41079 [Security] Added missing Polish translations (ShiroRyoko…
Browse files Browse the repository at this point in the history
…shi)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Security] Added missing Polish translations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix ##41061
| License       | MIT
| Doc PR        | N/A

The translations added were based off the english ones.
This is my first PR ever, I hope I didn't do any mistakes.

Commits
-------

774a1d35da [Security] Added missing Polish translations
  • Loading branch information
fabpot committed May 6, 2021
2 parents d1f7eeb + bb78c53 commit da801f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/translations/security.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
<source>Invalid or expired login link.</source>
<target>Nieprawidłowy lub wygasły link logowania.</target>
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>Zbyt wiele nieudanych prób logowania, spróbuj ponownie po upływie %minutes% minut.</target>
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target>Zbyt wiele nieudanych prób logowania, spróbuj ponownie po upływie %minutes% minut.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit da801f9

Please sign in to comment.