forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.json
30 lines (27 loc) · 1.2 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
{
// default chest names
"default-name.auto-grabber": "Recolector Automático #{{number}}",
"default-name.chest": "Cofre #{{number}}",
"default-name.fridge": "Nevera",
"default-name.junimo-hut": "Cabaña Junimo #{{number}}",
"default-name.shipping-bin": "Contenedor de Envío",
// edit-chest labels
"label.location": "Localización",
"label.location.tile": "casilla {{x}}, {{y}}",
"label.name": "Nombre",
"label.category": "Categoría",
"label.order": "Orden",
"label.hide-chest": "Esconder este cofre",
"label.hide-chest-hidden": "Esconder este cofre (Necesitaras encontrar el cofre para deshacer esto.!)",
"label.automate-prefer-output": "(Automate) Pon primero los objetos en el cofre",
"label.automate-ignore": "(Automate) No uses este cofre para la automatización",
// button labels
"button.edit-chest": "editar cofre",
"button.sort-inventory": "ordenar inventario",
"button.ok": "OK",
// errors
"errors.disabled-from-here": "No puedes acceder a tus cofres desde aquí.",
"errors.no-chests": "Todavía no tienes ningún cofre.",
"errors.no-chests-in-location": "No tienes ningún cofre en este área.",
"errors.no-chests-in-range": "No tienes ningún cofre a tu alcance."
}