forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes.json
37 lines (33 loc) · 1.59 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
{
// default chest names
"default-name.fridge": "Nevera",
"default-name.other": "{{name}} #{{number}}",
"default-name.shipping-bin.store": "ship items", // TODO
"default-name.shipping-bin.take": "retrieve items", // TODO
// default category names
"default-category.owned-cabin": "Cabaña ({{owner}})",
"default-category.unowned-cabin": "Cabaña (vacía)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// 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 (¡necesitarás encontrar el cofre para deshacer esto!)",
"label.automate-store": "(Automático) Pon objetos en este cofre",
"label.automate-store-first": "(Automático) Pon primero los objetos en este cofre",
"label.automate-take": "(Automático) Sacar objetos de este cofre",
"label.automate-take-first": "(Automático) Sacar primero los objetos de este cofre",
// button labels
"button.edit-chest": "editar cofre",
"button.sort-inventory": "ordenar inventario",
"button.save": "guardar",
"button.reset": "reiniciar",
// 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."
}