diff --git a/src/partials/languages/he.html b/src/partials/languages/he.html
index 642dead6c..bc50a05b3 100644
--- a/src/partials/languages/he.html
+++ b/src/partials/languages/he.html
@@ -24,22 +24,40 @@
{% macro t(key) %}{{ {
"language": "he",
"direction": "rtl",
- "clipboard.copy": "העתק ללוח",
+ "announce.dismiss": "לא להציג את זה שוב",
+ "clipboard.copy": "העתקה ללוח",
"clipboard.copied": "הועתק ללוח",
- "edit.link.title": "ערוך דף זה",
- "footer.previous": "קודם",
- "footer.next": "הַבָּא",
+ "consent.accept": "לקבל",
+ "consent.manage": "לנהל הגדרות",
+ "consent.reject": "לדחות",
+ "edit.link.title": "עריכת הדף הזה",
+ "footer.previous": "הקודם",
+ "footer.next": "הבא",
+ "footer.title": "כותרת תחתונה",
+ "header.title": "כותרת עליונה",
"meta.comments": "הערות",
- "meta.source": "מָקוֹר",
+ "meta.source": "מקור",
+ "nav.title": "ניווט",
"search.config.pipeline": " ",
- "search.placeholder": "לחפש",
- "search.result.placeholder": "הקלד כדי להתחיל לחפש",
+ "search.placeholder": "חיפוש",
+ "search.share": "שיתוף",
+ "search.reset": "ניקוי",
+ "search.result.initializer": "אתחול חיפוש",
+ "search.result.placeholder": "יש להקליד כדי להתחיל לחפש",
"search.result.none": "אין מסמכים תואמים",
"search.result.one": "1 מסמך תואם",
"search.result.other": "# מסמך תואם",
- "skip.link.title": "דלג לתוכן",
- "source.link.title": "עבור אל מאגר",
- "source.file.date.updated": "העדכון אחרון",
+ "search.result.more.one": "עוד אחד בדף הזה",
+ "search.result.more.other": "עוד # בדף הזה",
+ "search.result.term.missing": "חסר",
+ "search.title": "חיפוש",
+ "select.language.title": "בחירת שפה",
+ "select.version.title": "בחירת גרסה",
+ "skip.link.title": "לדלג לתוכן",
+ "source.link.title": "לעבור אל המאגר",
+ "source.file.date.updated": "עדכון אחרון",
"source.file.date.created": "נוצר",
- "toc.title": "תוכן העניינים"
+ "tabs.title": "לשוניות",
+ "toc.title": "תוכן העניינים",
+ "top.title": "חזרה למעלה"
}[key] }}{% endmacro %}