akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@@ -2,7 +2,7 @@
return [
'sales_price' => 'Prezzo di vendita',
'sale_price' => 'Prezzo di vendita',
'purchase_price' => 'Prezzo d\'acquisto',
'enter_item_description' => 'Inserisci descrizione articolo',

View File

@@ -2,30 +2,27 @@
return [
'years' => 'Anno|Anni',
'this_year' => 'Anno Corrente',
'previous_year' => 'Anno Precedente',
'this_quarter' => 'Trimestre Corrente',
'previous_quarter' => 'Trimestre precedente',
'last_12_months' => 'Ultimi 12 mesi',
'profit_loss' => 'Profitti e perdite',
'gross_profit' => 'Utile lordo',
'net_profit' => 'Utile netto',
'total_expenses' => 'Totale spese',
'net' => 'NET',
'income_expense' => 'Entrate e Uscite',
'summary' => [
'income' => 'Riepilogo di reddito',
'expense' => 'Riepilogo spese',
'income_expense' => 'Reddito vs Spese',
'tax' => 'Riepilogo fiscale',
],
'years' => 'Anno|Anni',
'this_year' => 'Anno Corrente',
'previous_year' => 'Anno Precedente',
'this_quarter' => 'Trimestre Corrente',
'previous_quarter' => 'Trimestre precedente',
'last_12_months' => 'Ultimi 12 mesi',
'profit_loss' => 'Profitti e perdite',
'gross_profit' => 'Utile lordo',
'net_profit' => 'Utile netto',
'total_expenses' => 'Totale spese',
'net' => 'NET',
'income_expense' => 'Entrate e Uscite',
'income_summary' => 'Riepilogo di reddito',
'expense_summary' => 'Riepilogo spese',
'income_expense_summary' => 'Reddito vs Spese',
'tax_summary' => 'Riepilogo fiscale',
'charts' => [
'line' => 'Linea',
'bar' => 'Barra',
'pie' => 'Torta',
'line' => 'Linea',
'bar' => 'Barra',
'pie' => 'Torta',
],
];