oms-Exchange/Theme/Backend/Lang/fi.lang.php
2023-06-17 03:13:25 +02:00

40 lines
956 B
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 ['Exchange' => [
'Created' => '#VALUE!',
'CreatedAt' => '#VALUE!',
'CreatedBy' => '#VALUE!',
'Creator' => '#VALUE!',
'Database' => 'Tietokanta',
'End' => 'Loppu',
'Exchange' => 'Vaihto',
'Export' => 'Viedä',
'Exports' => 'Vienti',
'File' => 'Tiedoston',
'Host' => 'Isäntä',
'Import' => 'Tuonti',
'Imports' => 'Tuonti',
'Login' => 'Kirjaudu sisään',
'Logs' => 'Lokit',
'Options' => 'Vaihtoehdot',
'Password' => 'Salasana',
'Port' => 'Portti',
'Start' => 'alkaa',
'Subtype' => '#VALUE!',
'Title' => '#VALUE!',
'Type' => '#VALUE!',
'Website' => 'Verkkosivusto',
]];