From 25d3f382b1218b9112b2c4c7219abf2e6ced3c74 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:06:10 +0100 Subject: noctalia: Add the Noctalia config --- .config/noctalia/plugins/timer/i18n/tr.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/noctalia/plugins/timer/i18n/tr.json (limited to '.config/noctalia/plugins/timer/i18n/tr.json') diff --git a/.config/noctalia/plugins/timer/i18n/tr.json b/.config/noctalia/plugins/timer/i18n/tr.json new file mode 100644 index 0000000..c3d8f8f --- /dev/null +++ b/.config/noctalia/plugins/timer/i18n/tr.json @@ -0,0 +1,20 @@ +{ + "panel": { + "countdown": "Geri Sayım", + "pause": "Duraklat", + "reset": "Sıfırla", + "resume": "Devam Et", + "settings": "Widget Ayarları", + "start": "Başlat", + "stopwatch": "Kronometre", + "title": "Zamanlayıcı" + }, + "settings": { + "compact-mode": "Kompakt Mod", + "compact-mode-desc": "Daha temiz bir görünüm için dairesel ilerleme çubuğunu gizle" + }, + "toast": { + "finished": "Zamanlayıcı bitti!", + "title": "Zamanlayıcı" + } +} -- cgit v1.2.3