mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated Azerbaijani translations
Co-authored-by: computerbox124 <63882460+computerbox124@users.noreply.github.com>
This commit is contained in:
parent
cfd1b6c4ef
commit
ff3a8ff19a
@ -126,6 +126,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
|
|||||||
# Map ISO 639-1 (languages) to ISO 3166 (countries)
|
# Map ISO 639-1 (languages) to ISO 3166 (countries)
|
||||||
countries = dict({
|
countries = dict({
|
||||||
"af": "za",
|
"af": "za",
|
||||||
|
"az": "az",
|
||||||
"ar": "ae",
|
"ar": "ae",
|
||||||
"be": "by",
|
"be": "by",
|
||||||
"bg": "bg",
|
"bg": "bg",
|
||||||
|
53
material/templates/partials/languages/az.html
Normal file
53
material/templates/partials/languages/az.html
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{#-
|
||||||
|
This file was automatically generated - do not edit
|
||||||
|
-#}
|
||||||
|
{% macro t(key) %}{{ {
|
||||||
|
"language": "az",
|
||||||
|
"action.edit": "Bu səhifəni redaktə eləmək",
|
||||||
|
"action.skip": "Məzmuna keçin",
|
||||||
|
"action.view": "Bu səhifənin mənbəyinə baxın",
|
||||||
|
"announce.dismiss": "Bunu bir daha göstərməyin",
|
||||||
|
"blog.archive": "Arxiv",
|
||||||
|
"blog.categories": "Kateqoriyalar",
|
||||||
|
"blog.continue": "Oxumağa davam etmək",
|
||||||
|
"blog.draft": "Qaralama",
|
||||||
|
"blog.index": "İndeksə qayıtmaq",
|
||||||
|
"blog.meta": "Metadata",
|
||||||
|
"blog.references": "Əlaqədar bağlantılar",
|
||||||
|
"clipboard.copy": "Mübadilə buferə kopyalayın",
|
||||||
|
"clipboard.copied": "Mübadilə buferə kopyalanıb",
|
||||||
|
"consent.accept": "Qəbul etmək",
|
||||||
|
"consent.manage": "Parametrləri idarə edin",
|
||||||
|
"consent.reject": "Qəbul eləməmək",
|
||||||
|
"footer.next": "Növbəti",
|
||||||
|
"footer.previous": "Əvvəlki",
|
||||||
|
"header": "Başlıq",
|
||||||
|
"meta.comments": "Şərhlər",
|
||||||
|
"meta.source": "Mənbə",
|
||||||
|
"nav": "Navigasiya",
|
||||||
|
"readtime.one": "1 dəqiqəyə oxumaq",
|
||||||
|
"readtime.other": "# dəqiqəyə oxumaq",
|
||||||
|
"rss.created": "RSS lenti",
|
||||||
|
"rss.updated": "Yenilənmiş məzmunun RSS lenti",
|
||||||
|
"search": "Axtarmaq",
|
||||||
|
"search.placeholder": "Axtarmaq",
|
||||||
|
"search.share": "Paylaşmaq",
|
||||||
|
"search.reset": "Silmək",
|
||||||
|
"search.result.initializer": "Axtarış işə salınır",
|
||||||
|
"search.result.placeholder": "Axtarmağa başlamaq üçün yazın",
|
||||||
|
"search.result.none": "Uyğun sənədlər yoxdur",
|
||||||
|
"search.result.one": "1 dənə uyğun nəticə var",
|
||||||
|
"search.result.other": "# dənə uyğun nəticə var",
|
||||||
|
"search.result.more.one": "Bu səhifədə daha 1 dənə",
|
||||||
|
"search.result.more.other": "Bu səhifədə daha # dənə",
|
||||||
|
"search.result.term.missing": "İtkin",
|
||||||
|
"select.language": "Dili seçmək",
|
||||||
|
"select.version": "Versiyanı seçmək",
|
||||||
|
"source": "Repositoriyaya baxmaq",
|
||||||
|
"source.file.contributors": "Töhfəçilər",
|
||||||
|
"source.file.date.created": "Yaradılmışdır",
|
||||||
|
"source.file.date.updated": "Son yeniləmə",
|
||||||
|
"tabs": "Nişanlar",
|
||||||
|
"toc": "Mündəricat",
|
||||||
|
"top": "Yuxarıya qayıtmaq"
|
||||||
|
}[key] }}{% endmacro %}
|
@ -126,6 +126,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
|
|||||||
# Map ISO 639-1 (languages) to ISO 3166 (countries)
|
# Map ISO 639-1 (languages) to ISO 3166 (countries)
|
||||||
countries = dict({
|
countries = dict({
|
||||||
"af": "za",
|
"af": "za",
|
||||||
|
"az": "az",
|
||||||
"ar": "ae",
|
"ar": "ae",
|
||||||
"be": "by",
|
"be": "by",
|
||||||
"bg": "bg",
|
"bg": "bg",
|
||||||
|
73
src/templates/partials/languages/az.html
Normal file
73
src/templates/partials/languages/az.html
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
<!--
|
||||||
|
Copyright (c) 2016-2023 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: Azerbaijani -->
|
||||||
|
{% macro t(key) %}{{ {
|
||||||
|
"language": "az",
|
||||||
|
"action.edit": "Bu səhifəni redaktə eləmək",
|
||||||
|
"action.skip": "Məzmuna keçin",
|
||||||
|
"action.view": "Bu səhifənin mənbəyinə baxın",
|
||||||
|
"announce.dismiss": "Bunu bir daha göstərməyin",
|
||||||
|
"blog.archive": "Arxiv",
|
||||||
|
"blog.categories": "Kateqoriyalar",
|
||||||
|
"blog.continue": "Oxumağa davam etmək",
|
||||||
|
"blog.draft": "Qaralama",
|
||||||
|
"blog.index": "İndeksə qayıtmaq",
|
||||||
|
"blog.meta": "Metadata",
|
||||||
|
"blog.references": "Əlaqədar bağlantılar",
|
||||||
|
"clipboard.copy": "Mübadilə buferə kopyalayın",
|
||||||
|
"clipboard.copied": "Mübadilə buferə kopyalanıb",
|
||||||
|
"consent.accept": "Qəbul etmək",
|
||||||
|
"consent.manage": "Parametrləri idarə edin",
|
||||||
|
"consent.reject": "Qəbul eləməmək",
|
||||||
|
"footer.next": "Növbəti",
|
||||||
|
"footer.previous": "Əvvəlki",
|
||||||
|
"header": "Başlıq",
|
||||||
|
"meta.comments": "Şərhlər",
|
||||||
|
"meta.source": "Mənbə",
|
||||||
|
"nav": "Navigasiya",
|
||||||
|
"readtime.one": "1 dəqiqəyə oxumaq",
|
||||||
|
"readtime.other": "# dəqiqəyə oxumaq",
|
||||||
|
"rss.created": "RSS lenti",
|
||||||
|
"rss.updated": "Yenilənmiş məzmunun RSS lenti",
|
||||||
|
"search": "Axtarmaq",
|
||||||
|
"search.placeholder": "Axtarmaq",
|
||||||
|
"search.share": "Paylaşmaq",
|
||||||
|
"search.reset": "Silmək",
|
||||||
|
"search.result.initializer": "Axtarış işə salınır",
|
||||||
|
"search.result.placeholder": "Axtarmağa başlamaq üçün yazın",
|
||||||
|
"search.result.none": "Uyğun sənədlər yoxdur",
|
||||||
|
"search.result.one": "1 dənə uyğun nəticə var",
|
||||||
|
"search.result.other": "# dənə uyğun nəticə var",
|
||||||
|
"search.result.more.one": "Bu səhifədə daha 1 dənə",
|
||||||
|
"search.result.more.other": "Bu səhifədə daha # dənə",
|
||||||
|
"search.result.term.missing": "İtkin",
|
||||||
|
"select.language": "Dili seçmək",
|
||||||
|
"select.version": "Versiyanı seçmək",
|
||||||
|
"source": "Repositoriyaya baxmaq",
|
||||||
|
"source.file.contributors": "Töhfəçilər",
|
||||||
|
"source.file.date.created": "Yaradılmışdır",
|
||||||
|
"source.file.date.updated": "Son yeniləmə",
|
||||||
|
"tabs": "Nişanlar",
|
||||||
|
"toc": "Mündəricat",
|
||||||
|
"top": "Yuxarıya qayıtmaq"
|
||||||
|
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user