Skip to content

Translating the tutorial #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cad7c52
[WIP] translating tutorial
Feb 23, 2019
0314b00
WIP: translating tutorial
Feb 26, 2019
9e286fb
update translation
Aug 24, 2019
79c9cd1
Updating tutorial translation
Aug 24, 2019
8af6989
:construction: worked on German translation of Tic-Tac-Toe Tutorial
liza-kl Nov 9, 2020
b795a7c
:construction: worked on React Tutorial Summary
liza-kl Nov 9, 2020
7fb434b
Apply suggestions from code review
miku86 Apr 1, 2021
bb2b352
Merge pull request #174 from liza-kl/task/translating-tutorial
ph1p Apr 1, 2021
b89b418
Merge branch 'master' into task/translating-tutorial
ph1p Apr 9, 2021
66a192c
Merge branch 'main' into task/translating-tutorial
ph1p Jan 30, 2022
5164bee
Translating the section "Before We Start the Tutorial".
TheFireCircle Sep 18, 2022
403eb6e
Translating the section "What Are We Building?".
TheFireCircle Sep 18, 2022
dd22bee
Translating the section "Prerequisites".
TheFireCircle Sep 18, 2022
2ea0e5b
Translating the section "Setup for the Tutorial".
TheFireCircle Sep 18, 2022
917d71a
Translating the section "What Is React?".
TheFireCircle Sep 25, 2022
5ee9c26
Translating the section "Inspecting the Starter Code".
TheFireCircle Sep 25, 2022
f31fb82
Translating the section "Passing Data Through Props".
TheFireCircle Sep 28, 2022
5220033
Translating the section "Making an Interactive Component".
TheFireCircle Oct 2, 2022
6fd3007
Translating the section "Developer Tools".
TheFireCircle Oct 2, 2022
2cc90e0
Translating a part of the section "Completing the Game".
TheFireCircle Oct 7, 2022
c12c5c8
Translating a part of the section "Completing the Game" line 412 seco…
TheFireCircle Oct 10, 2022
f437fe0
Translating a part of the section "Completing the Game" line 454 it c…
TheFireCircle Oct 11, 2022
0660ef7
Translating the second part of the section "Completing the Game".
TheFireCircle Oct 28, 2022
a0cde3e
Translating the first part of the section "Why Immutability Is Import…
TheFireCircle Nov 3, 2022
105ce5a
Translating the second part of the section "Why Immutability Is Impor…
TheFireCircle Nov 8, 2022
1a43519
Translating the sections "Taking Turns" and "Declaring a Winner".
TheFireCircle Nov 15, 2022
5ca454a
Translating the subsections "Storing a History of Moves" and partly "…
TheFireCircle Nov 18, 2022
e0ad903
Translating the subsection "Showing the Past Moves", of the section "…
TheFireCircle Nov 24, 2022
e8c6825
Translating the second part of the subsection "Showing the Past Moves…
TheFireCircle Dec 11, 2022
23373c4
Translating the first part of the subsection "Picking a Key", of the …
TheFireCircle Dec 12, 2022
b24170f
Translating the second part of the subsection "Picking a Key", of the…
TheFireCircle Dec 14, 2022
6b38dc1
Merge branch 'main' of https://github.com/TheFireCircle/de.reactjs.or…
TheFireCircle Dec 18, 2022
f1885e9
Translating the third part of the subsection "Picking a Key" and the …
TheFireCircle Dec 18, 2022
3a22477
Translating the last part. :)
TheFireCircle Dec 30, 2022
6ac0824
Adapt the index and a heading.
TheFireCircle Jan 3, 2023
63939a5
Made some minor changes.
TheFireCircle Jan 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions content/tutorial/nav.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title: Tutorial
items:
- id: before-we-start-the-tutorial
title: Bevor wir mit dem Tutorial beginnen
title: Bevor wir mit dem Tutorial anfangen
href: /tutorial/tutorial.html#before-we-start-the-tutorial
forceInternal: true
subitems:
Expand All @@ -10,7 +10,7 @@
href: /tutorial/tutorial.html#what-are-we-building
forceInternal: true
- id: prerequisites
title: Vorraussetzungen
title: Voraussetzungen
href: /tutorial/tutorial.html#prerequisites
forceInternal: true
- id: setup-for-the-tutorial
Expand Down Expand Up @@ -40,19 +40,19 @@
href: /tutorial/tutorial.html#what-is-react
forceInternal: true
- id: inspecting-the-starter-code
title: Betrachten des ersten Codes
title: Untersuchen des Einstiegscodes
href: /tutorial/tutorial.html#inspecting-the-starter-code
forceInternal: true
- id: passing-data-through-props
title: Daten über Properties weitergeben
title: Daten über Props weitergeben
href: /tutorial/tutorial.html#passing-data-through-props
forceInternal: true
- id: making-an-interactive-component
title: Erstellen einer interaktiven Komponente
href: /tutorial/tutorial.html#making-an-interactive-component
forceInternal: true
- id: developer-tools
title: Developer Tools
title: Entwicklerwerkzeuge
href: /tutorial/tutorial.html#developer-tools
forceInternal: true
- id: completing-the-game
Expand All @@ -61,23 +61,23 @@
forceInternal: true
subitems:
- id: lifting-state-up
title: Den State hoch holen
title: Den State hochziehen
href: /tutorial/tutorial.html#lifting-state-up
forceInternal: true
- id: why-immutability-is-important
title: Warum ist Immutability wichtig
title: Warum Unveränderlichkeit (engl. Immutability) wichtig ist
href: /tutorial/tutorial.html#why-immutability-is-important
forceInternal: true
- id: function-components
title: Funktionskomponente
title: Funktionskomponenten
href: /tutorial/tutorial.html#function-components
forceInternal: true
- id: taking-turns
title: Einen Zug machen
title: Abwechselnd einen Zug machen
href: /tutorial/tutorial.html#taking-turns
forceInternal: true
- id: declaring-a-winner
title: Einen Gewinner verkünden
title: Einen Gewinner bekanntgeben
href: /tutorial/tutorial.html#declaring-a-winner
forceInternal: true
- id: adding-time-travel
Expand All @@ -86,11 +86,11 @@
forceInternal: true
subitems:
- id: storing-a-history-of-moves
title: Einen Zug-Verlauf speichern
title: Speichern eines Verlaufs von Spielzügen
href: /tutorial/tutorial.html#storing-a-history-of-moves
forceInternal: true
- id: lifting-state-up-again
title: Den State nochmal hoch holen
title: Den State nochmal hochziehen
href: /tutorial/tutorial.html#lifting-state-up-again
forceInternal: true
- id: showing-the-past-moves
Expand Down
Loading