site

personal website, served at mordaunt.dev/site
Log | Files | Refs

bn.toml (1239B)


      1 [categories]
      2 one = "বিভাগ"
      3 other = "বিভাগসমূহ"
      4 
      5 [tags]
      6 one = "ট্যাগ"
      7 other = "ট্যাগসমূহ"
      8 
      9 [series]
     10 one = "সিরিজ"
     11 other = "সিরিজ"
     12 
     13 [authors]
     14 one = "লেখক"
     15 other = "লেখকসমূহ"
     16 
     17 [posts]
     18 other = "সব পোস্ট"
     19 
     20 [reading_time]
     21 one = "পড়তে এক মিনিট লাগবে"
     22 other = "পড়তে {{ .Count }} মিনিট লাগবে"
     23 
     24 [page_not_found]
     25 other = "পাতাটি পাওয়া যায় নি"
     26 
     27 [page_does_not_exist]
     28 other = "দুঃখিত, কাঙ্ক্ষিত পাতাটির অস্তিত্ব নেই"
     29 
     30 [head_back]
     31 other = "আপনি <a href=\"{{ . }}\">নীড়পাতায়</a> ফিরে যেতে পারেন"
     32 
     33 [licensed_under]
     34 other = "লাইসেন্স:"
     35 
     36 [powered_by]
     37 other = "চালনা:"
     38 
     39 [see_also]
     40 other = "আরও দেখুন"
     41 
     42 [note]
     43 other = "নোট"
     44 
     45 [tip]
     46 other = "টিপ"
     47 
     48 [example]
     49 other = "উদাহরণ"
     50 
     51 [question]
     52 other = "প্রশ্ন"
     53 
     54 [info]
     55 other = "তথ্য"
     56 
     57 [warning]
     58 other = "নির্দেশ"
     59 
     60 [error]
     61 other = "ত্রুটি"
     62 
     63 [link_to_heading]
     64 other = "Link to heading"