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.

admin.php 389 B

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