-
-
Notifications
You must be signed in to change notification settings - Fork 379
/
default.json
128 lines (100 loc) · 5.65 KB
/
default.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
{
/**********
** Chest UI
**********/
// default chest names
"default-name.fridge": "Fridge",
"default-name.other": "{{name}} #{{number}}",
"default-name.shipping-bin.store": "ship items",
"default-name.shipping-bin.take": "retrieve items",
// default category names
"default-category.owned-cabin": "Cabin ({{owner}})",
"default-category.unowned-cabin": "Cabin (empty)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels
"label.location": "Location",
"label.location.tile": "tile {{x}}, {{y}}",
"label.name": "Name",
"label.category": "Category",
"label.order": "Order",
"label.hide-chest": "Hide this chest",
"label.hide-chest-hidden": "Hide this chest (you'll need to find the chest to undo this!)",
"label.automate-options": "Automate",
"label.automate-store": "Put items in this chest",
"label.automate-store-first": "Put items in this chest first",
"label.automate-store-disabled": "Never put items in this chest",
"label.automate-take": "Take items from this chest",
"label.automate-take-first": "Take items from this chest first",
"label.automate-take-disabled": "Never take items from this chest",
// button labels
"button.edit-chest": "edit chest",
"button.sort-inventory": "sort inventory",
"button.save": "save",
"button.reset": "reset",
/**********
** Errors
**********/
"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.",
/**********
** Generic Mod Config Menu UI
**********/
/****
** general options
****/
"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
****/
"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
****/
"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
****/
"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."
}