This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
'send_password_link' => 'שלח קישור לאיפוס סיסמה',
'email_reset_password' => 'איפוס סיסמה אימייל',
'reset_password' => 'לאפס את הסיסמה',
'saml_login' => 'Login via SAML',
'login' => 'התחברות',
'login_prompt' => 'אנא התחבר',
'forgot_password' => 'שכחתי את הסיסמא שלי',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'זכור אותי',
'username_help_top' => 'נא למלא את <strong>שם המשתמש</strong> לשליחת הודעת דוא״ל עם קישור לאיפוס ססמה.',
'username_help_bottom' => 'שם המשתמש וכתובת הדוא״ל שלך <em>עשויים</em> להיות זהים, אך גם עשויים שלא, תלוי בהגדרות שלך. אם לא הצלחת להיזכר בשם המשתמש שלך, מוטב ליצור קשר עם הנהלת המערכת. <br><br><strong>שמות משתמשים שלא שויכה להם כתובת דוא״ל לא יקבלו הודעות עם קישור לאיפוס ססמה.</strong> ',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',
];

View File

@ -0,0 +1,45 @@
<?php
return array(
'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' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'התחברת בהצלחה.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'אירעה בעיה בעת ניסיון להתחבר אליך, נסה שוב.',
'success' => 'התחברת בהצלחה.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'אירעה בעיה בעת ניסיון ליצור את חשבונך, נסה שוב.',
'success' => 'החשבון נוצר בהצלחה.',
),
'forgot-password' => array(
'error' => 'אירעה בעיה בעת ניסיון לקבל קוד סיסמה לאיפוס, נסה שוב.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'אירעה בעיה בעת ניסיון לאפס את הסיסמה שלך, נסה שוב.',
'success' => 'הסיסמה שלך אופסה בהצלחה.',
),
);