snipe-it/resources/lang/he/auth/message.php

45 lines
1.8 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
2017-10-17 18:52:20 -07:00
'account_already_exists' => 'כבר קיים חשבון עם האימייל הזה.',
'account_not_found' => 'שם המשתמש או הסיסמה שגויים.',
'account_not_activated' => 'חשבון משתמש זה אינו מופעל.',
'account_suspended' => 'חשבון המשתמש הזה מושעה.',
'account_banned' => 'חשבון משתמש זה מוחרם.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => [
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
],
2016-03-25 01:18:05 -07:00
'signin' => [
2017-10-17 18:52:20 -07:00
'error' => 'אירעה בעיה בעת ניסיון להתחבר אליך, נסה שוב.',
'success' => 'התחברת בהצלחה.',
],
2016-03-25 01:18:05 -07:00
'logout' => [
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
],
'signup' => [
2017-10-17 18:52:20 -07:00
'error' => 'אירעה בעיה בעת ניסיון ליצור את חשבונך, נסה שוב.',
'success' => 'החשבון נוצר בהצלחה.',
],
2016-03-25 01:18:05 -07:00
'forgot-password' => [
'error' => 'אירעה בעיה בעת ניסיון לקבל קוד סיסמה לאיפוס, נסה שוב.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
],
2016-03-25 01:18:05 -07:00
'forgot-password-confirm' => [
'error' => 'אירעה בעיה בעת ניסיון לאפס את הסיסמה שלך, נסה שוב.',
'success' => 'הסיסמה שלך אופסה בהצלחה.',
],
2016-03-25 01:18:05 -07:00
];