Skip to content

Instantly share code, notes, and snippets.

@ryanaidilp
Created November 7, 2021 15:20
Show Gist options
  • Save ryanaidilp/9baf1050c0619c33e8ecd68f33c730af to your computer and use it in GitHub Desktop.
Save ryanaidilp/9baf1050c0619c33e8ecd68f33c730af to your computer and use it in GitHub Desktop.

Revisions

  1. ryanaidilp created this gist Nov 7, 2021.
    22 changes: 22 additions & 0 deletions passwords.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    <?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.
    |
    */

    'reset' => 'Kata sandi anda telah di atur ulang!',
    'sent' => 'Kami telah mengirimkan anda link untuk mengatur ulang kata sandi anda!',
    'throttled' => 'Harap tunggu sebelum mencoba kembali.',
    'token' => 'Token untuk mengatur ulang kata sandi salah.',
    'user' => "Kami tidak dapat menemukan pengguna dengan email tersebut.",

    ];