oms-Exchange/Theme/Backend/Lang/fi.lang.php
2024-03-20 07:21:21 +00:00

40 lines
907 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @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' => '',
'CreatedAt' => '',
'CreatedBy' => '',
'Creator' => '',
'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' => '',
'Title' => '',
'Type' => '',
'Website' => 'Verkkosivusto',
]];