updated translations

This commit is contained in:
denisdulici
2020-02-05 13:43:29 +03:00
parent 0f8ebc6846
commit 260bda2ca3
83 changed files with 669 additions and 365 deletions

View File

@ -0,0 +1,23 @@
<?php
return [
'total_income' => 'Rendimentos totais',
'receivables' => 'Recebíveis',
'open_invoices' => 'Faturas em aberto',
'overdue_invoices' => 'Faturas vencidas',
'total_expenses' => 'Total Despesas',
'payables' => 'Pagamentos',
'open_bills' => 'Contas em Aberto',
'overdue_bills' => 'Contas Vencidas',
'total_profit' => 'Lucro Total',
'open_profit' => 'Lucro em Aberto',
'overdue_profit' => 'Lucro Vencido',
'cash_flow' => 'Fluxo de Caixa',
'no_profit_loss' => 'Sem perda de lucro',
'income_by_category' => 'Resultados por Categoria',
'expenses_by_category' => 'Despesas por Categoria',
'account_balance' => 'Saldo da Conta',
'latest_income' => 'Últimos Rendimentos',
'latest_expenses' => 'Últimas Despesas',
];