Init
This commit is contained in:
9
lang/id/auth.php
Normal file
9
lang/id/auth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Identitas tersebut tidak cocok dengan data kami.',
|
||||
'password' => 'Kata sandi salah.',
|
||||
'throttle' => 'Terlalu banyak upaya masuk. Silahkan coba lagi dalam :seconds detik.',
|
||||
];
|
||||
Reference in New Issue
Block a user