Co-authored-by: Nathan <bonnemainsnathan@gmail.com> Co-authored-by: Kevin Papst <kevin@kevinpapst.de> Co-authored-by: Balázs Fülöp <fulopbalazs91@gmail.com> Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: Juri Grabowski <hosted-weblate@jugra.de> Co-authored-by: Katarzyna Sobolewska <kasia.sobolewska1@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: Péter Gyetvai <gyetpet@mailbox.org> Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: Kevin Papst <kpapst@gmx.net>
16 lines
696 B
XML
16 lines
696 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" target-language="pt" datatype="plaintext" original="validators.en.xlf">
|
|
<body>
|
|
<trans-unit id="End date must not be earlier then start date.">
|
|
<source>End date must not be earlier then start date.</source>
|
|
<target>A data de conclusão não pode ser anterior à data de início.</target>
|
|
</trans-unit>
|
|
<trans-unit id="This value is not a valid role.">
|
|
<source>This value is not a valid role.</source>
|
|
<target>Este valor não é um papel válido.</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|