1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

Revert "improve serbian translation (cyr and latin)"

This reverts commit 039ccb5fa3.
This commit is contained in:
Miodrag Milić 2021-09-09 12:43:12 +02:00
parent 039ccb5fa3
commit 1a739af343
2 changed files with 17 additions and 84 deletions

View File

@ -1,58 +1,23 @@
<!--
Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Translations: Serbo-Croatian -->
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "sh",
"clipboard.copy": "Kopiraj u klipbord",
"clipboard.copied": "Iskopirano u klipbord",
"edit.link.title": "Ažuriraj stranicu",
"edit.link.title": "Uredi 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.revision.date": "Ažuriran",
"source.file.date.updated": "Ažuriran",
"source.file.date.created": "Kreiran",
"tabs.title": "Tabovi",
"source.file.date.updated": "Ажуриран",
"source.file.date.created": "Створено",
"toc.title": "Sadržaj"
"top.title": "Nazad na vrh"
}[key] }}{% endmacro %}

View File

@ -1,57 +1,25 @@
<!--
Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
% macro t(key) %}{{ {
"language": "sh",
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "sr",
"clipboard.copy": "Копирај у клипборд",
"clipboard.copied": "Ископирано у клипборд",
"edit.link.title": "Ажурирај страницу",
"edit.link.title": "Уреди страницу",
"footer.previous": "Претходно",
"footer.next": "Следеће",
"footer.title": "Подножје",
"header.title": "Заглавље",
"meta.comments": "Коментари",
"meta.source": "Извор",
"nav.title": "Навигација",
"search.config.lang": "ru",
"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": "Креиран",
"tabs.title": "Табови",
"source.revision.date": "Последња исправка",
"source.file.date.updated": "Последња исправка",
"source.file.date.created": "Створено",
"toc.title": "Садржај"
"top.title": "Назад на врх"
}[key] }}{% endmacro %}