mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-27 00:08:41 +00:00
40 lines
979 B
PHP
40 lines
979 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' => 'Alkotó',
|
|
'CreatedAt' => 'létrehozott',
|
|
'CreatedBy' => 'Készítette',
|
|
'Creator' => 'Teremtő',
|
|
'Database' => 'adatbázis',
|
|
'End' => 'vég',
|
|
'Exchange' => 'Csere',
|
|
'Export' => 'Export',
|
|
'Exports' => 'Az export',
|
|
'File' => 'fájl',
|
|
'Host' => 'Házigazda',
|
|
'Import' => 'import',
|
|
'Imports' => 'Behozatal',
|
|
'Login' => 'Belépés',
|
|
'Logs' => 'Naplók',
|
|
'Options' => 'Lehetőségek',
|
|
'Password' => 'Jelszó',
|
|
'Port' => 'Kikötő',
|
|
'Start' => 'Rajt',
|
|
'Subtype' => 'altípus',
|
|
'Title' => 'Cím',
|
|
'Type' => 'típus',
|
|
'Website' => 'Weboldal',
|
|
]];
|