mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
4be110e540
* Add link to navbar sections and refactor names * Prevent duplicate tags and categories information * Add style to the widget links * refactor: add `taxonomy` widget Replaces `categories` and `tag-cloud` widget. * style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
toggleMenu: টগল মেনু
|
|
|
|
darkMode: ডার্ক মোড
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} পাতা"
|
|
other: "{{ .Count }} পাতা"
|
|
|
|
section: অনুচ্ছেদ
|
|
|
|
subsection:
|
|
one: উপ-অনুচ্ছেদ
|
|
other: উপ-অনুচ্ছেদ
|
|
|
|
article:
|
|
back: পেছনে
|
|
|
|
tableOfContents: সূচিপত্র
|
|
|
|
relatedContent: সম্পর্কিত বিষয়বস্তু
|
|
|
|
lastUpdatedOn: সর্বশেষ আপডেট করা হয়েছে
|
|
|
|
readingTime:
|
|
one: "{{ .Count }} মিনিটে পড়া যাবে"
|
|
other: "{{ .Count }} মিনিটে পড়া যাবে"
|
|
|
|
notFound:
|
|
title: পাওয়া যায়নি
|
|
|
|
subtitle: এই পাতাটি বিদ্যমান নেই
|
|
|
|
widget:
|
|
archives:
|
|
title: আর্কাইভ
|
|
more: আরও
|
|
|
|
search:
|
|
title: অনুসন্ধান
|
|
|
|
placeholder: কিছু টাইপ করুন...
|
|
|
|
resultTitle: "#PAGES_COUNT পাতা (#TIME_SECONDS সেকেন্ড)"
|
|
|
|
footer:
|
|
builtWith: "{{ .Generator }} দিয়ে নির্মিত"
|
|
designedBy: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|