auth.php
863 Bytes
<?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' => 'Identitas tersebut tidak cocok dengan catatan kami.',
'general_error' => 'Anda tidak memiliki akses untuk melakukan itu.',
'socialite' => [
'unacceptable' => ':provider bukanlah jenis login diterima.',
],
'throttle' => 'Terlalu banyak usaha login. Coba lagi dalam :seconds detik.',
'unknown' => 'Terjadi kesalahan yang tidak diketahui',
];