diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:06:10 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:06:10 +0100 |
| commit | 25d3f382b1218b9112b2c4c7219abf2e6ced3c74 (patch) | |
| tree | dccbfdd2b9f21f691276c909d0ccad4ef2a07c1b /.config/noctalia/plugins/timer/i18n/hu.json | |
| parent | 7d6bc7e062af943c70332404c925a9e24fdc6127 (diff) | |
noctalia: Add the Noctalia config
Diffstat (limited to '.config/noctalia/plugins/timer/i18n/hu.json')
| -rw-r--r-- | .config/noctalia/plugins/timer/i18n/hu.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/noctalia/plugins/timer/i18n/hu.json b/.config/noctalia/plugins/timer/i18n/hu.json new file mode 100644 index 0000000..be49bb5 --- /dev/null +++ b/.config/noctalia/plugins/timer/i18n/hu.json @@ -0,0 +1,20 @@ +{ + "panel": { + "countdown": "Visszaszámlálás", + "pause": "Szünet", + "reset": "Visszaállítás", + "resume": "Folytatás", + "settings": "Widget beállítások", + "start": "Indítás", + "stopwatch": "Stopper", + "title": "Időzítő" + }, + "settings": { + "compact-mode": "Kompakt mód", + "compact-mode-desc": "A körkörös folyamatjelző elrejtése a tisztább megjelenés érdekében" + }, + "toast": { + "finished": "Időzítő lejárt!", + "title": "Időzítő" + } +} |