Skip to content

Translate footer & minor missing pieces in homepage #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions content/community/nav.yml
Original file line number Diff line number Diff line change
@@ -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: שונות
132 changes: 66 additions & 66 deletions content/docs/nav.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 ווירטואלי ודברים פנימיים
18 changes: 9 additions & 9 deletions src/components/LayoutFooter/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
},
}}>
<FooterNav layoutHasSidebar={layoutHasSidebar}>
<MetaTitle onDark={true}>Docs</MetaTitle>
<MetaTitle onDark={true}>תיעוד</MetaTitle>
{sectionListDocs.map(section => {
const defaultItem = section.items[0];
return (
Expand All @@ -74,7 +74,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
})}
</FooterNav>
<FooterNav layoutHasSidebar={layoutHasSidebar}>
<MetaTitle onDark={true}>Channels</MetaTitle>
<MetaTitle onDark={true}>ערוצים</MetaTitle>
<ExternalFooterLink
href="https://github.com/facebook/react"
target="_blank"
Expand Down Expand Up @@ -119,7 +119,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
</ExternalFooterLink>
</FooterNav>
<FooterNav layoutHasSidebar={layoutHasSidebar}>
<MetaTitle onDark={true}>Community</MetaTitle>
<MetaTitle onDark={true}>קהילה</MetaTitle>
{sectionListCommunity.map(section => (
<FooterLink
to={`/community/${section.items[0].id}.html`}
Expand All @@ -129,11 +129,11 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
))}
</FooterNav>
<FooterNav layoutHasSidebar={layoutHasSidebar}>
<MetaTitle onDark={true}>More</MetaTitle>
<FooterLink to="/tutorial/tutorial.html">Tutorial</FooterLink>
<FooterLink to="/blog/">Blog</FooterLink>
<MetaTitle onDark={true}>עוד</MetaTitle>
<FooterLink to="/tutorial/tutorial.html">מדריך</FooterLink>
<FooterLink to="/blog/">בלוג</FooterLink>
<FooterLink to="/acknowledgements.html">
Acknowledgements
תודות
</FooterLink>
<ExternalFooterLink
href="https://facebook.github.io/react-native/"
Expand All @@ -144,7 +144,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
</FooterNav>
</div>
<section
dir="ltr"
dir="rtl"
css={{
paddingTop: 40,
display: 'block !important', // Override 'Installation' <style> specifics
Expand Down Expand Up @@ -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.`}
</p>
</section>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Home extends Component {
fontSize: 30,
},
}}>
A JavaScript library for building user interfaces
ספריית JavaScript לבניית ממשקי משתמש
</p>
<Flex
valign="center"
Expand All @@ -149,12 +149,12 @@ class Home extends Component {
<ButtonLink
to="/docs/getting-started.html"
type="primary">
Get Started
התחל כעת
</ButtonLink>
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the Tutorial
בדוק את המדריך
</ButtonLink>
</CtaItem>
</Flex>
Expand Down Expand Up @@ -286,12 +286,12 @@ class Home extends Component {
<Flex valign="center">
<CtaItem>
<ButtonLink to="/docs/getting-started.html" type="primary">
Get Started
התחל כעת
</ButtonLink>
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the Tutorial
בדוק את המדריך
</ButtonLink>
</CtaItem>
</Flex>
Expand Down