Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v2): Add hebrew translations #4811

Merged
merged 1 commit into from
May 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/he.json
Original file line number Diff line number Diff line change
@@ -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": "תגים"
}