2018-10-15 14:40:34 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reminder Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
|
|
| that are given by the password broker for a password update attempt
|
|
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2020-09-06 11:38:10 +02:00
|
|
|
'password' => 'パスワードは6文字以上必要です。またパスワードの確認と一致している必要があります。',
|
|
|
|
'user' => 'そのEメールアドレスのユーザは存在しません。',
|
|
|
|
'token' => 'このパスワード・リセット・トークンは正しくありません。',
|
|
|
|
'sent' => 'パスワードリセットのためのリンクをメールしました!',
|
|
|
|
'reset' => 'パスワードはリセットされました!',
|
2018-10-15 14:40:34 +02:00
|
|
|
|
|
|
|
];
|