i18n(de): add German translation

This commit is contained in:
Benjamin Weis 2024-12-28 16:34:22 +01:00 committed by Michael Murphy
parent 54ed76a3b1
commit 5d0b7fd3c8

View file

@ -9,18 +9,29 @@ restart = Neustart
shutdown = Ausschalten shutdown = Ausschalten
confirm = Bestätigen confirm = Bestätigen
cancel = Abbrechen cancel = Abbrechen
confirm-body = { $action -> confirm-button = {
[restart] Ihr System wird $action ->
[suspend] Ihr System wird [restart] { restart }
[shutdown] Ihr System wird [suspend] { suspend}
[lock-screen] Ihr Bildschirm wird [shutdown] Ausschalten
[log-out] Sie werden [log-out] { log-out }
*[other] Die gewählte Aktion wird *[other] { confirm}
} in { $countdown } Sekunden automatisch { $action -> }
[restart] neugestartet 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 [suspend] in Bereitschaft versetzt
[shutdown] ausgeschaltet [shutdown] ausgeschaltet
[lock-screen] gesperrt [lock-screen] gesperrt
[log-out] abgemeldet [log-out] abgemeldet
*[other] ausgeführt *[other] die ausgewählte Aktion anwenden
}. }.