From 976d89c8b96f8ed2c83742fdb9da66e3a735db5b Mon Sep 17 00:00:00 2001 From: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:51:15 +0530 Subject: [PATCH 1/4] init cleaning v1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • clean copy of base.json Signed-off : <@Neilblaze> --- .../codeTranslations/bn.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/docusaurus-theme-classic/codeTranslations/bn.json diff --git a/packages/docusaurus-theme-classic/codeTranslations/bn.json b/packages/docusaurus-theme-classic/codeTranslations/bn.json new file mode 100644 index 000000000000..50cbc0e3e9d1 --- /dev/null +++ b/packages/docusaurus-theme-classic/codeTranslations/bn.json @@ -0,0 +1,55 @@ +{ + "theme.AnnouncementBar.closeButtonAriaLabel": "", + "theme.CodeBlock.copied": "", + "theme.CodeBlock.copy": "", + "theme.CodeBlock.copyButtonAriaLabel": "", + "theme.NotFound.p1": "", + "theme.NotFound.p2": "", + "theme.NotFound.title": "", + "theme.Playground.liveEditor": "", + "theme.Playground.result": "", + "theme.PwaReloadPopup.closeButtonAriaLabel": "", + "theme.PwaReloadPopup.info": "", + "theme.PwaReloadPopup.refreshButtonText": "", + "theme.SearchBar.label": "", + "theme.SearchPage.algoliaLabel": "", + "theme.SearchPage.documentsFound.plurals": "{count} ", + "theme.SearchPage.emptyResultsTitle": "", + "theme.SearchPage.existingResultsTitle": "\"{query}\" ", + "theme.SearchPage.fetchingNewResults": "", + "theme.SearchPage.inputLabel": "", + "theme.SearchPage.inputPlaceholder": "", + "theme.SearchPage.noResultsText": "", + "theme.blog.paginator.navAriaLabel": "", + "theme.blog.paginator.newerEntries": "", + "theme.blog.paginator.olderEntries": "", + "theme.blog.post.paginator.navAriaLabel": "", + "theme.blog.post.paginator.newerPost": "", + "theme.blog.post.paginator.olderPost": "", + "theme.blog.post.plurals": "|{count} ", + "theme.blog.post.readMore": "", + "theme.blog.post.readingTime.plurals": "|{readingTime} ", + "theme.blog.tagTitle": "{nPosts} \"{tagName}\" ", + "theme.common.editThisPage": "", + "theme.common.headingLinkTitle": "", + "theme.common.skipToMainContent": "", + "theme.docs.paginator.navAriaLabel": "", + "theme.docs.paginator.next": "", + "theme.docs.paginator.previous": "", + "theme.docs.sidebar.collapseButtonAriaLabel": "", + "theme.docs.sidebar.collapseButtonTitle": "", + "theme.docs.sidebar.expandButtonAriaLabel": "", + "theme.docs.sidebar.expandButtonTitle": "", + "theme.docs.sidebar.responsiveCloseButtonLabel": "", + "theme.docs.sidebar.responsiveOpenButtonLabel": "", + "theme.docs.versions.latestVersionLinkLabel": "", + "theme.docs.versions.latestVersionSuggestionLabel": " {latestVersionLink} ({versionLabel}) ", + "theme.docs.versions.unmaintainedVersionLabel": " {siteTitle} {versionLabel} ", + "theme.docs.versions.unreleasedVersionLabel": " {siteTitle} {versionLabel} ", + "theme.lastUpdated.atDate": " {date} ", + "theme.lastUpdated.byUser": " {user} ", + "theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}", + "theme.tags.tagsListLabel": ":", + "theme.tags.tagsPageLink": "", + "theme.tags.tagsPageTitle": "" +} From f2d7a8f35f32ce9650518139b2d715b554c19a2a Mon Sep 17 00:00:00 2001 From: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> Date: Fri, 4 Jun 2021 18:19:34 +0530 Subject: [PATCH 2/4] update 0.0.1 --- .../codeTranslations/bn.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/bn.json b/packages/docusaurus-theme-classic/codeTranslations/bn.json index 50cbc0e3e9d1..2c42b5c70447 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/bn.json +++ b/packages/docusaurus-theme-classic/codeTranslations/bn.json @@ -1,10 +1,10 @@ { - "theme.AnnouncementBar.closeButtonAriaLabel": "", - "theme.CodeBlock.copied": "", - "theme.CodeBlock.copy": "", - "theme.CodeBlock.copyButtonAriaLabel": "", - "theme.NotFound.p1": "", - "theme.NotFound.p2": "", + "theme.AnnouncementBar.closeButtonAriaLabel": "বন্ধ করুন", + "theme.CodeBlock.copied": "কপিড", + "theme.CodeBlock.copy": "কপি", + "theme.CodeBlock.copyButtonAriaLabel": "ক্লিপবোর্ডে কোড কপি করুন", + "theme.NotFound.p1": "আপনি যা খুঁজছিলেন তা আমরা খুঁজে পাইনি।", + "theme.NotFound.p2": "দয়া করে সাইটের মালিকের সাথে যোগাযোগ করুন যা আপনাকে মূল URL এর সাথে যুক্ত করেছে এবং তাদের লিঙ্কটি ভাঙ্গা রয়েছে তা তাদের জানান।", "theme.NotFound.title": "", "theme.Playground.liveEditor": "", "theme.Playground.result": "", From 501cb3f8ad8c602dd9c8daf14454ee986e9a3ae7 Mon Sep 17 00:00:00 2001 From: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:39:10 +0530 Subject: [PATCH 3/4] update 0.0.2 --- .../codeTranslations/bn.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/bn.json b/packages/docusaurus-theme-classic/codeTranslations/bn.json index 2c42b5c70447..c1568611b875 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/bn.json +++ b/packages/docusaurus-theme-classic/codeTranslations/bn.json @@ -5,19 +5,19 @@ "theme.CodeBlock.copyButtonAriaLabel": "ক্লিপবোর্ডে কোড কপি করুন", "theme.NotFound.p1": "আপনি যা খুঁজছিলেন তা আমরা খুঁজে পাইনি।", "theme.NotFound.p2": "দয়া করে সাইটের মালিকের সাথে যোগাযোগ করুন যা আপনাকে মূল URL এর সাথে যুক্ত করেছে এবং তাদের লিঙ্কটি ভাঙ্গা রয়েছে তা তাদের জানান।", - "theme.NotFound.title": "", - "theme.Playground.liveEditor": "", - "theme.Playground.result": "", - "theme.PwaReloadPopup.closeButtonAriaLabel": "", - "theme.PwaReloadPopup.info": "", - "theme.PwaReloadPopup.refreshButtonText": "", - "theme.SearchBar.label": "", - "theme.SearchPage.algoliaLabel": "", - "theme.SearchPage.documentsFound.plurals": "{count} ", - "theme.SearchPage.emptyResultsTitle": "", - "theme.SearchPage.existingResultsTitle": "\"{query}\" ", - "theme.SearchPage.fetchingNewResults": "", - "theme.SearchPage.inputLabel": "", + "theme.NotFound.title": "পেজটি খুঁজে পাওয়া যায়নি", + "theme.Playground.liveEditor": "লাইভ এডিটর", + "theme.Playground.result": "ফলাফল", + "theme.PwaReloadPopup.closeButtonAriaLabel": "বন্ধ করুন", + "theme.PwaReloadPopup.info": "নতুন সংস্করণ উপলব্ধ", + "theme.PwaReloadPopup.refreshButtonText": "রিফ্রেশ", + "theme.SearchBar.label": "সার্চ", + "theme.SearchPage.algoliaLabel": "আলগোলিয়া দ্বারা অনুসন্ধান করুন", + "theme.SearchPage.documentsFound.plurals": "একটি ডকুমেন্ট পাওয়া গেছে|{count} ডকুমেন্টস পাওয়া গেছে", + "theme.SearchPage.emptyResultsTitle": "ডকুমেন্টেশন অনুসন্ধান করুন", + "theme.SearchPage.existingResultsTitle": "\"{query}\" এর জন্য অনুসন্ধান ফলাফল", + "theme.SearchPage.fetchingNewResults": "নতুন ফলাফল আনা হচ্ছে...", + "theme.SearchPage.inputLabel": "সার্চ", "theme.SearchPage.inputPlaceholder": "", "theme.SearchPage.noResultsText": "", "theme.blog.paginator.navAriaLabel": "", From 41da9adfa2146408e297ad3a0ea69851e2e5e0ca Mon Sep 17 00:00:00 2001 From: Pratyay Banerjee <48355572+Neilblaze@users.noreply.github.com> Date: Thu, 10 Jun 2021 13:12:24 +0530 Subject: [PATCH 4/4] update 0.0.3 ~ final review Added support for BN translations for package signed off : @Neilblaze --- .../codeTranslations/bn.json | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/bn.json b/packages/docusaurus-theme-classic/codeTranslations/bn.json index c1568611b875..8f615344aff2 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/bn.json +++ b/packages/docusaurus-theme-classic/codeTranslations/bn.json @@ -18,38 +18,38 @@ "theme.SearchPage.existingResultsTitle": "\"{query}\" এর জন্য অনুসন্ধান ফলাফল", "theme.SearchPage.fetchingNewResults": "নতুন ফলাফল আনা হচ্ছে...", "theme.SearchPage.inputLabel": "সার্চ", - "theme.SearchPage.inputPlaceholder": "", - "theme.SearchPage.noResultsText": "", - "theme.blog.paginator.navAriaLabel": "", - "theme.blog.paginator.newerEntries": "", - "theme.blog.paginator.olderEntries": "", - "theme.blog.post.paginator.navAriaLabel": "", - "theme.blog.post.paginator.newerPost": "", - "theme.blog.post.paginator.olderPost": "", - "theme.blog.post.plurals": "|{count} ", - "theme.blog.post.readMore": "", - "theme.blog.post.readingTime.plurals": "|{readingTime} ", - "theme.blog.tagTitle": "{nPosts} \"{tagName}\" ", - "theme.common.editThisPage": "", - "theme.common.headingLinkTitle": "", - "theme.common.skipToMainContent": "", - "theme.docs.paginator.navAriaLabel": "", - "theme.docs.paginator.next": "", - "theme.docs.paginator.previous": "", - "theme.docs.sidebar.collapseButtonAriaLabel": "", - "theme.docs.sidebar.collapseButtonTitle": "", - "theme.docs.sidebar.expandButtonAriaLabel": "", - "theme.docs.sidebar.expandButtonTitle": "", - "theme.docs.sidebar.responsiveCloseButtonLabel": "", - "theme.docs.sidebar.responsiveOpenButtonLabel": "", - "theme.docs.versions.latestVersionLinkLabel": "", - "theme.docs.versions.latestVersionSuggestionLabel": " {latestVersionLink} ({versionLabel}) ", - "theme.docs.versions.unmaintainedVersionLabel": " {siteTitle} {versionLabel} ", - "theme.docs.versions.unreleasedVersionLabel": " {siteTitle} {versionLabel} ", - "theme.lastUpdated.atDate": " {date} ", - "theme.lastUpdated.byUser": " {user} ", - "theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}", - "theme.tags.tagsListLabel": ":", - "theme.tags.tagsPageLink": "", - "theme.tags.tagsPageTitle": "" + "theme.SearchPage.inputPlaceholder": "আপনার অনুসন্ধান এখানে টাইপ করুন", + "theme.SearchPage.noResultsText": "কোন ফলাফল পাওয়া যায়নি", + "theme.blog.paginator.navAriaLabel": "ব্লগ তালিকা পেজ নেভিগেশন", + "theme.blog.paginator.newerEntries": "নতুন এন্ট্রি", + "theme.blog.paginator.olderEntries": "পুরানো এন্ট্রি", + "theme.blog.post.paginator.navAriaLabel": "ব্লগ পোস্ট পেজ নেভিগেশন", + "theme.blog.post.paginator.newerPost": "নতুন পোস্ট", + "theme.blog.post.paginator.olderPost": "পুরানো পোস্ট", + "theme.blog.post.plurals": "একটি পোস্ট|{count} পোস্টস", + "theme.blog.post.readMore": "আরও পড়ুন", + "theme.blog.post.readingTime.plurals": "এক মিনিট পড়া|{readingTime} মিনিট পড়া", + "theme.blog.tagTitle": "{nPosts} সঙ্গে ট্যাগ্গেড \"{tagName}\" ", + "theme.common.editThisPage": "এই পেজটি এডিট করুন", + "theme.common.headingLinkTitle": "হেডিং এর সঙ্গে সরাসরি লিংকড", + "theme.common.skipToMainContent": "স্কিপ করে মূল কন্টেন্ট এ যাও", + "theme.docs.paginator.navAriaLabel": "ডক্স পৃষ্টাগুলির নেভিগেশন", + "theme.docs.paginator.next": "পরবর্তী", + "theme.docs.paginator.previous": "আগে", + "theme.docs.sidebar.collapseButtonAriaLabel": "সাইডবারটি সঙ্কুচিত করুন", + "theme.docs.sidebar.collapseButtonTitle": "সাইডবারটি সঙ্কুচিত করুন", + "theme.docs.sidebar.expandButtonAriaLabel": "সাইডবারটি প্রসারিত করুন", + "theme.docs.sidebar.expandButtonTitle": "সাইডবারটি প্রসারিত করুন", + "theme.docs.sidebar.responsiveCloseButtonLabel": "মেনু বন্ধ করুন", + "theme.docs.sidebar.responsiveOpenButtonLabel": "মেনু খুলুন", + "theme.docs.versions.latestVersionLinkLabel": "লেটেস্ট ভার্সন", + "theme.docs.versions.latestVersionSuggestionLabel": "আপ-টু-ডেট ডকুমেন্টেশনের জন্য, {latestVersionLink} ({versionLabel}) দেখুন।", + "theme.docs.versions.unmaintainedVersionLabel": "এটি {siteTitle} {versionLabel} এর জন্যে ডকুমেন্টেশন, যা আর সক্রিয়ভাবে রক্ষণাবেক্ষণ করা হয় না।", + "theme.docs.versions.unreleasedVersionLabel": "এটি {siteTitle} {versionLabel} এর জন্যে অপ্রকাশিত ডকুমেন্টেশন।", + "theme.lastUpdated.atDate": " {date} তারিখে", + "theme.lastUpdated.byUser": "{user} দ্বারা", + "theme.lastUpdated.lastUpdatedAtBy": "সর্বশেষ সংষ্করণ{atDate}{byUser}", + "theme.tags.tagsListLabel": "ট্যাগ্স:", + "theme.tags.tagsPageLink": "সমস্ত ট্যাগ্স দেখুন", + "theme.tags.tagsPageTitle": "ট্যাগ্স" }