[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: |
Thu, 21 Jan 2021 10:04:04 -0500 |
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 4fce867 news: Add ‘de’ translation.
4fce867 is described below
commit 4fce867ddfafb5a7a5ec1835dc791006b3c9d269
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Thu Jan 21 15:45:51 2021 +0100
news: Add ‘de’ translation.
---
etc/news.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index b16cc0d..044561c 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -20,6 +20,7 @@
(entry (commit "9ab817b2a4601b4a6755983590ed7d93ebdc8d09")
(title (en "New @option{--with-latest} package transformation option")
+ (de "Neue Paketumwandlungsoption @option{--with-latest}")
(fr "Nouvelle option de transformation @option{--with-latest}"))
(body
(en "The new @option{--with-latest} package transformation option
@@ -34,6 +35,20 @@ guix install gnome-weather \\
@end example
Run @command{info \"(guix) Package Transformation Options\"} for more info.")
+ (de "Mit der neuen Paketumwandlungsoption @option{--with-latest} wird
+die neueste Veröffentlichung für ein Paket verwendet. Diese wird wie bei
+@command{guix refresh} bestimmt und anstelle der zurzeit im Paket festgelegten
+Version verwendet. Um zum Beispiel die neuste Veröffentlichung von GNOME
+Weather gebunden an die neuste Version von libgweather zu installieren, führen
+Sie dies aus:
+
+@example
+guix install gnome-weather \\
+ --with-latest=gnome-weather --with-latest=libgweather
+@end example
+
+Führen Sie für mehr Informationen @command{info \"(guix.de)
+Paketumwandlungsoptionen\"} aus.")
(fr "La nouvelle option de transformation de paquets
@option{--with-latest} récupère la dernière version d'un logiciel telle
qu'elle serait trouvée par @command{guix refresh} et l'utilise à la place la