Files
nexusphp/resources/lang/ja/signup.php
2025-04-19 02:06:51 +07:00

9 lines
530 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 array (
'passwords_unmatched' => '2回入力されたパスワードは一貫性がありませんもう一度やり直してください。',
'password_too_short' => '申し訳ありませんが、パスワードが短すぎます少なくとも6文字',
'password_too_long' => '申し訳ありませんが、パスワードが長すぎます最大40文字',
'password_equals_username' => '申し訳ありませんが、ユーザー名とパスワードは同じではありません。',
);