diff options
Diffstat (limited to '.config/noctalia/plugins/timer/i18n/nl.json')
| -rw-r--r-- | .config/noctalia/plugins/timer/i18n/nl.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/noctalia/plugins/timer/i18n/nl.json b/.config/noctalia/plugins/timer/i18n/nl.json new file mode 100644 index 0000000..8098f3c --- /dev/null +++ b/.config/noctalia/plugins/timer/i18n/nl.json @@ -0,0 +1,20 @@ +{ + "panel": { + "countdown": "Aftellen", + "pause": "Pauze", + "reset": "Resetten", + "resume": "Hervatten", + "settings": "Widget-instellingen", + "start": "Start", + "stopwatch": "Stopwatch", + "title": "Timer" + }, + "settings": { + "compact-mode": "Compacte modus", + "compact-mode-desc": "Verberg de circulaire voortgangsbalk voor een schoner uiterlijk" + }, + "toast": { + "finished": "Timer afgelopen!", + "title": "Timer" + } +} |