From 5d0b7fd3c81e34cd844a16aac373639d264bc331 Mon Sep 17 00:00:00 2001 From: Benjamin Weis Date: Sat, 28 Dec 2024 16:34:22 +0100 Subject: [PATCH] i18n(de): add German translation --- .../i18n/de/cosmic_applet_power.ftl | 33 ++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl b/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl index aee639e7..62d5861e 100644 --- a/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl +++ b/cosmic-applet-power/i18n/de/cosmic_applet_power.ftl @@ -9,18 +9,29 @@ restart = Neustart shutdown = Ausschalten confirm = Bestätigen cancel = Abbrechen -confirm-body = { $action -> - [restart] Ihr System wird - [suspend] Ihr System wird - [shutdown] Ihr System wird - [lock-screen] Ihr Bildschirm wird - [log-out] Sie werden - *[other] Die gewählte Aktion wird - } in { $countdown } Sekunden automatisch { $action -> - [restart] neugestartet +confirm-button = { + $action -> + [restart] { restart } + [suspend] { suspend} + [shutdown] Ausschalten + [log-out] { log-out } + *[other] { confirm} +} +confirm-title = + Jetzt { $action -> + [restart] { restart } + [suspend] { suspend } + [shutdown] { shutdown } + [log-out] alle Anwendungen beenden und abmelden + *[other] die ausgewählte Aktion anwenden + }? +confirm-body = + Das System wird in { $countdown } Sekunden automatisch { $action -> + [restart] neu gestartet [suspend] in Bereitschaft versetzt [shutdown] ausgeschaltet [lock-screen] gesperrt [log-out] abgemeldet - *[other] ausgeführt - }. + *[other] die ausgewählte Aktion anwenden + }. +