mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
50 lines
2.4 KiB
HTML
50 lines
2.4 KiB
HTML
<!--
|
|
Copyright (c) 2016-2021 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: Bengali (Bangla) -->
|
|
{% macro t(key) %}{{ {
|
|
"language": "bn",
|
|
"clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
|
|
"clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
|
|
"edit.link.title": "এই পেজ এডিট করুন",
|
|
"footer.previous": "পূর্ববর্তী",
|
|
"footer.next": "পরে",
|
|
"footer.title": "ফুটার",
|
|
"header.title": "হেডার",
|
|
"meta.comments": "কমেন্ট",
|
|
"meta.source": "সোর্স",
|
|
"nav.title": "ন্যাভিগেশন",
|
|
"search.config.pipeline": " ",
|
|
"search.placeholder": "সার্চ",
|
|
"search.reset": "মুছে ফেলুন",
|
|
"search.result.placeholder": "সার্চ টাইপ করুন",
|
|
"search.result.none": "কিছু পাওয়া যায়নি",
|
|
"search.result.one": "১ টা ডকুমেন্ট",
|
|
"search.result.other": "# টা ডকুমেন্ট",
|
|
"skip.link.title": "কনটেন্টে যান",
|
|
"source.link.title": "রিপোজিটরিতে যান",
|
|
"source.revision.date": "শেষ আপডেট",
|
|
"source.revision.date_created": "তৈরি হয়েছে",
|
|
"tabs.title": "ট্যাব",
|
|
"toc.title": "টেবিল অফ কনটেন্ট"
|
|
}[key] }}{% endmacro %}
|