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

Memory usage widget

This commit is contained in:
Shy
2024-10-13 12:04:54 +02:00
parent 6cc4569e68
commit edcd838a2d
4 changed files with 74 additions and 2 deletions
@@ -65,5 +65,10 @@
"widgets.widgets.playtime.labelStyle": "Beschriftungsstil",
"widgets.widgets.playtime.labelStyle.none": "Keine Beschriftung",
"widgets.widgets.playtime.labelStyle.playtime": "Spielzeit: Zeit",
"widgets.widgets.playtime.labelStyle.played": "Zeit gespielt"
"widgets.widgets.playtime.labelStyle.played": "Zeit gespielt",
"widgets.widgets.memory": "Arbeitsspeicher",
"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"
}