1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Add Inventory Widget (#3)

This commit is contained in:
Shy
2025-08-23 11:00:37 +02:00
parent cd8c354610
commit 154fb46f12
5 changed files with 262 additions and 17 deletions
@@ -43,7 +43,7 @@
"widgets.widgets.clock": "Clock/Date",
"widgets.widgets.clock.dateFormat": "Date format",
"widgets.widgets.clock.dateFormat.none": "No date",
"widgets.widgets.clock.description": "Shows the current time and/or date",
"widgets.widgets.clock.description": "Shows the current time and/or date.",
"widgets.widgets.clock.hourFormat": "Hour Format",
"widgets.widgets.clock.hourFormat.24hour": "Military Time",
"widgets.widgets.clock.hourFormat.am_pm": "AM/PM",
@@ -51,13 +51,17 @@
"widgets.widgets.clock.showSeconds": "Show seconds",
"widgets.widgets.clock.weekFormat": "Day of week format",
"widgets.widgets.clock.weekFormat.none": "Don't show",
"widgets.widgets.combo": "Combo",
"widgets.widgets.combo.combo": "Combo: %s",
"widgets.widgets.combo.description": "Shows your current Combo.",
"widgets.widgets.combo.displayThreshold": "Display Threshold",
"widgets.widgets.common.hideInSingleplayer": "Hide in singleplayer worlds",
"widgets.widgets.common.rainbow": "Rainbow text",
"widgets.widgets.common.rainbow.speed": "Rainbow speed",
"widgets.widgets.common.showLabel": "Show label",
"widgets.widgets.common.sizePercent": "Widget size (%)",
"widgets.widgets.coordinates": "Coordinates",
"widgets.widgets.coordinates.description": "Shows your current coordinates",
"widgets.widgets.coordinates.description": "Shows your current coordinates.",
"widgets.widgets.coordinates.showX": "Show X coordinate:",
"widgets.widgets.coordinates.showY": "Show Y coordinate:",
"widgets.widgets.coordinates.showZ": "Show Z coordinate:",
@@ -66,12 +70,24 @@
"widgets.widgets.cps.appearance.pipe": "Split (Pipe)",
"widgets.widgets.cps.appearance.slash": "Split (Slash)",
"widgets.widgets.cps.appearance.unified": "Unified",
"widgets.widgets.cps.description": "Shows your clicks per second",
"widgets.widgets.cps.description": "Shows your clicks per second.",
"widgets.widgets.cps.left": "Display/Count left clicks",
"widgets.widgets.cps.middle": "Display/Count middle clicks",
"widgets.widgets.cps.right": "Display/Count right clicks",
"widgets.widgets.fps": "FPS",
"widgets.widgets.fps.description": "Shows your current FPS.",
"widgets.widgets.inventory": "Inventory",
"widgets.widgets.inventory.boxColor": "Box color",
"widgets.widgets.inventory.description": "Shows your inventory on screen.",
"widgets.widgets.inventory.gridColor": "Grid color",
"widgets.widgets.inventory.mode": "Mode",
"widgets.widgets.inventory.mode.boxes": "Boxes",
"widgets.widgets.inventory.mode.grid": "Grid",
"widgets.widgets.inventory.mode.texture_pack": "Texture pack",
"widgets.widgets.inventory.mode.transparent": "Transparent",
"widgets.widgets.inventory.mode.vanilla": "Vanilla",
"widgets.widgets.inventory.rainbowBoxes": "Rainbow boxes",
"widgets.widgets.inventory.rainbowGrid": "Rainbow Grid",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.colorBackgroundPressed": "Background color (key pressed)",
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Background color (key not pressed)",
@@ -84,18 +100,18 @@
"widgets.widgets.memory.showPercentage": "Show percentage",
"widgets.widgets.memory.withLabel": "Memory: %s",
"widgets.widgets.ping": "Ping",
"widgets.widgets.ping.description": "Shows your latency to the server",
"widgets.widgets.ping.description": "Shows your latency to the server.",
"widgets.widgets.ping.dynamicColor": "Dynamic Color",
"widgets.widgets.plaintext": "Text",
"widgets.widgets.plaintext.description": "Input a text to display on screen",
"widgets.widgets.plaintext.description": "Input a text to display on screen.",
"widgets.widgets.plaintext.initial": "Change this in the widget settings",
"widgets.widgets.plaintext.placeholder": "Type your text here...",
"widgets.widgets.plaintext.text": "Text",
"widgets.widgets.playerCount": "Player count",
"widgets.widgets.playerCount.description": "Shows the number of players online. May not be accurate on all servers (especially those that spawn fake players in the tab list)",
"widgets.widgets.playerCount.description": "Shows the number of players online. May not be accurate on all servers (especially those that spawn fake players in the tab list).",
"widgets.widgets.playerCount.online": "%s online",
"widgets.widgets.playtime": "Playtime",
"widgets.widgets.playtime.description": "Shows the current session's uptime",
"widgets.widgets.playtime.description": "Shows the current session's uptime.",
"widgets.widgets.playtime.labelStyle": "Label Style",
"widgets.widgets.playtime.labelStyle.none": "No label",
"widgets.widgets.playtime.labelStyle.played": "Time played",
@@ -103,7 +119,7 @@
"widgets.widgets.playtime.played": "%s played",
"widgets.widgets.playtime.playtime": "Playtime: %s",
"widgets.widgets.serverIP": "Server IP",
"widgets.widgets.serverIP.description": "Shows the server address",
"widgets.widgets.serverIP.description": "Shows the server address.",
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width",
"widgets.widgets.speed": "Speed",
"widgets.widgets.speed.description": "Shows the speed you are moving at.",
@@ -114,11 +130,8 @@
"widgets.widgets.speed.withY": "With Y-axis velocity",
"widgets.widgets.speed.withZ": "With Z-axis velocity",
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer",
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer and estimates server TPS when in multiplayer.",
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.combo": "Combo",
"widgets.widgets.combo.description": "Shows your current Combo",
"widgets.widgets.combo.combo": "Combo: %s",
"widgets.widgets.combo.displayThreshold": "Display Threshold"
"widgets.widgets.inventory.showHotbar": "Show hotbar"
}