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

12 lines
357 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 [
'reset' => 'Şifrə yeniləndi',
'sent' => 'Şifrə yeniləmə adresi sizə email olaraq göndərildi',
'throttled' => 'Yenidən cəhd əvvəl gözləyin edin.',
'token' => 'Bu şifrə yeniləmə kodu yanlışdır',
'user' => 'Bu email\'ə uyğun istifadəçi tapılmadı',
];