From 2cd9fd6e2754e65a7f45931f2836632350f63b1c Mon Sep 17 00:00:00 2001 From: nirtamir2 Date: Wed, 19 May 2021 11:08:06 +0300 Subject: [PATCH] fix(v2): Fix Hebrew translations (#4815) * Update he.json Change "2" form of plural type to not include 2 number in hebrew * change Hebrew translation --- .../codeTranslations/he.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/he.json b/packages/docusaurus-theme-classic/codeTranslations/he.json index e764dc84c1..583cd6b0cd 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/he.json +++ b/packages/docusaurus-theme-classic/codeTranslations/he.json @@ -1,8 +1,8 @@ { "theme.AnnouncementBar.closeButtonAriaLabel": "לסגור", "theme.CodeBlock.copied": "הועתק", - "theme.CodeBlock.copy": "להעתיק", - "theme.CodeBlock.copyButtonAriaLabel": "להעתיק קוד", + "theme.CodeBlock.copy": "העתק", + "theme.CodeBlock.copyButtonAriaLabel": "העתק קוד", "theme.NotFound.p1": "אנחנו לא מוצאים מה שאתה מנסה לחפש.", "theme.NotFound.p2": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.", "theme.NotFound.title": "דף לא נמצא", @@ -24,13 +24,13 @@ "theme.blog.paginator.newerEntries": "הכי חדש", "theme.blog.paginator.olderEntries": "ישן יותר", "theme.blog.post.paginator.navAriaLabel": "רשימת חדשות של הבלוג", - "theme.blog.post.paginator.newerPost": "הכי חדש", + "theme.blog.post.paginator.newerPost": "חדש יותר", "theme.blog.post.paginator.olderPost": "ישן יותר", - "theme.blog.post.plurals": "רשומה אחת|שתי רשומות|{count} רשומות|{count} רשומות", + "theme.blog.post.plurals": "רשומה אחת|{count} רשומות|{count} רשומות|{count} רשומות", "theme.blog.post.readMore": "קרא עוד...", - "theme.blog.post.readingTime.plurals": "דקת קריאה|שתי דקות קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה", + "theme.blog.post.readingTime.plurals": "דקת קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה", "theme.blog.tagTitle": "{nPosts} עם התג \"{tagName}\"", - "theme.common.editThisPage": "לערוך דף", + "theme.common.editThisPage": "ערוך דף זה", "theme.common.headingLinkTitle": "קישור ישיר לכותרת", "theme.common.skipToMainContent": "דלג לתוכן הראשי", "theme.docs.paginator.navAriaLabel": "רשימת דוקומנטאציה", @@ -40,15 +40,15 @@ "theme.docs.sidebar.collapseButtonTitle": "סגור", "theme.docs.sidebar.expandButtonAriaLabel": "פתח", "theme.docs.sidebar.expandButtonTitle": "פתח", - "theme.docs.sidebar.responsiveCloseButtonLabel": "לסגור תפריט", - "theme.docs.sidebar.responsiveOpenButtonLabel": "לפתוח תפריט", + "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.lastUpdated.lastUpdatedAtBy": "עודכן{atDate}{byUser}", "theme.tags.tagsListLabel": "תגים:", "theme.tags.tagsPageLink": "כל התגים", "theme.tags.tagsPageTitle": "תגים"