diff options
Diffstat (limited to '.config/noctalia/plugins/timer/i18n/de.json')
| -rw-r--r-- | .config/noctalia/plugins/timer/i18n/de.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/noctalia/plugins/timer/i18n/de.json b/.config/noctalia/plugins/timer/i18n/de.json new file mode 100644 index 0000000..41f35c8 --- /dev/null +++ b/.config/noctalia/plugins/timer/i18n/de.json @@ -0,0 +1,20 @@ +{ + "panel": { + "countdown": "Countdown", + "pause": "Pause", + "reset": "Zurücksetzen", + "resume": "Fortsetzen", + "settings": "Widget-Einstellungen", + "start": "Start", + "stopwatch": "Stoppuhr", + "title": "Timer" + }, + "settings": { + "compact-mode": "Kompaktmodus", + "compact-mode-desc": "Kreisförmigen Fortschrittsbalken für ein saubereres Aussehen ausblenden" + }, + "toast": { + "finished": "Timer abgelaufen!", + "title": "Timer" + } +} |