mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
feat(i18n): add Bengali translation (#625)
This commit is contained in:
parent
9eec31f0b6
commit
49c0a2bc56
2 changed files with 75 additions and 2 deletions
|
@ -26,7 +26,7 @@ disqusShortname: hugo-theme-stack
|
||||||
googleAnalytics:
|
googleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: ar, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
|
# Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
|
||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
|
|
||||||
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
||||||
|
|
73
i18n/bn.yaml
Normal file
73
i18n/bn.yaml
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
toggleMenu:
|
||||||
|
other: টগল মেনু
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: ডার্ক মোড
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "{{ .Count }} পৃষ্ঠা"
|
||||||
|
other: "{{ .Count }} পৃষ্ঠা"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: অনুচ্ছেদ
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: উপঅনুচ্ছেদ
|
||||||
|
other: উপঅনুচ্ছেদ
|
||||||
|
|
||||||
|
article:
|
||||||
|
back:
|
||||||
|
other: পেছনে যান
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: সূচিপত্র
|
||||||
|
|
||||||
|
relatedContent:
|
||||||
|
other: সম্পর্কিত বিষয়বস্তু
|
||||||
|
|
||||||
|
lastUpdatedOn:
|
||||||
|
other: শেষ হালনাগাদ করা হয়েছে
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||||
|
other: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||||
|
|
||||||
|
notFound:
|
||||||
|
title:
|
||||||
|
other: পাওয়া যায়নি
|
||||||
|
|
||||||
|
subtitle:
|
||||||
|
other: এই পৃষ্ঠাটি বিদ্যমান নেই
|
||||||
|
|
||||||
|
widget:
|
||||||
|
archives:
|
||||||
|
title:
|
||||||
|
other: আর্কাইভ
|
||||||
|
|
||||||
|
more:
|
||||||
|
other: আরও
|
||||||
|
|
||||||
|
tagCloud:
|
||||||
|
title:
|
||||||
|
other: ট্যাগ
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: বিভাগ
|
||||||
|
|
||||||
|
search:
|
||||||
|
title:
|
||||||
|
other: অনুসন্ধান
|
||||||
|
|
||||||
|
placeholder:
|
||||||
|
other: কিছু টাইপ করুন...
|
||||||
|
|
||||||
|
resultTitle:
|
||||||
|
other: "#PAGES_COUNT পৃষ্ঠা (#TIME_SECONDS সেকেন্ড)"
|
||||||
|
|
||||||
|
footer:
|
||||||
|
builtWith:
|
||||||
|
other: "{{ .Generator }} দিয়ে নির্মিত"
|
||||||
|
|
||||||
|
designedBy:
|
||||||
|
other: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|
Loading…
Reference in a new issue