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

10 lines
262 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Þessi skilríki passa ekki við skrár okkar.',
'password' => 'Lykilorð er rangt.',
'throttle' => 'Of margar innskráningartilraunir. Vinsamlegast reyndu aftur eftir :seconds sekúndur.',
];