summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2022-02-09 11:04:00 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2022-02-09 11:04:00 +0100
commit238a63b0ebb9912bdd45af26e974e992d899a14f (patch)
treecbb47c78475be7fde7f9f3ef8726ded4f60b1dea
parent45fb9e627e2070567bc2d4e668f887da132fcc6a (diff)
downloadguix-patches-238a63b0ebb9912bdd45af26e974e992d899a14f.tar
guix-patches-238a63b0ebb9912bdd45af26e974e992d899a14f.tar.gz
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix deploy -x' entry.
-rw-r--r--etc/news.scm11
1 files changed, 11 insertions, 0 deletions
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 @@ zstd substitutes will be offered. Dropping Gzip substitutes will free about
(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 @@ guix deploy deploy.scm -x -- herd restart guix-daemon
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