Skip to content

Commit 9315546

Browse files
committed
Add Bangla (BN) translation
1 parent 4c82ea8 commit 9315546

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

‎i18n/bn.yaml

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# General
2+
- id: read_more
3+
translation: "আরও পড়ুন…"
4+
5+
- id: menu_label
6+
translation: "মেনু"
7+
8+
- id: sidemenu_title
9+
translation: "মেনু"
10+
11+
# Post meta
12+
- id: meta_lastmod
13+
translation: "সর্বশেষ পরিবর্তন"
14+
15+
- id: meta_translations
16+
translation: "অনুবাদ"
17+
18+
# Table of Contents
19+
- id: toc_title
20+
translation: "সূচী"
21+
22+
# Post nav
23+
- id: post_nav_prev
24+
translation: "পূর্ববর্তী"
25+
26+
- id: post_nav_next
27+
translation: "পরবর্তী"
28+
29+
# Authorbox
30+
- id: authorbox_name
31+
translation: "{{ .Name }} সম্পর্কে"
32+
33+
# Sidebar
34+
- id: sidebar_warning
35+
translation: "সতর্কবার্তা"
36+
37+
- id: sidebar_recommendation
38+
translation: "অনুগ্রহ করে কমপক্ষে একটি সাইডবার উইজেট সক্রিয় করুন।"
39+
40+
# Search widget
41+
- id: search_placeholder
42+
translation: "অনুসন্ধান…"
43+
44+
# Languages widget
45+
- id: languages_title
46+
translation: "ভাষা"
47+
48+
# Categories widget
49+
- id: categories_title
50+
translation: "বিভাগ"
51+
52+
# Recent Posts widget
53+
- id: recent_title
54+
translation: "সাম্প্রতিক পোস্ট"
55+
56+
# Social widget
57+
- id: social_title
58+
translation: "সোসিয়াল"
59+
60+
# Tags List widget
61+
- id: tags_title
62+
translation: "ট্যাগ"
63+
64+
# Footer
65+
- id: footer_credits
66+
translation:
67+
"<a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> এবং \
68+
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> থিম দ্বারা তৈরি।"
69+
70+
# 404
71+
- id: 404_title
72+
translation: "404. পাতাটি পাওয়া যায়নি"
73+
74+
- id: 404_text
75+
translation:
76+
"আপনার কাংখিত পাতাটি মুছে ফেলা হয়েছে, সরানো হয়েছে বা পাতাটি নেই। অনু��্রহ করে অনুসন্ধান করুন অথবা ফিরে যান"
77+
78+
- id: 404_linktext
79+
translation: "প্রধান পাতায়"
80+
81+
# No posts empty state
82+
- id: noposts_warning_title
83+
translation: "আপনার এখনও কোন পোস্ট নেই!"
84+
85+
- id: noposts_warning_description
86+
translation:
87+
"যখনই আপনি content ফোল্ডারের ভেতর যেকোনো ফোল্ডারে (সেকশনে) কিছু পোস্ট করবেন, তা \
88+
এখানে দেখা যাবে। প্রধান পাতায় শুধুমাত্র একটি সেকশন (যাতে সর্বাধিক পোস্ট রয়েছে) ডিফল্ট ভাবে প্রদর্শিত হবে।"
89+
90+
- id: noposts_warning_tip
91+
translation:
92+
"<b>পরামর্শ:</b> আপনি \
93+
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
94+
কনফিগ প্যারামিটার দিয়ে যতগুলো সেকশন দেখাতে চান তা দেখাতে পারেন।"

0 commit comments

Comments
 (0)