mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 05:07:14 +02:00
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:
parent
0c105a2a79
commit
2cd9fd6e27
1 changed files with 9 additions and 9 deletions
|
@ -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": "תגים"
|
||||
|
|
Loading…
Add table
Reference in a new issue