mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-26 15:58:42 +00:00
40 lines
1015 B
PHP
40 lines
1015 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' => 'düzenlendi',
|
||
'CreatedAt' => 'Oluşturulma',
|
||
'CreatedBy' => 'Tarafından yaratıldı',
|
||
'Creator' => 'yaratıcı',
|
||
'Database' => 'Veri tabanı',
|
||
'End' => 'Son',
|
||
'Exchange' => 'Değiş tokuş',
|
||
'Export' => 'İhracat',
|
||
'Exports' => 'İhracat',
|
||
'File' => 'Dosya',
|
||
'Host' => 'evsahibi',
|
||
'Import' => 'İthalat',
|
||
'Imports' => 'ithalat',
|
||
'Login' => 'Oturum aç',
|
||
'Logs' => 'Kütükler',
|
||
'Options' => 'Seçenekler',
|
||
'Password' => 'Parola',
|
||
'Port' => 'Liman',
|
||
'Start' => 'Başlat',
|
||
'Subtype' => 'Alt tür',
|
||
'Title' => 'Başlık',
|
||
'Type' => 'tip',
|
||
'Website' => 'İnternet sitesi',
|
||
]];
|