Skip to content

Commit

Permalink
Updated Hebrew translations (#4243)
Browse files Browse the repository at this point in the history
* Fix existing Hebrew translations

* Add more Hebrew translations

Copy missing keys from the English file and translate them.

* Remove unnecessary separator from Hebrew translations

* Remove unnecessary search configuration for Hebrew
  • Loading branch information
amire80 committed Aug 15, 2022
1 parent ec09b71 commit 612429c
Showing 1 changed file with 29 additions and 11 deletions.
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 %}

0 comments on commit 612429c

Please sign in to comment.