forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde.json
More file actions
21 lines (19 loc) · 689 Bytes
/
de.json
File metadata and controls
21 lines (19 loc) · 689 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": "Kiste #{{number}}",
"default-name.fridge": "Kühlschrank",
"default-name.junimo-hut": "Junimo-Hütte #{{number}}",
"default-name.shipping-bin": "Versandbox",
// edit-chest labels
"label.location": "Ort",
"label.location.tile": "tile {{x}}, {{y}}",
"label.name": "Name",
"label.category": "Kategorie",
"label.order": "Reihenfolge",
"label.hide-chest": "Kiste ausblenden",
"label.hide-chest-hidden": "Kiste ausblenden (Du musst die Kiste wiederfinden um es rückgängig zu machen!)",
// button labels
"button.edit-chest": "Bearbeite Kiste",
"button.sort-inventory": "sortiere Inventar",
"button.ok": "OK"
}