sv-SE translation
This commit is contained in:
24
resources/lang/sv-SE/dashboard.php
Normal file
24
resources/lang/sv-SE/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Summa inkomster',
|
||||
'receivables' => 'Fordringar',
|
||||
'open_invoices' => 'Öppna fakturor',
|
||||
'overdue_invoices' => 'Förfallna fakturor',
|
||||
'total_expenses' => 'Summa kostnader',
|
||||
'payables' => 'Skulder',
|
||||
'open_bills' => 'Öppna fakturor',
|
||||
'overdue_bills' => 'Förfallna fakturor',
|
||||
'total_profit' => 'Summa vinst',
|
||||
'open_profit' => 'Öppen vinst',
|
||||
'overdue_profit' => 'Förfallen vinst',
|
||||
'cash_flow' => 'Kassaflöde',
|
||||
'no_profit_loss' => 'Ingen vinst förlust',
|
||||
'incomes_by_category' => 'Inkomster efter kategori',
|
||||
'expenses_by_category' => 'Utgifter efter kategori',
|
||||
'account_balance' => 'Konto Saldo',
|
||||
'latest_incomes' => 'Senaste inkomsterna',
|
||||
'latest_expenses' => 'Senaste Utgifterna',
|
||||
|
||||
];
|
Reference in New Issue
Block a user