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,39 @@
<?xml version="1.0" encoding="utf-8"?>
<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="invoice-renderer.en.xliff">
<body>
<trans-unit id="label.invoice_renderer">
<source>label.invoice_renderer</source>
<target>Documento de fatura</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Fatura (Padrão)</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Planilha de horário</target>
</trans-unit>
<trans-unit id="freelancer">
<source>freelancer</source>
<target>Freelancer</target>
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>Planilha de Cálculo</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>Exportação de dados</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Fatura da empresa</target>
</trans-unit>
</body>
</file>
</xliff>