diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-27 17:51:00 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-28 08:07:15 +0200 |
| commit | 94a5550c027b0c6e17a24f39aa327b1b8a9e5ab5 (patch) | |
| tree | 0a7d08cdbd36818f7f09fdaf61091fd8c6759c33 /etc | |
| parent | d17c7e24b3e11c988e509012e2ee7dfdfb2b95dc (diff) | |
news: Add 'de' translation.
* etc/news.scm: Add German translation for channel selection entry.
Merges: https://codeberg.org/guix/guix/pulls/9574
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 26 |
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 |
| 50 | channels to update")) | 50 | channels to update") |
| 51 | (de "Für @command{pull} und @command{time-machine} kann man zu | ||
| 52 | aktualisierende 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 |
| 53 | be optionally passed @option{--select} (@option{-e}) or | 55 | 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: | |||
| 66 | guix pull -x guix | 68 | guix pull -x guix |
| 67 | @end example | 69 | @end example |
| 68 | 70 | ||
| 69 | See @samp{info \"(guix)Invoking guix pull\"} for more information."))) | 71 | See @samp{info \"(guix)Invoking guix pull\"} for more information.") |
| 72 | (de "Bei den Befehlen @command{guix pull} und @command{guix | ||
| 73 | time-machine} kann jetzt optional @option{--select} (@option{-e}) oder | ||
| 74 | @option{--exclude} (@option{-x}) übergeben werden, um zu bestimmen, welche | ||
| 75 | Kanäle aktualisiert werden. | ||
| 76 | |||
| 77 | Zum 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 | ||
| 81 | guix pull -e guix-science -e guix-past | ||
| 82 | @end example | ||
| 83 | |||
| 84 | Alle außer dem Kanal @code{guix} zu aktualisieren, geht so: | ||
| 85 | |||
| 86 | @example | ||
| 87 | guix pull -x guix | ||
| 88 | @end example | ||
| 89 | |||
| 90 | Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere | ||
| 91 | Informationen."))) | ||
| 70 | 92 | ||
| 71 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") | 93 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") |
| 72 | (title | 94 | (title |
