added resname for tool compatibility (#2912)

This commit is contained in:
Kevin Papst
2021-11-05 14:40:31 +01:00
committed by GitHub
parent 3e61b60c4e
commit 73ab26c7b7
430 changed files with 19405 additions and 19474 deletions

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="da" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Denne værdi er ikke en gyldig rolle.</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>Slutdato må ikke være før startdato.</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>Startdato kan ikke være i fremtiden.</target>
</trans-unit>
</body>
</file>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="da" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="IkNxbBI" resname="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Denne værdi er ikke en gyldig rolle.</target>
</trans-unit>
<trans-unit id="CLHaByy" resname="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>Slutdato må ikke være før startdato.</target>
</trans-unit>
<trans-unit id="ePrqiLM" resname="The begin date cannot be in the future.">
<source>The begin date cannot be in the future.</source>
<target>Startdato kan ikke være i fremtiden.</target>
</trans-unit>
</body>
</file>
</xliff>