From 238a63b0ebb9912bdd45af26e974e992d899a14f Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Wed, 9 Feb 2022 11:04:00 +0100 Subject: news: Add 'de' translation. * etc/news.scm: Add German translation of 'guix deploy -x' entry. --- etc/news.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index 69803d03ce..83503115f6 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -40,6 +40,7 @@ (entry (commit "5c13484646069064c834bbd3cd02c3bc80d94cb6") (title (en "New @option{--execute} option to @command{guix deploy}") + (de "Neue Option @option{--execute} für @command{guix deploy}") (fr "Nouvelle option @option{--execute} pour @command{guix deploy}")) (body (en "The @command{guix deploy} command has a new @option{--execute} @@ -52,6 +53,16 @@ This is no substitute for full-featured tools such as pdsh but it is a useful helper.") + (de "Der Befehl @command{guix deploy} verfügt über eine neue Option +@option{--execute} oder @option{-x}, mit der Sie einen Befehl auf allen in der +Konfigurationsdatei angegebenen Maschinen ausführen können. Zum Beispiel: + +@example +guix deploy deploy.scm -x -- herd restart guix-daemon +@end example + +Dies ist kein Ersatz für vollumfängliche Werkzeuge wie pdsh, aber es kann doch +von Nutzen sein.") (fr "La commande @command{guix deploy} a une nouvelle option @option{--execute} ou @option{-x} qui permet d'exécuter une commande sur toutes les machines spécifiées dans son fichier de configuration, comme dans -- cgit v1.2.3