forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hu.json
72 lines (60 loc) · 2.4 KB
/
hu.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
// accessible
"accessible.name": "Megközelíthetőség",
"accessible.clear": "Tiszta",
"accessible.occupied": "Foglalt",
"accessible.impassable": "Átjárhatatlan",
"accessible.warp": "Átjáró",
// buildable
"buildable.name": "Beépíthető",
"buildable.buildable": "Ide lehet építeni",
"buildable.occupied": "Foglalt",
"buildable.not-buildable": "Nem lehet ide építeni",
// coverage: bee houses
"bee-houses.name": "Lefedettség: Méhkaptár",
"bee-houses.range": "Virág hatótávolság",
// coverage: Junimo huts
"junimo-huts.name": "Lefedettség: Junimo kunyhók",
"junimo-huts.can-harvest": "Le tudják aratni",
"junimo-huts.cannot-harvest": "Nem tudják learatni",
// coverage: scarecrows
"scarecrows.name": "Lefedettség: Madárijesztők",
"scarecrows.protected": "Védett",
"scarecrows.exposed": "Veszélyeztetett",
// coverage: sprinklers
"sprinklers.name": "Lefedettség: Öntözők",
"sprinklers.covered": "Locsolt termések",
"sprinklers.dry-crops": "Száradó termések",
// crops: harvest
"crop-harvest.name": "Termések: Aratásra kész",
"crop-harvest.ready": "Kész",
"crop-harvest.not-ready": "Nincs kész",
"crop-harvest.not-enough-time-or-dead": "Not Enough Time (or Dead)", // TODO
// crops: watered
"crop-water.name": "Öntözés",
"crop-water.watered": "Megöntözött termések",
"crop-water.dry": "Száradó termések",
// crops: water for paddy crops
"crop-paddy-water.name": "Víz az árasztásos terméseken",
"crop-paddy-water.in-range": "Víz közelében",
"crop-paddy-water.not-in-range": "Száraz föld",
// crops: fertilized
"crop-fertilizer.name": "Trágyázás",
"crop-fertilizer.fertilizer": "Trágya",
"crop-fertilizer.retaining-soil": "Hidrogél",
"crop-fertilizer.speed-gro": "Gyorsnövesztő",
"crop-fertilizer.multiple": "Multiple Fertilizer Types", // TODO
// machine processing
"machines.name": "Gépi feldolgozás",
"machines.empty": "Üres",
"machines.processing": "Feldolgoz",
"machines.finished": "Befejezve",
// tile grid
"grid.name": "Pozíció rács",
// tillable
"tillable.name": "Megművelhető",
"tillable.tillable": "Megművelhető",
"tillable.tilled": "Megművelt",
"tillable.occupied": "Foglalt",
"tillable.not-tillable": "Nem megművelhető"
}