DiverseYouthNightSchool/application/manystore/lang/zh-cn/auth/manystore.php

10 lines
389 B
PHP
Raw Normal View History

2024-11-04 15:00:20 +08:00
<?php
return [
'Group' => '所属组别',
'Loginfailure' => '登录失败次数',
'Login time' => '最后登录',
'Please input correct username' => '用户名只能由3-12位数字、字母、下划线组合',
'Please input correct password' => '密码长度必须在6-16位之间不能包含空格',
];