i18n(de): add German translation
This commit is contained in:
parent
54ed76a3b1
commit
5d0b7fd3c8
1 changed files with 22 additions and 11 deletions
|
|
@ -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
|
||||||
}.
|
}.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue