updated translations
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total Income',
|
||||
'receivables' => 'Receivables',
|
||||
'open_invoices' => 'Open Invoices',
|
||||
'overdue_invoices' => 'Overdue Invoices',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'payables' => 'Payables',
|
||||
'open_bills' => 'Open Bills',
|
||||
'overdue_bills' => 'Overdue Bills',
|
||||
'total_profit' => 'Total Profit',
|
||||
'open_profit' => 'Open Profit',
|
||||
'overdue_profit' => 'Overdue Profit',
|
||||
'cash_flow' => 'Cash Flow',
|
||||
'no_profit_loss' => 'No Profit Loss',
|
||||
'income_by_category' => 'Income By Category',
|
||||
'expenses_by_category' => 'Expenses By Category',
|
||||
'account_balance' => 'Account Balance',
|
||||
'latest_income' => 'Latest Income',
|
||||
'latest_expenses' => 'Latest Expenses',
|
||||
'total_income' => 'Rendimento Total',
|
||||
'receivables' => 'A Receber',
|
||||
'open_invoices' => 'Faturas em Aberto',
|
||||
'overdue_invoices' => 'Faturas Vencidas',
|
||||
'total_expenses' => 'Despesas Totais',
|
||||
'payables' => 'A Pagar',
|
||||
'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' => 'Rendimento por Categoria',
|
||||
'expenses_by_category' => 'Despesas por Categoria',
|
||||
'account_balance' => 'Saldo da Conta',
|
||||
'latest_income' => 'Últimas Receitas',
|
||||
'latest_expenses' => 'Últimas Despesas',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user