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.
20 lines
604 B
20 lines
604 B
<?php |
|
// ================================================================== |
|
// 中文语言 |
|
// ================================================================== |
|
|
|
return [ |
|
'role' => '角色', |
|
'role_name' => '请选择角色', |
|
'pid' => '请选择父级角色', |
|
'role_pid' => '父级角色', |
|
'role_admin' => '创建者', |
|
'describe' => '请填写角色描述', |
|
'describe t' => '角色描述', |
|
'id' => '角色信息错误', |
|
'Permission settings' => '权限设置', |
|
'Setting permissions' => '设置权限', |
|
'power confirm' => '确认给该用户设置权限', |
|
|
|
]; |
|
|
|
|