@@ -19,14 +19,14 @@ const Acknowlegements = ({data, location}) => (
1919 < Container >
2020 < div css = { sharedStyles . articleLayout . container } >
2121 < div css = { sharedStyles . articleLayout . content } >
22- < Header > Acknowledgements </ Header >
22+ < Header > Podziękowania </ Header >
2323 < TitleAndMetaTags
2424 ogUrl = { `${ urlRoot } /acknowledgements.html` }
25- title = "React - Acknowledgements "
25+ title = "React - Podziękowania "
2626 />
2727
2828 < div css = { sharedStyles . markdown } >
29- < p > We'd like to thank all of our contributors :</ p >
29+ < p > Chcielibyśmy podziękować osobom, które wniosły wkład w powstanie Reacta :</ p >
3030
3131 < ul
3232 css = { {
@@ -44,38 +44,32 @@ const Acknowlegements = ({data, location}) => (
4444 ) ) }
4545 </ ul >
4646
47- < p > In addition, we're grateful to </ p >
47+ < p > Oprócz tego, jesteśmy wdzięczni: </ p >
4848 < ul >
4949 < li >
50- < a href = "https://github.com/jeffbski" > Jeff Barczewski</ a > for
51- allowing us to use the{ ' ' }
52- < a href = "https://www.npmjs.com/package/react" > react</ a > package
53- name on npm.
50+ < a href = "https://github.com/jeffbski" > Jeffowi Barczewskiemu</ a > za pozwolenie nam na wykorzystanie nazwy{ ' ' }
51+ < a href = "https://www.npmjs.com/package/react" > react</ a > dla naszej paczki w rejestrze NPM.
5452 </ li >
5553 < li >
56- < a href = "https://christopheraue.net/" > Christopher Aue</ a > for
57- letting us use the{ ' ' }
58- < a href = "https://reactjs.com/" > reactjs.com</ a > domain name and
59- the < a href = "https://twitter.com/reactjs" > @reactjs</ a > username
60- on Twitter.
54+ < a href = "https://christopheraue.net/" > Christopherowi Aue</ a > za pozwolenie nam na wykorzystanie domeny{ ' ' }
55+ < a href = "https://reactjs.com/" > reactjs.com</ a > oraz nazwy{ ' ' }
56+ < a href = "https://twitter.com/reactjs" > @reactjs</ a > na Twitterze.
6157 </ li >
6258 < li >
63- < a href = "https://github.com/ProjectMoon" > ProjectMoon</ a > for
64- letting us use the{ ' ' }
65- < a href = "https://www.npmjs.com/package/flux" > flux</ a > package
66- name on npm.
59+ < a href = "https://github.com/ProjectMoon" > ProjectMoon</ a > za pozwolenie nam na wykorzystanie nazwy{ ' ' }
60+ < a href = "https://www.npmjs.com/package/flux" > flux</ a > dla naszej paczki w rejestrze NPM.
6761 </ li >
6862 < li >
69- Shane Anderson for allowing us to use the { ' ' }
70- < a href = "https://github.com/react" > react</ a > org on GitHub .
63+ Shane'owi Andersonowi za pozwolenie nam na wykorzystanie nazwy { ' ' }
64+ < a href = "https://github.com/react" > react</ a > dla organizacji na GitHubie .
7165 </ li >
7266 < li >
73- < a href = "https://github.com/voronianski" > Dmitri Voronianski </ a > { ' ' }
74- for letting us use the { ' ' }
67+ < a href = "https://github.com/voronianski" > Dmitriowi Voronianskiemu </ a > { ' ' }
68+ za pozwolenie nam na wykorzystanie motywu { ' ' }
7569 < a href = "https://labs.voronianski.com/oceanic-next-color-scheme/" >
7670 Oceanic Next
7771 </ a > { ' ' }
78- color scheme on this website .
72+ na naszej stronie .
7973 </ li >
8074 </ ul >
8175 </ div >
0 commit comments