added czech translations (#1075)

This commit is contained in:
Kevin Papst
2019-09-16 23:19:46 +02:00
committed by GitHub
parent 35c65ba890
commit 13f5e76015
24 changed files with 1594 additions and 9 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="cs" 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>Tato hodnota není platná role.</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>Datum ukončení nesmí být dříve než datum začátku.</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>Datum zažátku nemůže být v budoucnosti.</target>
</trans-unit>
</body>
</file>
</xliff>