mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-23 14:28:41 +00:00
40 lines
918 B
PHP
Executable File
40 lines
918 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' => '데이터 베이스',
|
|
'End' => '끝',
|
|
'Exchange' => '교환',
|
|
'Export' => '내 보내다',
|
|
'Exports' => '수출',
|
|
'File' => '파일',
|
|
'Host' => '주최자',
|
|
'Import' => '수입',
|
|
'Imports' => '수입품',
|
|
'Login' => '로그인',
|
|
'Logs' => '로그인',
|
|
'Options' => '옵션',
|
|
'Password' => '비밀번호',
|
|
'Port' => '포트',
|
|
'Start' => '시작',
|
|
'Subtype' => '',
|
|
'Title' => '',
|
|
'Type' => '',
|
|
'Website' => '웹 사이트',
|
|
]];
|