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

9 lines
336 B
PHP
Raw Permalink 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' => "對不起,用戶名和密碼不能相同。",
];