酒店预订平台
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.
 
 
 
 
 
 

11 regels
531 B

  1. <?php
  2. return [
  3. 'Group' => '所属组别',
  4. 'Loginfailure' => '登录失败次数',
  5. 'Login time' => '最后登录',
  6. 'The parent group exceeds permission limit' => '父组别超出权限范围',
  7. 'Please input correct username' => '用户名只能由3-12位数字、字母、下划线组合',
  8. 'Please input correct password' => '密码长度必须在6-16位之间,不能包含空格',
  9. ];