mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
35 lines
830 B
PHP
Executable File
35 lines
830 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 ['Navigation' => [
|
|
'Account' => '계정',
|
|
'Accounts' => 'accounts.',
|
|
'Admin' => '관리자',
|
|
'Create' => '만들다',
|
|
'Front' => '앞',
|
|
'General' => '일반적인',
|
|
'Groups' => '여러 떼',
|
|
'Hooks' => '',
|
|
'Info' => '정보',
|
|
'List' => '목록',
|
|
'Log' => '통나무',
|
|
'Members' => '멤버들',
|
|
'Modules' => '모듈',
|
|
'Navigation' => '항해',
|
|
'Pages' => '페이지',
|
|
'Permissions' => '권한',
|
|
'Routes' => '경로',
|
|
'Settings' => '설정',
|
|
]];
|