Create passwords.php

This commit is contained in:
j1t 2018-05-22 06:51:57 +00:00 committed by GitHub
parent 37ab494200
commit f842418031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
return [
'password' => 'סיסמאות צריכות לכלול לפחות שש אותיות ולהתאים לאישור סיסמה.',
'reset' => 'סיסמאתך אופסה!',
'sent' => 'קישור איפוס הסיסמה נשלח לך לאימייל!',
'token' => 'אסימון איפוס סיסמה זה אינו תקין.',
'user' => "איננו יכולים למצוא משתמש בעל אימייל זה.",
];