forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpt.json
More file actions
21 lines (19 loc) · 687 Bytes
/
pt.json
File metadata and controls
21 lines (19 loc) · 687 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": "Baú #{{number}}",
"default-name.fridge": "Geladeira",
"default-name.junimo-hut": "Cabana dos junimos #{{number}}",
"default-name.shipping-bin": "Caixa de Remessas",
// edit-chest labels
"label.location": "Local",
"label.location.tile": "posição {{x}}, {{y}}",
"label.name": "Nome",
"label.category": "Categoria",
"label.order": "Ordem",
"label.hide-chest": "Esconder esse baú",
"label.hide-chest-hidden": "Esconder esse baú (Você terá que achar o baú para desfazer isso!)",
// button labels
"button.edit-chest": "editar baú",
"button.sort-inventory": "arrumar inventário",
"button.ok": "OK"
}