Skip to content

Commit

Permalink
bug #52935 [Validator] Missing translations for Slovak (sk) #51954 (J…
Browse files Browse the repository at this point in the history
…an Vernarsky)

This PR was merged into the 5.4 branch.

Discussion
----------

[Validator] Missing translations for Slovak (sk) #51954

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix #51954 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License       | MIT

Added missing slovak translations

Commits
-------

10086b5 Missing translations for Slovak (sk) #51954
  • Loading branch information
fabpot committed Dec 8, 2023
2 parents 57f60d0 + 10086b5 commit be829a9
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,30 @@
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Hodnota masky siete by mala byť medzi {{ min }} a {{ max }}.</target>
</trans-unit>
<trans-unit id="104">
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
<target>Názov súboru je príliš dlhý. Mal by mať {{ filename_max_length }} znak alebo menej.|Názov súboru je príliš dlhý. Mal by mať {{ filename_max_length }} znaky alebo menej.|Názov súboru je príliš dlhý. Mal by mať {{ filename_max_length }} znakov alebo menej.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Sila hesla je príliš nízka. Použite silnejšie heslo.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Táto hodnota obsahuje znaky, ktoré nie sú povolené aktuálnou úrovňou obmedzenia.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Používanie neviditeľných znakov nie je povolené.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Miešanie čísel z rôznych skriptov nie je povolené.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Používanie skrytých prekryvných znakov nie je povolené.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit be829a9

Please sign in to comment.