forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.json
31 lines (28 loc) · 1.22 KB
/
de.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
{
// default chest names
"default-name.auto-grabber": "Auto-grabber #{{number}}", // TODO
"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 wieder finden um es rückgängig zu machen!)",
"label.automate-prefer-output": "(Automatisieren) Lege zuerst Gegenstände in diese Kiste",
"label.automate-ignore": "(Automatisieren) Diese Kiste ist nicht für die Automatisierung geeignet",
// button labels
"button.edit-chest": "Bearbeite Kiste",
"button.sort-inventory": "sortiere Inventar",
"button.ok": "OK",
// errors
// TODO
"errors.disabled-from-here": "You can't access chests from here.",
"errors.no-chests": "You don't have any chests yet.",
"errors.no-chests-in-location": "You don't have any chests in this area.",
"errors.no-chests-in-range": "You don't have any chests in range."
}