oms-Support/Theme/Backend/Lang/sv.lang.php

67 lines
2.2 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'konto',
'All' => 'Allt',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Genomsnittlig mängd',
'AverageProcessTime' => 'Avg. Processtid',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Skapad',
'Creator' => 'Skapare',
'Day' => 'Dag',
'Department' => 'Avdelning',
'Description' => 'Beskrivning',
'Due' => 'På grund av',
'Files' => 'Filer',
'For' => '#VALUE!',
'Forwarded' => 'Vidarebefordras',
'From' => 'Från',
'Group' => 'Grupp',
'InTime' => 'I tid',
'Interval' => 'Intervall',
'Media' => 'Media',
'Message' => 'Meddelande',
'Month' => 'Månad',
'Name' => 'namn',
'New' => 'Ny',
'Open' => 'Öppen',
'Person' => 'Person',
'Priority' => 'Prioritet',
'Received' => 'Mottagen',
'Receiver' => 'Mottagare',
'Redirected' => 'Omdirigerad',
'Responsible' => 'Ansvarig',
'Select' => 'Välj',
'Settings' => 'inställningar',
'Size' => 'Storlek',
'Statistics' => 'Statistik',
'Status' => 'Status',
'Support' => 'Stöd',
'Ticket' => 'Biljett',
'Tickets' => 'Biljetter',
'Title' => 'Titel',
'To' => 'Till',
'Today' => 'I dag',
'Topic' => 'Ämne',
'Type' => 'Typ',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Ladda upp',
'Week' => 'Vecka',
'Year' => 'År',
]];