File tree Expand file tree Collapse file tree 7 files changed +24
-24
lines changed Expand file tree Collapse file tree 7 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
community :
2
- title : Community
2
+ title : Közösség
3
3
4
4
docs :
5
- title : Docs
5
+ title : Dokumentáció
6
6
7
7
more :
8
- title : More
8
+ title : Több
9
9
items :
10
- - title : Tutorial
10
+ - title : Tutoriál
11
11
to : /tutorial/tutorial.html
12
12
- title : Blog
13
13
to : /blog
14
- - title : Acknowledgements
14
+ - title : Elismerések
15
15
to : /acknowledgements.html
16
16
- title : React Native
17
17
to : https://facebook.github.io/react-native/
18
18
external : true
19
19
20
20
channels :
21
- title : Channels
21
+ title : Csatornák
22
22
items :
23
23
- title : GitHub
24
24
to : https://github.com/facebook/react
25
25
external : true
26
26
- title : Stack Overflow
27
27
to : https://stackoverflow.com/questions/tagged/reactjs
28
28
external : true
29
- - title : Discussion Forums
29
+ - title : Kibeszélő fórumok
30
30
to : https://reactjs.org/community/support.html#popular-discussion-forums
31
31
external : true
32
32
- title : Reactiflux Chat
33
33
to : https://discord.gg/reactiflux
34
34
external : true
35
- - title : DEV Community
35
+ - title : DEV Közösség
36
36
to : https://dev.to/t/react
37
37
external : true
38
38
- title : Facebook
Original file line number Diff line number Diff line change 1
1
items :
2
- - title : Docs
2
+ - title : Dokumentáció
3
3
to : /docs/getting-started.html
4
4
activeSelector : /docs/
5
- - title : Tutorial
5
+ - title : Tutoriál
6
6
to : /tutorial/tutorial.html
7
7
activeSelector : /tutorial
8
8
- title : Blog
9
9
to : /blog/
10
10
activeSelector : /blog
11
- - title : Community
11
+ - title : Közösség
12
12
to : /community/support.html
13
13
activeSelector : /community
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
+ A Babelt nem sikeürlt betölteni .
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
+ Ez lehet, hogy egy hirdetés blokkoló miatt történt. Ha használsz ilyet,
69
+ fontold meg ennek az oldlanak a kivételekhez adását, hogy az élő
70
+ kódpéldák nyugodtan tudjanak működni .
71
71
</ span >
72
72
) ;
73
73
} else if ( error != null ) {
@@ -175,7 +175,7 @@ class CodeEditor extends Component {
175
175
cssProps = { {
176
176
color : colors . white ,
177
177
} } >
178
- Error
178
+ Hiba
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 > Eredmény </ MetaTitle >
210
210
</ div >
211
211
< div
212
212
id = { containerNodeID }
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class CodeExample extends Component {
61
61
{ loaded ? (
62
62
< CodeEditor code = { code } containerNodeID = { containerNodeID } />
63
63
) : (
64
- < h4 > Loading code example ...</ h4 >
64
+ < h4 > Kód példa betöltése ...</ h4 >
65
65
) }
66
66
</ div >
67
67
) ;
Original file line number Diff line number Diff line change @@ -69,16 +69,16 @@ function ErrorResult(props: {|code: ?string, msg: string|}) {
69
69
if ( ! code ) {
70
70
return (
71
71
< p >
72
- When you encounter an error, you'll receive a link to this page for that
73
- specific error and we'll show you the full error text .
72
+ Ha egy hibába ütközöl, egy linket fogsz kapni ami erre az oldalra mutat
73
+ azzal a specifikus hibával és itt megmutatjuk a hiba teljes szövegét .
74
74
</ p >
75
75
) ;
76
76
}
77
77
78
78
return (
79
79
< div >
80
80
< p >
81
- < b > The full text of the error you just encountered is :</ b >
81
+ < b > A hiba teljes szövege amibe beleütköztél :</ b >
82
82
</ p >
83
83
< code >
84
84
< b > { urlify ( errorMsg ) } </ b >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
87
87
< MetaTitle onDark = { true } > { navFooter . community . title } </ MetaTitle >
88
88
< ExternalFooterLink
89
89
href = { `https://github.com/facebook/react/blob/master/CODE_OF_CONDUCT.md` } >
90
- Code of Conduct
90
+ Magatartási kódex
91
91
</ ExternalFooterLink >
92
92
{ sectionListCommunity . map ( section => (
93
93
< FooterLink
@@ -139,7 +139,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
139
139
color : colors . subtleOnDark ,
140
140
paddingTop : 15 ,
141
141
} } >
142
- { `Copyright © ${ new Date ( ) . getFullYear ( ) } Facebook Inc.` }
142
+ { `Szerzői jog © ${ new Date ( ) . getFullYear ( ) } Facebook Inc.` }
143
143
</ p >
144
144
</ section >
145
145
</ div >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const MarkdownPage = ({
88
88
{ date } { ' ' }
89
89
{ hasAuthors && (
90
90
< span >
91
- by { ' ' }
91
+ szerzők { ' ' }
92
92
{ toCommaSeparatedList ( authors , author => (
93
93
< a
94
94
css = { sharedStyles . link }
You can’t perform that action at this time.
0 commit comments