Skip to content

Commit fed5cdc

Browse files
authored
Merge pull request #658 from reactjs/tr/sidebars
Finish sidebar translations
2 parents 3ca9f1f + d0bd5f4 commit fed5cdc

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

src/sidebarBlog.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
7676
},
7777
{
78-
"title": "Older posts",
79-
"path": "https://reactjs.org/blog/all.html"
78+
"title": "過去の投稿",
79+
"path": "https://ja.reactjs.org/blog/all.html"
8080
}
8181
]
8282
}

src/sidebarHome.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -4,90 +4,90 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "スタートガイド"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "クイックスタート",
1111
"path": "/learn"
1212
},
1313
{
14-
"title": "Installation",
14+
"title": "インストール",
1515
"path": "/learn/installation"
1616
},
1717
{
1818
"hasSectionHeader": true,
19-
"sectionHeader": "LEARN REACT"
19+
"sectionHeader": "REACT を学ぶ"
2020
},
2121
{
22-
"title": "Describing the UI",
22+
"title": "UI の記述",
2323
"path": "/learn/describing-the-ui"
2424
},
2525
{
26-
"title": "Adding Interactivity",
26+
"title": "インタラクティビティの追加",
2727
"path": "/learn/adding-interactivity"
2828
},
2929
{
30-
"title": "Managing State",
30+
"title": "state の管理",
3131
"path": "/learn/managing-state"
3232
},
3333
{
34-
"title": "Escape Hatches",
34+
"title": "避難ハッチ",
3535
"path": "/learn/escape-hatches"
3636
},
3737
{
3838
"hasSectionHeader": true,
3939
"sectionHeader": "REACT API"
4040
},
4141
{
42-
"title": "Hooks",
42+
"title": "フック",
4343
"path": "/reference/react"
4444
},
4545
{
46-
"title": "Components",
46+
"title": "コンポーネント",
4747
"path": "/reference/react/components"
4848
},
4949
{
50-
"title": "APIs",
50+
"title": "API",
5151
"path": "/reference/react/apis"
5252
},
5353
{
54-
"title": "Legacy APIs",
54+
"title": "レガシー API",
5555
"path": "/reference/react/legacy"
5656
},
5757
{
5858
"hasSectionHeader": true,
5959
"sectionHeader": "REACT DOM API"
6060
},
6161
{
62-
"title": "Components",
62+
"title": "コンポーネント",
6363
"path": "/reference/react-dom/components"
6464
},
6565
{
66-
"title": "APIs",
66+
"title": "API",
6767
"path": "/reference/react-dom"
6868
},
6969
{
70-
"title": "Client APIs",
70+
"title": "クライアント API",
7171
"path": "/reference/react-dom/client"
7272
},
7373
{
74-
"title": "Server APIs",
74+
"title": "サーバ API",
7575
"path": "/reference/react-dom/server"
7676
},
7777
{
7878
"hasSectionHeader": true,
79-
"sectionHeader": "GET INVOLVED"
79+
"sectionHeader": "コミュニティに参加する"
8080
},
8181
{
82-
"title": "React Community",
82+
"title": "React コミュニティ",
8383
"path": "/community"
8484
},
8585
{
8686
"hasSectionHeader": true,
87-
"sectionHeader": "STAY INFORMED"
87+
"sectionHeader": "最新の情報"
8888
},
8989
{
90-
"title": "React Blog",
90+
"title": "React ブログ",
9191
"path": "/blog"
9292
}
9393
]

src/sidebarLearn.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "スタートガイド"
88
},
99
{
1010
"title": "クイックスタート",
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"hasSectionHeader": true,
51-
"sectionHeader": "LEARN REACT"
51+
"sectionHeader": "REACT を学ぶ"
5252
},
5353
{
5454
"title": "UI の記述",

0 commit comments

Comments
 (0)