This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 94a5550c02 news: Add 'de' translation.
94a5550c02 is described below
commit 94a5550c027b0c6e17a24f39aa327b1b8a9e5ab5
Author: Florian Pelz <[email protected]>
AuthorDate: Sat Jun 27 17:51:00 2026 +0200
news: Add 'de' translation.
* etc/news.scm: Add German translation for channel selection entry.
Merges: https://codeberg.org/guix/guix/pulls/9574
---
etc/news.scm | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/etc/news.scm b/etc/news.scm
index 36799a27f5..f05e4d52f9 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -47,7 +47,9 @@
(entry (commit "2949c187f600841cdcddfc4f955506b34b79244f")
(title
(en "@command{pull} and @command{time-machine} can select or exclude
-channels to update"))
+channels to update")
+ (de "Für @command{pull} und @command{time-machine} kann man zu
+aktualisierende Kanäle auswählen oder ausschließen"))
(body
(en "The @command{guix pull} and @command{guix time-machine} can now
be optionally passed @option{--select} (@option{-e}) or
@@ -66,7 +68,27 @@ To update all but the @code{guix} channel, one could do as
follows:
guix pull -x guix
@end example
-See @samp{info \"(guix)Invoking guix pull\"} for more information.")))
+See @samp{info \"(guix)Invoking guix pull\"} for more information.")
+ (de "Bei den Befehlen @command{guix pull} und @command{guix
+time-machine} kann jetzt optional @option{--select} (@option{-e}) oder
+@option{--exclude} (@option{-x}) übergeben werden, um zu bestimmen, welche
+Kanäle aktualisiert werden.
+
+Zum Beispiel werden mit folgendem Befehl die Kanäle @code{guix-science} und
+@code{guix-past} aktualisiert, aber Guix auf dem aktuellen Commit gehalten.
+
+@example
+guix pull -e guix-science -e guix-past
+@end example
+
+Alle außer dem Kanal @code{guix} zu aktualisieren, geht so:
+
+@example
+guix pull -x guix
+@end example
+
+Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere
+Informationen.")))
(entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367")
(title