mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-26 15:58:42 +00:00
40 lines
1.3 KiB
PHP
40 lines
1.3 KiB
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' => 'ที่สร้างไว้',
|
|
'CreatedAt' => 'สร้างขึ้นใน',
|
|
'CreatedBy' => 'สร้างโดย',
|
|
'Creator' => 'ผู้สร้าง',
|
|
'Database' => 'ฐานข้อมูล',
|
|
'End' => 'ปลาย',
|
|
'Exchange' => 'แลกเปลี่ยน',
|
|
'Export' => 'ส่งออก',
|
|
'Exports' => 'การส่งออก',
|
|
'File' => 'ไฟล์',
|
|
'Host' => 'เจ้าภาพ',
|
|
'Import' => 'นำเข้า',
|
|
'Imports' => 'นำเข้า',
|
|
'Login' => 'เข้าสู่ระบบ',
|
|
'Logs' => 'ท่อน',
|
|
'Options' => 'ตัวเลือก',
|
|
'Password' => 'รหัสผ่าน',
|
|
'Port' => 'ท่าเรือ',
|
|
'Start' => 'เริ่มต้น',
|
|
'Subtype' => 'ย่อย',
|
|
'Title' => 'หัวข้อ',
|
|
'Type' => 'ชนิด',
|
|
'Website' => 'เว็บไซต์',
|
|
]];
|