aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index d380807c..08b29d4c 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -46,6 +46,12 @@
"skyblocker.config.dungeons.croesusHelper": "Croesus Helper",
"skyblocker.config.dungeons.croesusHelper.@Tooltip": "Gray out chests that have already been opened.",
+ "skyblocker.config.dungeons.devices": "Device Solvers (F7/M7)",
+ "skyblocker.config.dungeons.devices.solveLightsOn": "Solve Lights On",
+ "skyblocker.config.dungeons.devices.solveLightsOn.@Tooltip": "Highlights the correct levers to click in red",
+ "skyblocker.config.dungeons.devices.solveSimonSays": "Solve Simon Says",
+ "skyblocker.config.dungeons.devices.solveSimonSays.@Tooltip": "Highlights the correct button to click in green, and highlights the next one in yellow.",
+
"skyblocker.config.dungeons.doorHighlight": "Door Highlight",
"skyblocker.config.dungeons.doorHighlight.doorHighlightType": "Door Highlight Type",
"skyblocker.config.dungeons.doorHighlight.doorHighlightType.@Tooltip": "Highlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.",
@@ -228,7 +234,6 @@
"skyblocker.config.general.itemTooltip.avg.BOTH": "Both",
"skyblocker.config.general.itemTooltip.avg.ONE_DAY": "1 day price",
"skyblocker.config.general.itemTooltip.avg.THREE_DAY": "3 day price",
- "skyblocker.config.general.itemTooltip.avg": "Average Type",
"skyblocker.config.general.itemTooltip.dungeonQuality": "Dungeon Quality",
"skyblocker.config.general.itemTooltip.dungeonQuality.@Tooltip": "Displays quality and tier of dungeon drops from mobs.\n\n\nReminder:\nTier 1-3 dropped from F1-F3\nTier 4-7 dropped from F4-F7 or M1-M4\nTier 8-10 are dropped only from M5-M7",
"skyblocker.config.general.itemTooltip.enableAccessoriesHelper": "Enable Accessories Helper",
@@ -299,6 +304,8 @@
"skyblocker.config.helpers.chocolateFactory.enableTimeTowerReminder.@Tooltip": "Sends a message in chat when your Time Tower deactivates.",
"skyblocker.config.helpers.chocolateFactory.sendEggFoundMessages": "Send Egg Found Messages",
"skyblocker.config.helpers.chocolateFactory.sendEggFoundMessages.@Tooltip": "Sends a message in chat when an egg is found in the current island.",
+ "skyblocker.config.helpers.chocolateFactory.straySound": "Stray Rabbit Sound",
+ "skyblocker.config.helpers.chocolateFactory.straySound.@Tooltip": "Repeatedly plays a ding while a stray rabbit is present. If it is golden, the sound will be more frequent and different.",
"skyblocker.config.helpers.chocolateFactory.waypointType": "Egg Waypoint Type",
"skyblocker.config.helpers.chocolateFactory.waypointType.@Tooltip": "Waypoint: Displays a highlight and a beacon beam.\n\nOutlined Waypoint: Displays both a waypoint and an outline.\n\nHighlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.",
@@ -657,6 +664,11 @@
"skyblocker.config.uiAndVisuals.waypoints.waypointType.@Tooltip": "Waypoint: Displays a highlight and a beacon beam.\n\nOutlined Waypoint: Displays both a waypoint and an outline.\n\nHighlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.",
"skyblocker.config.uiAndVisuals.waypoints.waypointType.generalNote": "\n\n\nThis option does not apply to all waypoints. Some waypoints such as secret waypoints have their own waypoint type option.",
+ "skyblocker.utils.locationUpdateError": "Failed to update your location! Some features of the mod may not work properly :(",
+
+ "skyblocker.reparty.notInPartyOrNotLeader": "You must be in a party and be the leader of it in order to reparty!",
+ "skyblocker.reparty.error": "Failed to reparty, try again in a moment!",
+
"skyblocker.itemTooltip.noData": "\u00a7cNo Data",
"skyblocker.itemTooltip.nullMessage": "\u00a7cItem price information on tooltip will renew in max 60 seconds. If not, check latest.log",
@@ -950,5 +962,17 @@
"skyblocker.waypoints.ordered.import.coleWeight.success": "Successfully imported waypoints from the Cole Weight format.",
"skyblocker.waypoints.ordered.import.coleWeight.fail": "§cFailed to import waypoints from the Cole Weight format. Make sure to have the waypoint data copied to your clipboard!",
+ "skyblocker.profileviewer.inventory.inventory": "Inventory",
+ "skyblocker.profileviewer.inventory.armor": "Armor",
+ "skyblocker.profileviewer.inventory.equipment": "Equipment",
+ "skyblocker.profileviewer.inventory.enderchest": "Enderchest",
+ "skyblocker.profileviewer.inventory.backpack": "Backpack",
+ "skyblocker.profileviewer.inventory.wardrobe": "Wardrobe",
+ "skyblocker.profileviewer.inventory.pets": "Pets",
+ "skyblocker.profileviewer.inventory.accessoryBag": "Accessory Bag",
+ "skyblocker.profileviewer.inventory.inactive": "Locked Slot",
+ "skyblocker.profileviewer.inventory.inactive.description.backpack": "The selected backpack",
+ "skyblocker.profileviewer.inventory.inactive.description.general": "does not contain this slot",
+
"emi.category.skyblocker.skyblock": "Skyblock"
}