firefly-iii/resources/lang/pt_BR/list.php
2016-04-01 16:46:11 +02:00

42 lines
1.3 KiB
PHP

<?php
/**
* list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'name' => 'Nome',
'role' => 'Papel',
'currentBalance' => 'Saldo atual',
'active' => 'Está ativo?',
'lastActivity' => 'Última atividade',
'balanceDiff' => 'Saldo diferente entre :start e :end',
'matchedOn' => 'Coincide',
'matchesOn' => 'Correspondido em',
'matchingAmount' => 'Total',
'lastMatch' => 'Último equivalente',
'expectedMatch' => 'Equivalente esperado',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repetições',
'description' => 'Descrição',
'amount' => 'Total',
'date' => 'Data',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'from' => 'De',
'to' => 'Até',
'budget' => 'Orçamento',
'category' => 'Categoria',
'bill' => 'Fatura',
'withdrawal' => 'Retirada',
'deposit' => 'Depósito',
'transfer' => 'Transferência',
'type' => 'Tipo',
'completed' => 'Completo',
'iban' => 'IBAN',
];