mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-27 00:08:41 +00:00
40 lines
973 B
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',
|
|
]];
|