8000 minor #41244 [Security] Keep Bulgarian wording consistent across all … · symfony/symfony@907f103 · GitHub
[go: up one dir, main page]

Skip to content

Commit 907f103

Browse files
committed
minor #41244 [Security] Keep Bulgarian wording consistent across all texts (Warxcell)
This PR was merged into the 4.4 branch. Discussion ---------- [Security] Keep Bulgarian wording consistent across all texts | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Keep wording consistent across all texts in translations: Trans unit id=17: Too many === Твърде много Trans unit id=19: Too many === Прекалено много I put word "Твърде", because it was used before. Commits ------- 4f1b4f9 [Security] Keep Bulgarian wording consistent across all texts.
2 parents 518badd + 4f1b4f9 commit 907f103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
</trans-unit>
7373
<trans-unit id="19">
7474
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75-
<target>Прекалено много неуспешни опити за вход, моля опитайте отново след %minutes% минута.</target>
75+
<target>Твърде много неуспешни опити за вход, моля опитайте отново след %minutes% минута.</target>
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target>Прекалено много неуспешни опити за вход, моля опитайте отново след %minutes% минути.</target>
79+
<target>Твърде много неуспешни опити за вход, моля опитайте отново след %minutes% минути.</target>
8080
</trans-unit>
8181
</body>
8282
</file>

0 commit comments

Comments
 (0)
0