Skip to content

Commit 64bef7d

Browse files
committed
minor #38862 Complete the Language for Hungarian and Norwegian (masitings)
This PR was merged into the 4.4 branch. Discussion ---------- Complete the Language for Hungarian and Norwegian | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38745 and fix #38754 | License | MIT | Doc PR | - Hi there, i have complete the translation for this 2 language. Mostly i translate that using google translate and some of the language i define by my self. Commits ------- 9e4859c87b Complete the Language for Hungarian and Norwegian
2 parents 6950a82 + ce22fa1 commit 64bef7d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Resources/translations/security.hu.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Zárolt fiók.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>Túl sok sikertelen bejelentkezési kísérlet, kérjük próbálja újra később.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Érvénytelen vagy lejárt bejelentkezési link.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

Resources/translations/security.no.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Brukerkonto er sperret.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>For mange mislykkede påloggingsforsøk. Prøv igjen senere.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Ugyldig eller utløpt påloggingskobling.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

0 commit comments

Comments
 (0)