forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
it.json
71 lines (59 loc) · 2.29 KB
/
it.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
// accessible
"accessible.name": "Accessibilità",
"accessible.clear": "Libera",
"accessible.occupied": "Occupata",
"accessible.impassable": "Non passabile",
"accessible.warp": "Spostamento zona",
// buildable
"buildable.name": "Edificabile",
"buildable.buildable": "Puoi edificare qui",
"buildable.occupied": "Area occupata",
"buildable.not-buildable": "Non puoi edificare qui",
// coverage: bee houses
"bee-houses.name": "Copertura: Arnie",
"bee-houses.range": "Raggio fiori",
// coverage: Junimo huts
"junimo-huts.name": "Copertura: Capanne dei Junimo",
"junimo-huts.can-harvest": "Puoi raccogliere",
"junimo-huts.cannot-harvest": "Non puoi raccogliere",
// coverage: scarecrows
"scarecrows.name": "Copertura: Spaventapasseri",
"scarecrows.protected": "Area protetta",
"scarecrows.exposed": "Area esposta",
// coverage: sprinklers
"sprinklers.name": "Copertura: Irrigatori",
"sprinklers.covered": "Area coperta",
"sprinklers.dry-crops": "Raccolto secco",
// crops: harvest
"crop-harvest.name": "Raccolti: Pronti per essere estratti",
"crop-harvest.ready": "Pronto",
"crop-harvest.not-ready": "Non Pronto",
"crop-harvest.not-enough-time": "Non crescerà in tempo",
// crops: watered
"crop-water.name": "Raccolti: Bagnati",
"crop-water.watered": "Raccolto bagnato",
"crop-water.dry": "Raccolto secco",
// crops: water for paddy crops
"crop-paddy-water.name": "Raccolti: Acqua per le risaie",
"crop-paddy-water.in-range": "Vicino all'acqua",
"crop-paddy-water.not-in-range": "Terra secca",
// crops: fertilized
"crop-fertilizer.name": "Raccolti: Fertilizzati",
"crop-fertilizer.fertilizer": "Fertilizzante",
"crop-fertilizer.retaining-soil": "Terriccio rattenente",
"crop-fertilizer.speed-gro": "Crescipresto",
// machine processing
"machines.name": "Processo macchinario",
"machines.empty": "Vuoto",
"machines.processing": "Processando",
"machines.finished": "Finito",
// tile grid
"grid.name": "Tile Grid", // TODO
// tillable
"tillable.name": "Coltivabile",
"tillable.tillable": "Coltivabile",
"tillable.tilled": "Coltivato",
"tillable.occupied": "Occupata",
"tillable.not-tillable": "Non Coltivabile"
}