forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes.json
More file actions
478 lines (423 loc) · 21.5 KB
/
es.json
File metadata and controls
478 lines (423 loc) · 21.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
{
/*********
** Generic translations
*********/
// dates (possible tokens: {{seasonName}}, {{seasonNumber}}, {{dayNumber}}, {{year}})
"generic.date": "{{seasonName}} {{dayNumber}}",
"generic.date-with-year": "{{seasonName}} {{dayNumber}} del año {{year}}",
// date names
"generic.now": "Ahora",
"generic.tomorrow": "Mañana",
"generic.yesterday": "ayer",
// generic field values
"generic.percent": "{{percent}}%",
"generic.percent-chance-of": "{{percent}}% {{label}}",
"generic.percent-ratio": "{{percent}}% ({{value}} de {{max}})",
"generic.ratio": "{{value}} de {{max}}",
"generic.range": "{{min}} a {{max}}",
"generic.yes": "Sí",
"generic.no": "No",
"generic.seconds": "{{count}} segundos",
"generic.minutes": "{{count}} minutos",
"generic.hours": "{{count}} horas",
"generic.days": "{{count}} días",
"generic.in-x-days": "en {{count}} días",
"generic.x-days-ago": "hace {{count}} días",
"generic.price": "{{price}}g",
"generic.price-for-quality": "{{price}}g ({{quality}})",
"generic.price-for-stack": "{{price}}g por montón de {{count}}",
// types
"type.building": "Edificio",
"type.bush": "Arbusto",
"type.fruit-tree": "Árbol frutal",
"type.map-tile": "Casilla del mapa",
"type.monster": "Monstruo",
"type.player": "Jugador",
"type.tree": "Árbol",
"type.villager": "Aldeano",
"type.other": "Otro", // default type
// item qualities
"quality.normal": "Normal",
"quality.silver": "Plata",
"quality.gold": "Oro",
"quality.iridium": "Iridio",
// NPC friendship
"friendship-status.friendly": "Amistoso",
"friendship-status.dating": "Noviazgo",
"friendship-status.engaged": "Prometido",
"friendship-status.married": "Casado",
"friendship-status.divorced": "Divorciado",
"friendship-status.kicked-out": "Hechado",
/*********
** Data translations
*********/
// Community Center bundle areas
"bundle-area.pantry": "Despensa",
"bundle-area.crafts-room": "Sala de manualidades",
"bundle-area.fish-tank": "Pecera",
"bundle-area.boiler-room": "Sala de caldera",
"bundle-area.vault": "Caja fuerte",
"bundle-area.bulletin-board": "Tablón de anuncios",
"bundle-area.abandoned-joja-mart": "Mercado Joja abandonado",
// shop names
"shop.adventure-guild": "Gremio de aventureros",
"shop.clint": "Clint",
"shop.marnie": "Marnie",
"shop.pierre": "Pierre",
"shop.robin": "Robin",
"shop.willy": "Willy",
// recipe types
"recipe-type.cooking": "Cocina",
"recipe-type.crafting": "Artesanía",
/*********
** NPC overrides
*********/
"data.npc.pet.description": "Tu fiel mascota.",
"data.npc.horse.description": "Tu fiel corcel.",
"data.npc.junimo.description": "Un espíritu forestal del mundo de los espíritus. Se sabe muy poco sobre ellos.",
"data.npc.trashbear.description": "Un espíritu amistodo que limpia la basura.",
/*********
** Item overrides
*********/
// item types
"data.type.debris": "Maleza",
"data.type.stone": "Piedra",
"data.type.container": "Contenedor",
// farm
"data.item.egg-incubator.description": "Incuba huevos en pollitos y patitos.",
"data.item.broken-branch.name": "Rama rota",
"data.item.broken-branch.description": "Una rama rota. Córtala con un hacha para obtener madera.",
"data.item.stone.name": "Piedra",
"data.item.stone.description": "Una piedra gris. Rómpela para obtener piedra.",
"data.item.geode.name": "Nodo de geoda",
"data.item.geode.description": "Romper para obtener geodas.",
"data.item.frozen-geode.name": "Nodo de geodas congeladas",
"data.item.frozen-geode.description": "Romper para obtener geodas congeladas.",
"data.item.magma-geode.name": "Nodo de geoda de magma",
"data.item.magma-geode.description": "Romper para obtener geodas de magma.",
// weeds & crystals
"data.item.weed.name": "Hierba",
"data.item.weed.description": "Una hierba. Tal vez contenga fibras o semillas silvestres.",
"data.item.fertile-weed.name": "Hierba fértil",
"data.item.fertile-weed.description": "Está garantizado que va a soltar semillas silvestres.",
"data.item.ice-crystal.name": "Cristal de hielo",
"data.item.ice-crystal.description": "Un cristal de hielo. Posibilidad muy baja de contener un cuarzo refinado.",
// mine gems
"data.item.amethyst-node.name": "Conjunto de Amatistas",
"data.item.amethyst-node.description": "Romper para obtener amatistas.",
"data.item.aquamarine-node.name": "Nodo de Acuamarina",
"data.item.aquamarine-node.description": "Romper para obtener acuamarinas.",
"data.item.diamond-node.name": "Nodo de Diamante",
"data.item.diamond-node.description": "Romper para obtener diamantes.",
"data.item.emerald-node.name": "Nodo de Esmeralda",
"data.item.emerald-node.description": "Romper para obtener esmeraldas.",
"data.item.gem-node.name": "Nodo de Gema",
"data.item.gem-node.description": "Romper para obtener esmeraldas, acuamarinas, rubíes, amatistas, topacios, jades o diamantes.",
"data.item.jade-node.name": "Nodo de Jade",
"data.item.jade-node.description": "Romper para obtener jade.",
"data.item.mystic-stone.name": "Piedra Mística",
"data.item.mystic-stone.description": "Romper para obtener gemas raras o minerales, incluyendo fragmentos prismáticos.",
"data.item.prismatic-node.name": "Nodo Prismático",
"data.item.prismatic-node.description": "Romper para obtener fragmentos prismáticos.",
"data.item.ruby-node.name": "Nodo de Rubí",
"data.item.ruby-node.description": "Romper para obtener rubíes.",
"data.item.topaz-node.name": "Nodo de Topacio",
"data.item.topaz-node.description": "Romper para obtener topacio.",
// mine ores
"data.item.copper-node.name": "Nodo de cobre",
"data.item.copper-node.description": "Romper para obtener mineral de cobre.",
"data.item.gold-node.name": "Nodo de oro",
"data.item.gold-node.description": "Romper para obtener mineral de oro.",
"data.item.iridium-node.name": "Nodo de iridio",
"data.item.iridium-node.description": "Romper para obtener mineral de iridio.",
"data.item.iron-node.name": "Nodo de hierro",
"data.item.iron-node.description": "Romper para obtener mineral de hierro.",
// mine stones
"data.item.colored-stone.name": "Piedra de colores",
"data.item.colored-stone.description": "Una piedra. Tal vez contenga piedras, minerales o geodas.",
"data.item.mine-stone.name": "Piedra",
"data.item.mine-stone.description": "Romper para obtener piedra.",
// mine containers
"data.item.barrel.name": "Barril",
"data.item.barrel.description": "Romper para obtener diversos bienes.",
"data.item.box.name": "Caja",
"data.item.box.description": "Romper para obtener diversos bienes.",
/*********
** Specific lookups
*********/
// animal lookup labels
"animal.love": "Aprecio",
"animal.happiness": "Felicidad",
"animal.mood": "Estado de Hoy",
"animal.complaints": "Queja",
"animal.produce-ready": "Producción lista",
"animal.growth": "Crecimiento",
"animal.sells-for": "Se vende por",
// animal lookup values
"animal.complaints.hungry": "No fue alimentado ayer",
"animal.complaints.left-out": "Se quedó afuera anoche",
"animal.complaints.new-home": "Se fue a su nuevo hogar",
"animal.complaints.no-heater": "Sin calefacción en invierno",
"animal.complaints.not-petted": "No ha sido acariciado hoy",
"animal.complaints.wild-animal-attack": "Atacado por animales salvajes durante la noche",
// building lookup labels
"building.animals": "Animales",
"building.construction": "Construcción",
"building.feed-trough": "Comedero",
"building.horse": "Caballo",
"building.horse-location": "Ubicación del caballo",
"building.owner": "Dueño",
"building.slimes": "Slimes", // translator note: Slimes is already an adopted word, like hacking
"building.stored-hay": "Heno almacenado",
"building.upgrades": "Actualizaciones",
"building.water-trough": "Abrevadero",
"building.fish-pond.population": "Población",
"building.fish-pond.drops": "Artículos",
"building.fish-pond.quests": "Misiones",
// building lookup values
"building.animals.summary": "{{count}} de {{max}} animales",
"building.construction.summary": "listo el {{date}}",
"building.feed-trough.automated": "automatizado",
"building.feed-trough.summary": "{{filled}} de {{max}} comederos llenos",
"building.horse-location.summary": "{{location}} ({{x}}, {{y}})",
"building.junimo-harvesting-enabled": "Cosechador habilitado",
"building.owner.none": "sin dueño",
"building.output-processing": "Procesando producto", // translator note: changed 'output' to 'product' as we don't have a word with the same meaning
"building.output-ready": "Producto listo",
"building.slimes.summary": "{{count}} de {{max}} slimes",
"building.stored-hay.summary-one-silo": "{{hayCount}} heno (capacidad máxima: {{maxHay}})",
"building.stored-hay.summary-multiple-silos": "{{hayCount}} heno en {{siloCount}} silos (capacidad máxima: {{maxHay}})",
"building.upgrades.barn.0": "hasta 4 animales, añade vacas",
"building.upgrades.barn.1": "hasta 8 animales, añade cabras y permite embarazos",
"building.upgrades.barn.2": "hasta 12 animales, añade cerdos, ovejas y automatiza los comederos",
"building.upgrades.cabin.0": "cabina inical",
"building.upgrades.cabin.1": "añade una cocina, permite casarse",
"building.upgrades.cabin.2": "permite tener hijos",
"building.upgrades.coop.0": "hasta 4 animales; añade gallinas",
"building.upgrades.coop.1": "hasta 8 animales; añade dinosaurios, patos y agrega una incubadora",
"building.upgrades.coop.2": "hasta 12 animales; añade conejos y automatiza los comederos",
"building.water-trough.summary": "{{filled}} de {{max}} abrevaderos llenos",
"building.fish-pond.population.empty": "Añade un pescado para iniciar el criadero",
"building.fish-pond.population.next-spawn": "Un nuevo pez ha desovado {{relativeDate}}",
"building.fish-pond.drops.preface": "{{chance}}% probabilidad diaria de producir uno de los siguientes:",
"building.fish-pond.quests.done": "{{count}} pescados",
"building.fish-pond.quests.incomplete-one": "{{count}} pescados: necesitaran {{itemName}}",
"building.fish-pond.quests.incomplete-random": "{{count}} pescados: necesitan uno de {{itemList}}",
"building.fish-pond.quests.available": "disponible {{relativeDate}}",
// bush lookup labels
"bush.name.berry": "Arbusto de moras",
"bush.name.plain": "Arbusto simple",
"bush.name.tea": "Arbusto de té",
"bush.description.berry": "Un arbusto que da moras rojas y negras.",
"bush.description.plain": "Un arbusto simple.",
"bush.description.Tea": "Un arbusto que da hojas de té.",
"bush.date-planted": "Fecha de plantada",
"bush.growth": "Crecimiento",
"bush.next-harvest": "Proxima cosecha",
// bush lookup values
"bush.growth.summary": "Madura al {{date}}",
"bush.schedule.berry": "20% de chance de dar moras rojas en primavera 15-18 ó moras negras en otoño 8-11.",
"bush.schedule.tea": "Da hojas de té desde el 22 de cada temporada (excepto en invierno si no está dentro del invernadero.)",
// fruit tree lookup labels
"fruit-tree.complaints": "Quejas",
"fruit-tree.name": "Árbol de {{fruitName}}",
"fruit-tree.growth": "Crecimiento",
"fruit-tree.next-fruit": "Siguiente fruta",
"fruit-tree.season": "Temporada",
"fruit-tree.quality": "Calidad",
// fruit tree lookup values
"fruit-tree.complaints.adjacent-objects": "No puede crecer porque hay objetos a su alrededor",
"fruit-tree.growth.summary": "Madura en {{date}}",
"fruit-tree.next-fruit.struck-by-lighting": "¡Alcanzado por un rayo! Se recuperará en {{count}} días.",
"fruit-tree.next-fruit.out-of-season": "Fuera de temporada",
"fruit-tree.next-fruit.max-fruit": "No generará más frutas hasta que coseches las que ya tiene",
"fruit-tree.next-fruit.too-young": "Demasiado joven para dar frutas",
"fruit-tree.quality.now": "{{quality}} ahora",
"fruit-tree.quality.on-date": "{{quality}} en {{date}}",
"fruit-tree.quality.on-date-next-year": "{{quality}} en {{date}} del año que viene",
"fruit-tree.season.summary": "{{season}} (o en cualquier momento en el invernadero)",
// crop lookup labels
"crop.summary": "Cultivo",
"crop.harvest": "Cosecha",
// crop lookup values
"crop.summary.dead": "Esta cosecha está muerta.",
"crop.summary.drops-X": "Suelta {{count}}",
"crop.summary.drops-X-to-Y": "Suelta de {{min}} a {{max}} ({{percent}}% de probabilidad de cultivos extra)",
"crop.summary.harvest-once": "Crece en {{daysToFirstHarvest}} días",
"crop.summary.harvest-multi": "Crece en {{daysToFirstHarvest}} días, después cada {{daysToNextHarvests}} días",
"crop.summary.seasons": "Crece en {{seasons}}",
"crop.summary.sells-for": "Se vende por {{price}}",
"crop.harvest.too-late": "Demasiado tarde para cosecharlo esta temporada (sería en {{date}})",
// item lookup labels
"item.can-be-dyed": "Puede ser teñido",
"item.produces-dye": "Produce tinte",
"item.cask-contents": "Contiene",
"item.cask-schedule": "Envejecimiento",
"item.crabpot-bait": "Cebo",
"item.crabpot-bait-needed": "¡Necesita cebo!",
"item.crabpot-bait-not-needed": "No es necesario debido a la profesión de As del señuelo.",
"item.fence-health": "Salud",
"item.movie-snack-preference": "Preferencia",
"item.movie-ticket.movie-this-week": "Película de esta semana",
"item.movie-ticket.loves-movie": "Ama la película",
"item.movie-ticket.likes-movie": "Le gusta la película",
"item.movie-ticket.dislikes-movie": "No le gusta la película",
"item.contents": "Contiene",
"item.loves-this": "Lo ama",
"item.likes-this": "Le gusta a",
"item.neutral-about-this": "Neutrales",
"item.dislikes-this": "No le gusta a",
"item.hates-this": "Odian esto",
"item.needed-for": "Necesario para",
"item.number-owned": "Tienes",
"item.number-cooked": "Cocinado",
"item.number-crafted": "Creado",
"item.recipes": "Recetas",
"item.see-also": "Ver también",
"item.sells-for": "Se vende por",
"item.sells-to": "Se vende a",
// item lookup values
"item.undiscovered-gift-taste": "{{count}} aldeanos sin revelar",
"item.undiscovered-gift-taste-appended": ", y {{count}} aldeanos sin revelar",
"item.cask-schedule.now": "{{quality}} listo ahora",
"item.cask-schedule.now-partial": "{{quality}} ahora (usar pico para detener envejecimiento)",
"item.cask-schedule.tomorrow": "{{quality}} mañana",
"item.cask-schedule.in-x-days": "{{quality}} en {{count}} días ({{date}})",
"item.fence-health.gold-clock": "Sin decaidas del reloj de oro",
"item.fence-health.summary": "{{percent}}% (dificilmente {{count}} días)",
"item.movie-snack-preference.love": "{{name}} ama esto",
"item.movie-snack-preference.like": "a {{name}} le gusta esto",
"item.movie-snack-preference.dislike": "{{name}} odia esto",
"item.movie-ticket.movie-this-week.none": "No hay película esta semana",
"item.contents.placed": "{{name}}",
"item.contents.ready": "{{name}} listo",
"item.contents.partial": "{{name}} en {{time}}",
"item.needed-for.community-center": "Centro comunitario ({{bundles}})",
"item.needed-for.full-shipment": "Logro de ''full shipment'' (enviar uno)",
"item.needed-for.polyculture": "Logro de ''polyculture'' (enviar {{count}} más)",
"item.needed-for.full-collection": "Logro de ''full collection'' (donar esto al museo)",
"item.needed-for.gourmet-chef": "Logro de ''gourmet chef'' (cocina {{recipes}})",
"item.needed-for.craft-master": "Logro de ''craft master'' (crea {{recipes}})",
"item.sells-to.shipping-box": "Caja de envío",
"item.recipes-for-ingredient.entry": "{{name}} (necesita {{count}})",
"item.recipes-for-machine.multiple-items": "{{name}} x {{count}}",
"item.number-owned.summary": "{{count}} ud(s)",
"item.number-crafted.summary": "creaste {{count}} de estos",
// monster lookup labels
"monster.invincible": "Invencible",
"monster.health": "Salud",
"monster.drops": "Botín",
"monster.experience": "EXP",
"monster.defense": "Defensa",
"monster.attack": "Ataque",
"monster.adventure-guild": "Gremio de aventureros",
// monster lookup values
"monster.drops.nothing": "Nada",
"monster.adventure-guild.complete": "Completo",
"monster.adventure-guild.incomplete": "En progreso",
"monster.adventure-guild.progress": "Eliminados {{count}} de {{requiredCount}}",
// NPC lookup labels
"npc.birthday": "Cumpleaños",
"npc.can-romance": "Se puede casar",
"npc.friendship": "Relación",
"npc.talked-today": "Hemos hablado hoy",
"npc.gifted-today": "Le he regalado hoy",
"npc.gifted-this-week": "Regalos semanales",
"npc.kissed-today": "Besado hoy",
"npc.hugged-today": "Abrazado hoy",
"npc.loves-gifts": "Ama",
"npc.likes-gifts": "Le gusta",
"npc.neutral-gifts": "Regalos neutrales",
"npc.dislikes-gifts": "Regalos que no le gustaron",
"npc.hates-gifts": "Regalos odiados",
// NPC lookup values
"npc.can-romance.married": "¡Estás casado! <", // < turns into a heart
"npc.can-romance.housemate": "Son compañeros de casa!",
"npc.friendship.not-met": "No lo has conocido todavía.",
"npc.friendship.need-bouquet": "Necesitas un ramo de flores para lo siguiente",
"npc.friendship.need-points": "siguiente en {{count}} puntos",
"npc.undiscovered-gift-taste": "{{count}} items sin revelar",
"npc.undiscovered-gift-taste-appended": ", y {{count}} items sin revelar",
// NPC child lookup labels
"npc.child.age": "Edad",
// NPC child lookup values
"npc.child.age.description-partial": "{{label}} ({{count}} días para {{nextLabel}})",
"npc.child.age.description-grown": "{{label}}",
"npc.child.age.newborn": "Recién nacido",
"npc.child.age.baby": "Bebé",
"npc.child.age.crawler": "Bebé que gatea",
"npc.child.age.toddler": "Niño pequeño",
// pet lookup labels
"pet.love": "Aprecio",
"pet.petted-today": "Acariciado hoy",
"pet.last-petted": "Última vez acariciado",
"pet.water-bowl": "Tazón de agua",
// pet lookup values
"pet.last-petted.yes": "Sí (+12 amor)",
"pet.last-petted.days-ago": "{{days}} días atras",
"pet.last-petted.never": "Nunca",
"pet.water-bowl.empty": "Vacio",
"pet.water-bowl.filled": "Lleno (+6 amor)",
// player lookup labels
"player.farm-name": "Nombre de la granja",
"player.farm-map": "Mapa",
"player.favorite-thing": "Cosa favorita",
"player.gender": "Género",
"player.housemate": "Compañero/a",
"player.spouse": "Esposo/a",
"player.watched-movie-this-week": "Has mirado una película esta semana",
"player.combat-skill": "Combate",
"player.farming-skill": "Agricultura",
"player.fishing-skill": "Pesca",
"player.foraging-skill": "Recolección",
"player.mining-skill": "Minería",
"player.luck": "Suerte",
"player.save-format": "Formato de guardado",
// player lookup values
"player.farm-map.custom": "Mapa personalizado",
"player.gender.male": "Hombre",
"player.gender.female": "Mujer",
"player.luck.summary": "{{percent}}% para varias comprobaciones aleatorias",
"player.skill.progress": "Nivel {{level}} ({{expNeeded}} de EXP para el siguiente nivel)",
"player.skill.progress-last": "Nivel {{level}}",
// tile lookup labels
// note from translator: better not to translate the technical terms
"tile.description": "Una casilla en el mapa. Esto se muestra porque activaste «tile lookups» en la configuracion.",
"tile.map-name": "Nombre del mapa",
"tile.tile": "Casilla",
"tile.tile-index": "{{layerName}}: tile index",
"tile.tilesheet": "{{layerName}}: tilesheet",
"tile.blend-mode": "{{layerName}}: blend mode",
"tile.index-property": "{{layerName}}: ix props: {{propertyName}}",
"tile.tile-property": "{{layerName}}: props: {{propertyName}}",
// tile lookup values
"tile.tile.none-here": "Sin título aquí",
// trash bear lookup labels
"trash-bear.item-wanted": "Artículo deseado",
"trash-bear.quest-progress": "Progreso de la búsqueda",
// tree lookup labels
"tree.stage": "Etapa de crecimiento",
"tree.next-growth": "Evolución",
"tree.has-seed": "Tiene semilla",
"tree.is-fertilized": "ha sido fertilizado",
// non-fruit tree lookup values
"tree.name.maple": "Arce",
"tree.name.oak": "Roble",
"tree.name.pine": "Pino",
"tree.name.palm": "Palmera",
"tree.name.big-mushroom": "Seta gigante",
"tree.name.unknown": "Árbol desconocido",
"tree.stage.done": "Completamente maduro",
"tree.stage.partial": "{{stageName}} ({{step}} de {{max}})",
"tree.next-growth.winter": "no puede crecer en invierno fuera del invernadero",
"tree.next-growth.adjacent-trees": "no puede crecer porque otros árboles estan muy cerca",
"tree.next-growth.random": "{{chance}}% de probabilidad de evolucionar a «{{stage}}» mañana",
"tree.is-fertilized.effects": "asegura el crecimiento diario, incluso en invierno",
// tree stages
"tree.stages.seed": "Semilla",
"tree.stages.sprout": "Brote",
"tree.stages.sapling": "Plántula",
"tree.stages.bush": "Arbusto",
"tree.stages.smallTree": "Árbol pequeño",
"tree.stages.tree": "Árbol"
}