Created
November 7, 2021 15:20
-
-
Save ryanaidilp/9baf1050c0619c33e8ecd68f33c730af to your computer and use it in GitHub Desktop.
Revisions
-
ryanaidilp created this gist
Nov 7, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.", ];