Skip to content

Commit 090d0ed

Browse files
authored
Improved Serbian translations
Improve serbian translation (cyr and latin)
2 parents d678678 + a629657 commit 090d0ed

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

Diff for: src/partials/languages/sh.html

+18-3
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,34 @@
2525
"language": "sh",
2626
"clipboard.copy": "Kopiraj u klipbord",
2727
"clipboard.copied": "Iskopirano u klipbord",
28-
"edit.link.title": "Uredi stranicu",
28+
"edit.link.title": "Ažuriraj stranicu",
2929
"footer.previous": "Prethodno",
3030
"footer.next": "Sledeće",
31+
"footer.title": "Podnožje",
32+
"header.title": "Zaglavlje",
3133
"meta.comments": "Komentari",
3234
"meta.source": "Izvor",
35+
"nav.title": "Navigacija",
3336
"search.placeholder": "Pretraga",
37+
"search.share": "Deljenje",
38+
"search.reset": "Očisti",
39+
"search.result.initializer": "Inicijalizujem pretragu",
3440
"search.result.placeholder": "Unesite pojam pretrage",
3541
"search.result.none": "Ništa nije pronađeno",
3642
"search.result.one": "1 rezultat pretrage",
3743
"search.result.other": "# rezultata pretrage",
44+
"search.result.more.one": "još 1 na ovoj strani",
45+
"search.result.more.other": "još # na ovoj strani",
46+
"search.result.term.missing": "Nedostaje",
47+
"search.title": "Pretraga",
48+
"select.language.title": "Izaberi jezik",
49+
"select.version.title": "Izaberi verziju",
3850
"skip.link.title": "Idi na tekst",
3951
"source.link.title": "Idi u repozitorijum",
40-
"source.file.date.updated": "Ажуриран",
41-
"source.file.date.created": "Створено",
52+
"source.revision.date": "Ažuriran",
53+
"source.file.date.updated": "Ažuriran",
54+
"source.file.date.created": "Kreiran",
55+
"tabs.title": "Tabovi",
4256
"toc.title": "Sadržaj"
57+
"top.title": "Nazad na vrh"
4358
}[key] }}{% endmacro %}

Diff for: src/partials/languages/sr.html

+21-9
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,38 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23-
<!-- Translations: Serbian -->
24-
{% macro t(key) %}{{ {
25-
"language": "sr",
23+
% macro t(key) %}{{ {
24+
"language": "sh",
2625
"clipboard.copy": "Копирај у клипборд",
2726
"clipboard.copied": "Ископирано у клипборд",
28-
"edit.link.title": "Уреди страницу",
27+
"edit.link.title": "Ажурирај страницу",
2928
"footer.previous": "Претходно",
3029
"footer.next": "Следеће",
30+
"footer.title": "Подножје",
31+
"header.title": "Заглавље",
3132
"meta.comments": "Коментари",
3233
"meta.source": "Извор",
33-
"search.config.lang": "ru",
34+
"nav.title": "Навигација",
3435
"search.placeholder": "Претрага",
36+
"search.share": "Дељење",
37+
"search.reset": "Очисти",
38+
"search.result.initializer": "Иницијализујем претрагу",
3539
"search.result.placeholder": "Унесите појам претраге",
36-
"search.result.none": "Нису пронађени документи",
40+
"search.result.none": "Ништа није пронађено",
3741
"search.result.one": "1 резултат претраге",
3842
"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": "Изабери верзију",
3949
"skip.link.title": "Иди на текст",
4050
"source.link.title": "Иди у репозиторијум",
41-
"source.revision.date": "Последња исправка",
42-
"source.file.date.updated": "Последња исправка",
43-
"source.file.date.created": "Створено",
51+
"source.revision.date": "Ажуриран",
52+
"source.file.date.updated": "Ажуриран",
53+
"source.file.date.created": "Креиран",
54+
"tabs.title": "Табови",
4455
"toc.title": "Садржај"
56+
"top.title": "Назад на врх"
4557
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)