Files
nexusphp/resources/lang/zh_CN/signup.php
2025-04-05 15:38:40 +07:00

9 lines
336 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'passwords_unmatched' => "两次输入的密码不一致!请重试。",
'password_too_short' => "对不起密码过短至少6个字符",
'password_too_long' => "对不起密码过长至多40个字符",
'password_equals_username' => "对不起,用户名和密码不能相同。",
];