mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-15 03:17:40 +01:00
Merge pull request #5494 from Almas-Ali/master
Added missing bangla languages in bn.html.
This commit is contained in:
commit
463616ed46
@ -1,49 +1,76 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
deal in the Software without restriction, including without limitation the
|
deal in the Software without restriction, including without limitation the
|
||||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
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
|
sell copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
The above copyright notice and this permission notice shall be included in
|
||||||
all copies or substantial portions of the Software.
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
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
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
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
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
IN THE SOFTWARE.
|
IN THE SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Translations: Bengali (Bangla) -->
|
<!-- Translations: Bengali (Bangla) -->
|
||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "bn",
|
"language": "bn",
|
||||||
"action.edit": "এই পেজ এডিট করুন",
|
"action.edit": "এই পেজ এডিট করুন",
|
||||||
"action.skip": "কনটেন্টে যান",
|
"action.skip": "কনটেন্টে যান",
|
||||||
"clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
|
"action.view": "পেজের ভিউ ⬅️",
|
||||||
"clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
|
"announce.dismiss": "আর কখনো দেখাবে না ⬅️",
|
||||||
"footer": "ফুটার",
|
"blog.archive": "সংরক্ষণাগার ⬅️",
|
||||||
"footer.next": "পরে",
|
"blog.categories": "বিভাগ ⬅️",
|
||||||
"footer.previous": "পূর্ববর্তী",
|
"blog.categories.in": "বিভাগের মধ্যে ⬅️",
|
||||||
"header": "হেডার",
|
"blog.continue": "পড়তে থাকুন ⬅️",
|
||||||
"meta.comments": "কমেন্ট",
|
"blog.draft": "খসড়া ⬅️",
|
||||||
"meta.source": "সোর্স",
|
"blog.index": "ইনডেক্সে ফিরে যান ⬅️",
|
||||||
"nav": "ন্যাভিগেশন",
|
"blog.meta": "মেটাডেটা ⬅️",
|
||||||
"search.config.pipeline": " ",
|
"blog.references": "সম্পর্কিত লিংক ⬅️",
|
||||||
"search.placeholder": "সার্চ",
|
"clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
|
||||||
"search.reset": "মুছে ফেলুন",
|
"clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
|
||||||
"search.result.placeholder": "সার্চ টাইপ করুন",
|
"consent.accept": "গ্রহণ ⬅️",
|
||||||
"search.result.none": "কিছু পাওয়া যায়নি",
|
"consent.manage": "সেটিংস ব্যবস্থাপনা ⬅️",
|
||||||
"search.result.one": "১ টা ডকুমেন্ট",
|
"consent.reject": "প্রত্যাখ্যান ⬅️",
|
||||||
"search.result.other": "# টা ডকুমেন্ট",
|
"footer": "ফুটার",
|
||||||
"source": "রিপোজিটরিতে যান",
|
"footer.next": "পরে",
|
||||||
"source.file.date.created": "তৈরি হয়েছে",
|
"footer.previous": "পূর্ববর্তী",
|
||||||
"source.file.date.updated": "শেষ আপডেট",
|
"header": "হেডার",
|
||||||
"tabs": "ট্যাব",
|
"meta.comments": "মন্তব্য",
|
||||||
"toc": "টেবিল অফ কনটেন্ট"
|
"meta.source": "উৎস",
|
||||||
}[key] }}{% endmacro %}
|
"nav": "ন্যাভিগেশন",
|
||||||
|
"readtime.one": "১ মিনিট পড়া ⬅️",
|
||||||
|
"readtime.other": "# মিনিট পড়া ⬅️",
|
||||||
|
"rss.created": "আরএসএস ফিড ⬅️",
|
||||||
|
"rss.updated": "আপডেট করা বিষয়বস্তুর আরএসএস ফিড ⬅️",
|
||||||
|
"search": "অনুসন্ধান করুন ⬅️",
|
||||||
|
"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