akaunting/resources/lang/he-IL/passwords.php

23 lines
883 B
PHP
Raw Normal View History

2018-04-29 01:04:19 +03:00
<?php
return [
/*
|--------------------------------------------------------------------------
| 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.
|
*/
'reset' => 'הסיסמה אופסה!',
'sent' => 'שלחנו לך בדואר אלקטרוני קישור לאיפוס הסיסמה!',
2022-06-04 00:26:44 +00:00
'throttled' => 'נא להמתין לפני ביצוע ניסיון נוסף.',
2022-10-11 00:34:44 +00:00
'token' => 'אסימון (Token) איפוס הסיסמה לא תקין.',
2018-04-29 01:04:19 +03:00
'user' => "לא הצלחנו למצוא משתמש עם כתובת הדואר אלקטרוני שהוזן.",
];