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

World time widget (#7)

This commit is contained in:
Shy
2026-02-15 12:48:21 +01:00
parent 48aaad944f
commit 95eb893b87
16 changed files with 132 additions and 36 deletions
@@ -165,5 +165,11 @@
"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.tps.windowSize": "Durchschnittsfenstergröße (Sekunden)"
"widgets.widgets.tps.windowSize": "Durchschnittsfenstergröße (Sekunden)",
"widgets.widgets.worldtime": "Weltzeit",
"widgets.widgets.worldtime.day": "Tag %s",
"widgets.widgets.worldtime.dayAndTime": "%1$s, %2$s",
"widgets.widgets.worldtime.description": "Zeigt die Uhrzeit und Tageszahl der Welt, in der du bist, an",
"widgets.widgets.worldtime.showDay": "Tag anzeigen",
"widgets.widgets.worldtime.timeFormat": "Zeitformat"
}