-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy pathpasswords.php
More file actions
29 lines (29 loc) · 1.19 KB
/
passwords.php
File metadata and controls
29 lines (29 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
return [
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Şifrə ən az 6 simvoldan ibarət olmalı və təkrarı ilə uyğun olmalıdır',
'reset' => 'Şifrə yeniləndi',
'sent' => 'Şifrə yeniləmə adresi sizə email olaraq göndərildi',
'token' => 'Bu şifrə yeniləmə kodu yanlışdır',
'user' => "Bu email'ə uyğun istifadəçi tapılmadı",
];