admin.php 1.1 KB

12345678910111213141516
  1. <?php
  2. return [
  3. 'Department' => '部门',
  4. 'Principal' => '负责部门',
  5. 'Login time' => '最后登录',
  6. 'You can select multiple departments to assign the person in charge. If you do not join the Department, you will join'=> '可选择负责多个部门,如果未加入该部门会加入',
  7. 'Parent' => '上级',
  8. 'Loginfailure' => '登录失败次数',
  9. "Department can't null" => '部门不能为空',
  10. 'Organizational' => '组织架构',
  11. 'Employee' => '部门成员',
  12. 'Department list' => '部门管理',
  13. 'Principal set' => '设置负责部门',
  14. 'Mobile' => '手机',
  15. 'Email' => '邮箱',
  16. ];