Skip to content

Commit b219ce8

Browse files
committed
Merge 'main' into 2.x
* main: feature #320 Add missing Czech translations
2 parents 23c7cb4 + 760d1d4 commit b219ce8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

translations/ResetPasswordBundle.cs.xlf

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@
2222
<source>%count% minute|%count% minutes</source>
2323
<target>%count% minuta|%count% minuty|%count% minut</target>
2424
</trans-unit>
25+
<trans-unit id="6">
26+
<source>There was a problem validating your password reset request</source>
27+
<target>Při ověřování vaší žádosti o resetování hesla se vyskytl problém</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>There was a problem handling your password reset request</source>
31+
<target>Při zpracování vaší žádosti o resetování hesla se vyskytl problém</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>Odkaz v e-mailu je neplatný. Zkuste prosím znovu resetovat vaše heslo.</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>Aktualizujte prosím konfiguraci request_password_repository v souboru config/packages/reset_password.yaml, aby odkazovala na vaši službu "repozitář pro žádosti o změnu hesla".</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>Odkaz pro resetování hesla je neplatný. Pokuste se, prosím, o resetování hesla znovu.</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>Již jste požádali o e-mail pro resetování hesla. Zkontrolujte prosím svůj e-mail nebo to zkuste zase později.</target>
48+
</trans-unit>
2549
</body>
2650
</file>
2751
</xliff>

0 commit comments

Comments
 (0)