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: Wed, 30 Jun 2021 10:09:45 -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 20dfda3  news: Add 'de' translation.
20dfda3 is described below

commit 20dfda3d9ebb14b72ed33fed940ee3a1f030c99a
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Wed Jun 30 15:21:56 2021 +0200

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of 'guix pack --format=deb' entry.
---
 etc/news.scm | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 9bada88..88d23d7 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -23,9 +23,10 @@
 (channel-news
  (version 0)
 
-(entry (commit "82daab42811a2e3c7684ebdf12af75ff0fa67b99")
+ (entry (commit "82daab42811a2e3c7684ebdf12af75ff0fa67b99")
         (title
-         (en "New @samp{deb} format for the @command{guix pack} command"))
+         (en "New @samp{deb} format for the @command{guix pack} command")
+         (de "Neues Format @samp{deb} für den Befehl @command{guix pack}"))
         (body
          (en "Debian archives (with the .deb file extension) can now be
 produced via the @command{guix pack --format=deb} command, providing an
@@ -36,7 +37,19 @@ example that generates a Debian archive for the @code{hello} 
package:
 guix pack --format=deb --symlink=/usr/bin/hello=bin/hello hello
 @end example
 
-See @command{info \"(guix) Invoking guix pack\"} for more information.")))
+See @command{info \"(guix) Invoking guix pack\"} for more information.")
+         (de "Debian-Archive (mit der Dateinamenserweiterung .deb) können
+jetzt auch mit dem Befehl @command{guix pack --format=deb} erzeugt werden, um
+mit Guix erstellte Software auf andere Art anzubieten.  Hier sehen Sie ein
+einfaches Beispiel, wie ein Debian-Archiv für das Paket @code{hello} angelegt
+wird:
+
+@example
+guix pack --format=deb --symlink=/usr/bin/hello=bin/hello hello
+@end example
+
+Siehe @command{info \"(guix.de) Aufruf von guix pack\"} für mehr
+Informationen.")))
 
  (entry (commit "bdc298ecee15283451d3aa20a849dd7bb22c8538")
         (title



reply via email to

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