refactor(i18n): simplify the structure of the translation file
This commit is contained in:
+18
-48
@@ -1,73 +1,43 @@
|
||||
toggleMenu:
|
||||
other: টগল মেনু
|
||||
toggleMenu: টগল মেনু
|
||||
|
||||
darkMode:
|
||||
other: ডার্ক মোড
|
||||
darkMode: ডার্ক মোড
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} পৃষ্ঠা"
|
||||
other: "{{ .Count }} পৃষ্ঠা"
|
||||
|
||||
section:
|
||||
other: অনুচ্ছেদ
|
||||
|
||||
section: অনুচ্ছেদ
|
||||
subsection:
|
||||
one: উপঅনুচ্ছেদ
|
||||
other: উপঅনুচ্ছেদ
|
||||
|
||||
article:
|
||||
back:
|
||||
other: পেছনে যান
|
||||
|
||||
tableOfContents:
|
||||
other: সূচিপত্র
|
||||
|
||||
relatedContent:
|
||||
other: সম্পর্কিত বিষয়বস্তু
|
||||
|
||||
lastUpdatedOn:
|
||||
other: শেষ হালনাগাদ করা হয়েছে
|
||||
|
||||
back: পেছনে যান
|
||||
tableOfContents: সূচিপত্র
|
||||
relatedContent: সম্পর্কিত বিষয়বস্তু
|
||||
lastUpdatedOn: শেষ হালনাগাদ করা হয়েছে
|
||||
readingTime:
|
||||
one: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
other: "{{ .Count }} মিনিটে পড়া যাবে"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: পাওয়া যায়নি
|
||||
|
||||
subtitle:
|
||||
other: এই পৃষ্ঠাটি বিদ্যমান নেই
|
||||
title: পাওয়া যায়নি
|
||||
subtitle: এই পৃষ্ঠাটি বিদ্যমান নেই
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title:
|
||||
other: আর্কাইভ
|
||||
|
||||
more:
|
||||
other: আরও
|
||||
|
||||
title: আর্কাইভ
|
||||
more: আরও
|
||||
tagCloud:
|
||||
title:
|
||||
other: ট্যাগ
|
||||
title: ট্যাগ
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: বিভাগ
|
||||
title: বিভাগ
|
||||
|
||||
search:
|
||||
title:
|
||||
other: অনুসন্ধান
|
||||
|
||||
placeholder:
|
||||
other: কিছু টাইপ করুন...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT পৃষ্ঠা (#TIME_SECONDS সেকেন্ড)"
|
||||
title: অনুসন্ধান
|
||||
placeholder: কিছু টাইপ করুন...
|
||||
resultTitle: "#PAGES_COUNT পৃষ্ঠা (#TIME_SECONDS সেকেন্ড)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: "{{ .Generator }} দিয়ে নির্মিত"
|
||||
|
||||
designedBy:
|
||||
other: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|
||||
builtWith: "{{ .Generator }} দিয়ে নির্মিত"
|
||||
designedBy: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"
|
||||
|
||||
Reference in New Issue
Block a user