Skip to content

Instantly share code, notes, and snippets.

@ryanaidilp
Created November 7, 2021 15:20
Show Gist options
  • Select an option

  • Save ryanaidilp/9baf1050c0619c33e8ecd68f33c730af to your computer and use it in GitHub Desktop.

Select an option

Save ryanaidilp/9baf1050c0619c33e8ecd68f33c730af to your computer and use it in GitHub Desktop.
Laravel Indonesian passwords.php lang
<?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.",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment