oms-Support/Theme/Backend/Lang/fi.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' => 'Tili',
'All' => 'Kaikki',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Keskimääräinen määrä',
'AverageProcessTime' => 'Avg. Prosessiaika',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Luotu',
'Creator' => 'Luoja',
'Day' => 'Päivä',
'Department' => 'Osasto',
'Description' => 'Kuvaus',
'Due' => 'Takia',
'Files' => 'Tiedostot',
'For' => '#VALUE!',
'Forwarded' => 'Lähetetty',
'From' => 'Peräkkäin',
'Group' => 'Ryhmä',
'InTime' => 'Ajallaan',
'Interval' => 'Aikaväli',
'Media' => 'Media',
'Message' => 'Viesti',
'Month' => 'Kuukausi',
'Name' => 'Nimi',
'New' => 'Uusi',
'Open' => 'Avata',
'Person' => 'Henkilö',
'Priority' => 'Etusija',
'Received' => 'Otettu vastaan',
'Receiver' => 'Vastaanotin',
'Redirected' => 'Ohjattu',
'Responsible' => 'Vastuullinen',
'Select' => 'Valitse',
'Settings' => 'asetukset',
'Size' => 'Koko',
'Statistics' => 'Tilastot',
'Status' => 'Tila',
'Support' => 'Tuki',
'Ticket' => 'Lippu',
'Tickets' => 'Lippuja',
'Title' => 'Otsikko',
'To' => 'Jllek',
'Today' => 'Tänään',
'Topic' => 'Aihe',
'Type' => 'Tyyppi',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Ladata',
'Week' => 'Viikko',
'Year' => 'Vuosi',
]];