From 191c16b0c87ce47b39d216e27a079acae13b56e3 Mon Sep 17 00:00:00 2001 From: Ayon Khan Date: Mon, 2 Aug 2021 16:48:27 +0600 Subject: [PATCH] Update Bengali (bn) translations (#482) * Add missing Bengali translations --- i18n/bn.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/i18n/bn.yaml b/i18n/bn.yaml index 602926dc..9fdafd16 100644 --- a/i18n/bn.yaml +++ b/i18n/bn.yaml @@ -1,17 +1,28 @@ - id: prev_page - translation: "আাগের পেজ" + translation: "পূর্বের পাতা" - id: next_page - translation: "পরের পেজ" + translation: "পরবর্তী পাতা" + +- id: read_time + translation: + one : "১ মিনিট" + other: "{{ .Count }} মিনিট" + +- id: toc + translation: "সূচিপত্র" - id: translations - translation: "ট্রান্সলেশন" + translation: "অনুবাদসমূহ" - id: home - translation: "হোম" + translation: "হোম" + +- id: edit_post + translation: "সম্পাদনা করুন" - id: code_copy - translation: "কপি" + translation: "কপি করুন" - id: code_copied translation: "কপি হয়েছে!"