added swedish (#732)

This commit is contained in:
Kevin Papst
2019-04-28 23:55:27 +02:00
committed by GitHub
parent e49bd05ae6
commit 1b0b45649d
20 changed files with 1461 additions and 7 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="sv" 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 state="translated">Detta värde är inte en giltig roll.</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 state="translated">Slutdatumet får inte vara tidigare än startdatumet.</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 state="translated">Slutdatumet får inte vara tidigare än startdatumet.</target>
</trans-unit>
</body>
</file>
</xliff>