Skip to content

Commit c1e9ba8

Browse files
committed
minor symfony#41091 ref symfony#41087: missing security turksih translations (Koray Zorluoglu)
This PR was merged into the 4.4 branch. Discussion ---------- ref symfony#41087: missing security turksih translations | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix symfony#41087 | License | MIT Missing Türkish Translations from Security Component. Commits ------- af53ecd ref symfony#41087: missing turkish translations from security component
2 parents 68ee96d + af53ecd commit c1e9ba8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.tr.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>Geçersiz veya süresi dolmuş oturum açma bağlantısı.</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>Çok fazla başarısız giriş denemesi, lütfen %minutes% dakika sonra tekrar deneyin.</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>Çok fazla başarısız giriş denemesi, lütfen %minutes% dakika sonra tekrar deneyin.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

0 commit comments

Comments
 (0)