diff options
Diffstat (limited to '.config/noctalia/plugins/timer/i18n/en.json')
| -rw-r--r-- | .config/noctalia/plugins/timer/i18n/en.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/noctalia/plugins/timer/i18n/en.json b/.config/noctalia/plugins/timer/i18n/en.json new file mode 100644 index 0000000..bdfa722 --- /dev/null +++ b/.config/noctalia/plugins/timer/i18n/en.json @@ -0,0 +1,20 @@ +{ + "panel": { + "countdown": "Countdown", + "pause": "Pause", + "reset": "Reset", + "resume": "Resume", + "settings": "Widget Settings", + "start": "Start", + "stopwatch": "Stopwatch", + "title": "Timer" + }, + "settings": { + "compact-mode": "Compact Mode", + "compact-mode-desc": "Hide the circular progress bar for a cleaner look" + }, + "toast": { + "finished": "Timer finished!", + "title": "Timer" + } +} |