mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-02 04:27:56 +00:00

Co-authored-by: Sérgio Morais <lalocas@protonmail.com> Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Co-authored-by: dkstiler <dkstiler@gmail.com> Co-authored-by: Yan Kazachkov <yankazachkov@gmail.com> Co-authored-by: Simona Iacob <s@zp1.net> Co-authored-by: pisquan8 <cimurro@outlook.de> Co-authored-by: Maamon AlHaqli <mamon321@hotmail.com> Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Co-authored-by: Krishna Chand <krishna_chand67@naver.com> Co-authored-by: Anders Johansson <johansson@aljmedia.se> Co-authored-by: Kevin Papst <kpapst@gmx.net>
59 lines
2.6 KiB
XML
59 lines
2.6 KiB
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="flashmessages.en.xlf">
|
|
<body>
|
|
<trans-unit id="warning">
|
|
<source>warning</source>
|
|
<target>Aviso</target>
|
|
</trans-unit>
|
|
<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>Não foi possível interromper a gravação de tempo</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>Não foi possível iniciar a gravação de tempo</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.start.exceeded_limit">
|
|
<source>timesheet.start.exceeded_limit</source>
|
|
<target>Foi atingido o limite de registos de tempo ativos. Pare primeiro pelo menos uma medição de tempo de execução.</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.locked.warning">
|
|
<source>timesheet.locked.warning</source>
|
|
<target>Está a editar um registo exportado</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.update.success">
|
|
<source>action.update.success</source>
|
|
<target>Alterações guardadas com sucesso</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.update.error">
|
|
<source>action.update.error</source>
|
|
<target>As alterações não puderam ser guardadas: %reason%</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.delete.success">
|
|
<source>action.delete.success</source>
|
|
<target>A entrada foi eliminada</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.delete.error">
|
|
<source>action.delete.error</source>
|
|
<target>A entrada não pode ser eliminada: %reason%</target>
|
|
</trans-unit>
|
|
<trans-unit id="invoice.first_template">
|
|
<source>invoice.first_template</source>
|
|
<target>Crie primeiro um modelo de fatura</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.upload.error">
|
|
<source>action.upload.error</source>
|
|
<target>Não foi possível enviar ou guardar o ficheiro: %reason%</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|