Created
November 7, 2021 15:21
-
-
Save ryanaidilp/b42d86cb4ebbc80cb8df99c3ef4d7b94 to your computer and use it in GitHub Desktop.
Laravel Indonesian auth lang
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 characters
| <?php | |
| return [ | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Authentication Language Lines | |
| |-------------------------------------------------------------------------- | |
| | | |
| | The following language lines are used during authentication for various | |
| | messages that we need to display to the user. You are free to modify | |
| | these language lines according to your application's requirements. | |
| | | |
| */ | |
| 'failed' => 'Kredensial ini tidak cocok dengan catatan kami.', | |
| 'password' => 'Kata sandi yang diberikan salah.', | |
| 'throttle' => 'Terlalu banyak upaya login. Silakan coba lagi dalam :seconds detik.', | |
| 'suspended' => 'Akun anda ditutup oleh administrator. Silahkan hubungi administrator untuk info lebih lanjut.', | |
| 'already_logged_in' => 'Sistem mendeteksi anda telah masuk di perangkat lain (:device). Silahkan login di perangkat tersebut atau hapus registrasi perangkat sebelum masuk dengan perangkat baru!', | |
| 'success_logout' => 'Berhasil keluar dari akun!', | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment