|
1 |
| -{#- |
2 |
| - This file was automatically generated - do not edit |
3 |
| --#} |
4 |
| -{% macro t(key) %}{{ { |
5 |
| - "language": "sr", |
| 1 | +<!-- |
| 2 | + Copyright (c) 2016-2021 Martin Donath <[email protected]> |
| 3 | +
|
| 4 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 5 | + of this software and associated documentation files (the "Software"), to |
| 6 | + deal in the Software without restriction, including without limitation the |
| 7 | + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 8 | + sell copies of the Software, and to permit persons to whom the Software is |
| 9 | + furnished to do so, subject to the following conditions: |
| 10 | +
|
| 11 | + The above copyright notice and this permission notice shall be included in |
| 12 | + all copies or substantial portions of the Software. |
| 13 | +
|
| 14 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 15 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 16 | + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE |
| 17 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 18 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 19 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 20 | + IN THE SOFTWARE. |
| 21 | +--> |
| 22 | + |
| 23 | +% macro t(key) %}{{ { |
| 24 | + "language": "sh", |
6 | 25 | "clipboard.copy": "Копирај у клипборд",
|
7 | 26 | "clipboard.copied": "Ископирано у клипборд",
|
8 |
| - "edit.link.title": "Уреди страницу", |
| 27 | + "edit.link.title": "Ажурирај страницу", |
9 | 28 | "footer.previous": "Претходно",
|
10 | 29 | "footer.next": "Следеће",
|
| 30 | + "footer.title": "Подножје", |
| 31 | + "header.title": "Заглавље", |
11 | 32 | "meta.comments": "Коментари",
|
12 | 33 | "meta.source": "Извор",
|
13 |
| - "search.config.lang": "ru", |
| 34 | + "nav.title": "Навигација", |
14 | 35 | "search.placeholder": "Претрага",
|
| 36 | + "search.share": "Дељење", |
| 37 | + "search.reset": "Очисти", |
| 38 | + "search.result.initializer": "Иницијализујем претрагу", |
15 | 39 | "search.result.placeholder": "Унесите појам претраге",
|
16 |
| - "search.result.none": "Нису пронађени документи", |
| 40 | + "search.result.none": "Ништа није пронађено", |
17 | 41 | "search.result.one": "1 резултат претраге",
|
18 | 42 | "search.result.other": "# резултата претраге",
|
| 43 | + "search.result.more.one": "још 1 на овој страни", |
| 44 | + "search.result.more.other": "још # на овој страни", |
| 45 | + "search.result.term.missing": "Недостаје", |
| 46 | + "search.title": "Претрага", |
| 47 | + "select.language.title": "Изабери језик", |
| 48 | + "select.version.title": "Изабери верзију", |
19 | 49 | "skip.link.title": "Иди на текст",
|
20 | 50 | "source.link.title": "Иди у репозиторијум",
|
21 |
| - "source.revision.date": "Последња исправка", |
22 |
| - "source.file.date.updated": "Последња исправка", |
23 |
| - "source.file.date.created": "Створено", |
| 51 | + "source.revision.date": "Ажуриран", |
| 52 | + "source.file.date.updated": "Ажуриран", |
| 53 | + "source.file.date.created": "Креиран", |
| 54 | + "tabs.title": "Табови", |
24 | 55 | "toc.title": "Садржај"
|
| 56 | + "top.title": "Назад на врх" |
25 | 57 | }[key] }}{% endmacro %}
|
0 commit comments