[Security] Update Czech translations

- closes #41040
- The translations are not perfect for some %minutes% values
   as the pluralization is more complicated in Czech than in English.
- See: https://github.com/symfony/symfony/issues/40863#issuecomment-823928594
This commit is contained in:
Martin Hujer 2021-05-03 10:37:16 +02:00 committed by Robin Chalas
parent b05f481ff4
commit 076310cfe3

View File

@ -70,6 +70,14 @@
<source>Invalid or expired login link.</source>
<target>Neplatný nebo expirovaný odkaz na přihlášení.</target>
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>Příliš mnoho neúspěšných pokusů o přihlášení, zkuste to prosím znovu za %minutes% minutu.</target>
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target>Příliš mnoho neúspěšných pokusů o přihlášení, zkuste to prosím znovu za %minutes% minut.</target>
</trans-unit>
</body>
</file>
</xliff>