diff --git a/content/community/nav.yml b/content/community/nav.yml index 0f59b80a0..da50b44fb 100644 --- a/content/community/nav.yml +++ b/content/community/nav.yml @@ -1,42 +1,42 @@ -- title: Community Resources +- title: משאבי קהילה items: - id: support - title: Support + title: תמיכה - id: courses - title: Courses + title: קורסים - id: examples - title: Examples + title: דוגמאות - id: meetups - title: Meetups + title: מיטאפים - id: conferences - title: Conferences + title: כנסים - id: articles - title: Articles + title: מאמרים - id: podcasts - title: Podcasts + title: פודקאסטים - id: videos - title: Videos + title: סרטונים - id: external-resources - title: External Resources -- title: Tools + title: משאבים חיצוניים +- title: כלים items: - id: debugging-tools - title: Debugging + title: דיבאגינג - id: component-workbenches - title: Component Workbenches + title: ארגז כלים לקומפוננטות - id: jsx-integrations - title: JSX Integrations + title: אינטגרציה עם JSX - id: starter-kits - title: Starter Kits + title: כלים למתחילים - id: routing - title: Routing + title: ראוטינג - id: model-management - title: Model Management + title: ניהול מודל - id: data-fetching - title: Data Fetching + title: השגת מידע - id: testing - title: Testing + title: בדיקות - id: ui-components - title: UI Components + title: קומפוננטות UI - id: misc - title: Miscellaneous + title: שונות diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 4d4a7571f..8a02f8463 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,82 +1,82 @@ -- title: Installation +- title: התקנה items: - id: getting-started - title: Getting Started + title: מתחילים - id: add-react-to-a-website - title: Add React to a Website + title: הוספת React לאתר - id: create-a-new-react-app - title: Create a New React App + title: יצירת אפליקציית React חדשה - id: cdn-links - title: CDN Links -- title: Main Concepts + title: קישורי CDN +- title: קונספטים עיקריים isOrdered: true items: - id: hello-world - title: Hello World + title: שלום עולם - id: introducing-jsx - title: Introducing JSX + title: היכרות עם JSX - id: rendering-elements - title: Rendering Elements + title: רינדור אלמנטים - id: components-and-props - title: Components and Props + title: קומפוננטות ו-Props - id: state-and-lifecycle - title: State and Lifecycle + title: מצב ומעגל חיים - id: handling-events - title: Handling Events + title: ניהול אירועים - id: conditional-rendering - title: Conditional Rendering + title: רינדור מותנה - id: lists-and-keys - title: Lists and Keys + title: רשימות ומפתחות - id: forms - title: Forms + title: טפסים - id: lifting-state-up - title: Lifting State Up + title: הרמת ה-State למעלה - id: composition-vs-inheritance - title: Composition vs Inheritance + title: הרכבה מול הורשה - id: thinking-in-react - title: Thinking In React -- title: Advanced Guides + title: חשיבה ב-React +- title: מדריכים מתקדמים items: - id: accessibility - title: Accessibility + title: נגישות - id: code-splitting - title: Code-Splitting + title: פיצול-קוד - id: context - title: Context + title: קונטקסט - id: error-boundaries - title: Error Boundaries + title: גבולות שגיאות - id: forwarding-refs - title: Forwarding Refs + title: העברת רפרנסים - id: fragments - title: Fragments + title: מקטעים - id: higher-order-components - title: Higher-Order Components + title: קומפוננטות מסדר-גבוהה - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: אינטגרציה עם ספריות אחרות - id: jsx-in-depth - title: JSX In Depth + title: JSX לעומק - id: optimizing-performance - title: Optimizing Performance + title: אופטימיזציה של ביצועים - id: portals - title: Portals + title: פורטלים - id: react-without-es6 - title: React Without ES6 + title: React בלי ES6 - id: react-without-jsx - title: React Without JSX + title: React בלי JSX - id: reconciliation title: Reconciliation - id: refs-and-the-dom - title: Refs and the DOM + title: רפרנסים וה-DOM - id: render-props - title: Render Props + title: רינדור Props - id: static-type-checking - title: Static Type Checking + title: בדיקת סוגים סטטיים - id: strict-mode - title: Strict Mode + title: מצב קפדני - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: בדיקת סוג עם PropTypes - id: uncontrolled-components - title: Uncontrolled Components + title: קומפוננטות בלתי מבוקרות - id: web-components title: Web Components - title: API Reference @@ -91,63 +91,63 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: אלמנטים של DOM - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: כלים לבדיקות - id: shallow-renderer - title: Shallow Renderer + title: מרנדר רדוד - id: test-renderer - title: Test Renderer + title: מרנדר בדיקות - id: javascript-environment-requirements - title: JS Environment Requirements + title: דרישות סביבת JS - id: glossary - title: Glossary -- title: Hooks (New) + title: מילון מונחים +- title: Hooks (חדש) isOrdered: true items: - id: hooks-intro - title: Introducing Hooks + title: היכרות עם Hooks - id: hooks-overview - title: Hooks at a Glance + title: Hooks במבט מהיר - id: hooks-state - title: Using the State Hook + title: Hook המשתמש במצב - id: hooks-effect - title: Using the Effect Hook + title: שימוש ב-Effect Hook - id: hooks-rules - title: Rules of Hooks + title: כללים של Hooks - id: hooks-custom - title: Building Your Own Hooks + title: בניית Hooks משלך - id: hooks-reference title: Hooks API Reference - id: hooks-faq - title: Hooks FAQ -- title: Contributing + title: שאלות נפוצות על Hooks +- title: תרומה items: - id: how-to-contribute - title: How to Contribute + title: איך אפשר לתרום - id: codebase-overview - title: Codebase Overview + title: סקירה כללית של הקוד - id: implementation-notes - title: Implementation Notes + title: הערות מימוש - id: design-principles - title: Design Principles -- title: FAQ + title: עקרונות עיצוב +- title: שאלות נפוצות items: - id: faq-ajax - title: AJAX and APIs + title: AJAX ו-APIs - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX, וצעדי בנייה - id: faq-functions - title: Passing Functions to Components + title: העברת פונקציות לקומפוננטות - id: faq-state - title: Component State + title: מצב קומפוננטה - id: faq-styling - title: Styling and CSS + title: סגנון ו-CSS - id: faq-structure - title: File Structure + title: מבנה קבצים - id: faq-versioning - title: Versioning Policy + title: מדיניות גרסאות - id: faq-internals - title: Virtual DOM and Internals + title: DOM ווירטואלי ודברים פנימיים diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js index 2d230bca5..db6baad2c 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -61,7 +61,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( }, }}> - Docs + תיעוד {sectionListDocs.map(section => { const defaultItem = section.items[0]; return ( @@ -74,7 +74,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( })} - Channels + ערוצים ( - Community + קהילה {sectionListCommunity.map(section => ( ( ))} - More - Tutorial - Blog + עוד + מדריך + בלוג - Acknowledgements + תודות (
specifics @@ -182,7 +182,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( color: colors.subtleOnDark, paddingTop: 15, }}> - {`Copyright © ${new Date().getFullYear()} Facebook Inc.`} + {`כל הזכויות שמורות © ${new Date().getFullYear()} Facebook Inc.`}

diff --git a/src/pages/index.js b/src/pages/index.js index f4cd2e79e..cf9ae9027 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -134,7 +134,7 @@ class Home extends Component { fontSize: 30, }, }}> - A JavaScript library for building user interfaces + ספריית JavaScript לבניית ממשקי משתמש

- Get Started + התחל כעת - Take the Tutorial + בדוק את המדריך @@ -286,12 +286,12 @@ class Home extends Component { - Get Started + התחל כעת - Take the Tutorial + בדוק את המדריך