he-IL translation
This commit is contained in:
30
resources/lang/he-IL/auth.php
Normal file
30
resources/lang/he-IL/auth.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'פרופיל',
|
||||
'logout' => 'יציאה',
|
||||
'login' => 'התחברות',
|
||||
'login_to' => 'התחבר כדי להתחיל את ה-session',
|
||||
'remember_me' => 'זכור אותי',
|
||||
'forgot_password' => 'שכחתי את הסיסמה שלי',
|
||||
'reset_password' => 'איפוס סיסמה',
|
||||
'enter_email' => 'הזן את כתובת הדוא"ל שלך',
|
||||
'current_email' => 'דוא ל הנוכחי',
|
||||
'reset' => 'איפוס',
|
||||
'never' => 'לעולם לא',
|
||||
'password' => [
|
||||
'current' => 'סיסמה',
|
||||
'current_confirm' => 'אימות סיסמה',
|
||||
'new' => 'סיסמה חדשה',
|
||||
'new_confirm' => 'אימות סיסמה חדשה',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'שגיאה: לא ניתן למחוק את עצמך!'
|
||||
],
|
||||
|
||||
'failed' => 'פרטים אלה אינם תואמים את רישומינו.',
|
||||
'disabled' => 'חשבון זה אינו זמין. אנא, פנה אל מנהל המערכת.',
|
||||
'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.',
|
||||
|
||||
];
|
Reference in New Issue
Block a user