mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Updated Croatian translations
This commit is contained in:
parent
f9c40d26b2
commit
2d44af6598
@ -4,22 +4,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 %}
|
||||
|
@ -3,21 +3,40 @@
|
||||
-#}
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "hr",
|
||||
"announce.dismiss": "Ne prikazuj ovo opet",
|
||||
"clipboard.copy": "Kopirajte u međuspremnik",
|
||||
"clipboard.copied": "Kopirano u međuspremnik",
|
||||
"consent.accept": "Prihvati",
|
||||
"consent.manage": "Upravljaj postavkama",
|
||||
"consent.reject": "Odbij",
|
||||
"edit.link.title": "Uredi stranicu",
|
||||
"footer.previous": "Prethodno",
|
||||
"footer.next": "Sljedeće",
|
||||
"footer.title": "Podnožje",
|
||||
"header.title": "Zaglavlje",
|
||||
"meta.comments": "Komentari",
|
||||
"meta.source": "Izvor",
|
||||
"nav.title": "Navigacija",
|
||||
"search.config.lang": "hr",
|
||||
"search.placeholder": "Pretraživanje",
|
||||
"search.share": "Podijeli",
|
||||
"search.reset": "Očisti",
|
||||
"search.result.initializer": "Inicijaliziranje pretraživanja",
|
||||
"search.result.placeholder": "Unesite pojam pretraživanja",
|
||||
"search.result.none": "Ništa nije pronađeno",
|
||||
"search.result.one": "1 rezultat pretraživanja",
|
||||
"search.result.other": "# rezultata pretraživanja",
|
||||
"search.result.more.one": "1 rezultat na ovoj stranici",
|
||||
"search.result.more.other": "# rezultata na ovoj stranici",
|
||||
"search.result.term.missing": "Nedostaje",
|
||||
"search.title": "Pretraživanje",
|
||||
"select.language.title": "Odabir jezika",
|
||||
"select.version.title": "Odabir verzije",
|
||||
"skip.link.title": "Preskočite na sadržaj",
|
||||
"source.link.title": "Idite u repozitorij",
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"source.file.date.created": "Stvoreno",
|
||||
"toc.title": "Sadržaj"
|
||||
"tabs.title": "Kartice",
|
||||
"toc.title": "Sadržaj",
|
||||
"top.title": "Vratite se na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -57,6 +57,6 @@
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"source.file.date.created": "Stvoreno",
|
||||
"tabs.title": "Kartice",
|
||||
"toc.title": "Sadržaj"
|
||||
"toc.title": "Sadržaj",
|
||||
"top.title": "Vratite se na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
Loading…
Reference in New Issue
Block a user