File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/components/CodeEditor Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,11 @@ class CodeEditor extends Component {
56
56
if ( showBabelErrorMessage ) {
57
57
errorMessage = (
58
58
< span >
59
- Babel could not be loaded .
59
+ Babel אינו יכול להטען .
60
60
< br />
61
61
< br />
62
- This can be caused by an ad blocker. If you're using one, consider
63
- adding reactjs.org to the whitelist so the live code examples will
64
- work.
62
+ זה יכול להיגרם מחוסם הפרסומות, אם אתה משתמש באחד, שקול להוסיף את
63
+ reactjs.org לרשימת ההיתרים כדי שדוגמת הקוד החי תוכל לעבוד
65
64
</ span >
66
65
) ;
67
66
} else if ( error != null ) {
@@ -100,7 +99,7 @@ class CodeEditor extends Component {
100
99
color : colors . white ,
101
100
} } >
102
101
< MetaTitle onDark = { true } >
103
- Live JSX Editor
102
+ עורך JSX
104
103
< label
105
104
css = { {
106
105
fontSize : 14 ,
@@ -170,7 +169,7 @@ class CodeEditor extends Component {
170
169
cssProps = { {
171
170
color : colors . white ,
172
171
} } >
173
- Error
172
+ שגיאה
174
173
</ MetaTitle >
175
174
</ div >
176
175
< pre
@@ -201,7 +200,7 @@ class CodeEditor extends Component {
201
200
padding : '0 10px' ,
202
201
backgroundColor : colors . divider ,
203
202
} } >
204
- < MetaTitle > Result </ MetaTitle >
203
+ < MetaTitle > תוצאה </ MetaTitle >
205
204
</ div >
206
205
< div
207
206
id = { containerNodeID }
You can’t perform that action at this time.
0 commit comments