updated translations
This commit is contained in:
@ -2,12 +2,33 @@
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Contanti',
|
||||
'categories_deposit' => 'Deposito',
|
||||
'categories_sales' => 'Vendite',
|
||||
'currencies_usd' => 'Dollaro USA',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Sterlina Regno Unito',
|
||||
'currencies_try' => 'Lira turca',
|
||||
'accounts' => [
|
||||
'cash' => 'Contanti',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Deposito',
|
||||
'sales' => 'Vendite',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'Dollaro USA',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'Sterlina Regno Unito',
|
||||
'try' => 'Lira turca',
|
||||
],
|
||||
|
||||
'offline_payments' => [
|
||||
'cash' => 'Contanti',
|
||||
'bank' => 'Bonifico Bancario',
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Sommario mensile delle entrate per categoria.',
|
||||
'expense' => 'Riepilogo spese mensili per categoria.',
|
||||
'income_expense' => 'Entrate mensili vs spese per categoria.',
|
||||
'tax' => 'Sintesi fiscale trimestrale.',
|
||||
'profit_loss' => 'Utili e perdite trimestrali per categoria.',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user