mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-03 11:18:36 -04:00
Added Hindi and Czech translations
This commit is contained in:
43
src/partials/language/cs.html
Normal file
43
src/partials/language/cs.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!--
|
||||
Copyright (c) 2016-2018 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: Czech -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "cs",
|
||||
"clipboard.copy": "Kopírovat do schránky",
|
||||
"clipboard.copied": "Zkopírováno do schránky",
|
||||
"edit.link.title": "Upravit tuto stránku",
|
||||
"footer.previous": "Předchozí",
|
||||
"footer.next": "Další",
|
||||
"meta.comments": "Komentáře",
|
||||
"meta.source": "Zdroj",
|
||||
"search.language": "ro",
|
||||
"search.placeholder": "Hledat",
|
||||
"search.result.placeholder": "Pište co se má vyhledat",
|
||||
"search.result.none": "Nenalezeny žádné dokumenty",
|
||||
"search.result.one": "Nalezený dokument: 1",
|
||||
"search.result.other": "Nalezené dokumenty: #",
|
||||
"search.tokenizer": "[\s\-]+",
|
||||
"skip.link.title": "Přeskočit obsah",
|
||||
"source.link.title": "Přejít do repozitáře",
|
||||
"toc.title": "Obsah"
|
||||
}[key] }}{% endmacro %}
|
||||
45
src/partials/language/hi.html
Normal file
45
src/partials/language/hi.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!--
|
||||
Copyright (c) 2016-2018 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: Hindi -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "hi",
|
||||
"clipboard.copy": "क्लिपबोर्ड पर कॉपी करें",
|
||||
"clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया",
|
||||
"edit.link.title": "इस पृष्ठ को संपादित करें",
|
||||
"footer.previous": "पिछला",
|
||||
"footer.next": "आगामी",
|
||||
"meta.comments": "टिप्पणियाँ",
|
||||
"meta.source": "स्रोत",
|
||||
"search.language": "",
|
||||
"search.pipeline.stopwords": false,
|
||||
"search.pipeline.trimmer": false,
|
||||
"search.placeholder": "खोज",
|
||||
"search.result.placeholder": "खोज शुरू करने के लिए टाइप करें",
|
||||
"search.result.none": "कोई मिलान डॉक्यूमेंट नहीं",
|
||||
"search.result.one": "1 मिलान डॉक्यूमेंट",
|
||||
"search.result.other": "# मिलान डाक्यूमेंट्स",
|
||||
"search.tokenizer": "[\s\-]+",
|
||||
"skip.link.title": "विषय पर बढ़ें",
|
||||
"source.link.title": "रिपॉजिटरी पर जाएं",
|
||||
"toc.title": "विषय - सूची"
|
||||
}[key] }}{% endmacro %}
|
||||
Reference in New Issue
Block a user