Skip to content

Commit

Permalink
minor #43318 [Security][Validator] Add missing translations for Slove…
Browse files Browse the repository at this point in the history
…nian (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 #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)
  • Loading branch information
fabpot committed Oct 7, 2021
2 parents 8d203a9 + 4565fcc commit a449800
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
<source>Invalid or expired login link.</source>
<target>Neveljavna ali potekla povezava prijave.</target>
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>Preveč neuspelih poskusov prijave, poskusite znova čez %minutes% minuto.</target>
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target>Preveč neuspelih poskusov prijave, poskusite znova čez %minutes% minut.</target>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Ta vrednost ni veljavna mednarodna identifikacijska koda vrednostnih papirjev (ISIN).</target>
</trans-unit>
<trans-unit id="100">
<source>This value should be a valid expression.</source>
<target>Ta vrednost bi morala biti veljaven izraz.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit a449800

Please sign in to comment.