Skip to content

Add and correct Hebrew translations #4243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 29 additions & 11 deletions src/partials/languages/he.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}