From 8eca233268da9afcb1d5199d28a0def01607a541 Mon Sep 17 00:00:00 2001 From: Jakub Drozdek Date: Mon, 18 Mar 2019 03:06:36 +0100 Subject: [PATCH 1/2] Translate 'Tutorial' navigation --- content/tutorial/nav.yml | 54 ++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/content/tutorial/nav.yml b/content/tutorial/nav.yml index 8d498ab14..9a7c8e4f2 100644 --- a/content/tutorial/nav.yml +++ b/content/tutorial/nav.yml @@ -1,111 +1,111 @@ -- title: Tutorial +- title: Samouczek items: - id: before-we-start-the-tutorial - title: Before We Start the Tutorial + title: Zanim zaczniemy się uczyć href: /tutorial/tutorial.html#before-we-start-the-tutorial forceInternal: true subitems: - id: what-are-we-building - title: What Are We Building? + title: Co będziemy budować? href: /tutorial/tutorial.html#what-are-we-building forceInternal: true - id: prerequisites - title: Prerequisites + title: Wymagania href: /tutorial/tutorial.html#prerequisites forceInternal: true - id: setup-for-the-tutorial - title: Setup for the Tutorial + title: Konfiguracja pod samouczek href: /tutorial/tutorial.html#setup-for-the-tutorial forceInternal: true subitems: - id: setup-option-1-write-code-in-the-browser - title: "Option 1: Write Code in the Browser" + title: "Opcja konfiguracyjna nr 1: Pisanie kodu w przeglądarce" href: /tutorial/tutorial.html#setup-option-1-write-code-in-the-browser forceInternal: true - id: setup-option-2-local-development-environment - title: "Option 2: Local Development Environment" + title: "Opcja konfiguracyjna nr 2: Lokalne środowisko programistyczne" href: /tutorial/tutorial.html#setup-option-2-local-development-environment forceInternal: true - id: help-im-stuck - title: Help, I'm Stuck! + title: Pomocy, nie wiem, co robić! href: /tutorial/tutorial.html#help-im-stuck forceInternal: true - id: overview - title: Overview + title: Przegląd href: /tutorial/tutorial.html#overview forceInternal: true subitems: - id: what-is-react - title: What Is React? + title: Czym jest React? href: /tutorial/tutorial.html#what-is-react forceInternal: true - id: inspecting-the-starter-code - title: Inspecting the Starter Code + title: Analizowanie szablonu startowego href: /tutorial/tutorial.html#inspecting-the-starter-code forceInternal: true - id: passing-data-through-props - title: Passing Data Through Props + title: Przekazywanie danych przez atrybuty href: /tutorial/tutorial.html#passing-data-through-props forceInternal: true - id: making-an-interactive-component - title: Making an Interactive Component + title: Tworzenie interaktywnego komponentu href: /tutorial/tutorial.html#making-an-interactive-component forceInternal: true - id: developer-tools - title: Developer Tools + title: Narzędzia deweloperskie href: /tutorial/tutorial.html#developer-tools forceInternal: true - id: completing-the-game - title: Completing the Game + title: Dokończenie gry href: /tutorial/tutorial.html#completing-the-game forceInternal: true subitems: - id: lifting-state-up - title: Lifting State Up + title: Wyciąganie stanu w górę href: /tutorial/tutorial.html#lifting-state-up forceInternal: true - id: why-immutability-is-important - title: Why Immutability Is Important + title: Dlaczego niezmienność jest istotna href: /tutorial/tutorial.html#why-immutability-is-important forceInternal: true - id: function-components - title: Function Components + title: Komponenty funkcyjne href: /tutorial/tutorial.html#function-components forceInternal: true - id: taking-turns - title: Taking Turns + title: Granie na zmianę href: /tutorial/tutorial.html#taking-turns forceInternal: true - id: declaring-a-winner - title: Declaring a Winner + title: Ogłaszanie zwycięzcy href: /tutorial/tutorial.html#declaring-a-winner forceInternal: true - id: adding-time-travel - title: Adding Time Travel + title: Dodanie "podróży w czasie" href: /tutorial/tutorial.html#adding-time-travel forceInternal: true subitems: - id: storing-a-history-of-moves - title: Storing a History of Moves + title: Przechowywanie historii ruchów href: /tutorial/tutorial.html#storing-a-history-of-moves forceInternal: true - id: lifting-state-up-again - title: Lifting State Up, Again + title: Wynoszenie stanu w górę - po raz kolejny href: /tutorial/tutorial.html#lifting-state-up-again forceInternal: true - id: showing-the-past-moves - title: Showing the Past Moves + title: Wyświetlanie ruchów z przeszłości href: /tutorial/tutorial.html#showing-the-past-moves forceInternal: true - id: picking-a-key - title: Picking a Key + title: PWybieranie odpowiedniego klucza href: /tutorial/tutorial.html#picking-a-key forceInternal: true - id: implementing-time-travel - title: Implementing Time Travel + title: Implementowanie "podróży w czasie" href: /tutorial/tutorial.html#implementing-time-travel forceInternal: true - id: wrapping-up - title: Wrapping Up + title: Podsumowanie href: /tutorial/tutorial.html#wrapping-up forceInternal: true From b0560953a32a157bdf9bd5fcfd7331ed14d73633 Mon Sep 17 00:00:00 2001 From: Wojtek Date: Mon, 18 Mar 2019 19:48:47 +0100 Subject: [PATCH 2/2] Update content/tutorial/nav.yml Co-Authored-By: jakubdrozdek <30927218+jakubdrozdek@users.noreply.github.com> --- content/tutorial/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/nav.yml b/content/tutorial/nav.yml index 9a7c8e4f2..7fce44273 100644 --- a/content/tutorial/nav.yml +++ b/content/tutorial/nav.yml @@ -98,7 +98,7 @@ href: /tutorial/tutorial.html#showing-the-past-moves forceInternal: true - id: picking-a-key - title: PWybieranie odpowiedniego klucza + title: Wybieranie odpowiedniego klucza href: /tutorial/tutorial.html#picking-a-key forceInternal: true - id: implementing-time-travel