Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahim-Ferdous <fahimferdous1312@gmail.com>2022-07-11 17:00:59 +0300
committerGitHub <noreply@github.com>2022-07-11 17:00:59 +0300
commit8f5db7b70348d63e8129c2d316bc0bea8422131e (patch)
treebafa335ff338fed3cfd9aedcceb5a1e0442c37d0
parentf14c0760d3212ed4951986b7d6727e234b44f537 (diff)
Add BN locale (#267)
Co-authored-by: Fahim Ferdous <fahimferdous401@gmail.com>
-rw-r--r--i18n/bn.toml58
1 files changed, 58 insertions, 0 deletions
diff --git a/i18n/bn.toml b/i18n/bn.toml
new file mode 100644
index 0000000..c6784e5
--- /dev/null
+++ b/i18n/bn.toml
@@ -0,0 +1,58 @@
+[home]
+other = "হোম"
+
+[backToHome]
+other = "হোমে ফেরত"
+
+[flip]
+other = "ফ্লিপ!"
+
+[archives]
+other = "আর্কাইভ"
+
+[allTags]
+other = "সকল ট্যাগ"
+
+[tag]
+one = "একটি ট্যাগ"
+other = "{{ .Count }}টি ট্যাগ"
+
+[allCategories]
+other = "সকল ক্যাটাগরি"
+
+[category]
+one = "একটি ক্যাটাগরি"
+other = "{{ .Count }}টি ক্যাটাগরি"
+
+[article]
+one = "একটি আর্টিকেল"
+other = "{{ .Count }}টি আর্টিকেল"
+
+[group]
+one = "একটি গ্রুপ"
+other = "{{ .Count }}টি গ্রুপ"
+
+[socialLinks]
+other = "সোশাল লিঙ্কস"
+
+[minuteRead]
+one = " মিনিট"
+other = " মিনিট"
+
+[updateAt]
+other = "সর্বশেষ আপডেট"
+
+[noTag]
+other = "কোন ট্যাগ নেই"
+
+[prevPage]
+other = "আগের পেইজ"
+
+[nextPage]
+other = "পরের পেইজ"
+
+[saveAsImage]
+other = "ইমেজে সেইভ"
+
+[search]
+other = "সার্চ"