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,43 @@
<?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="flashmessages.en.xliff">
<body>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>A gravação de tempo foi interrompida</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>A gravação de tempo não pôde ser interrompida: %reason%</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>A gravação de tempo foi iniciada</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target>A gravação de tempo não pôde ser iniciada: %reason%</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Alterações salvas com sucesso</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target>As alterações não puderam ser salvas: %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>A entrada foi excluída com sucesso</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target>A entrada não pode ser excluída: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Você precisa criar sua primeira fatura modelo antes de prosseguir</target>
</trans-unit>
</body>
</file>
</xliff>