From d0bd5f42171d6b6c45de7cf4ff7279cd29c68140 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Tue, 22 Aug 2023 12:16:40 +0900 Subject: [PATCH] Finish sidebar translations --- src/sidebarBlog.json | 4 ++-- src/sidebarHome.json | 40 ++++++++++++++++++++-------------------- src/sidebarLearn.json | 4 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 9626a5936..cb986d9e7 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -75,8 +75,8 @@ "path": "/blog/2020/12/21/data-fetching-with-react-server-components" }, { - "title": "Older posts", - "path": "https://reactjs.org/blog/all.html" + "title": "過去の投稿", + "path": "https://ja.reactjs.org/blog/all.html" } ] } diff --git a/src/sidebarHome.json b/src/sidebarHome.json index 4509c26fc..2ecb61b72 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -4,34 +4,34 @@ "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "スタートガイド" }, { - "title": "Quick Start", + "title": "クイックスタート", "path": "/learn" }, { - "title": "Installation", + "title": "インストール", "path": "/learn/installation" }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "REACT を学ぶ" }, { - "title": "Describing the UI", + "title": "UI の記述", "path": "/learn/describing-the-ui" }, { - "title": "Adding Interactivity", + "title": "インタラクティビティの追加", "path": "/learn/adding-interactivity" }, { - "title": "Managing State", + "title": "state の管理", "path": "/learn/managing-state" }, { - "title": "Escape Hatches", + "title": "避難ハッチ", "path": "/learn/escape-hatches" }, { @@ -39,19 +39,19 @@ "sectionHeader": "REACT API" }, { - "title": "Hooks", + "title": "フック", "path": "/reference/react" }, { - "title": "Components", + "title": "コンポーネント", "path": "/reference/react/components" }, { - "title": "APIs", + "title": "API", "path": "/reference/react/apis" }, { - "title": "Legacy APIs", + "title": "レガシー API", "path": "/reference/react/legacy" }, { @@ -59,35 +59,35 @@ "sectionHeader": "REACT DOM API" }, { - "title": "Components", + "title": "コンポーネント", "path": "/reference/react-dom/components" }, { - "title": "APIs", + "title": "API", "path": "/reference/react-dom" }, { - "title": "Client APIs", + "title": "クライアント API", "path": "/reference/react-dom/client" }, { - "title": "Server APIs", + "title": "サーバ API", "path": "/reference/react-dom/server" }, { "hasSectionHeader": true, - "sectionHeader": "GET INVOLVED" + "sectionHeader": "コミュニティに参加する" }, { - "title": "React Community", + "title": "React コミュニティ", "path": "/community" }, { "hasSectionHeader": true, - "sectionHeader": "STAY INFORMED" + "sectionHeader": "最新の情報" }, { - "title": "React Blog", + "title": "React ブログ", "path": "/blog" } ] diff --git a/src/sidebarLearn.json b/src/sidebarLearn.json index 0802018c6..a79f4bf3b 100644 --- a/src/sidebarLearn.json +++ b/src/sidebarLearn.json @@ -4,7 +4,7 @@ "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "スタートガイド" }, { "title": "クイックスタート", @@ -48,7 +48,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "REACT を学ぶ" }, { "title": "UI の記述",