8000 minor #41093 [Security] Update Czech translations (mhujer) · symfony/symfony@98d3201 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98d3201

Browse files
committed
minor #41093 [Security] Update Czech translations (mhujer)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Security] Update Czech translations | Q | A | ------------- | --- | Branch? | 5.x for features | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #41040 | License | MIT Closes #41040 The translations are not perfect for some %minutes% values as the pluralization is more complicated in Czech than in English. (See: #40863 (comment)) Commits ------- 076310c [Security] Update Czech translations
2 parents b05f481 + 076310c commit 98d3201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
<source>Invalid or expired login link.</source>
7171
<target>Neplatný nebo expirovaný odkaz na přihlášení.</target>
7272
</trans-unit>
73+
<trans-unit id="19">
74+
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75+
<target>Příliš mnoho neúspěšných pokusů o přihlášení, zkuste to prosím znovu za %minutes% minutu.</target>
76+
</trans-unit>
77+
<trans-unit id="20">
78+
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79+
<target>Příliš mnoho neúspěšných pokusů o přihlášení, zkuste to prosím znovu za %minutes% minut.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

0 commit comments

Comments
 (0)
0