diff --git a/content/404.md b/content/404.md index ab9ba1d60..e271c470e 100644 --- a/content/404.md +++ b/content/404.md @@ -1,9 +1,9 @@ --- layout: single -title: Page Not Found +title: Az oldal nem található permalink: 404.html --- -We couldn't find what you were looking for. +Nem találtuk meg, amit kerestél. -Please contact the owner of the site that linked you to the original URL and let them know their link is broken. +Kérjük vedd fel a kapcsolatot az oldal tulajdonosával, ami erre az URL-re küldött téged, és tudasd velük, hogy a link nem működik. diff --git a/content/footerNav.yml b/content/footerNav.yml index 179a6e2db..b66a8b00b 100644 --- a/content/footerNav.yml +++ b/content/footerNav.yml @@ -1,24 +1,24 @@ community: - title: Community + title: Közösség docs: - title: Docs + title: Dokumentáció more: - title: More + title: Egyéb items: - - title: Tutorial + - title: Tutoriál to: /tutorial/tutorial.html - title: Blog to: /blog - - title: Acknowledgements + - title: Elismerések to: /acknowledgements.html - title: React Native to: https://facebook.github.io/react-native/ external: true channels: - title: Channels + title: Csatornák items: - title: GitHub to: https://github.com/facebook/react @@ -26,13 +26,13 @@ channels: - title: Stack Overflow to: https://stackoverflow.com/questions/tagged/reactjs external: true - - title: Discussion Forums + - title: Kibeszélő fórumok to: https://reactjs.org/community/support.html#popular-discussion-forums external: true - - title: Reactiflux Chat + - title: Reactiflux chat to: https://discord.gg/reactiflux external: true - - title: DEV Community + - title: DEV közösség to: https://dev.to/t/react external: true - title: Facebook diff --git a/content/headerNav.yml b/content/headerNav.yml index 325a95c48..8fbe8b3bc 100644 --- a/content/headerNav.yml +++ b/content/headerNav.yml @@ -1,13 +1,13 @@ items: - - title: Docs + - title: Dokumentáció to: /docs/getting-started.html activeSelector: /docs/ - - title: Tutorial + - title: Tutoriál to: /tutorial/tutorial.html activeSelector: /tutorial - title: Blog to: /blog/ activeSelector: /blog - - title: Community + - title: Közösség to: /community/support.html activeSelector: /community diff --git a/src/components/CodeEditor/CodeEditor.js b/src/components/CodeEditor/CodeEditor.js index 688fad504..4139e44bb 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. + A Babelt nem sikerült betölteni.

