mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
#5441: adds translations for Sanskrit
This commit is contained in:
parent
b9db2f734c
commit
45d0679fee
@ -83,6 +83,7 @@ The following configuration options are supported:
|
||||
- `pt` – Portuguese
|
||||
- `ro` – Romanian
|
||||
- `ru` – Russian
|
||||
- `sa` – Sanskrit
|
||||
- `sv` – Swedish
|
||||
- `ta` – Tamil
|
||||
- `th` – Thai
|
||||
|
@ -167,6 +167,7 @@ countries = dict({
|
||||
"pt": "pt",
|
||||
"ro": "ro",
|
||||
"ru": "ru",
|
||||
"sa": "in",
|
||||
"sh": "rs",
|
||||
"si": "lk",
|
||||
"sk": "sk",
|
||||
|
58
material/partials/languages/sa.html
Normal file
58
material/partials/languages/sa.html
Normal file
@ -0,0 +1,58 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "sa",
|
||||
"action.edit": "एतत् पृष्ठं सम्पादयतु",
|
||||
"action.skip": "सामग्रीं त्यजन्तु",
|
||||
"action.view": "अस्य पृष्ठस्य स्रोतः पश्यन्तु",
|
||||
"announce.dismiss": "एतत् पुनः न दर्शयतु",
|
||||
"blog.archive": "लेखागार",
|
||||
"blog.categories": "श्रेणियाँ",
|
||||
"blog.categories.in": "इत्यस्मिन्",
|
||||
"blog.continue": "पठनं निरन्तरं कुर्वन्तु",
|
||||
"blog.draft": "प्रारूप",
|
||||
"blog.index": "अनुक्रमणिकां प्रति पुनः आगच्छन्तु",
|
||||
"blog.meta": "परिदत्तांश",
|
||||
"blog.references": "सन्दर्भाः",
|
||||
"clipboard.copy": "एतत् प्रतिलिख्यताम्",
|
||||
"clipboard.copied": "प्रतिलिपितः भवति",
|
||||
"consent.accept": "अहं तत् स्वीकुर्वन् अस्मि",
|
||||
"consent.manage": "वविन्यासं प्रबन्धयन्तु",
|
||||
"consent.reject": "अहं तत् निराकरोमि",
|
||||
"footer": "पादलेखः",
|
||||
"footer.next": "अग्रिमः",
|
||||
"footer.previous": "पूर्वकृत",
|
||||
"header": "शीर्षकम्",
|
||||
"meta.comments": "विचाराः",
|
||||
"meta.source": "स्रोतः",
|
||||
"nav": "मार्गदर्शनम्",
|
||||
"readtime.one": "१ निमेषं पठितुं",
|
||||
"readtime.other": "# निमेषं पठितुं",
|
||||
"rss.created": "आरएसएस सेवा",
|
||||
"rss.updated": "आरएसएस सेवातः नवीनतमं अद्यतनम्",
|
||||
"search": "अन्वेषण",
|
||||
"search.config.lang": "sa",
|
||||
"search.config.pipeline": "stopWordFilter",
|
||||
"search.config.separator": "[\\s\\-]+",
|
||||
"search.placeholder": "अन्वेषण",
|
||||
"search.share": "साझां कुर्वन्तु",
|
||||
"search.reset": "तत् स्वच्छं कुर्वन्तु",
|
||||
"search.result.initializer": "अन्वेषणस्य आरम्भः",
|
||||
"search.result.placeholder": "अन्वेषणं आरभ्य लिखन्तु",
|
||||
"search.result.none": "मेलयुक्ताः दस्तावेजाः नास्ति",
|
||||
"search.result.one": "१ मेलकर्ता दस्तावेजः अस्ति",
|
||||
"search.result.other": "# मेलनदस्तावेजाः सन्ति",
|
||||
"search.result.more.one": "अस्मिन् पृष्ठे १ अधिकं अस्ति",
|
||||
"search.result.more.other": "अस्मिन् पृष्ठे # अधिकाः सन्ति",
|
||||
"search.result.term.missing": "असमेत",
|
||||
"select.language": "भाषां चिनोतु",
|
||||
"select.version": "संस्करणं चिनोतु",
|
||||
"source": "भण्डारं गच्छन्तु",
|
||||
"source.file.contributors": "अंशदाता",
|
||||
"source.file.date.created": "ननिर्माणस्य तिथिः",
|
||||
"source.file.date.updated": "परिवर्तनस्य तिथिः",
|
||||
"tabs": "दस्तावेजस्य प्रमुखः",
|
||||
"toc": "सामग्रीसारणी",
|
||||
"top": "पुनः उपरिभागं प्रति गच्छन्तु"
|
||||
}[key] }}{% endmacro %}
|
@ -167,6 +167,7 @@ countries = dict({
|
||||
"pt": "pt",
|
||||
"ro": "ro",
|
||||
"ru": "ru",
|
||||
"sa": "in",
|
||||
"sh": "rs",
|
||||
"si": "lk",
|
||||
"sk": "sk",
|
||||
|
78
src/partials/languages/sa.html
Normal file
78
src/partials/languages/sa.html
Normal file
@ -0,0 +1,78 @@
|
||||
<!--
|
||||
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: Sanskrit -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "sa",
|
||||
"action.edit": "एतत् पृष्ठं सम्पादयतु",
|
||||
"action.skip": "सामग्रीं त्यजन्तु",
|
||||
"action.view": "अस्य पृष्ठस्य स्रोतः पश्यन्तु",
|
||||
"announce.dismiss": "एतत् पुनः न दर्शयतु",
|
||||
"blog.archive": "लेखागार",
|
||||
"blog.categories": "श्रेणियाँ",
|
||||
"blog.categories.in": "इत्यस्मिन्",
|
||||
"blog.continue": "पठनं निरन्तरं कुर्वन्तु",
|
||||
"blog.draft": "प्रारूप",
|
||||
"blog.index": "अनुक्रमणिकां प्रति पुनः आगच्छन्तु",
|
||||
"blog.meta": "परिदत्तांश",
|
||||
"blog.references": "सन्दर्भाः",
|
||||
"clipboard.copy": "एतत् प्रतिलिख्यताम्",
|
||||
"clipboard.copied": "प्रतिलिपितः भवति",
|
||||
"consent.accept": "अहं तत् स्वीकुर्वन् अस्मि",
|
||||
"consent.manage": "वविन्यासं प्रबन्धयन्तु",
|
||||
"consent.reject": "अहं तत् निराकरोमि",
|
||||
"footer": "पादलेखः",
|
||||
"footer.next": "अग्रिमः",
|
||||
"footer.previous": "पूर्वकृत",
|
||||
"header": "शीर्षकम्",
|
||||
"meta.comments": "विचाराः",
|
||||
"meta.source": "स्रोतः",
|
||||
"nav": "मार्गदर्शनम्",
|
||||
"readtime.one": "१ निमेषं पठितुं",
|
||||
"readtime.other": "# निमेषं पठितुं",
|
||||
"rss.created": "आरएसएस सेवा",
|
||||
"rss.updated": "आरएसएस सेवातः नवीनतमं अद्यतनम्",
|
||||
"search": "अन्वेषण",
|
||||
"search.config.lang": "sa",
|
||||
"search.config.pipeline": "stopWordFilter",
|
||||
"search.config.separator": "[\\s\\-]+",
|
||||
"search.placeholder": "अन्वेषण",
|
||||
"search.share": "साझां कुर्वन्तु",
|
||||
"search.reset": "तत् स्वच्छं कुर्वन्तु",
|
||||
"search.result.initializer": "अन्वेषणस्य आरम्भः",
|
||||
"search.result.placeholder": "अन्वेषणं आरभ्य लिखन्तु",
|
||||
"search.result.none": "मेलयुक्ताः दस्तावेजाः नास्ति",
|
||||
"search.result.one": "१ मेलकर्ता दस्तावेजः अस्ति",
|
||||
"search.result.other": "# मेलनदस्तावेजाः सन्ति",
|
||||
"search.result.more.one": "अस्मिन् पृष्ठे १ अधिकं अस्ति",
|
||||
"search.result.more.other": "अस्मिन् पृष्ठे # अधिकाः सन्ति",
|
||||
"search.result.term.missing": "असमेत",
|
||||
"select.language": "भाषां चिनोतु",
|
||||
"select.version": "संस्करणं चिनोतु",
|
||||
"source": "भण्डारं गच्छन्तु",
|
||||
"source.file.contributors": "अंशदाता",
|
||||
"source.file.date.created": "ननिर्माणस्य तिथिः",
|
||||
"source.file.date.updated": "परिवर्तनस्य तिथिः",
|
||||
"tabs": "दस्तावेजस्य प्रमुखः",
|
||||
"toc": "सामग्रीसारणी",
|
||||
"top": "पुनः उपरिभागं प्रति गच्छन्तु"
|
||||
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user