]> BookStack Code Mirror - bookstack/blob - resources/lang/he/auth.php
Added tests and translations for dark-mode components
[bookstack] / resources / lang / he / auth.php
1 <?php
2 /**
3  * Authentication Language Lines
4  * The following language lines are used during authentication for various
5  * messages that we need to display to the user.
6  */
7 return [
8
9     'failed' => 'פרטי ההתחברות אינם תואמים את הנתונים שלנו',
10     'throttle' => 'נסיונות התחברות רבים מדי, יש להמתין :seconds שניות ולנסות שנית',
11
12     // Login & Register
13     'sign_up' => 'הרשמה',
14     'log_in' => 'התחבר',
15     'log_in_with' => 'התחבר באמצעות :socialDriver',
16     'sign_up_with' => 'הרשם באמצעות :socialDriver',
17     'logout' => 'התנתק',
18
19     'name' => 'שם',
20     'username' => 'שם משתמש',
21     'email' => 'אי-מייל',
22     'password' => 'סיסמא',
23     'password_confirm' => 'אימות סיסמא',
24     'password_hint' => 'חייבת להיות יותר מ-5 תווים',
25     'forgot_password' => 'שכחת סיסמא?',
26     'remember_me' => 'זכור אותי',
27     'ldap_email_hint' => 'אנא ציין כתובת אי-מייל לשימוש בחשבון זה',
28     'create_account' => 'צור חשבון',
29     'already_have_account' => 'יש לך כבר חשבון?',
30     'dont_have_account' => 'אין לך חשבון?',
31     'social_login' => 'התחברות באמצעות אתר חברתי',
32     'social_registration' => 'הרשמה באמצעות אתר חברתי',
33     'social_registration_text' => 'הרשם והתחבר באמצעות שירות אחר',
34
35     'register_thanks' => 'תודה על הרשמתך!',
36     'register_confirm' => 'יש לבדוק את תיבת המייל שלך ולאשר את ההרשמה על מנת להשתמש ב:appName',
37     'registrations_disabled' => 'הרשמה כרגע מבוטלת',
38     'registration_email_domain_invalid' => 'לא ניתן להרשם באמצעות המייל שסופק',
39     'register_success' => 'תודה על הרשמתך! ניתן כעת להתחבר',
40
41
42     // Password Reset
43     'reset_password' => 'איפוס סיסמא',
44     'reset_password_send_instructions' => 'יש להזין את כתובת המייל למטה ואנו נשלח אלייך הוראות לאיפוס הסיסמא',
45     'reset_password_send_button' => 'שלח קישור לאיפוס סיסמא',
46     'reset_password_sent_success' => 'שלחנו הוראות לאיפוס הסיסמא אל :email',
47     'reset_password_success' => 'סיסמתך עודכנה בהצלחה',
48     'email_reset_subject' => 'איפוס סיסמא ב :appName',
49     'email_reset_text' => 'קישור זה נשלח עקב בקשה לאיפוס סיסמא בחשבון שלך',
50     'email_reset_not_requested' => 'אם לא ביקשת לאפס את סיסמתך, אפשר להתעלם ממייל זה',
51
52
53     // Email Confirmation
54     'email_confirm_subject' => 'אמת אי-מייל ב :appName',
55     'email_confirm_greeting' => 'תודה שהצטרפת אל :appName!',
56     'email_confirm_text' => 'יש לאמת את כתובת המייל של על ידי לחיצה על הכפור למטה:',
57     'email_confirm_action' => 'אמת כתובת אי-מייל',
58     'email_confirm_send_error' => 'נדרש אימות אי-מייל אך שליחת האי-מייל אליך נכשלה. יש ליצור קשר עם מנהל המערכת כדי לוודא שאכן ניתן לשלוח מיילים.',
59     'email_confirm_success' => 'האי-מייל שלך אושר!',
60     'email_confirm_resent' => 'אימות נשלח לאי-מייל שלך, יש לבדוק בתיבת הדואר הנכנס',
61
62     'email_not_confirmed' => 'כתובת המייל לא אומתה',
63     'email_not_confirmed_text' => 'כתובת המייל שלך טרם אומתה',
64     'email_not_confirmed_click_link' => 'יש ללחוץ על הקישור אשר נשלח אליך לאחר ההרשמה',
65     'email_not_confirmed_resend' => 'אם אינך מוצא את המייל, ניתן לשלוח בשנית את האימות על ידי לחיצה על הכפתור למטה',
66     'email_not_confirmed_resend_button' => 'שלח שוב מייל אימות',
67
68     // User Invite
69     'user_invite_email_subject' => 'You have been invited to join :appName!',
70     'user_invite_email_greeting' => 'An account has been created for you on :appName.',
71     'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
72     'user_invite_email_action' => 'Set Account Password',
73     'user_invite_page_welcome' => 'Welcome to :appName!',
74     'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
75     'user_invite_page_confirm_button' => 'Confirm Password',
76     'user_invite_success' => 'Password set, you now have access to :appName!'
77 ];