minor #38824 [Validator] Add missing Slovak translations. (miromichalicka)

This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

[Validator] Add missing Slovak translations.

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | #38762
| License       | MIT

This PR adds missing Slovak Validator translations

Commits
-------

7b91af855a [Validator] Add missing Slovak translations.
This commit is contained in:
Alexander M. Turek 2020-10-26 20:15:45 +01:00
commit 7b8d0ff50e

View File

@ -366,6 +366,26 @@
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Táto hodnota by mala byť medzi {{ min }} a {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>Táto hodnota nie je platný hostname.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Počet prvkov v tejto kolekcii musí byť násobok {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Táto hodnota musí spĺňať aspoň jedno z nasledujúcich obmedzení:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Každý prvok v tejto kolekcii musí spĺňať svoje vlastné obmedzenia.</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Táto hodnota nie je platné medzinárodné označenie cenného papiera (ISIN).</target>
</trans-unit>
</body>
</file>
</xliff>