mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 16:20:42 -05:00
13 lines
268 B
PHP
13 lines
268 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => '用戶',
|
|
'name' => '用戶模組',
|
|
'description' => '管理用戶、角色以及權限。',
|
|
'section' => [
|
|
'users' => '用戶',
|
|
'roles' => '角色',
|
|
'fields' => '欄位',
|
|
],
|
|
];
|