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
21 lines (19 loc) · 715 Bytes
/
es.json
File metadata and controls
21 lines (19 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
// default chest names
"default-name.chest": "Cofre #{{number}}",
"default-name.fridge": "Refrigerador",
"default-name.junimo-hut": "Cabaña junimo #{{number}}", // TODO: verify
"default-name.shipping-bin": "Shipping bin", // TODO
// edit-chest labels
"label.location": "Localizacion",
"label.location.tile": "tile {{x}}, {{y}}",
"label.name": "Nombre",
"label.category": "Categoria",
"label.order": "Orden",
"label.hide-chest": "Esconder este cofre",
"label.hide-chest-hidden": "Esconder este cofre (Necesitaras encontrar el cofre para deshacer esto.!)",
// button labels
"button.edit-chest": "Editar cofre",
"button.sort-inventory": "Ordenar inventario",
"button.ok": "OK"
}