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
40 lines (34 loc) · 1.24 KB
/
Copy pathde.json
File metadata and controls
40 lines (34 loc) · 1.24 KB
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
38
39
40
{
// accessibility
"maps.accessibility.name": "Belegung",
"maps.accessibility.clear": "Frei",
"maps.accessibility.occupied": "Belegt",
"maps.accessibility.impassable": "Blockiert",
"maps.accessibility.warp": "Warp",
// coverage: bee houses
"maps.bee-houses.name": "Abdeckung: Bienenhäuser",
"maps.bee-houses.range": "Blumenreichweite",
// coverage: Junimo huts
"maps.junimo-huts.name": "Abdeckung: Junimo-Hütten",
"maps.junimo-huts.can-harvest": "Abbaubar",
"maps.junimo-huts.cannot-harvest": "Nicht abbaubar",
// coverage: scarecrows
"maps.scarecrows.name": "Abdeckung: Vogelscheuchen",
"maps.scarecrows.protected": "Geschützt",
"maps.scarecrows.exposed": "Exponiert",
// coverage: sprinklers
"maps.sprinklers.name": "Abdeckung: Sprenkler",
"maps.sprinklers.covered": "Bewässert",
"maps.sprinklers.dry-crops": "Trocken",
// crops: watered
// TODO
"maps.crop-water.name": "Bewässerung",
"maps.crop-water.watered": "Gegossen",
"maps.crop-water.dry": "Trocken",
// crops: fertilized
// TODO
"maps.crop-fertilizer.name": "Düngemitteleinsatz",
"maps.crop-fertilizer.fertilizer": "Dünger",
"maps.crop-fertilizer.retaining-soil": "Hydrogel",
"maps.crop-fertilizer.speed-gro": "Geschwind-Wachs"
}