forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.json
72 lines (60 loc) · 2.38 KB
/
es.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
72
{
// accessible
"accessible.name": "Accesible",
"accessible.clear": "Despejado",
"accessible.occupied": "Ocupado",
"accessible.impassable": "Intransitable",
"accessible.warp": "Transición",
// buildable
"buildable.name": "Edificable",
"buildable.buildable": "Se puede construir aquí",
"buildable.occupied": "Ocupado",
"buildable.not-buildable": "No se puede construir aquí",
// coverage: bee houses
"bee-houses.name": "Cobertura: colmenas",
"bee-houses.range": "Rango de la flor",
// coverage: Junimo huts
"junimo-huts.name": "Cobertura: cabañas junimo",
"junimo-huts.can-harvest": "Pueden cosechar",
"junimo-huts.cannot-harvest": "No pueden cosechar",
// coverage: scarecrows
"scarecrows.name": "Cobertura: espantapájaros",
"scarecrows.protected": "Protegido",
"scarecrows.exposed": "Expuesto",
// coverage: sprinklers
"sprinklers.name": "Cobertura: aspersores",
"sprinklers.covered": "Cubierto",
"sprinklers.dry-crops": "Cultivos secos",
// crops: harvest
"crop-harvest.name": "Cultivos: listo para cosechar",
"crop-harvest.ready": "Listo",
"crop-harvest.not-ready": "No está listo",
"crop-harvest.not-enough-time-or-dead": "No tiene tiempo suficiente (o está muerto)",
// crops: watered
"crop-water.name": "Cultivos: riego",
"crop-water.watered": "Cultivo regado",
"crop-water.dry": "Cultivo seco",
// crops: water for paddy crops
"crop-paddy-water.name": "Cultivos: agua para cultivos de arroz",
"crop-paddy-water.in-range": "Cerca del agua",
"crop-paddy-water.not-in-range": "En tierra seca",
// crops: fertilized
"crop-fertilizer.name": "Cultivos: fertilizante",
"crop-fertilizer.fertilizer": "Fertilizado",
"crop-fertilizer.retaining-soil": "Hidrogel",
"crop-fertilizer.speed-gro": "Acelerador básico",
"crop-fertilizer.multiple": "Múltiples Tipos de Fertilizantes",
// machine processing
"machines.name": "Máquinas de procesamiento",
"machines.empty": "Vacía",
"machines.processing": "Procesando",
"machines.finished": "Finalizado",
// tile grid
"grid.name": "Cuadrícula de baldosas",
// tillable
"tillable.name": "Cultivable",
"tillable.tillable": "Cultivable",
"tillable.tilled": "Cultivado",
"tillable.occupied": "Ocupado",
"tillable.not-tillable": "No cultivable"
}