diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 2946180da..1f9321a4a 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -4,7 +4,7 @@ "routes": [ { "hasSectionHeader": true, - "sectionHeader": "STAY INFORMED" + "sectionHeader": "RESTA AGGIORNATO" }, { "title": "Blog", @@ -82,14 +82,14 @@ "path": "/blog/2025/02/14/sunsetting-create-react-app" }, { - "title": "React 19", + "title": "React v19", "titleForHomepage": "React 19", "icon": "blog", "date": "December 05, 2024", "path": "/blog/2024/12/05/react-19" }, { - "title": "React Compiler Beta Release and Roadmap", + "title": "React Compiler Beta Release", "titleForHomepage": "React Compiler Beta Release and Roadmap", "icon": "blog", "date": "October 21, 2024", @@ -110,7 +110,7 @@ "path": "/blog/2024/04/25/react-19" }, { - "title": "React 19 RC Upgrade Guide", + "title": "React 19 Upgrade Guide", "titleForHomepage": "React 19 RC Upgrade Guide", "icon": "blog", "date": "April 25, 2024", @@ -180,7 +180,7 @@ "path": "/blog/2021/06/08/the-plan-for-react-18" }, { - "title": "Introducing Server Components", + "title": "Introducing Zero-Bundle-Size React Server Components", "titleForHomepage": "Introducing Server Components", "icon": "labs", "date": "December 21, 2020", diff --git a/src/sidebarCommunity.json b/src/sidebarCommunity.json index ac8a172d5..96b575038 100644 --- a/src/sidebarCommunity.json +++ b/src/sidebarCommunity.json @@ -1,13 +1,13 @@ { - "title": "Community", + "title": "Comunità", "path": "/community", "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET INVOLVED" + "sectionHeader": "PARTECIPA" }, { - "title": "Community", + "title": "React Community", "path": "/community", "skipBreadcrumb": true, "routes": [ diff --git a/src/sidebarHome.json b/src/sidebarHome.json index aa4760cdd..37a594f05 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -1,10 +1,10 @@ { - "title": "React Docs", + "title": "React", "path": "/", "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "INIZIA QUI" }, { "title": "Avvio Rapido", @@ -24,7 +24,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "IMPARA REACT" }, { "title": "Descrivere la UI", @@ -35,56 +35,56 @@ "path": "/learn/adding-interactivity" }, { - "title": "Gestione dello State", + "title": "Gestione dello state", "path": "/learn/managing-state" }, { - "title": "Escape Hatches", + "title": "Soluzioni alternative", "path": "/learn/escape-hatches" }, { "hasSectionHeader": true, - "sectionHeader": "REACT API" + "sectionHeader": "API REACT" }, { - "title": "Hooks", + "title": "Panoramica della documentazione di React", "path": "/reference/react" }, { - "title": "Components", + "title": "Built-in React Components", "path": "/reference/react/components" }, { - "title": "APIs", + "title": "Built-in React APIs", "path": "/reference/react/apis" }, { - "title": "Legacy APIs", + "title": "Legacy React APIs", "path": "/reference/react/legacy" }, { "hasSectionHeader": true, - "sectionHeader": "REACT DOM API" + "sectionHeader": "API REACT DOM" }, { - "title": "Components", + "title": "React DOM Components", "path": "/reference/react-dom/components" }, { - "title": "APIs", + "title": "React DOM APIs", "path": "/reference/react-dom" }, { - "title": "Client APIs", + "title": "Client React DOM APIs", "path": "/reference/react-dom/client" }, { - "title": "Server APIs", + "title": "Server React DOM APIs", "path": "/reference/react-dom/server" }, { "hasSectionHeader": true, - "sectionHeader": "REACT COMPILER API" + "sectionHeader": "API REACT COMPILER" }, { "title": "Configuration", @@ -100,7 +100,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "GET INVOLVED" + "sectionHeader": "PARTECIPA" }, { "title": "React Community", @@ -108,7 +108,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "STAY INFORMED" + "sectionHeader": "RESTA AGGIORNATO" }, { "title": "React Blog", diff --git a/src/sidebarLearn.json b/src/sidebarLearn.json index 30ffe5039..f79965091 100644 --- a/src/sidebarLearn.json +++ b/src/sidebarLearn.json @@ -1,10 +1,10 @@ { - "title": "Learn React", + "title": "Impara React", "path": "/learn", "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "INIZIA QUI" }, { "title": "Avvio Rapido", @@ -25,11 +25,11 @@ "path": "/learn/installation", "routes": [ { - "title": "Creare una App React", + "title": "Creating a React App", "path": "/learn/creating-a-react-app" }, { - "title": "Costruire una App React da Zero", + "title": "Build a React app from Scratch", "path": "/learn/build-a-react-app-from-scratch" }, { @@ -43,7 +43,7 @@ "path": "/learn/setup", "routes": [ { - "title": "Setup dell'editor", + "title": "Editor Setup", "path": "/learn/editor-setup" }, { @@ -81,7 +81,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "IMPARA REACT" }, { "title": "Descrivere la UI", @@ -113,7 +113,7 @@ "path": "/learn/conditional-rendering" }, { - "title": "Rendering Lists", + "title": "Renderizzare Liste", "path": "/learn/rendering-lists" }, { @@ -121,7 +121,7 @@ "path": "/learn/keeping-components-pure" }, { - "title": "Your UI as a Tree", + "title": "Understanding Your UI as a Tree", "path": "/learn/understanding-your-ui-as-a-tree" } ] @@ -162,7 +162,7 @@ ] }, { - "title": "Gestione dello State", + "title": "Gestione dello state", "path": "/learn/managing-state", "tags": [ "intermediate" @@ -240,4 +240,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src/sidebarReference.json b/src/sidebarReference.json index c03975148..11bd96a0a 100644 --- a/src/sidebarReference.json +++ b/src/sidebarReference.json @@ -1,5 +1,5 @@ { - "title": "API Reference", + "title": "Riferimento API", "path": "/reference/react", "routes": [ { @@ -7,11 +7,11 @@ "sectionHeader": "react@{{version}}" }, { - "title": "Overview", + "title": "Panoramica della documentazione di React", "path": "/reference/react" }, { - "title": "Hooks", + "title": "Built-in React Hooks", "path": "/reference/react/hooks", "routes": [ { @@ -89,7 +89,7 @@ ] }, { - "title": "Components", + "title": "Built-in React Components", "path": "/reference/react/components", "routes": [ { @@ -119,7 +119,7 @@ ] }, { - "title": "APIs", + "title": "Built-in React APIs", "path": "/reference/react/apis", "routes": [ { @@ -179,7 +179,7 @@ "sectionHeader": "react-dom@{{version}}" }, { - "title": "Hooks", + "title": "Built-in React DOM Hooks", "path": "/reference/react-dom/hooks", "routes": [ { @@ -189,7 +189,7 @@ ] }, { - "title": "Components", + "title": "React DOM Components", "path": "/reference/react-dom/components", "routes": [ { @@ -243,7 +243,7 @@ ] }, { - "title": "APIs", + "title": "React DOM APIs", "path": "/reference/react-dom", "routes": [ { @@ -285,7 +285,7 @@ ] }, { - "title": "Client APIs", + "title": "Client React DOM APIs", "path": "/reference/react-dom/client", "routes": [ { @@ -299,7 +299,7 @@ ] }, { - "title": "Server APIs", + "title": "Server React DOM APIs", "path": "/reference/react-dom/server", "routes": [ { @@ -329,7 +329,7 @@ ] }, { - "title": "Static APIs", + "title": "Static React DOM APIs", "path": "/reference/react-dom/static", "routes": [ { @@ -385,11 +385,11 @@ "path": "/reference/react-compiler/directives", "routes": [ { - "title": "\"use memo\"", + "title": "use memo", "path": "/reference/react-compiler/directives/use-memo" }, { - "title": "\"use no memo\"", + "title": "use no memo", "path": "/reference/react-compiler/directives/use-no-memo" } ] @@ -411,7 +411,7 @@ "sectionHeader": "eslint-plugin-react-hooks" }, { - "title": "Lints", + "title": "eslint-plugin-react-hooks", "path": "/reference/eslint-plugin-react-hooks", "routes": [ { @@ -450,7 +450,6 @@ "title": "incompatible-library", "path": "/reference/eslint-plugin-react-hooks/lints/incompatible-library" }, - { "title": "preserve-manual-memoization", "path": "/reference/eslint-plugin-react-hooks/lints/preserve-manual-memoization" @@ -463,7 +462,6 @@ "title": "refs", "path": "/reference/eslint-plugin-react-hooks/lints/refs" }, - { "title": "set-state-in-effect", "path": "/reference/eslint-plugin-react-hooks/lints/set-state-in-effect" @@ -488,10 +486,10 @@ }, { "hasSectionHeader": true, - "sectionHeader": "Rules of React" + "sectionHeader": "Regole di React" }, { - "title": "Overview", + "title": "Rules of React", "path": "/reference/rules", "routes": [ { @@ -536,7 +534,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "Legacy APIs" + "sectionHeader": "API Legacy" }, { "title": "Legacy React APIs",