From b78008532f09dce26018ea7ea544f0e40d36756d Mon Sep 17 00:00:00 2001
From: Md Jawad Noor Asif <jawad.asif.bd@gmail.com>
Date: Mon, 09 Jan 2023 22:12:52 +0000
Subject: [PATCH] feat: Added Bangla translations (#266)

---
 i18n/bn.toml |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/i18n/bn.toml b/i18n/bn.toml
new file mode 100644
index 0000000..2d3acfb
--- /dev/null
+++ b/i18n/bn.toml
@@ -0,0 +1,65 @@
+[404_message]
+other = "এই পাতাটি নেই (অথবা ব্যক্তিগত)"
+
+[404_back]
+other = "↳ হোম পেজে ফিরে যাই"
+
+[all_posts]
+other = "সকল {{.Title}}"
+
+[last_updated]
+other = "সর্বশেষ পরিবর্তিত"
+
+[notes_count]
+other = "সংখ্যক এই ট্যাগের"
+
+[first_10]
+other = "প্রথম ১০ টি ফলাফল"
+
+[tag]
+other = "ট্যাগ"
+
+[backlinks]
+other = "পিছন পাতা"
+
+[no_backlinks]
+other = "পিছনে কোন পাতা নেই"
+
+[home]
+other = "হোম"
+
+[light_mode]
+other = "আলোকিত"
+
+[dark_mode]
+other = "অন্ধকার"
+
+[edit_source]
+other = "সম্পাদন করুন"
+
+[interactive_graph]
+other = "জ্ঞানকোষের গ্রাফ"
+
+[search]
+other = "খুঁজুন"
+
+[search_icon]
+other = "খোঁজার আইকন"
+
+[icon_search]
+other = "জ্ঞানকোষ"
+
+[recent_notes]
+other = "সাম্প্রতিক"
+
+[first_3_notes]
+other = "প্রথম ৩ {{ .notes }}"
+
+[search_for_something]
+other = "খুঁজুন..."
+
+[toc]
+other = "সূচিপত্র"
+
+[copyright]
+other = "{{ .name }} কর্তৃক <a href=\"https://github.com/jackyzha0/quartz\">Quartz</a> ব্যবহার করে তৈরিকৃত © {{ .year }}"
\ No newline at end of file

--
Gitblit v1.10.0