mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
news: Add ‘de’ translation.
* etc/news.scm: Add a ‘de’ translation.
This commit is contained in:
parent
2760d10488
commit
0be56073b5
1 changed files with 15 additions and 2 deletions
17
etc/news.scm
17
etc/news.scm
|
@ -12,7 +12,8 @@
|
||||||
(version 0)
|
(version 0)
|
||||||
|
|
||||||
(entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f")
|
(entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f")
|
||||||
(title (en "New @option{--path} option for @command{guix graph}"))
|
(title (en "New @option{--path} option for @command{guix graph}")
|
||||||
|
(de "Neue Option @option{--path} für @command{guix graph}"))
|
||||||
(body
|
(body
|
||||||
(en "The @command{guix graph} command has a new @option{--path}
|
(en "The @command{guix graph} command has a new @option{--path}
|
||||||
option that instructs it to display the shortest path between two packages,
|
option that instructs it to display the shortest path between two packages,
|
||||||
|
@ -23,7 +24,19 @@
|
||||||
guix graph --path libreoffice libunistring
|
guix graph --path libreoffice libunistring
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Run @code{info \"(guix) Invoking guix graph\"} for more information.")))
|
Run @code{info \"(guix) Invoking guix graph\"} for more information.")
|
||||||
|
(de "Der Befehl @command{guix graph} verfügt über eine neue
|
||||||
|
Befehlszeilenoption @option{--path}, die ihn den kürzesten Pfad zwischen zwei
|
||||||
|
Paketen, Ableitungen oder Store-Objekten ausgeben lässt. Zum Beispiel zeigt
|
||||||
|
folgender Befehl den kürzesten Pfad vom Paket @code{libreoffice} zu
|
||||||
|
@code{libunistring}:
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix graph --path libreoffice libunistring
|
||||||
|
@end example
|
||||||
|
|
||||||
|
Führen Sie @code{info \"(guix.de) Aufruf von guix graph\"} aus, um mehr zu
|
||||||
|
erfahren.")))
|
||||||
|
|
||||||
(entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d")
|
(entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d")
|
||||||
(title (en "GNU C Library upgraded")
|
(title (en "GNU C Library upgraded")
|
||||||
|
|
Loading…
Reference in a new issue