mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(v2): Add hebrew theme translations (#4811)
This commit is contained in:
parent
d2a455992d
commit
ab19070ab5
1 changed files with 55 additions and 0 deletions
55
packages/docusaurus-theme-classic/codeTranslations/he.json
Normal file
55
packages/docusaurus-theme-classic/codeTranslations/he.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": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.",
|
||||
"theme.NotFound.title": "דף לא נמצא",
|
||||
"theme.Playground.liveEditor": "Live Editor",
|
||||
"theme.Playground.result": "תוצאה",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "סגור",
|
||||
"theme.PwaReloadPopup.info": "קיימת גרסא חדשה",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "רענן",
|
||||
"theme.SearchBar.label": "חיפוש",
|
||||
"theme.SearchPage.algoliaLabel": "חיפוש by Algolia",
|
||||
"theme.SearchPage.documentsFound.plurals": "נמצא מסמך אחד|{count} מסמכים נמצאו|{count} מסמכים נמצאו|{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} רשומות|{count} רשומות",
|
||||
"theme.blog.post.readMore": "קרא עוד...",
|
||||
"theme.blog.post.readingTime.plurals": "דקת קריאה|שתי דקות קריאה|{readingTime} דקות קריאה|{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