招标
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.
 
 
 
 
 

22 lines
655 B

<?php
// ==================================================================
// 英文文语言
// ==================================================================
return [
'role' => 'Role',
'pid' => 'Please select parent role',
'describe' => 'Please fill in the role description',
'id' => 'Role information error',
'Permission settings' => 'Permission settings',
'role_name' => 'Role cannot be empty',
'describe t' => 'role describe',
'role_pid' => 'ParentRole',
'role_admin' => 'creator',
'Setting permissions' => 'Setting permissions',
'power confirm' => 'Confirm to set permissions for this user',
];