8000 minor #41003 [Security] Add missing French translations for logging t… · symfony/symfony@c92acf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c92acf4

Browse files
committed
minor #41003 [Security] Add missing French translations for logging throttling (jmsche)
This PR was merged into the 4.4 branch. Discussion ---------- [Security] Add missing French translations for logging throttling | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #40863 (at least for French) | License | MIT | Doc PR | N/A Note: this PR replaces #40889 as somehow force-push closed the other PR. Also this one targets 4.4 branch directly :) Commits ------- b64efd2 [Security] Add missing French translations for logging throttling
2 parents 8679945 + b64efd2 commit c92acf4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.en.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>Invalid or expired login link.</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>Too many failed login attempts, please try again in %minutes% minute.</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>Too many failed login attempts, please try again in %minutes% minutes.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

src/Symfony/Component/Security/Core/Resources/translations/security.fr.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>Lien de connexion invalide ou expiré.</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>Plusieurs tentatives de connexion ont échoué, veuillez réessayer dans %minutes% minute.</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>Plusieurs tentatives de connexion ont échoué, veuillez réessayer dans %minutes% minutes.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

0 commit comments

Comments
 (0)
0