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
-#}
% macro t(key) %}{{ {
"language": "sh",
{% macro t(key) %}{{ {
"language": "sr",
"clipboard.copy": "Копирај у клипборд",
"clipboard.copied": "Ископирано у клипборд",
"edit.link.title": "Ажурирај страницу",

View File

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

View File

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