Files
template-laravel/lang/fil/auth.php
Gregory Letellier d5b3ccabd9 Init
2023-11-28 12:13:50 +01:00

10 lines
290 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Ang mga kredensyal na ito ay hindi tumutugma sa aming mga talaan.',
'password' => 'Mali ang password.',
'throttle' => 'Masyadong maraming mga pagtatangka sa pag-log in. Pakisubukang muli sa loob ng :seconds segundo.',
];