mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-21 01:38:41 +00:00
35 lines
808 B
PHP
Executable File
35 lines
808 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' => '账户',
|
|
'Admin' => '行政',
|
|
'Create' => '创建',
|
|
'Front' => '正面',
|
|
'General' => '一般的',
|
|
'Groups' => '团体',
|
|
'Hooks' => '',
|
|
'Info' => '信息',
|
|
'List' => '列表',
|
|
'Log' => '日志',
|
|
'Members' => '成员',
|
|
'Modules' => '模块',
|
|
'Navigation' => '导航',
|
|
'Pages' => '页面',
|
|
'Permissions' => '权限',
|
|
'Routes' => '路线',
|
|
'Settings' => '设置',
|
|
]];
|