Skip to content

Commit eec2e74

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents e06839b + 612429c commit eec2e74

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

src/partials/languages/he.html

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,40 @@
2424
{% macro t(key) %}{{ {
2525
"language": "he",
2626
"direction": "rtl",
27-
"clipboard.copy": "העתק ללוח",
27+
"announce.dismiss": "לא להציג את זה שוב",
28+
"clipboard.copy": "העתקה ללוח",
2829
"clipboard.copied": "הועתק ללוח",
29-
"edit.link.title": "ערוך דף זה",
30-
"footer.previous": "קודם",
31-
"footer.next": "הַבָּא",
30+
"consent.accept": "לקבל",
31+
"consent.manage": "לנהל הגדרות",
32+
"consent.reject": "לדחות",
33+
"edit.link.title": "עריכת הדף הזה",
34+
"footer.previous": "הקודם",
35+
"footer.next": "הבא",
36+
"footer.title": "כותרת תחתונה",
37+
"header.title": "כותרת עליונה",
3238
"meta.comments": "הערות",
33-
"meta.source": "מָקוֹר",
39+
"meta.source": "מקור",
40+
"nav.title": "ניווט",
3441
"search.config.pipeline": " ",
35-
"search.placeholder": "לחפש",
36-
"search.result.placeholder": "הקלד כדי להתחיל לחפש",
42+
"search.placeholder": "חיפוש",
43+
"search.share": "שיתוף",
44+
"search.reset": "ניקוי",
45+
"search.result.initializer": "אתחול חיפוש",
46+
"search.result.placeholder": "יש להקליד כדי להתחיל לחפש",
3747
"search.result.none": "אין מסמכים תואמים",
3848
"search.result.one": "1 מסמך תואם",
3949
"search.result.other": "# מסמך תואם",
40-
"skip.link.title": "דלג לתוכן",
41-
"source.link.title": "עבור אל מאגר",
42-
"source.file.date.updated": "העדכון אחרון",
50+
"search.result.more.one": "עוד אחד בדף הזה",
51+
"search.result.more.other": "עוד # בדף הזה",
52+
"search.result.term.missing": "חסר",
53+
"search.title": "חיפוש",
54+
"select.language.title": "בחירת שפה",
55+
"select.version.title": "בחירת גרסה",
56+
"skip.link.title": "לדלג לתוכן",
57+
"source.link.title": "לעבור אל המאגר",
58+
"source.file.date.updated": "עדכון אחרון",
4359
"source.file.date.created": "נוצר",
44-
"toc.title": "תוכן העניינים"
60+
"tabs.title": "לשוניות",
61+
"toc.title": "תוכן העניינים",
62+
"top.title": "חזרה למעלה"
4563
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)