added portuguese translations (#446)

This commit is contained in:
Matheus
2018-11-28 15:22:05 -02:00
committed by Kevin Papst
parent 2d6109d587
commit 54d06462fc
14 changed files with 1173 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file date="2018-11-28T20:00:00Z" source-language="en" target-language="pt-BR" 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>Este valor não é um papel válido.</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>A data de conclusão não pode ser anterior à data de início.</target>
</trans-unit>
</body>
</file>
</xliff>