酒店预订平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin.php 531 B

3 년 전
12345678910
  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. ];