icelandic translation
This commit is contained in:
30
resources/lang/is-IS/reports.php
Normal file
30
resources/lang/is-IS/reports.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Núverandi ár',
|
||||
'previous_year' => 'Síðasta ár',
|
||||
'this_quarter' => 'Núverandi fjórðungur',
|
||||
'previous_quarter' => 'Fyriverandi fjórðungur',
|
||||
'last_12_months' => 'Síðustu 12 mánuðir',
|
||||
'profit_loss' => 'Hagnaður og tap',
|
||||
'gross_profit' => 'Heildar hagnaður',
|
||||
'net_profit' => 'Hagnaður',
|
||||
'total_expenses' => 'Heildarkostnaður',
|
||||
'net' => 'NET',
|
||||
'income-expense' => 'Income & Expense',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Samtals tekjur',
|
||||
'expense' => 'Samtals kostnaður',
|
||||
'income_expense' => 'Tekjur vs Gjöld',
|
||||
'tax' => 'Samtals skattar',
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Line',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Pie',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user