File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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을 로드할 수 없습니다 .
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
+ 광고 차단기가 문제의 원인일 수 있습니다. 광고 차단기를 사용하고 있다면
69
+ 라이브 코드 예제가 잘 동작할 수 있도록 reactjs.org를 화이트 리스트에
70
+ 추가해주세요 .
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
+ 라이브 JSX 에디터
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
+ 에러
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 > 결과 </ MetaTitle >
210
210
</ div >
211
211
< div
212
212
id = { containerNodeID }
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class CodeExample extends Component<Props> {
74
74
{ loaded ? (
75
75
< CodeEditor code = { code } containerNodeID = { containerNodeID } />
76
76
) : (
77
- < h4 > Loading code example ...</ h4 >
77
+ < h4 > 코드 예제를 읽어 들이는 중 ...</ h4 >
78
78
) }
79
79
</ div >
80
80
) ;
You can’t perform that action at this time.
0 commit comments