updated translations

This commit is contained in:
denisdulici
2020-03-17 16:39:03 +03:00
parent 6a76926202
commit 0859ff1266
116 changed files with 759 additions and 368 deletions

View File

@@ -2,12 +2,33 @@
return [
'accounts_cash' => 'Dinheiro',
'categories_deposit' => 'Depósito',
'categories_sales' => 'Vendas',
'currencies_usd' => 'Dólar Americano',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libra Esterlina',
'currencies_try' => 'Lira Turca',
'accounts' => [
'cash' => 'Dinheiro',
],
'categories' => [
'deposit' => 'Depósito',
'sales' => 'Vendas',
],
'currencies' => [
'usd' => 'Dólar Americano',
'eur' => 'Euro',
'gbp' => 'Libra Esterlina',
'try' => 'Lira Turca',
],
'offline_payments' => [
'cash' => 'Dinheiro',
'bank' => 'Transferência Bancária',
],
'reports' => [
'income' => 'Monthly income summary by category.',
'expense' => 'Monthly expense summary by category.',
'income_expense' => 'Monthly income vs expense by category.',
'tax' => 'Quarterly tax summary.',
'profit_loss' => 'Quarterly profit & loss by category.',
],
];