snipe-it/resources/lang/id-ID/auth.php
snipe 71c7c64fde Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-01-09 15:54:51 +00:00

21 lines
703 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| 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 atau data login ini tidak cocok dengan catatan kami.',
'password' => 'Kata sandi yang diberikan salah.',
'throttle' => 'Terlalu banyak percobaan login. Harap coba lagi dalam :seconds detik.',
);