mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Serbian translations
This commit is contained in:
parent
c037a0e35e
commit
32ab26a664
File diff suppressed because one or more lines are too long
@ -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": "Ажурирај страницу",
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user