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

Add helpful context menus (right click) to the position editing screen

- Right click on widget: Opening widget settings, setting anchor or deactivating the widget
- Right click on empty space: Enabling widgets
This commit is contained in:
Shy
2025-11-24 11:41:08 +01:00
parent 2c51b05b22
commit df5b83a3f7
8 changed files with 304 additions and 22 deletions
@@ -1,9 +1,22 @@
{
"widgets.key.category": "Widgets",
"widgets.key.config": "Öffne Widget-Einstellungen",
"widgets.key.config": "Öffne Widgets-Einstellungen",
"widgets.ui.anchor.bottom_center": "Unten mittig",
"widgets.ui.anchor.bottom_left": "Unten links",
"widgets.ui.anchor.bottom_right": "Unten rechts",
"widgets.ui.anchor.center": "Mitte",
"widgets.ui.anchor.center_left": "Mitte links",
"widgets.ui.anchor.center_right": "Mitte rechts",
"widgets.ui.anchor.top_center": "Oben mittig",
"widgets.ui.anchor.top_left": "Oben links",
"widgets.ui.anchor.top_right": "Oben rechts",
"widgets.ui.config": "Widgets-Konfiguration",
"widgets.ui.disabled": "Deaktiviert",
"widgets.ui.editPositions": "Layout bearbeiten",
"widgets.ui.editPositions.menu.addWidget": "Widget hinzufügen",
"widgets.ui.editPositions.menu.removeWidget": "Widget deaktivieren",
"widgets.ui.editPositions.menu.setAnchor": "Anker versetzen",
"widgets.ui.editPositions.menu.widgetSettings": "Widget-Einstellungen",
"widgets.ui.editPositions.snap": "Positionen ausrichten: %s",
"widgets.ui.editPositions.snap.help": "Richtet die Position des Widgets mit Positionen der anderen Widgets aus",
"widgets.ui.enabled": "Aktiviert",
@@ -77,6 +90,7 @@
"widgets.widgets.fps": "FPS",
"widgets.widgets.fps.description": "Zeigt deine aktuellen FPS an.",
"widgets.widgets.inventory": "Inventar",
"widgets.widgets.inventory.boxColor": "Zellenfarbe",
"widgets.widgets.inventory.description": "Zeigt dein Inventar.",
"widgets.widgets.inventory.gridColor": "Farbe des Gitters",
"widgets.widgets.inventory.mode": "Modus",
@@ -85,7 +99,9 @@
"widgets.widgets.inventory.mode.texture_pack": "Texturenpaket",
"widgets.widgets.inventory.mode.transparent": "Transparent",
"widgets.widgets.inventory.mode.vanilla": "Standard",
"widgets.widgets.inventory.rainbowBoxes": "Regenbogenzellen",
"widgets.widgets.inventory.rainbowGrid": "Regenbogengitter",
"widgets.widgets.inventory.showHotbar": "Schnellzugriffsleiste anzeigen",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.colorBackgroundPressed": "Hintergrundfarbe (Taste gedrückt)",
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Hintergrundfarbe (Taste nicht gedrückt)",
@@ -130,8 +146,5 @@
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Zeigt die TPS im Einzelspielermodus an oder schätzt die TPS im Mehrspielermodus",
"widgets.widgets.tps.dynamicColor": "Farbe dynamisch anzeigen",
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.inventory.boxColor": "Zellenfarbe",
"widgets.widgets.inventory.rainbowBoxes": "Regenbogenzellen",
"widgets.widgets.inventory.showHotbar": "Schnellzugriffsleiste anzeigen"
"widgets.widgets.tps.tps": "%s TPS"
}
@@ -1,9 +1,22 @@
{
"widgets.key.category": "Widgets",
"widgets.key.config": "Open Widget Management",
"widgets.ui.anchor.bottom_center": "Bottom center",
"widgets.ui.anchor.bottom_left": "Bottom left",
"widgets.ui.anchor.bottom_right": "Bottom right",
"widgets.ui.anchor.center": "Center",
"widgets.ui.anchor.center_left": "Center left",
"widgets.ui.anchor.center_right": "Center right",
"widgets.ui.anchor.top_center": "Top center",
"widgets.ui.anchor.top_left": "Top left",
"widgets.ui.anchor.top_right": "Top right",
"widgets.ui.config": "Widgets Config",
"widgets.ui.disabled": "Disabled",
"widgets.ui.editPositions": "Edit Layout",
"widgets.ui.editPositions.menu.addWidget": "Add widget",
"widgets.ui.editPositions.menu.removeWidget": "Disable widget",
"widgets.ui.editPositions.menu.setAnchor": "Set anchor",
"widgets.ui.editPositions.menu.widgetSettings": "Widget settings",
"widgets.ui.editPositions.snap": "Align positions: %s",
"widgets.ui.editPositions.snap.help": "Aligns the widget with positions of other widgets",
"widgets.ui.enabled": "Enabled",
@@ -88,6 +101,7 @@
"widgets.widgets.inventory.mode.vanilla": "Vanilla",
"widgets.widgets.inventory.rainbowBoxes": "Rainbow boxes",
"widgets.widgets.inventory.rainbowGrid": "Rainbow Grid",
"widgets.widgets.inventory.showHotbar": "Show hotbar",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.colorBackgroundPressed": "Background color (key pressed)",
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Background color (key not pressed)",
@@ -132,6 +146,5 @@
"widgets.widgets.tps": "TPS",
"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.inventory.showHotbar": "Show hotbar"
"widgets.widgets.tps.tps": "%s TPS"
}