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"
}
@@ -65,5 +65,10 @@
"widgets.widgets.playtime.labelStyle": "Label Style",
"widgets.widgets.playtime.labelStyle.none": "No label",
"widgets.widgets.playtime.labelStyle.playtime": "Playtime: Time",
"widgets.widgets.playtime.labelStyle.played": "Time played"
"widgets.widgets.playtime.labelStyle.played": "Time played",
"widgets.widgets.memory": "Memory usage",
"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"
}