Skip to content

Commit b79449a

Browse files
committed
Translate remaining challenge and UI strings
1 parent 0d33059 commit b79449a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/components/MDX/Challenges/Challenges.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function Challenges({
7878
children,
7979
isRecipes,
8080
noTitle,
81-
titleText = isRecipes ? 'Try out some examples' : 'Try out some challenges',
81+
titleText = isRecipes ? 'נסו כמה דוגמאות' : 'נסו כמה אתגרים',
8282
titleId = isRecipes ? 'examples' : 'challenges',
8383
}: ChallengesProps) {
8484
const challenges = parseChallengeContents(children);

src/content/learn/understanding-your-ui-as-a-tree.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ React יוצר עץ ממשק משתמש מהרכיבים שלך. בדוגמה ז
2929

3030
כמו דפדפנים ופלטפורמות ניידות, גם React משתמשת במבני עצים כדי לנהל ולדגמן את הקשר בין רכיבים באפליקציית React. עצים אלו הם כל שימושים כדי להבין כיצד נתונים זורמים דרך אפליקציית React וכיצד לייעל את העיבוד ואת גודל האפליקציה.
3131

32-
## The Render Tree {/*the-render-tree*/}
32+
## עץ הרינדור {/*the-render-tree*/}
3333

3434
תכונה עיקרית של רכיבים היא כוללת להרכיב רכיבים של רכיבים אחרים. כפי שאנו [רכיבי הקן](/learn/your-first-component#nesting-and-organizing-components), יש לנו את הרעיון של רכיבי אב וילד, שבו כל רכיב הורה עשוי להיות בעצמו ילד של רכיב אחר.
3535

@@ -298,4 +298,3 @@ export default [
298298
</Recap>
299299

300300
[TODO]: <> (הוסף אתגרים)
301-

src/content/reference/react/useLayoutEffect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Tooltip() {
107107
4. `Tooltip` מעבד שוב עם ה-`tooltipHeight` האמיתי (כך שהסבר הכלי ממוקם נכון).
108108
5. React מעדכן אותו ב-DOM, והדפדפן מציג לבסוף את הסבר הכלי.
109109
110-
Hover over the buttons below and see how the tooltip adjusts its position depending on whether it fits:
110+
רחפו מעל הכפתורים למטה וראו איך ה-tooltip מתאים את המיקום שלו לפי המקום הזמין:
111111
112112
<Sandpack>
113113

0 commit comments

Comments
 (0)