updated translations
This commit is contained in:
23
resources/lang/sv-SE/widgets.php
Normal file
23
resources/lang/sv-SE/widgets.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Summa inkomster',
|
||||
'receivables' => 'Fordringar',
|
||||
'open_invoices' => 'Öppna fakturor',
|
||||
'overdue_invoices' => 'Förfallna fakturor',
|
||||
'total_expenses' => 'Summa kostnader',
|
||||
'payables' => 'Skulder',
|
||||
'open_bills' => 'Öppna räkningar',
|
||||
'overdue_bills' => 'Förfallna räkningar',
|
||||
'total_profit' => 'Total vinst',
|
||||
'open_profit' => 'Öppen vinst',
|
||||
'overdue_profit' => 'Förfallen vinst',
|
||||
'cash_flow' => 'Kassaflöde',
|
||||
'no_profit_loss' => 'Ingen vinstförlust',
|
||||
'income_by_category' => 'Inkomst efter kategori',
|
||||
'expenses_by_category' => 'Utgifter efter kategori',
|
||||
'account_balance' => 'Konto saldo',
|
||||
'latest_income' => 'Senaste inkomst',
|
||||
'latest_expenses' => 'Senaste kostnader',
|
||||
];
|
||||
Reference in New Issue
Block a user