From 1989a7003b4eb8e9fc1c216f04a2545fb7a4d79e Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:44:19 +0200 Subject: [PATCH 01/24] i18n(zed-provider): added german translations --- zed-provider/translations/de.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zed-provider/translations/de.json diff --git a/zed-provider/translations/de.json b/zed-provider/translations/de.json new file mode 100644 index 00000000..7056a93a --- /dev/null +++ b/zed-provider/translations/de.json @@ -0,0 +1,17 @@ +{ + "database-empty": "Die Zed-Datenbank ist leer oder wurde nicht gefunden", + "filter-empty": "Filter: \"{filter}\"", + "loading": "Wird geladen…", + "loading-subtitle": "Lese Zed-Projekte", + "no-projects-found": "Keine Projekte gefunden", + "settings": { + "db_path": { + "description": "Pfad zu Zed's db.sqlite Datei", + "label": "Zed-Datenbankpfad" + }, + "max_results": { + "description": "Maximale Anzahl der anzuzeigenden Projekte", + "label": "Maximale Ergebnisse" + } + } +} From 865e5a58779aa87e2ea9e689d402e7a9b9ec79f2 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:44:36 +0200 Subject: [PATCH 02/24] chore(zed-provider): bumped version after adding german translations --- zed-provider/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed-provider/plugin.toml b/zed-provider/plugin.toml index a9743f05..87e536a3 100644 --- a/zed-provider/plugin.toml +++ b/zed-provider/plugin.toml @@ -1,6 +1,6 @@ id = "cleboost/zed-provider" name = "Zed Provider" -version = "1.0.0" +version = "1.0.1" plugin_api = 3 author = "cleboost" license = "MIT" From eab4bdc4617b353a6ed9af6072dafc39c343794d Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:56:13 +0200 Subject: [PATCH 03/24] i18n(web-launcher): added german translations --- web-launcher/translations/de.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 web-launcher/translations/de.json diff --git a/web-launcher/translations/de.json b/web-launcher/translations/de.json new file mode 100644 index 00000000..1a312357 --- /dev/null +++ b/web-launcher/translations/de.json @@ -0,0 +1,27 @@ +{ + "notify": { + "message": "Öffne {name}", + "title": "Websites" + }, + "settings": { + "command": { + "description": "Befehl zum Starten der Website. Beispiel: \"firefox --new-window\"", + "label": "Befehl" + }, + "icon_provider": { + "description": "Icon Downloadquelle", + "direct": "Website-eigenes favicon.ico", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "label": "Icon Anbieter" + }, + "links": { + "description": "Format: Name|https://url", + "label": "Links" + }, + "notify": { + "description": "Beim öffnen des Links benachrichtigen", + "label": "Benachrichtigen" + } + } +} From 264dcb0d3fbaed219a744d4af15966079d9d6d3f Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:56:30 +0200 Subject: [PATCH 04/24] chore(web-launcher): bumped version after adding german translations --- web-launcher/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-launcher/plugin.toml b/web-launcher/plugin.toml index 3ed156a5..d4078c91 100644 --- a/web-launcher/plugin.toml +++ b/web-launcher/plugin.toml @@ -1,6 +1,6 @@ id = "yocraft/web-launcher" name = "Web Launcher" -version = "1.0.1" +version = "1.0.2" plugin_api = 3 author = "yocraft" license = "MIT" From 30ae8988c6982c350be45e8e56e93c9f327a0648 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:58:07 +0200 Subject: [PATCH 05/24] i18n(upbeat): added german translations --- upbeat/translations/de.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 upbeat/translations/de.json diff --git a/upbeat/translations/de.json b/upbeat/translations/de.json new file mode 100644 index 00000000..ad0245e2 --- /dev/null +++ b/upbeat/translations/de.json @@ -0,0 +1,16 @@ +{ + "settings": { + "beat_display": { + "description": "Internet-Zeitformat umschalten (.beats)", + "label": ".beats anzeigen" + }, + "show_centibeats": { + "description": "Anzeige der Subbeats ein-/ausschalten (.xx)", + "label": "Subbeats anzeigen" + }, + "time_format_toggle": { + "description": "24-Stunden-Anzeige", + "label": "24-Stunden-Anzeige umschalten" + } + } +} From 7ed68c2d78f7ac3f2beb9a25723b1c3de7ad503d Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:58:16 +0200 Subject: [PATCH 06/24] chore(upbeat): bumped version after adding german translations --- upbeat/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upbeat/plugin.toml b/upbeat/plugin.toml index e487dcb7..fcf833b4 100644 --- a/upbeat/plugin.toml +++ b/upbeat/plugin.toml @@ -1,6 +1,6 @@ id = "neuro/upbeat" name = "Upbeat" -version = "1.0.1" +version = "1.0.2" plugin_api = 3 author = "neuro" license = "MIT" From 754a9412a3b5493faa1a86e24eb87bcfeea741e2 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:59:19 +0200 Subject: [PATCH 07/24] i18n(um5606_fan_state): added german translations --- um5606_fan_state/translations/de.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 um5606_fan_state/translations/de.json diff --git a/um5606_fan_state/translations/de.json b/um5606_fan_state/translations/de.json new file mode 100644 index 00000000..5046cb92 --- /dev/null +++ b/um5606_fan_state/translations/de.json @@ -0,0 +1,12 @@ +{ + "settings": { + "poll_interval": { + "description": "Abfrageintervall in ms", + "label": "Abfrageintervall" + }, + "show_label": { + "label": "Label anzeigen" + } + }, + "title": "ASUS UM5606 Fan State" +} From cec445952763bb97031aaf3cf3f79510f0618c30 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 16:59:25 +0200 Subject: [PATCH 08/24] chore(um5606_fan_state): bumped version after adding german translations --- um5606_fan_state/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/um5606_fan_state/plugin.toml b/um5606_fan_state/plugin.toml index 25e4fa65..7775bc52 100644 --- a/um5606_fan_state/plugin.toml +++ b/um5606_fan_state/plugin.toml @@ -1,6 +1,6 @@ id = "thatonecalculator/um5606_fan_state" name = "ASUS UM5606 Fan State" -version = "1.0.6" +version = "1.0.7" plugin_api = 3 author = "ThatOneCalculator" license = "MIT" From aaf46efcc15ca98704e24681a26e58798036066b Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:01:06 +0200 Subject: [PATCH 09/24] i18n(todo): added german translations --- todo/translations/de.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 todo/translations/de.json diff --git a/todo/translations/de.json b/todo/translations/de.json new file mode 100644 index 00000000..fc4d3511 --- /dev/null +++ b/todo/translations/de.json @@ -0,0 +1,37 @@ +{ + "clear_done_confirm": "Alle erledigten Einträge löschen?", + "clear_done_no": "Abbrechen", + "clear_done_yes": "Löschen", + "empty": "Noch keine Aufgaben – mit + hinzufügen", + "placeholder": "Neue Aufgabe…", + "prio_important": "Wichtig", + "prio_low": "Niedrig", + "prio_medium": "Mittel", + "save_failed": "Das Speichern der Aufgabenliste ist fehlgeschlagen", + "settings": { + "glyph": { + "description": "Das Symbol, das für das To Do Widget in der Leiste angezeigt wird.", + "label": "Leisten-Symbol" + }, + "todo_folder": { + "description": "Ordner, in dem die Aufgabenliste (todo.json) gespeichert ist. Standardmäßig ist dies ~/Dokumente/Todo", + "label": "To Do Ordner" + } + }, + "sort_manual": "Manuell", + "sort_priority": "Priorität", + "tip_add": "Aufgabe hinzufügen", + "tip_clear_done": "Alle erledigten Aufgaben löschen", + "tip_close": "Schließen", + "tip_commit": "Speichern (Enter)", + "tip_delete": "Aufgabe löschen", + "tip_done": "Als erledigt markieren", + "tip_edit": "Bearbeiten", + "tip_grip": "Neu anordnen – zum Anheben dieser Zeile hier klicken", + "tip_grip_drop": "Klicke einen anderen Griff an, um hier abzusetzen, oder diesen hier, um den Vorgang abzubrechen", + "tip_settings": "Plugin Einstellungen", + "tip_sort": "Modus wechseln", + "tip_undone": "Als Aufgabe markieren", + "title": "To Do", + "tooltip": "To Do — {count} zu erledigen" +} From 45028b403693f6446dd218f2455dc13e5c0ae063 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:01:16 +0200 Subject: [PATCH 10/24] chore(todo): bumped version after adding german translations --- todo/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/plugin.toml b/todo/plugin.toml index 58addfc8..e438e53f 100644 --- a/todo/plugin.toml +++ b/todo/plugin.toml @@ -8,7 +8,7 @@ id = "nightwatch75/todo" name = "To Do" -version = "0.0.14" +version = "0.0.15" plugin_api = 15 author = "nightwatch75" license = "MIT" From 0f1416f14a74752c1efaac6d3faf0a3f79947e57 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:13:59 +0200 Subject: [PATCH 11/24] i18n(shelly): added german translations --- shelly/translations/de.json | 84 +++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 shelly/translations/de.json diff --git a/shelly/translations/de.json b/shelly/translations/de.json new file mode 100644 index 00000000..82de771c --- /dev/null +++ b/shelly/translations/de.json @@ -0,0 +1,84 @@ +{ + "bar": { + "click_handler": { + "error": { + "missing_cli": "Shelly CLI ist nicht installiert. Bitte installiere es, um diese Funktion nutzen zu können.", + "missing_gui": "Shelly GUI ist nicht installiert. Bitte installiere es, um diese Funktion nutzen zu können." + } + }, + "text": { + "error": "?", + "updates": { + "one": "{count} Update", + "other": "{count} Updates" + } + }, + "tooltip": { + "aur_title": "AUR", + "error": { + "decode_json": "Decodierung der Ausgabe von `shelly check-updates --json` fehlgeschlagen" + }, + "flatpak_title": "Flatpak", + "no_updates": "System ist auf dem neuesten Stand", + "packages_title": "Pakete" + } + }, + "notify": { + "new_updates": { + "description": "Für dein System sind {count} neue Updates verfügbar.", + "title": "Neue Updates verfügbar" + } + }, + "settings": { + "bar_font_size": { + "description": "Die Schriftgröße des Balkentextes.", + "label": "Schriftgröße der Leiste" + }, + "bar_label": { + "description": "Bezeichnung, die in der Leiste angezeigt werden soll.", + "label": "Leistenbezeichnung", + "options": { + "count_and_label": "Zählen und beschriften (z.B. 5 Aktualisierungen)", + "count_only": "Nur zählen (z.B. 5)" + } + }, + "click_action": { + "description": "Was passiert, wenn man auf die Leiste klickt", + "label": "Klick Aktion", + "options": { + "none": "Nichts", + "open_gui": "Öffne Shelly GUI", + "open_updater": "Start Update in Terminal" + } + }, + "color": { + "description": "Die Farbe des Textes in der Leiste", + "label": "Farbe" + }, + "glyph": { + "description": "Das von dem Label angezeigte Symbol", + "label": "Symbol" + }, + "glyph_color": { + "description": "Die Farbe des Symbols", + "label": "Symbol Farbe" + }, + "glyph_size": { + "description": "Die Größe des Symbols.", + "label": "Symbol Größe" + }, + "hide_when_up_to_date": { + "description": "Ob die Leiste ausgeblendet werden soll, wenn keine Aktualisierungen verfügbar sind", + "label": "Ausblenden wenn auf dem neuesten Stand" + }, + "interval": { + "description": "Wie oft der Dienst im Hintergrund nach Updates sucht", + "label": "Aktualisierungsintervall in Sekunden" + }, + "notify": { + "description": "Ob bei verfügbaren Updates eine Benachrichtigung angezeigt werden soll", + "label": "Benachrichtigen" + } + }, + "title": "Shelly" +} From 985bdebdff52124a7be0c0192ae362ab1289d064 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:14:08 +0200 Subject: [PATCH 12/24] chore(shelly): bumped version after adding german translations --- shelly/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelly/plugin.toml b/shelly/plugin.toml index 567cd989..a4050934 100644 --- a/shelly/plugin.toml +++ b/shelly/plugin.toml @@ -1,7 +1,7 @@ id = "joshuaslate/shelly" name = "Shelly" icon = "package" -version = "2.0.0" +version = "2.0.1" plugin_api = 3 license = "MIT" author = "joshuaslate" From 65976f3831a4d399ba7f9f2b0e40f337c914cf2d Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:14:52 +0200 Subject: [PATCH 13/24] i18n(sharednd): added german translations --- sharednd/translations/de.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sharednd/translations/de.json diff --git a/sharednd/translations/de.json b/sharednd/translations/de.json new file mode 100644 index 00000000..82aa3d94 --- /dev/null +++ b/sharednd/translations/de.json @@ -0,0 +1,17 @@ +{ + "notify": { + "no_niri_body": "Das sieht nach einer niri-Sitzung aus (NIRI_SOCKET ist gesetzt), aber die niri-Binärdatei befindet sich nicht im PATH, sodass die Bildschirmfreigabe nicht erkannt werden kann.", + "no_niri_title": "ShareDND: niri nicht gefunden" + }, + "settings": { + "always_off_after": { + "description": "Deaktiviere Nicht stören, wenn die Freigabe endet, auch wenn diese Funktion bereits vor Beginn der Freigabe aktiviert war. Im deaktivierten Zustand wird DND nur dann deaktiviert, wenn dieses Plugin es aktiviert hat.", + "label": "Immer DND nach dem Teilen deaktivieren" + }, + "only_active": { + "description": "Es werden nur Screencasts gezählt, die aktiv gestreamt werden. Ist diese Funktion deaktiviert, bleibt Nicht stören bei jeder geöffneten Screencast-Sitzung aktiviert (auch wenn diese angehalten ist oder nichts anzeigt).", + "label": "Nur aktive Streams" + } + }, + "title": "ShareDND" +} From 7357eb03e7fb90956d35315c1b3afd4a36aad6ab Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:14:59 +0200 Subject: [PATCH 14/24] chore(sharednd): bumped version after adding german translations --- sharednd/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharednd/plugin.toml b/sharednd/plugin.toml index 02ff9e45..17d5230c 100644 --- a/sharednd/plugin.toml +++ b/sharednd/plugin.toml @@ -13,7 +13,7 @@ id = "whyoolw/sharednd" name = "ShareDND" -version = "1.1.1" +version = "1.1.2" plugin_api = 3 author = "whyoolw" license = "MIT" From 035c6a1cac23177571dc53056e8a061fafdc8c0f Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:16:08 +0200 Subject: [PATCH 15/24] i18n(proton-pass): added german translations --- proton-pass/translations/de.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 proton-pass/translations/de.json diff --git a/proton-pass/translations/de.json b/proton-pass/translations/de.json new file mode 100644 index 00000000..27f4a747 --- /dev/null +++ b/proton-pass/translations/de.json @@ -0,0 +1,7 @@ +{ + "copied-password": "Passwort in die Zwischenablage kopiert", + "failed-list-vaults": "Auflistung der Tresore fehlgeschlagen. Bist du bei pass-cli angemeldet?", + "item-not-found": "Eintrag nicht gefunden", + "loading-items": "Lade Einträge…", + "loading-vaults": "Tresore werden geladen…" +} From 6ba2017c9f92a2f5b6fb63e9a34d108c5978b77f Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:16:21 +0200 Subject: [PATCH 16/24] chore(proton-pass): bumped version after adding german translations --- proton-pass/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton-pass/plugin.toml b/proton-pass/plugin.toml index bee1bf9c..0b4b3d63 100644 --- a/proton-pass/plugin.toml +++ b/proton-pass/plugin.toml @@ -1,6 +1,6 @@ id = "lucasoe/proton-pass" name = "Proton Pass" -version = "0.1.0" +version = "0.1.1" plugin_api = 3 author = "LucasOe" license = "MIT" From c4dfc2f01e68d595d5be9448f053dfb02394058c Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:17:03 +0200 Subject: [PATCH 17/24] i18n(prismlauncher-instances): added german translations --- prismlauncher-instances/translations/de.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 prismlauncher-instances/translations/de.json diff --git a/prismlauncher-instances/translations/de.json b/prismlauncher-instances/translations/de.json new file mode 100644 index 00000000..85ee2066 --- /dev/null +++ b/prismlauncher-instances/translations/de.json @@ -0,0 +1,16 @@ +{ + "no_instances": { + "subtitle": "Filter: ", + "title": "Keine Instanzen gefunden" + }, + "settings": { + "launcher_exec_command": { + "description": "Starte Prismlauncher oder einen Fork deiner Wahl", + "label": "Prism-Ausführungsdatei" + }, + "prismlauncher_path": { + "description": "Pfad zu PrismLauncher", + "label": "PrismLauncher Pfad" + } + } +} From ffdcd56158ad3756c090427610473d2d356043a4 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:17:09 +0200 Subject: [PATCH 18/24] chore(prismlauncher-instances): bumped version after adding german translations --- prismlauncher-instances/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prismlauncher-instances/plugin.toml b/prismlauncher-instances/plugin.toml index 8986efd9..a5daa864 100644 --- a/prismlauncher-instances/plugin.toml +++ b/prismlauncher-instances/plugin.toml @@ -1,6 +1,6 @@ id = "radimous/prismlauncher-instances" name = "PrismLauncher Instances" -version = "1.0.1" +version = "1.0.2" plugin_api = 3 author = "radimous" license = "MIT" From 9217ae4674f4eb71be2067a8d02565c5956f5c1e Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:17:50 +0200 Subject: [PATCH 19/24] i18n(portctl): added german translations --- portctl/translations/de.json | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 portctl/translations/de.json diff --git a/portctl/translations/de.json b/portctl/translations/de.json new file mode 100644 index 00000000..c38e044d --- /dev/null +++ b/portctl/translations/de.json @@ -0,0 +1,54 @@ +{ + "categories": { + "cloud": "Cloud", + "containers": "Containers", + "databases": "Datenbanken", + "development": "Entwicklung", + "other": "Andere", + "servers": "Server" + }, + "panel": { + "cancel": "Abbrechen", + "kill": "Töten", + "kill_confirm": "{name} töten?", + "killing": "{name} wird getötet…", + "no_ports": "Keine lauschenden Ports", + "no_results": "Keine Ergebnisse für \"{query}\"", + "pid_copied": "PID {pid} kopiert", + "search_placeholder": "Suche Port, Prozess, PID…", + "tcp": "TCP", + "udp": "UDP" + }, + "service": { + "kill_failed": "PID {pid} konnte nicht getötet werden", + "ss_not_found": "ss (iproute2) nicht gefunden — Installiere das Paket iproute2", + "terminated": "Prozess {pid} wurde beendet" + }, + "settings": { + "glyph": { + "description": "In der Leiste angezeigtes Symbol", + "label": "Symbol" + }, + "hide_system_ports": { + "description": "Ports unterhalb von 1024 ausblenden (privilegierte/Root-Ports)", + "label": "System Ports ausblenden" + }, + "hide_unknown_ports": { + "description": "Ports ausblenden, auf deren Prozessinformationen nicht zugegriffen werden kann (z. B. rootlessport, root-eigene Prozesse ohne sudo)", + "label": "Unbekannte Ports ausblenden" + }, + "ignore_list": { + "description": "Durch Kommas getrennte Teilzeichenfolgen von Prozessnamen, die ausgeblendet werden sollen (z. B. discord,chrome,steam)", + "label": "Prozesse ignorieren" + }, + "ignore_ports": { + "description": "Durch Kommas getrennte Portnummern, die ausgeblendet werden sollen (z. B. 37700,6463)", + "label": "Ports ignorieren" + }, + "refresh_interval": { + "description": "Sekunden zwischen den Port-Scans", + "label": "Aktualisierungsintervall" + } + }, + "title": "Portctl" +} From d813173d95f5a14a09898cccadc9a118ea20ac49 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:17:59 +0200 Subject: [PATCH 20/24] chore(portctl): bumped version after adding german translations --- portctl/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portctl/plugin.toml b/portctl/plugin.toml index 2691c13f..71ac0bb1 100644 --- a/portctl/plugin.toml +++ b/portctl/plugin.toml @@ -2,7 +2,7 @@ id = "rxtsel/portctl" name = "Portctl" -version = "0.2.2" +version = "0.2.3" plugin_api = 9 author = "Cristhian Melo" license = "MIT" From 73e97c7b44e5c792e5e632ca4f63d04225640c6f Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:18:35 +0200 Subject: [PATCH 21/24] i18n(noctwhspr): added german translations --- noctwhspr/translations/de.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 noctwhspr/translations/de.json diff --git a/noctwhspr/translations/de.json b/noctwhspr/translations/de.json new file mode 100644 index 00000000..97a34d94 --- /dev/null +++ b/noctwhspr/translations/de.json @@ -0,0 +1,9 @@ +{ + "settings": { + "root": { + "description": "Verzeichnis, in dem hyprwhspr installiert ist. Behalte die Standardeinstellung bei, es sei denn, hyprwhspr befindet sich unter einem nicht standardmäßigen Präfix.", + "label": "hyprwhspr Installationsverzeichnis" + } + }, + "title": "noctwhspr" +} From 2bf265c50b9d7529fbf8b972fd068c1d3c49d649 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:18:45 +0200 Subject: [PATCH 22/24] chore(noctwhspr): bumped version after adding german translations --- noctwhspr/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noctwhspr/plugin.toml b/noctwhspr/plugin.toml index ebfe1f68..002c2e3c 100644 --- a/noctwhspr/plugin.toml +++ b/noctwhspr/plugin.toml @@ -1,6 +1,6 @@ id = "goodroot/noctwhspr" name = "noctwhspr" -version = "1.0.0" +version = "1.0.1" plugin_api = 3 author = "goodroot" license = "MIT" From 5193d4d8246cb70eb49fcc84c723a19162f3b424 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:29:13 +0200 Subject: [PATCH 23/24] i18n(nextboot-selector): added german translations --- nextboot-selector/translations/de.json | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 nextboot-selector/translations/de.json diff --git a/nextboot-selector/translations/de.json b/nextboot-selector/translations/de.json new file mode 100644 index 00000000..1605b5b7 --- /dev/null +++ b/nextboot-selector/translations/de.json @@ -0,0 +1,32 @@ +{ + "notification": { + "failed_to_set_next_boot": "Der nächste Systemstart konnte nicht festgelegt werden", + "timed_out": "Zeitüberschreitung" + }, + "panel": { + "reset": "Zurücksetzen", + "title": "Auswahl für den nächsten Startvorgang" + }, + "settings" :{ + "close_on_select": { + "description": "Ob das Fenster nach der Auswahl eines Eintrags geschlossen werden soll", + "label": "Schließen, wenn ausgewählt" + }, + "excluded_keywords": { + "description": "Schlüsselwörter zum Ausschluss von Einträgen (Groß-/Kleinschreibung wird nicht berücksichtigt)", + "label": "Ausgeschlossene Schlüsselwörter" + }, + "privilege_command": { + "description": "Befehl zum Erhöhen der Berechtigungen des efibootmgr Befehls", + "label": "Privilege-Befehl" + }, + "reboot_command": { + "description": "Befehl, der ausgeführt werden soll, wenn „Neustart bei Auswahl“ aktiviert ist", + "label": "Befehl zum Neustart" + }, + "reboot_on_select": { + "description": "Ob nach der Auswahl eines Eintrags automatisch ein Neustart erfolgen soll", + "label": "Neustart bei Auswahl" + } + } +} From 5e332cf93f4e41350cf1b94b21f63eefcd914d74 Mon Sep 17 00:00:00 2001 From: D3rJust1n Date: Sun, 2 Aug 2026 17:29:24 +0200 Subject: [PATCH 24/24] chore(nextboot-selector): bumped version after adding german translations --- nextboot-selector/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextboot-selector/plugin.toml b/nextboot-selector/plugin.toml index b66bd872..91ab7759 100644 --- a/nextboot-selector/plugin.toml +++ b/nextboot-selector/plugin.toml @@ -1,6 +1,6 @@ id = "avivbintangaringga/nextboot-selector" name = "Next Boot Selector" -version = "1.0.1" +version = "1.0.2" plugin_api = 9 icon = "refresh-dot" author = "avivbintangaringga"