mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added distribution files
This commit is contained in:
parent
090d0edc59
commit
7495589830
@ -5,19 +5,34 @@
|
||||
"language": "sh",
|
||||
"clipboard.copy": "Kopiraj u klipbord",
|
||||
"clipboard.copied": "Iskopirano u klipbord",
|
||||
"edit.link.title": "Uredi stranicu",
|
||||
"edit.link.title": "Ažuriraj stranicu",
|
||||
"footer.previous": "Prethodno",
|
||||
"footer.next": "Sledeće",
|
||||
"footer.title": "Podnožje",
|
||||
"header.title": "Zaglavlje",
|
||||
"meta.comments": "Komentari",
|
||||
"meta.source": "Izvor",
|
||||
"nav.title": "Navigacija",
|
||||
"search.placeholder": "Pretraga",
|
||||
"search.share": "Deljenje",
|
||||
"search.reset": "Očisti",
|
||||
"search.result.initializer": "Inicijalizujem pretragu",
|
||||
"search.result.placeholder": "Unesite pojam pretrage",
|
||||
"search.result.none": "Ništa nije pronađeno",
|
||||
"search.result.one": "1 rezultat pretrage",
|
||||
"search.result.other": "# rezultata pretrage",
|
||||
"search.result.more.one": "još 1 na ovoj strani",
|
||||
"search.result.more.other": "još # na ovoj strani",
|
||||
"search.result.term.missing": "Nedostaje",
|
||||
"search.title": "Pretraga",
|
||||
"select.language.title": "Izaberi jezik",
|
||||
"select.version.title": "Izaberi verziju",
|
||||
"skip.link.title": "Idi na tekst",
|
||||
"source.link.title": "Idi u repozitorijum",
|
||||
"source.file.date.updated": "Ажуриран",
|
||||
"source.file.date.created": "Створено",
|
||||
"source.revision.date": "Ažuriran",
|
||||
"source.file.date.updated": "Ažuriran",
|
||||
"source.file.date.created": "Kreiran",
|
||||
"tabs.title": "Tabovi",
|
||||
"toc.title": "Sadržaj"
|
||||
"top.title": "Nazad na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -1,25 +1,38 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "sr",
|
||||
% macro t(key) %}{{ {
|
||||
"language": "sh",
|
||||
"clipboard.copy": "Копирај у клипборд",
|
||||
"clipboard.copied": "Ископирано у клипборд",
|
||||
"edit.link.title": "Уреди страницу",
|
||||
"edit.link.title": "Ажурирај страницу",
|
||||
"footer.previous": "Претходно",
|
||||
"footer.next": "Следеће",
|
||||
"footer.title": "Подножје",
|
||||
"header.title": "Заглавље",
|
||||
"meta.comments": "Коментари",
|
||||
"meta.source": "Извор",
|
||||
"search.config.lang": "ru",
|
||||
"nav.title": "Навигација",
|
||||
"search.placeholder": "Претрага",
|
||||
"search.share": "Дељење",
|
||||
"search.reset": "Очисти",
|
||||
"search.result.initializer": "Иницијализујем претрагу",
|
||||
"search.result.placeholder": "Унесите појам претраге",
|
||||
"search.result.none": "Нису пронађени документи",
|
||||
"search.result.none": "Ништа није пронађено",
|
||||
"search.result.one": "1 резултат претраге",
|
||||
"search.result.other": "# резултата претраге",
|
||||
"search.result.more.one": "још 1 на овој страни",
|
||||
"search.result.more.other": "још # на овој страни",
|
||||
"search.result.term.missing": "Недостаје",
|
||||
"search.title": "Претрага",
|
||||
"select.language.title": "Изабери језик",
|
||||
"select.version.title": "Изабери верзију",
|
||||
"skip.link.title": "Иди на текст",
|
||||
"source.link.title": "Иди у репозиторијум",
|
||||
"source.revision.date": "Последња исправка",
|
||||
"source.file.date.updated": "Последња исправка",
|
||||
"source.file.date.created": "Створено",
|
||||
"source.revision.date": "Ажуриран",
|
||||
"source.file.date.updated": "Ажуриран",
|
||||
"source.file.date.created": "Креиран",
|
||||
"tabs.title": "Табови",
|
||||
"toc.title": "Садржај"
|
||||
"top.title": "Назад на врх"
|
||||
}[key] }}{% endmacro %}
|
||||
|
Loading…
Reference in New Issue
Block a user