You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php |
|
|
|
return [ |
|
'titles' => [ |
|
'index' => '首頁', |
|
'admin' => '系統', |
|
'users' => '管理員', |
|
'roles' => '角色', |
|
'permission' => '權限', |
|
'menu' => '菜單', |
|
'operation_log' => '操作日誌', |
|
'helpers' => '開發工具', |
|
'extensions' => '擴展', |
|
'scaffold' => '代碼生成器', |
|
'icons' => '圖示', |
|
], |
|
];
|
|
|