guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Add ‘de’ translation.


From: guix-commits
Subject: branch master updated: news: Add ‘de’ translation.
Date: Tue, 12 May 2020 18:37:46 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0be5607  news: Add ‘de’ translation.
0be5607 is described below

commit 0be56073b5aa3aec798a57ddf486efa9d17b642c
Author: Florian Pelz <address@hidden>
AuthorDate: Tue May 12 23:54:32 2020 +0200

    news: Add ‘de’ translation.
    
    * etc/news.scm: Add a ‘de’ translation.
---
 etc/news.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 71fe439..73aa2c5 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -12,7 +12,8 @@
  (version 0)
 
  (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
          (en "The @command{guix graph} command has a new @option{--path}
 option that instructs it to display the shortest path between two packages,
@@ -23,7 +24,19 @@ shortest path from the @code{libreoffice} package to 
@code{libunistring}:
 guix graph --path libreoffice libunistring
 @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")
         (title (en "GNU C Library upgraded")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]