From ab19070ab5d9744c93026585fa7cdc0be5f2bd6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Tue, 18 May 2021 15:22:38 +0200 Subject: [PATCH] feat(v2): Add hebrew theme translations (#4811) --- .../codeTranslations/he.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/docusaurus-theme-classic/codeTranslations/he.json diff --git a/packages/docusaurus-theme-classic/codeTranslations/he.json b/packages/docusaurus-theme-classic/codeTranslations/he.json new file mode 100644 index 0000000000..e764dc84c1 --- /dev/null +++ b/packages/docusaurus-theme-classic/codeTranslations/he.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": "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": "תגים" +}