Skip to content

Commit 793269a

Browse files
authored
Translation of the Tutorial page (#6)
* [WIP] tutorial * tutorial: wip * tutorial: wip * tutorial: done! * updated links to mozilla * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/nav.yml Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]> * Update content/tutorial/tutorial.md Co-Authored-By: deblasis <[email protected]>
1 parent ab78dd3 commit 793269a

File tree

3 files changed

+315
-298
lines changed

3 files changed

+315
-298
lines changed

Diff for: GLOSSARY.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
Glossary of the translations of technical and React-specific terms.
44

55
## Untranslatable terms
6+
- props (**core concept**)
7+
- state (**core concept**)
68
- footer
79
- bug
810
- browser
911
- client
1012
- server
13+
- array
14+
- alert
15+
- record
16+
- true
17+
- false
1118
- tag
1219

20+
1321
# Common Translations
1422

1523
Suggestion on words and terms:
@@ -26,9 +34,11 @@ Suggestion on words and terms:
2634

2735
Here's a list of terms that require discussion/agreement, with a link to the issue.
2836

29-
- `to render` (#7)
30-
- `React component class` (#7)
31-
- `React component type` (#7)
32-
- `refactor` (#9)
33-
- `event handler` (#10)
34-
- `event listener` (#10)
37+
If you encounter one of those expressions for the first time, it might be worth checking the issue to find out what's the current quorum around how we should handle a consistent translation across the whole website.
38+
39+
- `to render` ([#7](https://github.com/reactjs/it.reactjs.org/issues/7))
40+
- `React component class` ([#7](https://github.com/reactjs/it.reactjs.org/issues/7))
41+
- `React component type` ([#7](https://github.com/reactjs/it.reactjs.org/issues/7))
42+
- `refactor` ([#9](https://github.com/reactjs/it.reactjs.org/issues/9))
43+
- `event handler` ([#10](https://github.com/reactjs/it.reactjs.org/issues/10))
44+
- `event listener` ([#10](https://github.com/reactjs/it.reactjs.org/issues/10))

Diff for: content/tutorial/nav.yml

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,111 @@
11
- title: Tutorial
22
items:
33
- id: before-we-start-the-tutorial
4-
title: Before We Start the Tutorial
4+
title: Prima di Cominciare il Tutorial
55
href: /tutorial/tutorial.html#before-we-start-the-tutorial
66
forceInternal: true
77
subitems:
88
- id: what-are-we-building
9-
title: What Are We Building?
9+
title: Cosa Stiamo Costruendo?
1010
href: /tutorial/tutorial.html#what-are-we-building
1111
forceInternal: true
1212
- id: prerequisites
13-
title: Prerequisites
13+
title: Prerequisiti
1414
href: /tutorial/tutorial.html#prerequisites
1515
forceInternal: true
1616
- id: setup-for-the-tutorial
17-
title: Setup for the Tutorial
17+
title: Setup per il Tutorial
1818
href: /tutorial/tutorial.html#setup-for-the-tutorial
1919
forceInternal: true
2020
subitems:
2121
- id: setup-option-1-write-code-in-the-browser
22-
title: "Option 1: Write Code in the Browser"
22+
title: "Opzione 1: Scrivi Codice nel Browser"
2323
href: /tutorial/tutorial.html#setup-option-1-write-code-in-the-browser
2424
forceInternal: true
2525
- id: setup-option-2-local-development-environment
26-
title: "Option 2: Local Development Environment"
26+
title: "Opzione 2: Setup Ambiente di Sviluppo Locale"
2727
href: /tutorial/tutorial.html#setup-option-2-local-development-environment
2828
forceInternal: true
2929
- id: help-im-stuck
30-
title: Help, I'm Stuck!
30+
title: Aiuto, Non Funziona!
3131
href: /tutorial/tutorial.html#help-im-stuck
3232
forceInternal: true
3333
- id: overview
34-
title: Overview
34+
title: Panoramica
3535
href: /tutorial/tutorial.html#overview
3636
forceInternal: true
3737
subitems:
3838
- id: what-is-react
39-
title: What Is React?
39+
title: Cosa è React?
4040
href: /tutorial/tutorial.html#what-is-react
4141
forceInternal: true
4242
- id: inspecting-the-starter-code
43-
title: Inspecting the Starter Code
43+
title: Uno Sguardo al Codice Iniziale
4444
href: /tutorial/tutorial.html#inspecting-the-starter-code
4545
forceInternal: true
4646
- id: passing-data-through-props
47-
title: Passing Data Through Props
47+
title: Passare Dati Mediante Props
4848
href: /tutorial/tutorial.html#passing-data-through-props
4949
forceInternal: true
5050
- id: making-an-interactive-component
51-
title: Making an Interactive Component
51+
title: Creare un Componente Interattivo
5252
href: /tutorial/tutorial.html#making-an-interactive-component
5353
forceInternal: true
5454
- id: developer-tools
5555
title: Developer Tools
5656
href: /tutorial/tutorial.html#developer-tools
5757
forceInternal: true
5858
- id: completing-the-game
59-
title: Completing the Game
59+
title: Completare il Gioco
6060
href: /tutorial/tutorial.html#completing-the-game
6161
forceInternal: true
6262
subitems:
6363
- id: lifting-state-up
64-
title: Lifting State Up
64+
title: Elevare lo Stato
6565
href: /tutorial/tutorial.html#lifting-state-up
6666
forceInternal: true
6767
- id: why-immutability-is-important
68-
title: Why Immutability Is Important
68+
title: Perchè l'Immutabilità è Importante
6969
href: /tutorial/tutorial.html#why-immutability-is-important
7070
forceInternal: true
7171
- id: function-components
72-
title: Function Components
72+
title: Componenti Funzione
7373
href: /tutorial/tutorial.html#function-components
7474
forceInternal: true
7575
- id: taking-turns
76-
title: Taking Turns
76+
title: Turni
7777
href: /tutorial/tutorial.html#taking-turns
7878
forceInternal: true
7979
- id: declaring-a-winner
80-
title: Declaring a Winner
80+
title: Dichiarare un Vincitore
8181
href: /tutorial/tutorial.html#declaring-a-winner
8282
forceInternal: true
8383
- id: adding-time-travel
84-
title: Adding Time Travel
84+
title: Aggiungere il "Viaggio Nel Tempo"
8585
href: /tutorial/tutorial.html#adding-time-travel
8686
forceInternal: true
8787
subitems:
8888
- id: storing-a-history-of-moves
89-
title: Storing a History of Moves
89+
title: Salvare lo Storico delle Mosse
9090
href: /tutorial/tutorial.html#storing-a-history-of-moves
9191
forceInternal: true
9292
- id: lifting-state-up-again
93-
title: Lifting State Up, Again
93+
title: Elevare lo Stato, Di Nuovo
9494
href: /tutorial/tutorial.html#lifting-state-up-again
9595
forceInternal: true
9696
- id: showing-the-past-moves
97-
title: Showing the Past Moves
97+
title: Visualizzare le Mosse Precedenti
9898
href: /tutorial/tutorial.html#showing-the-past-moves
9999
forceInternal: true
100100
- id: picking-a-key
101-
title: Picking a Key
101+
title: Scegliere una Chiave
102102
href: /tutorial/tutorial.html#picking-a-key
103103
forceInternal: true
104104
- id: implementing-time-travel
105-
title: Implementing Time Travel
105+
title: Implementare il "Viaggio Nel Tempo"
106106
href: /tutorial/tutorial.html#implementing-time-travel
107107
forceInternal: true
108108
- id: wrapping-up
109-
title: Wrapping Up
109+
title: Riepilogo
110110
href: /tutorial/tutorial.html#wrapping-up
111111
forceInternal: true

0 commit comments

Comments
 (0)