diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php
index 85bd12fc3..8f7c5c475 100644
--- a/resources/lang/he/pagination.php
+++ b/resources/lang/he/pagination.php
@@ -6,7 +6,7 @@
  */
 return [
 
-    'previous' => '« Previous',
-    'next'     => 'Next »',
+    'previous' => '« הקודם',
+    'next'     => 'הבא »',
 
 ];
diff --git a/resources/lang/he/passwords.php b/resources/lang/he/passwords.php
index 9f7d9e3cb..9ada7bcbf 100644
--- a/resources/lang/he/passwords.php
+++ b/resources/lang/he/passwords.php
@@ -6,10 +6,10 @@
  */
 return [
 
-    'password' => 'Passwords must be at least six characters and match the confirmation.',
-    'user' => "We can't find a user with that e-mail address.",
-    'token' => 'This password reset token is invalid.',
-    'sent' => 'We have e-mailed your password reset link!',
-    'reset' => 'Your password has been reset!',
+    'password' => 'הסיסמא חייבת להיות בעלת 6 תווים ולהתאים לאימות',
+    'user' => "לא ניתן למצוא משתמש עם המייל שסופק",
+    'token' => 'איפוס הסיסמא אינו תקין',
+    'sent' => 'נשלח אליך אי-מייל עם קישור לאיפוס הסיסמא',
+    'reset' => 'איפוס הסיסמא הושלם בהצלחה!',
 
 ];
diff --git a/resources/lang/he/settings.php b/resources/lang/he/settings.php
index 9f37472a5..056623d52 100755
--- a/resources/lang/he/settings.php
+++ b/resources/lang/he/settings.php
@@ -7,39 +7,39 @@
 return [
 
     // Common Messages
-    'settings' => 'Settings',
-    'settings_save' => 'Save Settings',
-    'settings_save_success' => 'Settings saved',
+    'settings' => 'הגדרות',
+    'settings_save' => 'שמור הגדרות',
+    'settings_save_success' => 'ההגדרות נשמרו',
 
     // App Settings
-    'app_customization' => 'Customization',
-    'app_features_security' => 'Features & Security',
-    'app_name' => 'Application Name',
-    'app_name_desc' => 'This name is shown in the header and in any system-sent emails.',
-    'app_name_header' => 'Show name in header',
-    'app_public_access' => 'Public Access',
-    'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.',
-    'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.',
-    'app_public_access_toggle' => 'Allow public access',
-    'app_public_viewing' => 'Allow public viewing?',
-    'app_secure_images' => 'Higher Security Image Uploads',
-    'app_secure_images_toggle' => 'Enable higher security image uploads',
-    'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.',
-    'app_editor' => 'Page Editor',
-    'app_editor_desc' => 'Select which editor will be used by all users to edit pages.',
-    'app_custom_html' => 'Custom HTML Head Content',
-    'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.',
-    'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
-    'app_logo' => 'Application Logo',
-    'app_logo_desc' => 'This image should be 43px in height. <br>Large images will be scaled down.',
-    'app_primary_color' => 'Application Primary Color',
-    'app_primary_color_desc' => 'This should be a hex value. <br>Leave empty to reset to the default color.',
-    'app_homepage' => 'Application Homepage',
-    'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
-    'app_homepage_select' => 'Select a page',
-    'app_disable_comments' => 'Disable Comments',
-    'app_disable_comments_toggle' => 'Disable comments',
-    'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.',
+    'app_customization' => 'התאמה אישית',
+    'app_features_security' => 'מאפיינים ואבטחה',
+    'app_name' => 'שם היישום',
+    'app_name_desc' => 'השם הזה יופיע בכותרת ובכל אי-מייל הנשלח מהמערכת',
+    'app_name_header' => 'הצג שם בחלק העליון',
+    'app_public_access' => 'גישה ציבורית',
+    'app_public_access_desc' => 'הפעלת אפשרות זו תאפשר למשתמשים אשר אינם רשומים לגשת לתוכן שלך',
+    'app_public_access_desc_guest' => 'הגדרות הרשאה למשתמשים ציבוריים ניתנות לשינוי דרך משתמש מסוג ״אורח״',
+    'app_public_access_toggle' => 'אפשר גישה ציבורית',
+    'app_public_viewing' => 'לאפשר גישה ציבורית?',
+    'app_secure_images' => 'העלאת תמונות מאובטחת',
+    'app_secure_images_toggle' => 'אפשר העלאת תמונות מאובטחת',
+    'app_secure_images_desc' => 'משיקולי ביצועים, כל התמונות הינן ציבוריות. אפשרות זו מוסיפה מחרוזת אקראית שקשה לנחש לכל כתובת של תמונה. אנא ודא שאפשרות הצגת תוכן התיקייה מבוטל.',
+    'app_editor' => 'עורך הדפים',
+    'app_editor_desc' => 'בחר באמצעות איזה עורך תתבצע עריכת הדפים',
+    'app_custom_html' => 'HTML מותאם אישית לחלק העליון',
+    'app_custom_html_desc' => 'כל קוד שיתווסף כאן, יופיע בתחתית תגית ה head של כל דף. חלק זה שימושי על מנת להגדיר עיצובי CSS והתקנת קוד Analytics',
+    'app_custom_html_disabled_notice' => 'קוד HTML מותאם מבוטל בדף ההגדרות על מנת לוודא ששינויים שגורמים לבעיה יוכלו להיות מבוטלים לאחר מכן',
+    'app_logo' => 'לוגו היישום',
+    'app_logo_desc' => 'תמונה זו צריכה להיות בגובה 43 פיקסלים. תמונות גדולות יותר יוקטנו.',
+    'app_primary_color' => 'צבע עיקרי ליישום',
+    'app_primary_color_desc' => 'ערך זה צריך להיות מסוג hex. <br> יש להשאיר ריק לשימוש בצבע ברירת המחדל',
+    'app_homepage' => 'דף הבית של היישום',
+    'app_homepage_desc' => 'אנא בחר דף להצגה בדף הבית במקום דף ברירת המחדל. הרשאות הדף לא יחולו בדפים הנבחרים.',
+    'app_homepage_select' => 'בחר דף',
+    'app_disable_comments' => 'ביטול תגובות',
+    'app_disable_comments_toggle' => 'בטל תגובות',
+    'app_disable_comments_desc' => 'מבטל את התגובות לאורך כל היישום, תגובות קיימות לא יוצגו.',
 
     // Registration Settings
     'reg_settings' => 'Registration',