sv-SE translation
This commit is contained in:
15
resources/lang/sv-SE/header.php
Normal file
15
resources/lang/sv-SE/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'Ändra språk',
|
||||
'last_login' => 'Senaste inloggningen :time',
|
||||
'notifications' => [
|
||||
'counter' => '{0} Du har inga notifikationer|{1} Du har :count notifikationer|[2,*] Du har :count notifikationer',
|
||||
'overdue_invoices' => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
|
||||
'upcoming_bills' => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
|
||||
'items_stock' => '{1} :count objekt i lager | [2 *]:count objekt i lager',
|
||||
'view_all' => 'Visa alla'
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user