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

10 lines
220 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
return [
'failed' => 'İstifadəçi adı və ya şifrə səhvdir',
'password' => 'Şifrə yanlışdır.',
'throttle' => ':Seconds saniyə ərzində yenidən cəhd edin',
];