-
-
Notifications
You must be signed in to change notification settings - Fork 376
/
hu.json
132 lines (104 loc) · 6.01 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
/**********
** Chest UI
**********/
// default chest names
"default-name.fridge": "Hűtőszekrény",
"default-name.other": "{{name}} #{{number}}",
"default-name.shipping-bin.store": "Tárgyak elszállítása",
"default-name.shipping-bin.take": "Tárgyak visszaszerzése",
// default category names
"default-category.owned-cabin": "Kunyhó ({{owner}})",
"default-category.unowned-cabin": "Kunyhó (üres)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels
"label.location": "Helyszín",
"label.location.tile": "Pozíció {{x}}, {{y}}",
"label.name": "Név",
"label.category": "Kategória",
"label.order": "Sorrend",
"label.hide-chest": "Láda elrejtése",
"label.hide-chest-hidden": "Láda elrejtése (a visszavonáshoz meg kell majd találnod a ládát!)",
"label.automate-options": "Automate mod",
"label.automate-store": "Tegyen tárgyakat ebbe a ládába",
"label.automate-store-first": "Először ebbe a ládába tegyen tárgyakat",
"label.automate-store-disabled": "Never put items in this chest", // TODO
"label.automate-take": "Vegyen ki tárgyakat ebből a ládából",
"label.automate-take-first": "Először ebből a ládából vegyen ki tárgyakat",
"label.automate-take-disabled": "Never take items from this chest", // TODO
// button labels
"button.edit-chest": "Láda szerkesztése",
"button.sort-inventory": "Tárgymenü rendezése",
"button.save": "Mentés",
"button.reset": "Visszaállítás",
/**********
** Errors
**********/
"errors.disabled-from-here": "Innen nem férhetsz hozzá a ládákhoz.",
"errors.no-chests": "Nincs még egy ládád sem.",
"errors.no-chests-in-location": "Nincs egy ládád sem ezen a területen.",
"errors.no-chests-in-range": "Nincs egy ládád sem érvényes távolságon belül.",
/**********
** Generic Mod Config Menu UI
**********/
/****
** general options
****/
// TODO
"config.title.general-options": "General options",
"config.show-hover-tooltips.name": "Show hover tooltips",
"config.show-hover-tooltips.desc": "Whether to show the chest name in a tooltip when you point at a chest.",
"config.enable-shipping-bin.name": "Enable shipping bin",
"config.enable-shipping-bin.desc": "Whether to enable access to the shipping bin.",
"config.enable-sprinkler-attachments.name": "Enable sprinkler attachments",
"config.enable-sprinkler-attachments.desc": "Whether to enable access to sprinkler attachments like enrichers.",
"config.add-organize-player-items.name": "Add organize player items button",
"config.add-organize-player-items.desc": "Whether to add an 'organize' button in chest UIs for the player inventory.",
/****
** remote access
****/
// TODO
"config.title.remote-access": "Remote access",
"config.range.name": "Range",
"config.range.desc": "The range at which chests are accessible through the menu.",
"config.range.unlimited": "All chests",
"config.range.currentWorldArea": "Chests within the current world area",
"config.range.currentLocation": "Chests within the current location",
"config.range.none": "None (can't access chests remotely)",
"config.disable-mines.name": "Disable in mines & skull cavern",
"config.disable-mines.desc": "Whether to disable accessing chests remotely while in the mines or Skull Cavern.",
"config.disable-custom-names.name": "Disable in location names",
"config.disable-custom-names.desc": "The internal names (as shown by the Debug Mode mod) for locations from which to disable accessing chests remotely. You can list multiple with commas.",
/****
** open menu hotkey
****/
// TODO
"config.title.open-menu-hotkey": "Hotkey to open chest UI",
"config.toggle-ui-key.name": "Toggle UI",
"config.toggle-ui-key.desc": "The keys which show or hide the chest UI.",
"config.reopen-last-chest.name": "Reopen last chest",
"config.reopen-last-chest.desc": "When you press the 'toggle UI' button, whether to reopen the last chest you selected yourself during the current game session.",
"config.default-category.name": "Default category",
"config.default-category.desc": "When you press the 'toggle UI' button, show the chests in this category by default (if set). This applies after 'reopen last chest'.",
/****
** controls when chest UI is open
****/
// TODO
"config.title.menu-controls": "Controls when chest UI is open",
"config.edit-chest.name": "Edit chest",
"config.edit-chest.desc": "The keys which edit the options for the current chest.",
"config.sort-items.name": "Sort items",
"config.sort-items.desc": "The keys which sort items in the current chest.",
"config.navigate-prev-chest.name": "Navigate: previous chest",
"config.navigate-prev-chest.desc": "The keys which navigate to the previous chest while the menu is open.",
"config.navigate-next-chest.name": "Navigate: next chest",
"config.navigate-next-chest.desc": "The keys which navigate to the next chest while the menu is open.",
"config.navigate-prev-category.name": "Navigate: previous category",
"config.navigate-prev-category.desc": "The keys which navigate to the previous category while the menu is open.",
"config.navigate-next-category.name": "Navigate: next category",
"config.navigate-next-category.desc": "The keys which navigate to the next category while the menu is open.",
"config.hold-to-scroll-categories.name": "Hold to scroll categories",
"config.hold-to-scroll-categories.desc": "The keys which, when held, enable scrolling the category dropdown with the mouse scroll wheel.",
"config.hold-to-scroll-chests.name": "Hold to scroll chests",
"config.hold-to-scroll-chests.desc": "The keys which, when held, enable scrolling the chests dropdown with the mouse scroll wheel."
}