8000 minor #43318 [Security][Validator] Add missing translations for Slove… · JohJohan/symfony@a449800 · GitHub
[go: up one dir, main page]

Skip to content

Commit a449800

Browse files
committed
minor symfony#43318 [Security][Validator] Add missing translations for Slovenian (sl) (riadh26)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Security][Validator] Add missing translations for Slovenian (sl) | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix symfony#41082 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Added missing Slovenian translation units for security and validators. Commits ------- 4565fcc [Security][Validator] Add missing translations for Slovenian (sl)
2 parents 8d203a9 + 4565fcc commit a449800

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.sl.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>Neveljavna ali potekla povezava prijave.</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>Preveč neuspelih poskusov prijave, poskusite znova čez %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>Preveč neuspelih poskusov prijave, poskusite znova čez %minutes% minut.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf

Lines changed: 4 additions & 760A amp; 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Ta vrednost ni veljavna mednarodna identifikacijska koda vrednostnih papirjev (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ta vrednost bi morala biti veljaven izraz.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)
0