bn.yaml 695 B

123456789101112131415161718192021222324252627282930313233
  1. - id: prev_page
  2. translation: "পূর্ববর্তী"
  3. - id: next_page
  4. translation: "পরবর্তী"
  5. - id: read_time
  6. translation:
  7. one : "১ মিনিট"
  8. other: "{{ .Count }} মিনিট"
  9. - id: words
  10. translation:
  11. one : "১ টি শব্দ"
  12. other: "{{ .Count }} টি শব্দ"
  13. - id: toc
  14. translation: "সূচিপত্র"
  15. - id: translations
  16. translation: "অনুবাদসমূহ"
  17. - id: home
  18. translation: "হোম"
  19. - id: edit_post
  20. translation: "সম্পাদনা করুন"
  21. - id: code_copy
  22. translation: "কপি করুন"
  23. - id: code_copied
  24. translation: "কপি হয়েছে!"