mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create passwords.php
This commit is contained in:
parent
37ab494200
commit
f842418031
1 changed files with 12 additions and 0 deletions
12
resources/lang/he/passwords.php
Normal file
12
resources/lang/he/passwords.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'password' => 'סיסמאות צריכות לכלול לפחות שש אותיות ולהתאים לאישור סיסמה.',
|
||||
'reset' => 'סיסמאתך אופסה!',
|
||||
'sent' => 'קישור איפוס הסיסמה נשלח לך לאימייל!',
|
||||
'token' => 'אסימון איפוס סיסמה זה אינו תקין.',
|
||||
'user' => "איננו יכולים למצוא משתמש בעל אימייל זה.",
|
||||
|
||||
];
|
||||
|
Loading…
Reference in a new issue