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