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

Added a plain text widget

This commit is contained in:
Shy
2024-12-06 15:31:47 +01:00
parent ddc921e572
commit 0c23757286
4 changed files with 48 additions and 2 deletions
@@ -82,5 +82,10 @@
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.description": "Zeigt an, welche Tasten du momentan drückst.",
"widgets.widgets.basictext.textshadow": "Textschatten",
"widgets.widgets.playerCount.showLabel": "Beschriftung anzeigen"
"widgets.widgets.playerCount.showLabel": "Beschriftung anzeigen",
"widgets.widgets.plaintext": "Text",
"widgets.widgets.plaintext.description": "Zeigt einen festgelegten Text an",
"widgets.widgets.plaintext.text": "Text",
"widgets.widgets.plaintext.initial": "Ändere dies in den Widget-Einstellungen",
"widgets.widgets.plaintext.placeholder": "Gib hier deinen Text ein..."
}
@@ -82,5 +82,10 @@
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.description": "Shows which keys you are currently pressing.",
"widgets.widgets.basictext.textshadow": "Text shadow",
"widgets.widgets.playerCount.showLabel": "Show label"
"widgets.widgets.playerCount.showLabel": "Show label",
"widgets.widgets.plaintext": "Text",
"widgets.widgets.plaintext.description": "Input a text to display on screen",
"widgets.widgets.plaintext.text": "Text",
"widgets.widgets.plaintext.initial": "Change this in the widget settings",
"widgets.widgets.plaintext.placeholder": "Type your text here..."
}