mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
feat(v2): theme default translations hindi (#4596)
* docs: theme default translations for hindi * docs: fix lastUpdatedAtBy for hindi Co-authored-by: Javid <singularity.javid@gmail.com>
This commit is contained in:
parent
41af0c9f90
commit
154ba62627
1 changed files with 55 additions and 0 deletions
55
packages/docusaurus-theme-classic/codeTranslations/hi.json
Normal file
55
packages/docusaurus-theme-classic/codeTranslations/hi.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"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": "परिणाम",
|
||||
"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": "टैग"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue