Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit d00929d

Browse files
committed
minor #38779 [Security] Add missing czech translations (Lukáš Holeczy)
This PR was merged into the 3.4 branch. Discussion ---------- [Security] Add missing czech translations | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #38735 | License | MIT This PR adds missing Czech security translations. Commits ------- 01cb45462c [Security] Add missing czech translations
2 parents a4fbbbb + a2839cb commit d00929d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Core/Resources/translations/security.cs.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
<source>Account is locked.</source>
6767
<target>Účet je zablokovaný.</target>
6868
</trans-unit>
69+
<trans-unit id="17">
70+
<source>Too many failed login attempts, please try again later.</source>
71+
<target>Příliš mnoho nepovedených pokusů přihlášení. Zkuste to prosím později.</target>
72+
</trans-unit>
73+
<trans-unit id="18">
74+
<source>Invalid or expired login link.</source>
75+
<target>Neplatný nebo expirovaný odkaz na přihlášení.</target>
76+
</trans-unit>
6977
</body>
7078
</file>
7179
</xliff>

0 commit comments

Comments
 (0)