sv-SE translation

This commit is contained in:
denisdulici
2018-03-12 21:36:46 +03:00
parent b884cac357
commit c7112503da
26 changed files with 780 additions and 1 deletions

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