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

bn.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed64217ae675d9f8b21411063fefaac02c182709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[categories]
one = "বিভাগ"
other = "বিভাগসমূহ"

[tags]
one = "ট্যাগ"
other = "ট্যাগসমূহ"

[series]
one = "সিরিজ"
other = "সিরিজ"

[authors]
one = "লেখক"
other = "লেখকসমূহ"

[posts]
other = "সব পোস্ট"

[reading_time]
one = "পড়তে এক মিনিট লাগবে"
other = "পড়তে {{ .Count }} মিনিট লাগবে"

[page_not_found]
other = "পাতাটি পাওয়া যায় নি"

[page_does_not_exist]
other = "দুঃখিত, কাঙ্ক্ষিত পাতাটির অস্তিত্ব নেই"

[head_back]
other = "আপনি <a href=\"{{ . }}\">নীড়পাতায়</a> ফিরে যেতে পারেন"

[licensed_under]
other = "লাইসেন্স:"

[powered_by]
other = "চালনা:"

[see_also]
other = "আরও দেখুন"

[note]
other = "নোট"

[tip]
other = "টিপ"

[example]
other = "উদাহরণ"

[question]
other = "প্রশ্ন"

[info]
other = "তথ্য"

[warning]
other = "নির্দেশ"

[error]
other = "ত্রুটি"