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

Add option to set widget width dynamically on Server IP widget

This commit is contained in:
Shy
2024-10-19 12:33:11 +02:00
parent 564b268b46
commit 526a304f4a
3 changed files with 19 additions and 4 deletions
@@ -71,5 +71,6 @@
"widgets.widgets.memory.description": "Zeigt die momentane Arbeitsspeicherauslastung des Spiels an.",
"widgets.widgets.memory.withLabel": "Arbeitsspeicher: %s",
"widgets.widgets.memory.showPercentage": "Prozentsatz anzeigen",
"widgets.widgets.memory.showLabel": "Beschriftung anzeigen"
"widgets.widgets.memory.showLabel": "Beschriftung anzeigen",
"widgets.widgets.serverIP.dynamicWidth": "Widget-Breite dynamisch festlegen"
}
@@ -71,5 +71,6 @@
"widgets.widgets.memory.description": "Shows the current memory usage of the game.",
"widgets.widgets.memory.withLabel": "Memory: %s",
"widgets.widgets.memory.showPercentage": "Show percentage",
"widgets.widgets.memory.showLabel": "Show label"
"widgets.widgets.memory.showLabel": "Show label",
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width"
}