8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
|
|
return [
|
|
'Captcha is incorrect' => '验证码不正确',
|
|
'Account is locked' => '账户已经被锁定',
|
|
|
|
];
|