8000 minor #38927 Update security.da.xlf (AnneKir) · symfony/symfony@7740bb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7740bb3

Browse files
committed
minor #38927 Update security.da.xlf (AnneKir)
This PR was merged into the 4.4 branch. Discussion ---------- Update security.da.xlf Added case 17 and 18 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38736 | License | MIT | Doc PR | symfony/symfony-docs#... Commits ------- 31d120d Update security.da.xlf
2 parents 407f014 + 31d120d commit 7740bb3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
11-
<target>Loginoplysninger kan findes.</target>
11+
<target>Loginoplysninger kan ikke findes.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Brugerkonto er låst.</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 fejlede login forsøg, prøv venligst senere.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Ugyldigt eller udløbet login link.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

0 commit comments

Comments
 (0)
0