mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
67 lines
2.1 KiB
PHP
Executable File
67 lines
2.1 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => 'konto',
|
|
'All' => 'Allt',
|
|
'Assigned' => '',
|
|
'AverageAmount' => 'Genomsnittlig mängd',
|
|
'AverageProcessTime' => 'Avg. Processtid',
|
|
'Closed' => '',
|
|
'Completion' => '',
|
|
'Created' => 'Skapad',
|
|
'Creator' => 'Skapare',
|
|
'Day' => 'Dag',
|
|
'Department' => 'Avdelning',
|
|
'Description' => 'Beskrivning',
|
|
'Due' => 'På grund av',
|
|
'Files' => 'Filer',
|
|
'For' => '',
|
|
'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' => '',
|
|
'Unsolved' => '',
|
|
'Upload' => 'Ladda upp',
|
|
'Week' => 'Vecka',
|
|
'Year' => 'År',
|
|
]];
|