mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-22 13:48:41 +00:00
61 lines
2.0 KiB
PHP
Executable File
61 lines
2.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => 'Tili',
|
|
'All' => 'Kaikki',
|
|
'AverageAmount' => 'keskimääräinen summa',
|
|
'AverageProcessTime' => 'Keskim. prosessi Time',
|
|
'Created' => 'Luotu',
|
|
'Creator' => 'Luoja',
|
|
'Day' => 'Päivä',
|
|
'Department' => 'osasto',
|
|
'Description' => 'Kuvaus',
|
|
'Due' => 'maksettava',
|
|
'Files' => 'Tiedostot',
|
|
'Forwarded' => 'Siirretty',
|
|
'From' => 'alkaen',
|
|
'Group' => 'Ryhmä',
|
|
'InTime' => 'Ajallaan',
|
|
'Interval' => 'intervalli',
|
|
'Media' => 'tiedotusvälineet',
|
|
'Message' => 'Viesti',
|
|
'Month' => 'Kuukausi',
|
|
'Name' => 'Nimi',
|
|
'New' => 'Uusi',
|
|
'Open' => 'Avata',
|
|
'Person' => 'Henkilö',
|
|
'Priority' => 'prioriteetti',
|
|
'Received' => 'Otettu vastaan',
|
|
'Receiver' => 'Vastaanotin',
|
|
'Redirected' => 'Uudelleenohjattu',
|
|
'Responsible' => 'vastuullinen',
|
|
'Select' => 'valita',
|
|
'Settings' => 'asetukset',
|
|
'Size' => 'Koko',
|
|
'Statistics' => 'tilasto',
|
|
'Status' => 'Tila',
|
|
'Support' => 'Tuki',
|
|
'Ticket' => 'lippu',
|
|
'Tickets' => 'liput',
|
|
'Title' => 'otsikko',
|
|
'To' => 'jotta',
|
|
'Today' => 'Tänään',
|
|
'Topic' => 'Aihe',
|
|
'Type' => 'Tyyppi',
|
|
'Upload' => 'upload',
|
|
'Week' => 'Viikko',
|
|
'Year' => 'vuosi',
|
|
]];
|