-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit.json
More file actions
48 lines (48 loc) · 1.66 KB
/
it.json
File metadata and controls
48 lines (48 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"translation": {
"example": {
"hello": "Ciao",
"comment-colors": "Stampa ogni lettera con un colore diverso",
"comment-count": "Conta da 1 a 10"
},
"tool": {
"run": "Esegui file",
"save": "Salva file",
"fullscreen": "Schermo intero",
"clear": "Cancella",
"conn": {
"ws": "Collega WebREPL",
"ble": "Collega Bluetooth",
"usb": "Collega USB/Seriale"
},
"terminal": "Terminale"
},
"menu": {
"package-mgr": "Gestore pacchetti",
"file-mgr": "Gestore file",
"settings": "Impostazioni"
},
"files": {
"no-files": "nessun file",
"connect": "connetti",
"used": "usato"
},
"settings": {
"conn": "connessione",
"editor": "editor",
"other": "altro",
"interrupt-device": "Interrompi esecuzione",
"force-serial-poly": "Forza utilizzo di WebSerial polyfill",
"expand-minify-json": "Minificazione automatica di JSON",
"use-word-wrap": "A capo automatico",
"render-markdown": "Visualizzatore di Markdown",
"use-natural-sort": "Ordinamento naturale",
"lang": "Localizzazione",
"zoom": "Zoom"
},
"about": {
"cta": "Se ti piace ViperIDE, per favore <a id='gh-star'>dagli una stella su GitHub</a> ⭐ e spargi la voce sui social media 📢",
"report-bug": "Puoi anche <a id='gh-issues'>segnalare un bug</a> 🐞"
}
}
}