diff --git a/src/components/CodeEditor/CodeEditor.js b/src/components/CodeEditor/CodeEditor.js
index de8235438..40924838e 100644
--- a/src/components/CodeEditor/CodeEditor.js
+++ b/src/components/CodeEditor/CodeEditor.js
@@ -62,12 +62,12 @@ class CodeEditor extends Component {
if (showBabelErrorMessage) {
errorMessage = (
- Babel could not be loaded.
+ Nie można załadować Babela.
- This can be caused by an ad blocker. If you're using one, consider
- adding reactjs.org to the whitelist so the live code examples will
- work.
+ Może to być spowodowane wtyczką blokującą reklamy. Jeśli używasz takiej,
+ rozważ dodanie strony reactjs.org do listy wyjątków. Bez tego edytory
+ kodu nie będą działały.
);
} else if (error != null) {
diff --git a/src/components/CodeExample/CodeExample.js b/src/components/CodeExample/CodeExample.js
index bc5d6ed10..30999eb55 100644
--- a/src/components/CodeExample/CodeExample.js
+++ b/src/components/CodeExample/CodeExample.js
@@ -61,7 +61,7 @@ class CodeExample extends Component {
{loaded ? (
- When you encounter an error, you'll receive a link to this page for that - specific error and we'll show you the full error text. + Kiedy napotkasz na błąd, otrzymasz link do strony dotyczącej + konkretnego błędu. Tutaj wyświetli się jego treść.
); } @@ -78,7 +78,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (- The full text of the error you just encountered is: + Pełna treść napotkanego błędu to:
{urlify(errorMsg)}
diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js
index 5e571d971..224fd6a29 100644
--- a/src/components/LayoutFooter/Footer.js
+++ b/src/components/LayoutFooter/Footer.js
@@ -60,7 +60,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
},
}}>
- Docs
+ Dokumentacja
{sectionListDocs.map(section => {
const defaultItem = section.items[0];
return (
@@ -73,7 +73,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
})}
- Channels
+ Kanały
(
href="https://discuss.reactjs.org"
target="_blank"
rel="noopener">
- Discussion Forum
+ Forum dyskusyjne
- Reactiflux Chat
+ Czat Reactiflux
- DEV Community
+ Społeczność portalu DEV
(
- Community
+ Społeczność
{sectionListCommunity.map(section => (
(
))}
- More
- Tutorial
+ Więcej
+ Samouczek
Blog
- Acknowledgements
+ Podziękowania
{
}}
id="algolia-doc-search"
type="search"
- placeholder="Search"
- aria-label="Search docs"
+ placeholder="Szukaj"
+ aria-label="Szukaj w dokumentacji"
/>
) : null;
diff --git a/src/components/LayoutHeader/Header.js b/src/components/LayoutHeader/Header.js
index e0a285e84..f3a8c8d12 100644
--- a/src/components/LayoutHeader/Header.js
+++ b/src/components/LayoutHeader/Header.js
@@ -122,12 +122,12 @@ const Header = ({location}: {location: Location}) => (
}}>
(
/>
@@ -209,7 +209,7 @@ const Header = ({location}: {location: Location}) => (
display: 'none',
},
}}>
- Languages
+ Języki
(
We couldn't find what you were looking for.
+Nie udało nam się znaleźć tego, czego szukasz.
- Please contact the owner of the site that linked you to the - original URL and let them know their link is broken. + Prosimy o kontakt z administratorami strony, która przekierowała cię tutaj, + i poinformowanie ich, że ten link jest nieprawidłowy.
We'd like to thank all of our contributors:
+Chcielibyśmy podziękować osobom, które wniosły wkład w powstanie Reacta:
In addition, we're grateful to
+Oprócz tego, jesteśmy wdzięczni:
- The React documentation is available in the following languages: + Dokumentacja Reacta jest dostępna w następujących językach:
- Don't see your language above?{' '} + Nie widzisz swojego języka na liście?{' '} - Let us know + Daj nam o tym znać .
@@ -149,7 +149,7 @@ const Language = ({code, name, status, translatedName}) => { href={`https://github.com/reactjs/${prefix}reactjs.org/`} target="_blank" rel="noopener"> - Contribute + Wspomóż nas
- A complete release history for React is available{' '}
+ Kompletna historia wypuszczonych wersji Reacta jest dostępna{' '}
- on GitHub
+ na GitHubie
.
- Documentation for recent releases can also be found below.
+ Dokumentacje dla ostatnich wersji można również znaleźć poniżej.
- See our FAQ for information about{' '} + Przeczytaj nasze FAQ, aby dowiedzieć się na temat{' '} - our versioning policy and commitment to stability + naszej polityki wersjonowania i gwarancji stabilności .
@@ -51,13 +51,13 @@ const Versions = ({location}: Props) => (