summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2026-06-27 17:51:00 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2026-06-28 08:07:15 +0200
commit94a5550c027b0c6e17a24f39aa327b1b8a9e5ab5 (patch)
tree0a7d08cdbd36818f7f09fdaf61091fd8c6759c33
parentd17c7e24b3e11c988e509012e2ee7dfdfb2b95dc (diff)
news: Add 'de' translation.
* etc/news.scm: Add German translation for channel selection entry. Merges: https://codeberg.org/guix/guix/pulls/9574
-rw-r--r--etc/news.scm26
1 files changed, 24 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 36799a27f53..f05e4d52f9c 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -47,7 +47,9 @@
47 (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") 47 (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f")
48 (title 48 (title
49 (en "@command{pull} and @command{time-machine} can select or exclude 49 (en "@command{pull} and @command{time-machine} can select or exclude
50channels to update")) 50channels to update")
51 (de "Für @command{pull} und @command{time-machine} kann man zu
52aktualisierende Kanäle auswählen oder ausschließen"))
51 (body 53 (body
52 (en "The @command{guix pull} and @command{guix time-machine} can now 54 (en "The @command{guix pull} and @command{guix time-machine} can now
53be optionally passed @option{--select} (@option{-e}) or 55be optionally passed @option{--select} (@option{-e}) or
@@ -66,7 +68,27 @@ To update all but the @code{guix} channel, one could do as follows:
66guix pull -x guix 68guix pull -x guix
67@end example 69@end example
68 70
69See @samp{info \"(guix)Invoking guix pull\"} for more information."))) 71See @samp{info \"(guix)Invoking guix pull\"} for more information.")
72 (de "Bei den Befehlen @command{guix pull} und @command{guix
73time-machine} kann jetzt optional @option{--select} (@option{-e}) oder
74@option{--exclude} (@option{-x}) übergeben werden, um zu bestimmen, welche
75Kanäle aktualisiert werden.
76
77Zum Beispiel werden mit folgendem Befehl die Kanäle @code{guix-science} und
78@code{guix-past} aktualisiert, aber Guix auf dem aktuellen Commit gehalten.
79
80@example
81guix pull -e guix-science -e guix-past
82@end example
83
84Alle außer dem Kanal @code{guix} zu aktualisieren, geht so:
85
86@example
87guix pull -x guix
88@end example
89
90Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere
91Informationen.")))
70 92
71 (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") 93 (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367")
72 (title 94 (title