icelandic translation
This commit is contained in:
23
resources/lang/is-IS/dashboard.php
Normal file
23
resources/lang/is-IS/dashboard.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Heildar inkoma',
|
||||
'receivables' => 'Viðskiptakröfur',
|
||||
'open_invoices' => 'Reikningar',
|
||||
'overdue_invoices' => 'Vanskil',
|
||||
'total_expenses' => 'Samtals kostnaður',
|
||||
'payables' => 'Skuldir',
|
||||
'open_bills' => 'Reikningar',
|
||||
'overdue_bills' => 'Vanskil',
|
||||
'total_profit' => 'Hagnaður samtals',
|
||||
'open_profit' => 'Hagnaður',
|
||||
'overdue_profit' => 'Vanskil hagnaður',
|
||||
'cash_flow' => 'Fjárstreymi',
|
||||
'no_profit_loss' => 'Tap',
|
||||
'incomes_by_category' => 'Tekjur eftir flokkum',
|
||||
'expenses_by_category' => 'Kostnaður eftir flokkum',
|
||||
'account_balance' => 'Staða',
|
||||
'latest_incomes' => 'Síðustu tekjur',
|
||||
'latest_expenses' => 'Síðasti kostnaður',
|
||||
];
|
Reference in New Issue
Block a user