akaunting 3.0 (the last dance)
This commit is contained in:
@ -2,30 +2,27 @@
|
||||
|
||||
return [
|
||||
|
||||
'years' => 'Vuosi|Vuodet',
|
||||
'this_year' => 'Tämä vuosi',
|
||||
'previous_year' => 'Edellinen vuosi',
|
||||
'this_quarter' => 'Tämä kvartaali',
|
||||
'previous_quarter' => 'Edellinen kvartaali',
|
||||
'last_12_months' => 'Viimeiset 12 Kuukautta',
|
||||
'profit_loss' => 'Tulot & Tappio',
|
||||
'gross_profit' => 'Bruttotulo',
|
||||
'net_profit' => 'Nettotulo',
|
||||
'total_expenses' => 'Kulut yhteensä',
|
||||
'net' => 'NETTO',
|
||||
'income_expense' => 'Myynti & Kulut',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Tulokatsaus',
|
||||
'expense' => 'Kulujen yhteenveto',
|
||||
'income_expense' => 'Tulot vs. Kulut',
|
||||
'tax' => 'Veroyhteenveto',
|
||||
],
|
||||
'years' => 'Vuosi|Vuodet',
|
||||
'this_year' => 'Tämä vuosi',
|
||||
'previous_year' => 'Edellinen vuosi',
|
||||
'this_quarter' => 'Tämä kvartaali',
|
||||
'previous_quarter' => 'Edellinen kvartaali',
|
||||
'last_12_months' => 'Viimeiset 12 Kuukautta',
|
||||
'profit_loss' => 'Tulot & Tappio',
|
||||
'gross_profit' => 'Bruttotulo',
|
||||
'net_profit' => 'Nettotulo',
|
||||
'total_expenses' => 'Kulut yhteensä',
|
||||
'net' => 'NETTO',
|
||||
'income_expense' => 'Myynti & Kulut',
|
||||
'income_summary' => 'Tulokatsaus',
|
||||
'expense_summary' => 'Kulujen yhteenveto',
|
||||
'income_expense_summary' => 'Tulot vs. Kulut',
|
||||
'tax_summary' => 'Veroyhteenveto',
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Viiva',
|
||||
'bar' => 'Palkki',
|
||||
'pie' => 'Ympyrä',
|
||||
'line' => 'Viiva',
|
||||
'bar' => 'Palkki',
|
||||
'pie' => 'Ympyrä',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user