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
This commit is contained in:
nirtamir2 2021-05-19 11:08:06 +03:00 committed by GitHub
parent 0c105a2a79
commit 2cd9fd6e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": "תגים"