32 lines
816 B
PHP
Raw Permalink Normal View History

2018-05-08 16:49:32 +03:00
<?php
return [
2021-05-12 00:16:24 +00:00
'accounts' => [
'cash' => 'Numerar',
],
'categories' => [
'deposit' => 'Depunere',
'sales' => 'Vânzări',
],
'currencies' => [
'usd' => 'Dolar U.S',
],
'offline_payments' => [
'cash' => 'Numerar',
'bank' => 'Transfer bancar',
],
'reports' => [
'income' => 'Sumarul lunar al veniturilor, pe categorii.',
'expense' => 'Sumarul cheltuielilor lunare pe categorii.',
'income_expense' => 'Veniturile lunare vs. cheltuielile pe categorii.',
'tax' => 'Rezumat impozit trimestrial.',
'profit_loss' => 'Profit & pierdere trimestriale pe categorii.',
],
2018-05-08 16:49:32 +03:00
];