Fixed Serbian translations

This commit is contained in:
squidfunk
2021-09-30 20:36:56 +02:00
parent c037a0e35e
commit 32ab26a664
4 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
% macro t(key) %}{{ { {% macro t(key) %}{{ {
"language": "sh", "language": "sr",
"clipboard.copy": "Копирај у клипборд", "clipboard.copy": "Копирај у клипборд",
"clipboard.copied": "Ископирано у клипборд", "clipboard.copied": "Ископирано у клипборд",
"edit.link.title": "Ажурирај страницу", "edit.link.title": "Ажурирај страницу",

View File

@@ -53,6 +53,6 @@
"source.file.date.updated": "Ažuriran", "source.file.date.updated": "Ažuriran",
"source.file.date.created": "Kreiran", "source.file.date.created": "Kreiran",
"tabs.title": "Tabovi", "tabs.title": "Tabovi",
"toc.title": "Sadržaj" "toc.title": "Sadržaj",
"top.title": "Nazad na vrh" "top.title": "Nazad na vrh"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@@ -20,8 +20,9 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
% macro t(key) %}{{ { <!-- Translations: Serbian -->
"language": "sh", {% macro t(key) %}{{ {
"language": "sr",
"clipboard.copy": "Копирај у клипборд", "clipboard.copy": "Копирај у клипборд",
"clipboard.copied": "Ископирано у клипборд", "clipboard.copied": "Ископирано у клипборд",
"edit.link.title": "Ажурирај страницу", "edit.link.title": "Ажурирај страницу",
@@ -52,6 +53,6 @@
"source.file.date.updated": "Ажуриран", "source.file.date.updated": "Ажуриран",
"source.file.date.created": "Креиран", "source.file.date.created": "Креиран",
"tabs.title": "Табови", "tabs.title": "Табови",
"toc.title": "Садржај" "toc.title": "Садржај",
"top.title": "Назад на врх" "top.title": "Назад на врх"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}