1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Added Uzbek translations

This commit is contained in:
squidfunk 2022-05-14 09:47:20 +02:00
parent 33e65f7c70
commit ec441cdabe
5 changed files with 99 additions and 2 deletions

View File

@ -84,6 +84,7 @@ The following languages are supported:
- `th` Thai
- `tr` Turkish
- `uk` Ukrainian
- `uz` Uzbek
- `vi` Vietnamese
- `zh` Chinese (Simplified)
- `zh-Hant` Chinese (Traditional)

View File

@ -0,0 +1,38 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "uz",
"clipboard.copy": "Buferga nusxalash",
"clipboard.copied": "Buferga nusxalandi",
"edit.link.title": "Ushbu sahifani tahrirlash",
"footer.previous": "Oldingi sahifa",
"footer.next": "Keyingi sahifa",
"footer.title": "Pastgi qism",
"header.title": "Sarlavha",
"meta.comments": "Izohlar",
"meta.source": "Manba",
"nav.title": "Navigatsiya",
"search.config.lang": "tr",
"search.placeholder": "Qidirish",
"search.share": "Ulashish",
"search.reset": "Tozalash",
"search.result.initializer": "Qidiruv ishga tushirilmoqda",
"search.result.placeholder": "Qidiruvni boshlash uchun kiriting",
"search.result.none": "Mos natijalar yo'q",
"search.result.one": "1 ta mos natija",
"search.result.other": "# ta mos keladigan natijalar",
"search.result.more.one": "Ushbu sahifada yana 1 ta natija",
"search.result.more.other": "Bu sahifada yana # ta natija",
"search.result.term.missing": "To'ldirilmagan",
"search.title": "Qidirish",
"select.language.title": "Tilni tanlang",
"select.version.title": "Versiyani tanlang",
"skip.link.title": "Tarkibga o'tish",
"source.link.title": "Repozitoriyga o'tish",
"source.file.date.updated": "Oxirgi yangilanish",
"source.file.date.created": "Yaratildi",
"tabs.title": "Yorliqlar",
"toc.title": "Mundarija",
"top.title": "Yuqoriga qaytish"
}[key] }}{% endmacro %}

View File

@ -12,7 +12,7 @@
"meta.source": "來源",
"search.config.lang": "ja",
"search.config.pipeline": "trimmer, stemmer",
"search.config.separator": "[\\\\。]+",
"search.config.separator": "[\\s\\-。]+",
"search.placeholder": "搜尋",
"search.result.initializer": "正在初始化搜尋引擎",
"search.result.placeholder": "鍵入以開始檢索",

View File

@ -16,7 +16,7 @@
"nav.title": "导航栏",
"search.config.lang": "ja",
"search.config.pipeline": "trimmer, stemmer",
"search.config.separator": "[\\\\。]+",
"search.config.separator": "[\\s\\-。]+",
"search.placeholder": "搜索",
"search.share": "分享",
"search.reset": "清空当前内容",

View File

@ -0,0 +1,58 @@
<!--
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: Uzbek -->
{% macro t(key) %}{{ {
"language": "uz",
"clipboard.copy": "Buferga nusxalash",
"clipboard.copied": "Buferga nusxalandi",
"edit.link.title": "Ushbu sahifani tahrirlash",
"footer.previous": "Oldingi sahifa",
"footer.next": "Keyingi sahifa",
"footer.title": "Pastgi qism",
"header.title": "Sarlavha",
"meta.comments": "Izohlar",
"meta.source": "Manba",
"nav.title": "Navigatsiya",
"search.config.lang": "tr",
"search.placeholder": "Qidirish",
"search.share": "Ulashish",
"search.reset": "Tozalash",
"search.result.initializer": "Qidiruv ishga tushirilmoqda",
"search.result.placeholder": "Qidiruvni boshlash uchun kiriting",
"search.result.none": "Mos natijalar yo'q",
"search.result.one": "1 ta mos natija",
"search.result.other": "# ta mos keladigan natijalar",
"search.result.more.one": "Ushbu sahifada yana 1 ta natija",
"search.result.more.other": "Bu sahifada yana # ta natija",
"search.result.term.missing": "To'ldirilmagan",
"search.title": "Qidirish",
"select.language.title": "Tilni tanlang",
"select.version.title": "Versiyani tanlang",
"skip.link.title": "Tarkibga o'tish",
"source.link.title": "Repozitoriyga o'tish",
"source.file.date.updated": "Oxirgi yangilanish",
"source.file.date.created": "Yaratildi",
"tabs.title": "Yorliqlar",
"toc.title": "Mundarija",
"top.title": "Yuqoriga qaytish"
}[key] }}{% endmacro %}