new crowdin translations
This commit is contained in:
@ -2,12 +2,33 @@
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Numerar',
|
||||
'categories_deposit' => 'Depozit',
|
||||
'categories_sales' => 'Vânzări',
|
||||
'currencies_usd' => 'Dolarul american',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Lira sterlină',
|
||||
'currencies_try' => 'Lira turceasca',
|
||||
'accounts' => [
|
||||
'cash' => 'Numerar',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Depunere',
|
||||
'sales' => 'Vânzări',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'Dolar U.S',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'Lira sterlină',
|
||||
'try' => 'Liră turcească',
|
||||
],
|
||||
|
||||
'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.',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user