oms-Exchange/Theme/Backend/Lang/fi.lang.php

40 lines
973 B
PHP

<?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 ['Exchange' => [
'Created' => 'Luotu',
'CreatedAt' => 'luodaan',
'CreatedBy' => 'Luonut',
'Creator' => 'Luoja',
'Database' => 'Tietokanta',
'End' => 'pää',
'Exchange' => 'Vaihto',
'Export' => 'Viedä',
'Exports' => 'vienti',
'File' => 'tiedosto',
'Host' => 'isäntä',
'Import' => 'Tuonti',
'Imports' => 'Tuonti',
'Login' => 'Kirjaudu sisään',
'Logs' => 'lokit',
'Options' => 'vaihtoehdot',
'Password' => 'Salasana',
'Port' => 'portti',
'Start' => 'alkaa',
'Subtype' => 'alatyyppi',
'Title' => 'otsikko',
'Type' => 'Tyyppi',
'Website' => 'Verkkosivusto',
]];