added Basque translations (#1382)

This commit is contained in:
ikusimakusi
2020-01-17 15:28:12 +01:00
committed by Kevin Papst
parent e534369c5b
commit ed8f024e42
26 changed files with 1683 additions and 15 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="eu" datatype="plaintext" original="none">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Zehaztutako balioa ez da rol balio zuzena</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>Amariera datak ezin du hasierako data baino lehenagokoa izan</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>Hasiera datak ezin du etorkizunean egon</target>
</trans-unit>
</body>
</file>
</xliff>