minor #19533 Add slovak translation for Url and Length validator (pulzarraider)

This PR was merged into the 2.7 branch.

Discussion
----------

Add slovak translation for Url and Length validator

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

b29cab3 Add slovak translation for Url and Length validator
This commit is contained in:
Fabien Potencier 2016-08-06 08:21:36 -07:00
commit ec53d79648
1 changed files with 8 additions and 0 deletions

View File

@ -302,6 +302,14 @@
<source>An empty file is not allowed.</source>
<target>Súbor nesmie byť prázdny.</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>Hostiteľa nebolo možné rozpoznať.</target>
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Táto hodnota nezodpovedá očakávanej znakovej sade {{ charset }}.</target>
</trans-unit>
</body>
</file>
</xliff>