- 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. + Ez lehet, hogy egy hirdetés blokkoló miatt történt. Ha használsz ilyet, + fontold meg ennek az oldlanak a kivételekhez adását, hogy az élő + kódpéldák nyugodtan tudjanak működni.
); } else if (error != null) { @@ -175,7 +175,7 @@ class CodeEditor extends Component { cssProps={{ color: colors.white, }}> - Error + Hiba
-                Result
+                Eredmény
               
               
) : ( -

Loading code example...

+

Kódpélda betöltése...

)}
); diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index d179a09be..9574ea78c 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -69,8 +69,8 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { if (!code) { return (

- 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. + Ha egy hibába ütközöl, egy linket fogsz kapni, ami erre az oldalra mutat + azzal a specifikus hibával és itt megmutatjuk a hiba teljes szövegét.

); } @@ -78,7 +78,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (

- The full text of the error you just encountered is: + A hiba teljes szövege amibe beleütköztél:

{urlify(errorMsg)} diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js index bc347861f..2ff50635a 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -87,7 +87,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( {navFooter.community.title} - Code of Conduct + Magatartási kódex {sectionListCommunity.map(section => ( ( color: colors.subtleOnDark, paddingTop: 15, }}> - {`Copyright © ${new Date().getFullYear()} Facebook Inc.`} + {`Szerzői jog © ${new Date().getFullYear()} Facebook Inc.`}

diff --git a/src/components/MarkdownPage/MarkdownPage.js b/src/components/MarkdownPage/MarkdownPage.js index 310903bfa..4c690e803 100644 --- a/src/components/MarkdownPage/MarkdownPage.js +++ b/src/components/MarkdownPage/MarkdownPage.js @@ -88,7 +88,7 @@ const MarkdownPage = ({ {date}{' '} {hasAuthors && ( - by{' '} + szerzők{' '} {toCommaSeparatedList(authors, author => ( (
-
Page Not Found
+
Az oldal nem található
-

We couldn't find what you were looking for.

+

Nem találtuk meg, amit kerestél.

- Please contact the owner of the site that linked you to the - original URL and let them know their link is broken. + Kérjük vedd fel a kapcsolatot az oldal tulajdonosával, ami + erre az URL-re küldött téged és tudasd velük, hogy a link nem működik.

diff --git a/src/pages/acknowledgements.html.js b/src/pages/acknowledgements.html.js index 7a67b4c24..5120a17c1 100644 --- a/src/pages/acknowledgements.html.js +++ b/src/pages/acknowledgements.html.js @@ -19,14 +19,14 @@ const Acknowlegements = ({data, location}) => (
-
Acknowledgements
+
Elismerések
-

We'd like to thank all of our contributors:

+

Minden közreműködőnek nagy köszönet:

    ( ))}
-

In addition, we're grateful to

+

Valamint hálásak vagyunk

diff --git a/src/pages/blog/all.html.js b/src/pages/blog/all.html.js index 35734b5b1..4db1deded 100644 --- a/src/pages/blog/all.html.js +++ b/src/pages/blog/all.html.js @@ -28,10 +28,10 @@ const AllBlogPosts = ({data, location}: Props) => (
-
All Posts
+
Összes blogposzt
    ( color: colors.subtle, marginTop: -5, }}> - by{' '} + szerzők {' '} {toCommaSeparatedList(node.frontmatter.author, author => ( {author.frontmatter.name} diff --git a/src/pages/jsx-compiler.html.js b/src/pages/jsx-compiler.html.js index 915d34bb0..344b316a7 100644 --- a/src/pages/jsx-compiler.html.js +++ b/src/pages/jsx-compiler.html.js @@ -24,13 +24,13 @@ const JsxCompiler = ({location}: Props) => (

    - This tool has been removed as JSXTransformer has been - deprecated. + Ez az eszköz el lett távolítva, mivel a JSXTransformer + elavultnak lett minősítve.

    - We recommend using another tool such as{' '} - the Babel REPL. + Egy másik eszköz használatát ajánljuk, mint például{' '} + a Babel REPL.

diff --git a/src/pages/languages.js b/src/pages/languages.js index 969ef099e..8a817720d 100644 --- a/src/pages/languages.js +++ b/src/pages/languages.js @@ -157,7 +157,7 @@ const Language = ({code, name, status, translatedName}) => { href={`https://github.com/reactjs/${prefix}reactjs.org/`} target="_blank" rel="noopener"> - Contribute + Közreműködés
diff --git a/src/pages/versions.js b/src/pages/versions.js index c4e3532b3..722910d3a 100644 --- a/src/pages/versions.js +++ b/src/pages/versions.js @@ -25,27 +25,27 @@ const Versions = ({location}: Props) => (
-
React Versions
+
React verziók

- A complete release history for React is available{' '} + A React teljes kiadási története elérhető{' '} - on GitHub + a GitHubon .
- Documentation for recent releases can also be found below. + Lejjebb a jelenlegi kiadások dokumentációja is megtalálható.

- See our FAQ for information about{' '} + Nézd meg a GY.I.K-et{' '} - our versioning policy and commitment to stability + a számozási irányelveinkről és a stabilitási elkötelezettségünkről .

@@ -55,13 +55,13 @@ const Versions = ({location}: Props) => (
  • - Changelog + Változási napló
  • {version.path && (
  • - Documentation + Dokumentáció
  • )} diff --git a/src/templates/blog.js b/src/templates/blog.js index 57967afcc..781c7c2c2 100644 --- a/src/templates/blog.js +++ b/src/templates/blog.js @@ -12,7 +12,7 @@ import {createLinkBlog} from 'utils/createLink'; const toSectionList = allMarkdownRemark => [ { - title: 'Recent Posts', + title: 'Friss blogposztok', items: allMarkdownRemark.edges .map(({node}) => ({ id: node.fields.slug, @@ -20,7 +20,7 @@ const toSectionList = allMarkdownRemark => [ })) .concat({ id: '/blog/all.html', - title: 'All posts ...', + title: 'Összes blogposzt ...', }), }, ]; diff --git a/src/templates/codepen-example.js b/src/templates/codepen-example.js index 9b752aee6..158bf54db 100644 --- a/src/templates/codepen-example.js +++ b/src/templates/codepen-example.js @@ -45,10 +45,10 @@ class CodepenExample extends Component {

    - Not automatically redirecting? + Nem irányít át automatikusan?

    - +

    diff --git a/src/templates/components/NavigationFooter/NavigationFooter.js b/src/templates/components/NavigationFooter/NavigationFooter.js index 9ee0e9519..c2ac267da 100644 --- a/src/templates/components/NavigationFooter/NavigationFooter.js +++ b/src/templates/components/NavigationFooter/NavigationFooter.js @@ -40,7 +40,7 @@ const NavigationFooter = ({next, prev, location}) => { {prev && (
    - Previous article + Előző fejezet
    { textAlign: 'right', }}>
    - Next article + Következő fejezet
    - Hello World + Helló világ @@ -14,7 +14,7 @@