From db6f5ce729d8bfe29c7dd420a0803f7529c5ae73 Mon Sep 17 00:00:00 2001 From: Lior Heber Date: Thu, 20 May 2021 05:03:41 -0400 Subject: [PATCH] fix(v2): Amend Hebrew translations (#4819) Co-authored-by: liorheber --- .../codeTranslations/he.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/he.json b/packages/docusaurus-theme-classic/codeTranslations/he.json index 583cd6b0cd..1613172b3f 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/he.json +++ b/packages/docusaurus-theme-classic/codeTranslations/he.json @@ -1,9 +1,9 @@ { - "theme.AnnouncementBar.closeButtonAriaLabel": "לסגור", + "theme.AnnouncementBar.closeButtonAriaLabel": "סגור", "theme.CodeBlock.copied": "הועתק", "theme.CodeBlock.copy": "העתק", - "theme.CodeBlock.copyButtonAriaLabel": "העתק קוד", - "theme.NotFound.p1": "אנחנו לא מוצאים מה שאתה מנסה לחפש.", + "theme.CodeBlock.copyButtonAriaLabel": "העתק קוד ללוח העריכה", + "theme.NotFound.p1": "אנחנו לא מוצאים את מה שאתה מנסה לחפש.", "theme.NotFound.p2": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.", "theme.NotFound.title": "דף לא נמצא", "theme.Playground.liveEditor": "Live Editor", @@ -20,7 +20,7 @@ "theme.SearchPage.inputLabel": "חיפוש", "theme.SearchPage.inputPlaceholder": "הקלד כאן לחיפוש", "theme.SearchPage.noResultsText": "לא נמצאו תוצאות", - "theme.blog.paginator.navAriaLabel": "רשימת דפים של הבלוג", + "theme.blog.paginator.navAriaLabel": "רשימת דפי הבלוג", "theme.blog.paginator.newerEntries": "הכי חדש", "theme.blog.paginator.olderEntries": "ישן יותר", "theme.blog.post.paginator.navAriaLabel": "רשימת חדשות של הבלוג", @@ -29,7 +29,7 @@ "theme.blog.post.plurals": "רשומה אחת|{count} רשומות|{count} רשומות|{count} רשומות", "theme.blog.post.readMore": "קרא עוד...", "theme.blog.post.readingTime.plurals": "דקת קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה", - "theme.blog.tagTitle": "{nPosts} עם התג \"{tagName}\"", + "theme.blog.tagTitle": "{nPosts} עם התגית \"{tagName}\"", "theme.common.editThisPage": "ערוך דף זה", "theme.common.headingLinkTitle": "קישור ישיר לכותרת", "theme.common.skipToMainContent": "דלג לתוכן הראשי", @@ -49,7 +49,7 @@ "theme.lastUpdated.atDate": " בתאריך {date}", "theme.lastUpdated.byUser": " על ידי {user}", "theme.lastUpdated.lastUpdatedAtBy": "עודכן{atDate}{byUser}", - "theme.tags.tagsListLabel": "תגים:", - "theme.tags.tagsPageLink": "כל התגים", - "theme.tags.tagsPageTitle": "תגים" + "theme.tags.tagsListLabel": "תגיות:", + "theme.tags.tagsPageLink": "כל התגיות", + "theme.tags.tagsPageTitle": "תגיות" }