passwords.php 923 Bytes
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Password Reset 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.
    |
    */

    'password' => 'パスワードは6文字以上で、確認と一致している必要があります。',
    'reset' => 'あなたのパスワードはリセットされました!',
    'sent' => 'パスワードリセットリンクをメールで送信しました!',
    'token' => 'このパスワードリセットトークンは無効です。',
    'user' => 'その電子メールアドレスを持つユーザーは見つかりません',
];