admin.php 494 B

1234567891011
  1. <?php
  2. return [
  3. 'Group' => '角色组',
  4. 'Institution_text' => '所属机构',
  5. 'Loginfailure' => '登录失败次数',
  6. 'Login time' => '最后登录',
  7. 'Institution_count' => '医院数量',
  8. 'Please input correct username' => '用户名只能由3-12位数字、字母、下划线组合',
  9. 'Please input correct password' => '密码长度必须在6-16位之间,不能包含空格',
  10. ];