Skip to content

Translate Tutorial #144

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

Merged
merged 9 commits into from
Mar 1, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
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
48 changes: 24 additions & 24 deletions content/tutorial/nav.yml
Original file line number Diff line number Diff line change
@@ -1,87 +1,87 @@
- title: Tutorial
items:
- id: before-we-start-the-tutorial
title: Before We Start the Tutorial
title: チュートリアルを始める前に
href: /tutorial/tutorial.html#before-we-start-the-tutorial
forceInternal: true
subitems:
- id: what-are-we-building
title: What Are We Building?
title: これから作るもの
href: /tutorial/tutorial.html#what-are-we-building
forceInternal: true
- id: prerequisites
title: Prerequisites
title: 前提知識
href: /tutorial/tutorial.html#prerequisites
forceInternal: true
- id: setup-for-the-tutorial
title: Setup for the Tutorial
title: チュートリアルの準備
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: "オプション 1: ブラウザでコードを書く"
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: "オプション 2: ローカル開発環境"
href: /tutorial/tutorial.html#setup-option-2-local-development-environment
forceInternal: true
- id: help-im-stuck
title: Help, I'm Stuck!
title: 助けて、ハマった!
href: /tutorial/tutorial.html#help-im-stuck
forceInternal: true
- id: overview
title: Overview
title: 概要
href: /tutorial/tutorial.html#overview
forceInternal: true
subitems:
- id: what-is-react
title: What Is React?
title: React とは?
href: /tutorial/tutorial.html#what-is-react
forceInternal: true
- id: inspecting-the-starter-code
title: Inspecting the Starter Code
title: スターターコードの中身を確認する
href: /tutorial/tutorial.html#inspecting-the-starter-code
forceInternal: true
- id: passing-data-through-props
title: Passing Data Through Props
title: データを Props 経由で渡す
href: /tutorial/tutorial.html#passing-data-through-props
forceInternal: true
- id: making-an-interactive-component
title: Making an Interactive Component
title: インタラクティブなコンポーネントを作る
href: /tutorial/tutorial.html#making-an-interactive-component
forceInternal: true
- id: developer-tools
title: Developer Tools
href: /tutorial/tutorial.html#developer-tools
forceInternal: true
- id: completing-the-game
title: Completing the Game
title: ゲームを完成させる
href: /tutorial/tutorial.html#completing-the-game
forceInternal: true
subitems:
- id: lifting-state-up
title: Lifting State Up
title: State のリフトアップ
href: /tutorial/tutorial.html#lifting-state-up
forceInternal: true
- id: why-immutability-is-important
title: Why Immutability Is Important
title: イミュータビリティは何故重要なのか
href: /tutorial/tutorial.html#why-immutability-is-important
forceInternal: true
- id: function-components
title: Function Components
title: 関数コンポーネント
href: /tutorial/tutorial.html#function-components
forceInternal: true
- id: taking-turns
title: Taking Turns
title: 手番の処理
href: /tutorial/tutorial.html#taking-turns
forceInternal: true
- id: declaring-a-winner
title: Declaring a Winner
title: ゲーム勝者の判定
href: /tutorial/tutorial.html#declaring-a-winner
forceInternal: true
- id: adding-time-travel
title: Adding Time Travel
title: タイムトラベル機能の追加
href: /tutorial/tutorial.html#adding-time-travel
forceInternal: true
subitems:
Expand All @@ -90,22 +90,22 @@
href: /tutorial/tutorial.html#storing-a-history-of-moves
forceInternal: true
- id: lifting-state-up-again
title: Lifting State Up, Again
title: State のリフトアップ、再び
href: /tutorial/tutorial.html#lifting-state-up-again
forceInternal: true
- id: showing-the-past-moves
title: Showing the Past Moves
title: 過去の着手の表示
href: /tutorial/tutorial.html#showing-the-past-moves
forceInternal: true
- id: picking-a-key
title: Picking a Key
title: Key を選ぶ
href: /tutorial/tutorial.html#picking-a-key
forceInternal: true
- id: implementing-time-travel
title: Implementing Time Travel
title: タイムトラベルの実装
href: /tutorial/tutorial.html#implementing-time-travel
forceInternal: true
- id: wrapping-up
title: Wrapping Up
title: まとめ
href: /tutorial/tutorial.html#wrapping-up
forceInternal: true
Loading