File tree 1 file changed +7
-7
lines changed
src/components/CodeEditor
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ class CodeEditor extends Component {
62
62
if ( showBabelErrorMessage ) {
63
63
errorMessage = (
64
64
< span >
65
- Babel could not be loaded .
65
+ Babel yüklenemedi .
66
66
< br />
67
67
< br />
68
- This can be caused by an ad blocker. If you're using one, consider
69
- adding reactjs.org to the whitelist so the live code examples will
70
- work .
68
+ Buna bir reklam engelleyici neden olabilir. Eğer bir reklam
69
+ engelleyici kullanıyorsanız, canlı kod örneklerinin çalışması için,
70
+ reactjs.org sitesini beyaz listeye eklemeyi düşünün .
71
71
</ span >
72
72
) ;
73
73
} else if ( error != null ) {
@@ -105,7 +105,7 @@ class CodeEditor extends Component {
105
105
color : colors . white ,
106
106
} } >
107
107
< MetaTitle onDark = { true } >
108
- Live JSX Editor
108
+ Canlı JSX Editörü
109
109
< label
110
110
css = { {
111
111
fontSize : 14 ,
@@ -175,7 +175,7 @@ class CodeEditor extends Component {
175
175
cssProps = { {
176
176
color : colors . white ,
177
177
} } >
178
- Error
178
+ Hata
179
179
</ MetaTitle >
180
180
</ div >
181
181
< pre
@@ -206,7 +206,7 @@ class CodeEditor extends Component {
206
206
padding : '0 10px' ,
207
207
backgroundColor : colors . divider ,
208
208
} } >
209
- < MetaTitle > Result </ MetaTitle >
209
+ < MetaTitle > Sonuç </ MetaTitle >
210
210
</ div >
211
211
< div
212
212
id = { containerNodeID }
You can’t perform that action at this time.
0 commit comments