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

Playtime widget

This commit is contained in:
Shy
2024-10-13 11:36:32 +02:00
parent 3635d93e46
commit 6cc4569e68
4 changed files with 94 additions and 2 deletions
@@ -57,5 +57,13 @@
"widgets.widgets.basictext.alignment.center": "Center",
"widgets.widgets.basictext.alignment.right": "Right",
"widgets.widgets.basictext.paddingX": "Text padding X",
"widgets.widgets.basictext.paddingY": "Text padding Y"
"widgets.widgets.basictext.paddingY": "Text padding Y",
"widgets.widgets.playtime": "Playtime",
"widgets.widgets.playtime.description": "Shows the current session's uptime",
"widgets.widgets.playtime.playtime": "Playtime: %s",
"widgets.widgets.playtime.played": "%s played",
"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"
}