icelandic translation

This commit is contained in:
denisdulici
2019-12-25 14:24:22 +03:00
parent 88ea6fb5a4
commit 8277d28da6
33 changed files with 1144 additions and 1 deletions

View 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',
],
];