Skip to content

Instantly share code, notes, and snippets.

@ryanaidilp
Created November 7, 2021 15:21
Show Gist options
  • Save ryanaidilp/b42d86cb4ebbc80cb8df99c3ef4d7b94 to your computer and use it in GitHub Desktop.
Save ryanaidilp/b42d86cb4ebbc80cb8df99c3ef4d7b94 to your computer and use it in GitHub Desktop.
Laravel Indonesian auth lang
<?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