diff --git a/i18n/bn/code.json b/i18n/bn/code.json index 24bbc21..94902a8 100644 --- a/i18n/bn/code.json +++ b/i18n/bn/code.json @@ -135,27 +135,27 @@ "description": "The label alongside a tag list" }, "theme.admonition.caution": { - "message": "caution", + "message": "সতর্কতা", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { - "message": "danger", + "message": "বিপদ", "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { - "message": "info", + "message": "তথ্য", "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { - "message": "note", + "message": "নোট", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { - "message": "tip", + "message": "পরামর্শ", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.warning": { - "message": "warning", + "message": "সতর্কীকরণ", "description": "The default label used for the Warning admonition (:::warning)" }, "theme.AnnouncementBar.closeButtonAriaLabel": { @@ -167,7 +167,7 @@ "description": "The ARIA label for recent posts in the blog sidebar" }, "theme.CodeBlock.copied": { - "message": "কপিড", + "message": "কপি হয়েছে", "description": "The copied button label on code blocks" }, "theme.CodeBlock.copyButtonAriaLabel": { @@ -179,23 +179,23 @@ "description": "The copy button label on code blocks" }, "theme.CodeBlock.wordWrapToggle": { - "message": "Toggle word wrap", + "message": "শব্দ মোড়ানোর টগল", "description": "The title attribute for toggle word wrapping button of code block lines" }, "theme.DocSidebarItem.expandCategoryAriaLabel": { - "message": "Expand sidebar category '{label}'", + "message": "সাইডবার ক্যাটাগরি প্রসারিত করুন '{label}'", "description": "The ARIA label to expand the sidebar category" }, "theme.DocSidebarItem.collapseCategoryAriaLabel": { - "message": "Collapse sidebar category '{label}'", + "message": "সাইডবার ক্যাটাগরি সঙ্কুচিত করুন '{label}'", "description": "The ARIA label to collapse the sidebar category" }, "theme.NavBar.navAriaLabel": { - "message": "Main", + "message": "প্রধান", "description": "The ARIA label for the main navigation" }, "theme.navbar.mobileLanguageDropdown.label": { - "message": "Languages", + "message": "ভাষাসমূহ", "description": "The label for the mobile language switcher dropdown" }, "theme.NotFound.p1": { @@ -215,15 +215,15 @@ "description": "The label used in blog post item excerpts to link to full blog posts" }, "theme.blog.post.readMoreLabel": { - "message": "Read more about {title}", + "message": "আরও জানুন {title}", "description": "The ARIA label for the link to full blog posts from excerpts" }, "theme.blog.post.readingTime.plurals": { - "message": "এক মিনিট পড়া|{readingTime} মিনিট পড়া", + "message": "এক মিনিট পড়া|{readingTime} মিনিট পড়া", "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" }, "theme.docs.breadcrumbs.home": { - "message": "Home page", + "message": "হোম পেজ", "description": "The ARIA label for the home page in the breadcrumbs" }, "theme.docs.sidebar.collapseButtonTitle": { @@ -235,19 +235,19 @@ "description": "The title attribute for collapse button of doc sidebar" }, "theme.docs.sidebar.navAriaLabel": { - "message": "Docs sidebar", + "message": "ডক্স সাইডবার", "description": "The ARIA label for the sidebar navigation" }, "theme.docs.sidebar.closeSidebarButtonAriaLabel": { - "message": "Close navigation bar", + "message": "নেভিগেশন বার বন্ধ করুন", "description": "The ARIA label for close button of mobile sidebar" }, "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { - "message": "← মেন মেনুতে যান", + "message": "← মেনুতে ফিরে যান", "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" }, "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { - "message": "Toggle navigation bar", + "message": "নেভিগেশন বার টগল করুন", "description": "The ARIA label for hamburger menu button of mobile navigation" }, "theme.docs.sidebar.expandButtonTitle": { @@ -259,11 +259,11 @@ "description": "The ARIA label and title attribute for expand button of doc sidebar" }, "theme.blog.post.plurals": { - "message": "একটি পোস্ট|{count} পোস্টস", + "message": "একটি পোস্ট|{count} পোস্ট", "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" }, "theme.blog.tagTitle": { - "message": "{nPosts} সঙ্গে ট্যাগ্গেড \"{tagName}\" ", + "message": "{nPosts} সঙ্গে ট্যাগ করা হয়েছে \"{tagName}\"", "description": "The title of the page for a blog tag" }, "theme.blog.author.pageTitle": { @@ -271,7 +271,7 @@ "description": "The title of the page for a blog author" }, "theme.blog.authorsList.pageTitle": { - "message": "Authors", + "message": "লেখকগণ", "description": "The title of the authors page" }, "theme.blog.authorsList.viewAll": {