Skip to content

Commit b0622ae

Browse files
authored
[translations] add additional Polish translations and fix pluralizations (#245)
1 parent 0c524ef commit b0622ae

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

src/Resources/translations/ResetPasswordBundle.pl.xlf

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,47 @@
44
<body>
55
<trans-unit id="1">
66
<source>%count% year|%count% years</source>
7-
<target>%count% roku|%count% lat|%count% lat</target>
7+
<target>%count% rok|%count% lata|%count% lat</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>%count% month|%count% months</source>
11-
<target>%count% miesiąca|%count% miesięcy|%count% miesięcy</target>
11+
<target>%count% miesiąc|%count% miesiące|%count% miesięcy</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>%count% day|%count% days</source>
15-
<target>%count% dnia|%count% dni|%count% dni</target>
15+
<target>%count% dzień|%count% dni|%count% dni</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>%count% hour|%count% hours</source>
19-
<target>%count% godziny|%count% godzin|%count% godzin</target>
19+
<target>%count% godzinę|%count% godziny|%count% godzin</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>%count% minute|%count% minutes</source>
23-
<target>%count% minuty|%count% minut|%count% minut</target>
23+
<target>%count% minutę|%count% minuty|%count% minut</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>There was a problem validating your password reset request</source>
27+
<target>Wystąpił problem podczas potwierdzania prośby o zresetowanie hasła</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>There was a problem handling your password reset request</source>
31+
<target>Wystąpił problem z obsługą Twojej prośby o zresetowanie hasła</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>The link in your email is expired. Please try to reset your password again.</source>
35+
<target>Link w Twoim e-mailu wygasł. Spróbuj ponownie zresetować hasło.</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository" service.</source>
39+
<target>Zaktualizuj konfigurację request_password_repository w config/packages/reset_password.yaml, aby wskazywała na usługę "repozytorium żądań haseł".</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>The reset password link is invalid. Please try to reset your password again.</source>
43+
<target>Link do resetowania hasła jest nieprawidłowy. Spróbuj ponownie zresetować hasło.</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>You have already requested a reset password email. Please check your email or try again soon.</source>
47+
<target>Już zażądałeś wiadomości e-mail dotyczącej resetowania hasła. Sprawdź pocztę lub spróbuj ponownie wkrótce.</target>
2448
</trans-unit>
2549
</body>
2650
</file>

0 commit comments

Comments
 (0)