added slovakian translations (#952)

This commit is contained in:
Kevin Papst
2019-07-12 15:52:30 +02:00
committed by GitHub
parent fcce7a531a
commit e68b7da1f8
17 changed files with 1539 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="sk" datatype="plaintext" original="validators.en.xliff">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Táto hodnota nie je platnou rolou.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>Dátum ukončenia nesmie byť skorší ako dátum začiatku.</target>
</trans-unit>
<trans-unit id="The begin date cannot be in the future.">
<source>The begin date cannot be in the future.</source>
<target>Dátum začiatku nemôže byť v budúcnosti.</target>
</trans-unit>
</body>
</file>
</xliff>