1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Added Macedonian translations

This commit is contained in:
squidfunk 2022-04-24 12:38:52 +02:00
parent 3dfa984248
commit e77aa0015a
5 changed files with 101 additions and 3 deletions

View File

@ -34,10 +34,8 @@ body:
"meta.comments": "Comments",
"meta.source": "Source",
"nav.title": "Navigation",
"search.config.lang": "en",
"search.config.pipeline": "trimmer, stopWordFilter",
"search.config.separator": "[\s\-]+",
"search.placeholder": "Search",
"search.share": "Share",
"search.reset": "Clear",
"search.result.initializer": "Initializing search",
"search.result.placeholder": "Type to start searching",
@ -47,6 +45,7 @@ body:
"search.result.more.one": "1 more on this page",
"search.result.more.other": "# more on this page",
"search.result.term.missing": "Missing",
"search.title": "Search",
"select.language.title": "Select language",
"select.version.title": "Select version",
"skip.link.title": "Skip to content",

View File

@ -220,6 +220,12 @@
"lv"
]
},
{
"title": "Site language: Macedonian",
"enum": [
"mk"
]
},
{
"title": "Site language: Mongolian",
"enum": [

View File

@ -63,6 +63,7 @@ The following languages are supported:
- `ka` Georgian
- `kr` Korean
- `lv` Latvian
- `mk` Macedonian
- `mn` Mongolian
- `ms` Bahasa Malaysia
- `my` Burmese

View File

@ -0,0 +1,36 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "mk",
"clipboard.copy": "Копирај во таблата",
"clipboard.copied": "Копирано",
"edit.link.title": "Уредете ја оваа страница",
"footer.previous": "Претходно",
"footer.next": "Следно",
"footer.title": "Подножје",
"header.title": "Заглавје",
"meta.comments": "Коментари",
"meta.source": "Извор",
"nav.title": "Наслов за навигација",
"search.config.lang": "ru",
"search.placeholder": "Пребарување",
"search.reset": "Чисти",
"search.result.initializer": "Иницијализирање на пребарувањето",
"search.result.placeholder": "Напишете за да започнете со пребарување",
"search.result.none": "Нема соодветни документи",
"search.result.one": "1 документ што се совпаѓа",
"search.result.other": "# соодветни документи",
"search.result.more.one": "Уште 1 на оваа страница",
"search.result.more.other": "Уште # на оваа страница",
"search.result.term.missing": "Недостасува",
"select.language.title": "Изберете јазик",
"select.version.title": "Изберете верзија",
"skip.link.title": "Прескокнете до содржината",
"source.link.title": "Одете до складиштето",
"source.file.date.updated": "Последно ажурирање",
"source.file.date.created": "Создаден",
"tabs.title": "Јазичиња",
"toc.title": "Содржина",
"top.title": "Вратете се на почетокот"
}[key] }}{% endmacro %}

View File

@ -0,0 +1,56 @@
<!--
Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Translations: Mavcedonian -->
{% macro t(key) %}{{ {
"language": "mk",
"clipboard.copy": "Копирај во таблата",
"clipboard.copied": "Копирано",
"edit.link.title": "Уредете ја оваа страница",
"footer.previous": "Претходно",
"footer.next": "Следно",
"footer.title": "Подножје",
"header.title": "Заглавје",
"meta.comments": "Коментари",
"meta.source": "Извор",
"nav.title": "Наслов за навигација",
"search.config.lang": "ru",
"search.placeholder": "Пребарување",
"search.reset": "Чисти",
"search.result.initializer": "Иницијализирање на пребарувањето",
"search.result.placeholder": "Напишете за да започнете со пребарување",
"search.result.none": "Нема соодветни документи",
"search.result.one": "1 документ што се совпаѓа",
"search.result.other": "# соодветни документи",
"search.result.more.one": "Уште 1 на оваа страница",
"search.result.more.other": "Уште # на оваа страница",
"search.result.term.missing": "Недостасува",
"select.language.title": "Изберете јазик",
"select.version.title": "Изберете верзија",
"skip.link.title": "Прескокнете до содржината",
"source.link.title": "Одете до складиштето",
"source.file.date.updated": "Последно ажурирање",
"source.file.date.created": "Создаден",
"tabs.title": "Јазичиња",
"toc.title": "Содржина",
"top.title": "Вратете се на почетокот"
}[key] }}{% endmacro %}