8000 minor #41117 [Security] Add missing Italian translations (ramundomario) · symfony/symfony@beca689 · GitHub
[go: up one dir, main page]

Skip to content

Commit beca689

Browse files
committed
minor #41117 [Security] Add missing Italian translations (ramundomario)
This PR was merged into the 4.4 branch. Discussion ---------- [Security] Add missing Italian translations | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #41051 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | N/A <!-- required for new features --> Commits ------- 4dc5c82 [Security] Add missing Italian translations #41051
2 parents 4c7a54a + 4dc5c82 commit beca689

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,20 @@
6464
</trans-unit>
6565
<trans-unit id="17">
6666
<source>Too many failed login attempts, please try again later.</source>
67-
<target>Troppi tentaivi di login falliti. Riprova tra un po'.</target>
67+
<target>Troppi tentativi di login falliti, riprova tra un po'.</target>
6868
</trans-unit>
6969
<trans-unit id="18">
7070
<source>Invalid or expired login link.</source>
7171
<target>Link di login scaduto o non valido.</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>Troppi tentativi di login falliti, riprova tra %minutes% minuto.</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>Troppi tentativi di login falliti, riprova tra %minutes% minuti.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

0 commit comments

Comments
 (0)
0