From da02c114ae28d91f06f81d7e947b99f747735fd9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 13 May 2025 12:01:48 +0300 Subject: [PATCH] conf: duplicate kde connect commands for translation --- ...> kdeconnect-remote-commands-english.json} | 2 +- conf/kdeconnect-remote-commands-finnish.json | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) rename conf/{kdeconnect-remote-commands-export.json => kdeconnect-remote-commands-english.json} (96%) create mode 100644 conf/kdeconnect-remote-commands-finnish.json diff --git a/conf/kdeconnect-remote-commands-export.json b/conf/kdeconnect-remote-commands-english.json similarity index 96% rename from conf/kdeconnect-remote-commands-export.json rename to conf/kdeconnect-remote-commands-english.json index f5ec256e..bea8ac48 100644 --- a/conf/kdeconnect-remote-commands-export.json +++ b/conf/kdeconnect-remote-commands-english.json @@ -1,6 +1,6 @@ [ { - "name": "Darkman toggle", + "name": "darkman toggle", "command": "darkman toggle" }, { diff --git a/conf/kdeconnect-remote-commands-finnish.json b/conf/kdeconnect-remote-commands-finnish.json new file mode 100644 index 00000000..ff93a4ba --- /dev/null +++ b/conf/kdeconnect-remote-commands-finnish.json @@ -0,0 +1,42 @@ +[ + { + "name": "darkman toggle", + "command": "darkman toggle" + }, + { + "name": "Lukitse näyttö", + "command": "loginctl lock-session" + }, + { + "name": "Sammuta", + "command": "systemctl poweroff" + }, + { + "name": "Käynnistä uudelleen", + "command": "systemctl reboot" + }, + { + "name": "Kuvankaappaus [kaikki näytöt]", + "command": "spectacle --background --pointer" + }, + { + "name": "Kuvankaappaus aktiivisesta ikkunasta", + "command": "spectacle --background --pointer --activewindow" + }, + { + "name": "Valmiustila", + "command": "systemctl suspend" + }, + { + "name": "Top#5 muistia käyttävät prosessit", + "command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\"" + }, + { + "name": "Avaa näyttölukitus", + "command": "loginctl unlock-session" + }, + { + "name": "[Älä] Häiritse", + "command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\"" + } +]