Skip to content

Commit ca3c264

Browse files
potato4dkoba04
authored andcommitted
doc: Translate docs/nav.yml (#149)
1 parent febc8d0 commit ca3c264

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

content/docs/nav.yml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3,86 +3,86 @@
33
- id: getting-started
44
title: Getting Started
55
- id: add-react-to-a-website
6-
title: Add React to a Website
6+
title: 既存のウェブサイトに React を追加する
77
- id: create-a-new-react-app
8-
title: Create a New React App
8+
title: 新しい React アプリを作る
99
- id: cdn-links
10-
title: CDN Links
10+
title: CDN リンク
1111
- title: Main Concepts
1212
isOrdered: true
1313
items:
1414
- id: hello-world
1515
title: Hello World
1616
- id: introducing-jsx
17-
title: Introducing JSX
17+
title: JSX の導入
1818
- id: rendering-elements
19-
title: Rendering Elements
19+
title: 要素のレンダー
2020
- id: components-and-props
21-
title: Components and Props
21+
title: コンポーネントと props
2222
- id: state-and-lifecycle
23-
title: State and Lifecycle
23+
title: state とライフサイクル
2424
- id: handling-events
25-
title: Handling Events
25+
title: イベント処理
2626
- id: conditional-rendering
27-
title: Conditional Rendering
27+
title: 条件付きレンダー
2828
- id: lists-and-keys
29-
title: Lists and Keys
29+
title: リストと key
3030
- id: forms
31-
title: Forms
31+
title: フォーム
3232
- id: lifting-state-up
33-
title: Lifting State Up
33+
title: state のリフトアップ
3434
- id: composition-vs-inheritance
35-
title: Composition vs Inheritance
35+
title: コンポジション vs 継承
3636
- id: thinking-in-react
37-
title: Thinking In React
37+
title: React の流儀
3838
- title: Advanced Guides
3939
items:
4040
- id: accessibility
41-
title: Accessibility
41+
title: アクセシビリティ
4242
- id: code-splitting
43-
title: Code-Splitting
43+
title: コード分割
4444
- id: context
45-
title: Context
45+
title: コンテクスト
4646
- id: error-boundaries
4747
title: Error Boundaries
4848
- id: forwarding-refs
49-
title: Forwarding Refs
49+
title: ref のフォワーディング
5050
- id: fragments
51-
title: Fragments
51+
title: フラグメント
5252
- id: higher-order-components
53-
title: Higher-Order Components
53+
title: 高階 (Higher-Order) コンポーネント
5454
- id: integrating-with-other-libraries
55-
title: Integrating with Other Libraries
55+
title: 他のライブラリとのインテグレーション
5656
- id: jsx-in-depth
57-
title: JSX In Depth
57+
title: JSX を深く理解する
5858
- id: optimizing-performance
5959
title: Optimizing Performance
6060
- id: portals
61-
title: Portals
61+
title: ポータル
6262
- id: react-without-es6
63-
title: React Without ES6
63+
title: ES6 なしで React を使う
6464
- id: react-without-jsx
65-
title: React Without JSX
65+
title: JSX なしで React を使う
6666
- id: reconciliation
67-
title: Reconciliation
67+
title: 差分検出処理
6868
- id: refs-and-the-dom
69-
title: Refs and the DOM
69+
title: Ref と DOM
7070
- id: render-props
71-
title: Render Props
71+
title: レンダープロップ
7272
- id: static-type-checking
7373
title: Static Type Checking
7474
- id: strict-mode
75-
title: Strict Mode
75+
title: strict モード
7676
- id: typechecking-with-proptypes
7777
title: Typechecking With PropTypes
7878
- id: uncontrolled-components
79-
title: Uncontrolled Components
79+
title: 非制御コンポーネント
8080
- id: web-components
8181
title: Web Components
8282
- title: API Reference
8383
items:
8484
- id: react-api
85-
title: React
85+
title: React の最上位 API
8686
subitems:
8787
- id: react-component
8888
title: React.Component
@@ -91,34 +91,34 @@
9191
- id: react-dom-server
9292
title: ReactDOMServer
9393
- id: dom-elements
94-
title: DOM Elements
94+
title: DOM 要素
9595
- id: events
96-
title: SyntheticEvent
96+
title: 合成イベント (SyntheticEvent)
9797
- id: test-utils
98-
title: Test Utilities
98+
title: テストユーティリティ
9999
- id: shallow-renderer
100100
title: Shallow Renderer
101101
- id: test-renderer
102102
title: Test Renderer
103103
- id: javascript-environment-requirements
104-
title: JS Environment Requirements
104+
title: JavaScript 環境の要件
105105
- id: glossary
106-
title: Glossary
106+
title: React 用語集
107107
- title: Hooks (New)
108108
isOrdered: true
109109
items:
110110
- id: hooks-intro
111-
title: Introducing Hooks
111+
title: フックの導入
112112
- id: hooks-overview
113-
title: Hooks at a Glance
113+
title: フック早わかり
114114
- id: hooks-state
115-
title: Using the State Hook
115+
title: ステートフックの利用法
116116
- id: hooks-effect
117-
title: Using the Effect Hook
117+
title: 副作用フックの利用法
118118
- id: hooks-rules
119-
title: Rules of Hooks
119+
title: フックのルール
120120
- id: hooks-custom
121-
title: Building Your Own Hooks
121+
title: カスタムフックの作成
122122
- id: hooks-reference
123123
title: Hooks API Reference
124124
- id: hooks-faq
@@ -136,18 +136,18 @@
136136
- title: FAQ
137137
items:
138138
- id: faq-ajax
139-
title: AJAX and APIs
139+
title: AJAX と API
140140
- id: faq-build
141-
title: Babel, JSX, and Build Steps
141+
title: BabelJSX、ビルドステップ
142142
- id: faq-functions
143-
title: Passing Functions to Components
143+
title: コンポーネントに関数を渡す
144144
- id: faq-state
145-
title: Component State
145+
title: コンポーネントの state
146146
- id: faq-styling
147-
title: Styling and CSS
147+
title: CSS とスタイルの使用
148148
- id: faq-structure
149-
title: File Structure
149+
title: ファイル構成
150150
- id: faq-versioning
151-
title: Versioning Policy
151+
title: バージョニングポリシー
152152
- id: faq-internals
153-
title: Virtual DOM and Internals
153+
title: 仮想 DOM と内部処理

0 commit comments

Comments
 (0)