news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix graph -M' entry.master
parent
84db46783b
commit
d96582f810
15
etc/news.scm
15
etc/news.scm
|
@ -26,6 +26,7 @@
|
||||||
(entry (commit "5b32ad4f6f555d305659cee825879df075b06331")
|
(entry (commit "5b32ad4f6f555d305659cee825879df075b06331")
|
||||||
(title
|
(title
|
||||||
(en "New @option{--max-depth} option for @command{guix graph}")
|
(en "New @option{--max-depth} option for @command{guix graph}")
|
||||||
|
(de "Neue Option @option{--max-depth} für @command{guix graph}")
|
||||||
(fr "Nouvelle option @option{--max-depth} pour @command{guix graph}"))
|
(fr "Nouvelle option @option{--max-depth} pour @command{guix graph}"))
|
||||||
(body
|
(body
|
||||||
(en "The @command{guix graph} command has a new @option{--max-depth}
|
(en "The @command{guix graph} command has a new @option{--max-depth}
|
||||||
|
@ -40,6 +41,20 @@ guix graph -M 2 libreoffice | xdot -
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
See @command{info \"(guix) Invoking guix graph\"} for more information.")
|
See @command{info \"(guix) Invoking guix graph\"} for more information.")
|
||||||
|
(de "Der Befehl @command{guix graph} verfügt über eine neue
|
||||||
|
Befehlszeilenoption @option{--max-depth} (oder @option{-M}), mit der
|
||||||
|
Sie einen Graphen auf die angegebene Tiefe einschränken. Das ist vor
|
||||||
|
allem bei großen Graphen nützlich; zum Beispiel zeigt der folgende
|
||||||
|
Befehl, unter Verwendung des Pakets @code{xdot}, den
|
||||||
|
Abhängigkeitsgraphen von LibreOffice unter Ausschluss der Knoten, die
|
||||||
|
eine Distanz größer als 2 von LibreOffice selbst haben:
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix graph -M 2 libreoffice | xdot -
|
||||||
|
@end example
|
||||||
|
|
||||||
|
Führen Sie @code{info \"(guix.de) Aufruf von guix graph\"} aus, um mehr zu
|
||||||
|
erfahren.")
|
||||||
(fr "La commande @command{guix graph} dispose d'une nouvelle option
|
(fr "La commande @command{guix graph} dispose d'une nouvelle option
|
||||||
@option{--max-depth} (ou @option{-M}) pour restreindre la profondeur d'un
|
@option{--max-depth} (ou @option{-M}) pour restreindre la profondeur d'un
|
||||||
graphe---très utile pour visualiser des gros graphes. Par exemple, la
|
graphe---très utile pour visualiser des gros graphes. Par exemple, la
|
||||||
|
|
Reference in New Issue