forked from LeFauxMatt/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
303 lines (303 loc) · 15.3 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
// Alerts
"alert.carry-chest-limit.hit-limit": "Cannot carry any more chests",
"alert.craft-from-chest.no-eligible": "No eligible chests found to craft items from",
"alert.stash-to-chest.no-eligible": "No eligible chests found to stash items into",
// Storage Types
"storage.Default.name": "Default Storage",
"storage.Chest.name": "Chest",
"storage.Fridge.name": "Fridge",
"storage.Junimo Chest.name": "Junimo Chest",
"storage.Junimo Hut.name": "Junimo Hut",
"storage.Mini-Fridge.name": "Mini-Fridge",
"storage.Mini-Shipping Bin.name": "Mini-Shipping Bin",
"storage.Shipping Bin.name": "Shipping Bin",
"storage.Stone Chest.name": "Stone Chest",
// Effects
"effect.carry-chest-slow.description": "Overburdened -{0} Speed",
// Config Pages
"section.general.name": "General",
"section.general.description": "General customization options for features.",
"section.features.name": "Features",
"section.features.description": "Default options that applies to any chest.",
"section.controls.name": "Controls",
"section.controls.description": "Controller/keyboard configurations.",
"section.chests.name": "Chests",
"section.chests.description": "Configure each chest type individually.",
// Feature Config
"config.auto-organize.name": "Auto Organize",
"config.auto-organize.tooltip": "Automatically stash items into higher priority chests each night.",
"config.better-shipping-bin.name": "Better Shipping Bin",
"config.better-shipping-bin.tooltip": "Relaunches the Shipping Bin as a regular Chest Menu so that items can be retrieved.",
"config.carry-chest.name": "Carry Chest",
"config.carry-chest.tooltip": "Allows chests placed in the world to be picked up with their items.",
"config.carry-chest-limit.name": "Carry Chest Limit",
"config.carry-chest-limit.tooltip": "Limits the number of chests with items that can be carried at once.",
"config.carry-chest-limit.value-unlimited": "Unlimited",
"config.carry-chest-limit.value-one": "1 chest",
"config.carry-chest-limit.value-many": "{0} chests",
"config.carry-chest-slow.name": "Carry Chest Slow",
"config.carry-chest-slow.tooltip": "Carrying a chest that has items will apply a slowness effect.",
"config.carry-chest-slow.value-zero": "Normal speed",
"config.carry-chest-slow.value": "-{0}x speed",
"config.carry-chest-slow-amount.name": "Carry Chest Slow Amount",
"config.carry-chest-slow-amount.tooltip": "The amount to slow down when carrying a chest.",
"config.categorize-chest.name": "Categorize Chest",
"config.categorize-chest.tooltip": "Organize chests by assigning categories of items (stashing will use these categories).",
"config.chest-finder.name": "Chest Finder",
"config.chest-finder.tooltip": "Search for chest(s) containing the item you're looking for.",
"config.chest-label.name": "Chest Label",
"config.chest-label.tooltip": "The label that is assigned to this chest.",
"config.chest-menu-tabs.name": "Chest Menu Tabs",
"config.chest-menu-tabs.tooltip": "Adds tabs to filter items in the Chest inventory menu.",
"config.chest-menu-tabs-area.name": "Chest Menu Tabs Area",
"config.chest-menu-tabs-area.tooltip": "The area next to the inventory menu that the chest menu tabs will be.",
"config.collect-items.name": "Collect Items",
"config.collect-items.tooltip": "Allows chests in player inventory to collect items dropped on the ground (uses categories).",
"config.configure.name": "Configure Chest",
"config.configure.tooltip": "Configure the currently facing or held chest.",
"config.craft-from-chest.name": "Craft From Chest",
"config.craft-from-chest.tooltip": "The default range that chests can be remotely crafted from.",
"config.craft-from-chest-distance.name": "Craft from Chest Distance",
"config.craft-from-chest-distance.tooltip": "The tiles away from the player that chests can be remotely crafted from.",
"config.custom-color-picker.name": "Custom Color Picker",
"config.custom-color-picker.tooltip": "Replaces the Color Picker with an HSL Color Picker.",
"config.custom-color-picker-area.name": "Custom Color Picker Area",
"config.custom-color-picker-area.tooltip": "The area next to the inventory menu that the color picker will be.",
"config.filter-items.name": "Filter Items",
"config.filter-items.tooltip": "Restrict what items can be added to a Chest.",
"config.filter-items-list.name": "Chest Categories",
"config.filter-items-list.tooltip": "The list of categories that the chest will accept.",
"config.label-chest.name": "Label Chest",
"config.label-chest.tooltip": "Assign a label to a chest that will appear in game.",
"config.open-held-chest.name": "Open Held Chest",
"config.open-held-chest.tooltip": "Open a currently held Chest and access its contents.",
"config.organize-chest.name": "Organize Chest",
"config.organize-chest.tooltip": "Organize chests by configurable grouping and sorting options.",
"config.organize-chest-group-by.name": "Organize Chest Group By",
"config.organize-chest-group-by.tooltip": "The item property to group by when items are organized.",
"config.organize-chest-sort-by.name": "Organize Chest Sort By",
"config.organize-chest-sort-by.tooltip": "The item property to sort by when items are organized.",
"config.resize-chest.name": "Resize Chest",
"config.resize-chest.tooltip": "Allow chests to have a customized number of item slots.",
"config.resize-chest-capacity.name": "Resize Chest Capacity",
"config.resize-chest-capacity.tooltip": "Increase the item slots that a Chest can hold (use -1 for unlimited storage).",
"config.resize-chest-capacity.value-unlimited": "Unlimited",
"config.resize-chest-capacity.value-many": "{0} items",
"config.resize-chest-menu.name": "Resize Chest Menu",
"config.resize-chest-menu.tooltip": "Allows the chest inventory menu to display more rows of items.",
"config.resize-chest-menu-rows.name": "Resize Chest Menu Rows",
"config.resize-chest-menu-rows.tooltip": "Assign how many rows of items can be viewed in the Chest inventory menu.",
"config.resize-chest-menu-rows.value-one": "1 row",
"config.resize-chest-menu-rows.value-many": "{0} rows",
"config.search-items.name": "Search Items",
"config.search-items.tooltip": "Adds a search bar to the top of the Chest inventory menu.",
"config.search-items-symbol.name": "Search Tag Symbol",
"config.search-items-symbol.tooltip": "Symbol to prefix a search phrase to search by an item's context tags.",
"config.slot-lock.name": "Slot Lock",
"config.slot-lock.tooltip": "Lock item slots in the player inventory so they do not get stashed.",
"config.slot-lock-hold.name": "Slot Lock Hold",
"config.slot-lock-hold.tooltip": "Lock slot key must be held down to lock an item slot.",
"config.stash-to-chest.name": "Stash to Chest",
"config.stash-to-chest.tooltip": "The default range that chests can be remotely stashed into.",
"config.stash-to-chest-distance.name": "Stash to Chest Distance",
"config.stash-to-chest-distance.tooltip": "The tiles away from the player that chests can be remotely stashed from.",
"config.stash-to-chest-priority.name": "Stash to Chest Priority",
"config.stash-to-chest-priority.tooltip": "Chests with a higher priority will be stashed into first.",
"config.stash-to-chest-stacks.name": "Stash to Existing Stacks",
"config.stash-to-chest-stacks.tooltip": "Stashing will fill existing stacks of items in a Chest.",
"config.unload-chest.name": "Unload Chest",
"config.unload-chest.tooltip": "Using a held chest on a placed chest will transfer items into the placed one.",
// Feature Option Formatting
"config.range-distance.value-unlimited": "Unlimited",
"config.range-distance.value-one": "1 tile",
"config.range-distance.value-many": "{0} tiles",
// Controls Config
"config.find-chest.name": "Find Chest",
"config.find-chest.tooltip": "Key to bring up the chest finder search bar.",
"config.lock-slot.name": "Lock Item Slot",
"config.lock-slot.tooltip": "Key to lock an item slot so that the item in it will not be stashed.",
"config.open-crafting.name": "Open Crafting Button",
"config.open-crafting.tooltip": "Key to open the crafting menu for accessible chests.",
"config.stash-items.name": "Stash Items Button",
"config.stash-items.tooltip": "Key to stash items into accessible chests.",
"config.scroll-up.name": "Scroll Up",
"config.scroll-up.tooltip": "Key to scroll up in expanded inventory menus.",
"config.scroll-down.name": "Scroll Down",
"config.scroll-down.tooltip": "Key to scroll down in expanded inventory menus.",
"config.previous-tab.name": "Previous Tab",
"config.previous-tab.tooltip": "Key to switch to previous tab.",
"config.next-tab.name": "Next Tab",
"config.next-tab.tooltip": "Key to switch to next tab.",
// Config Options
"option.default.name": "Default",
"option.enabled.name": "Enabled",
"option.disabled.name": "Disabled",
"option.inventory.name": "Inventory",
"option.location.name": "Location",
"option.world.name": "World",
// Group By Types
"group-by.category.name": "Category",
"group-by.color.name": "Color",
// Sort By Types
"sort-by.name.name": "Name",
"sort-by.type.name": "Type",
"sort-by.quality.name": "Quality",
"sort-by.quantity.name": "Quantity",
// Menu Areas
"area.top.name": "Above the inventory menu.",
"area.right.name": "To the right of the inventory menu.",
"area.bottom.name": "Below the inventory menu.",
"area.left.name": "To the left of the inventory menu.",
"area.custom.name": "A customized position.",
// UI - Button
"button.configure.name": "Configure Chest",
"button.find-chest.name": "Search for Chest",
"button.stash-to-chest.name": "Stash to Chest",
"button.craft-from-chest.name": "Craft from Chest",
// UI - Tabs
"tabs.Clothing.name": "Clothing",
"tabs.Cooking.name": "Cooking",
"tabs.Crops.name": "Crops",
"tabs.Equipment.name": "Equipment",
"tabs.Fishing.name": "Fish",
"tabs.Materials.name": "Materials",
"tabs.Misc.name": "Misc",
"tabs.Seeds.name": "Seeds",
// Tags
"tag.alcohol_item": "alcohol_item",
"tag.algae_item": "algae_item",
"tag.ancient_item": "ancient_item",
"tag.beach_item": "beach_item",
"tag.bomb_item": "bomb_item",
"tag.bone_item": "bone_item",
"tag.category_artisan_goods": "category_artisan_goods",
"tag.category_bait": "category_bait",
"tag.category_big_craftable": "category_big_craftable",
"tag.category_boots": "category_boots",
"tag.category_building_resources": "category_building_resources",
"tag.category_clothing": "category_clothing",
"tag.category_cooking": "category_cooking",
"tag.category_crafting": "category_crafting",
"tag.category_egg": "category_egg",
"tag.category_fertilizer": "category_fertilizer",
"tag.category_fish": "category_fish",
"tag.category_flowers": "category_flowers",
"tag.category_fruits": "category_fruits",
"tag.category_furniture": "category_furniture",
"tag.category_gem": "category_gem",
"tag.category_greens": "category_greens",
"tag.category_hat": "category_hat",
"tag.category_junk": "category_junk",
"tag.category_metal_resources": "category_metal_resources",
"tag.category_milk": "category_milk",
"tag.category_minerals": "category_minerals",
"tag.category_monster_loot": "category_monster_loot",
"tag.category_ring": "category_ring",
"tag.category_seeds": "category_seeds",
"tag.category_sell_at_fish_shop": "category_sell_at_fish_shop",
"tag.category_sell_at_pierres": "category_sell_at_pierres",
"tag.category_sell_at_pierres_and_marnies": "category_sell_at_pierres_and_marnies",
"tag.category_syrup": "category_syrup",
"tag.category_tackle": "category_tackle",
"tag.category_tool": "category_tool",
"tag.category_vegetable": "category_vegetable",
"tag.category_weapon": "category_weapon",
"tag.color_aquamarine": "color_aquamarine",
"tag.color_black": "color_black",
"tag.color_blue": "color_blue",
"tag.color_brown": "color_brown",
"tag.color_copper": "color_copper",
"tag.color_cyan": "color_cyan",
"tag.color_dark_blue": "color_dark_blue",
"tag.color_dark_brown": "color_dark_brown",
"tag.color_dark_gray": "color_dark_gray",
"tag.color_dark_green": "color_dark_green",
"tag.color_dark_pink": "color_dark_pink",
"tag.color_dark_purple": "color_dark_purple",
"tag.color_dark_red": "color_dark_red",
"tag.color_dark_yellow": "color_dark_yellow",
"tag.color_gold": "color_gold",
"tag.color_gray": "color_gray",
"tag.color_green": "color_green",
"tag.color_iridium": "color_iridium",
"tag.color_iron": "color_iron",
"tag.color_jade": "color_jade",
"tag.color_light_cyan": "color_light_cyan",
"tag.color_lime": "color_lime",
"tag.color_orange": "color_orange",
"tag.color_pale_violet_red": "color_pale_violet_red",
"tag.color_pink": "color_pink",
"tag.color_poppyseed": "color_poppyseed",
"tag.color_prismatic": "color_prismatic",
"tag.color_purple": "color_purple",
"tag.color_red": "color_red",
"tag.color_salmon": "color_salmon",
"tag.color_sand": "color_sand",
"tag.color_white": "color_white",
"tag.color_yellow": "color_yellow",
"tag.color_yellow_green": "color_yellow_green",
"tag.cooking_item": "cooking_item",
"tag.cow_milk_item": "cow_milk_item",
"tag.dinosaur_item": "dinosaur_item",
"tag.drink_item": "drink_item",
"tag.dwarvish_item": "dwarvish_item",
"tag.egg_item": "egg_item",
"tag.elvish_item": "elvish_item",
"tag.fertilizer_item": "fertilizer_item",
"tag.fish_bug_lair": "fish_bug_lair",
"tag.fish_carnivorous": "fish_carnivorous",
"tag.fish_crab_pot": "fish_crab_pot",
"tag.fish_desert": "fish_desert",
"tag.fish_freshwater": "fish_freshwater",
"tag.fish_lake": "fish_lake",
"tag.fish_legendary": "fish_legendary",
"tag.fish_mines": "fish_mines",
"tag.fish_ocean": "fish_ocean",
"tag.fish_pond": "fish_pond",
"tag.fish_river": "fish_river",
"tag.fish_secret_pond": "fish_secret_pond",
"tag.fish_semi_rare": "fish_semi_rare",
"tag.fish_sewers": "fish_sewers",
"tag.fish_swamp": "fish_swamp",
"tag.flower_item": "flower_item",
"tag.forage_item": "forage_item",
"tag.fossil_item": "fossil_item",
"tag.fruit_item": "fruit_item",
"tag.fruit_tree_item": "fruit_tree_item",
"tag.furnace_item": "furnace_item",
"tag.goat_milk_item": "goat_milk_item",
"tag.honey_item": "honey_item",
"tag.jelly_item": "jelly_item",
"tag.juice_item": "juice_item",
"tag.large_egg_item": "large_egg_item",
"tag.large_milk_item": "large_milk_item",
"tag.machine_item": "machine_item",
"tag.mayo_item": "mayo_item",
"tag.medicine_item": "medicine_item",
"tag.milk_item": "milk_item",
"tag.ore_item": "ore_item",
"tag.pickle_item": "pickle_item",
"tag.potion_item": "potion_item",
"tag.prehistoric_item": "prehistoric_item",
"tag.quality_fertilizer_item": "quality_fertilizer_item",
"tag.quality_gold": "quality_gold",
"tag.quality_iridium": "quality_iridium",
"tag.quality_none": "quality_none",
"tag.quality_silver": "quality_silver",
"tag.scroll_item": "scroll_item",
"tag.season_fall": "season_fall",
"tag.season_spring": "season_spring",
"tag.season_summer": "season_summer",
"tag.season_winter": "season_winter",
"tag.slime_egg_item": "slime_egg_item",
"tag.slime_item": "slime_item",
"tag.syrup_item": "syrup_item",
"tag.totem_item": "totem_item",
"tag.trash_item": "trash_item",
"tag.tree_seed_item": "tree_seed_item",
"tag.wine_item": "wine_item",
"tag.wood_item": "wood_item",
// Warnings
"warn.incompatibility.disabled": "{0} is automatically disabled with the following mod(s): {1}"
}