diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-10-27 15:12:55 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-10-27 15:39:36 +0200 |
commit | 2efc7819ce083f246d60ef1be2301568f4be4f9e (patch) | |
tree | 6c6ed230e8b955a1d8014b8e4301aca051e6977c | |
parent | 55483dcb985363af2d266e95eec7837c44ad4185 (diff) | |
download | guix-2efc7819ce083f246d60ef1be2301568f4be4f9e.tar.gz guix-2efc7819ce083f246d60ef1be2301568f4be4f9e.zip |
news: Add 'de' translation.
* etc/news.scm: Add German translation of "guix shell" entry.
-rw-r--r-- | etc/news.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 8900d5660e..76d9ed3739 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -28,6 +28,8 @@ (title (en "New @command{guix shell} command supersedes @command{guix environment}") + (de "Neuer Befehl @command{guix shell} löst @command{guix +environment} ab") (fr "Nouvelle commande @command{guix shell} en remplacement de @command{guix environment}")) (body @@ -55,6 +57,34 @@ ancestor, provided you allowed it. The command maintains a cache to speed up access to such environments. Run @command{info \"(guix) Invoking guix shell\"} for more information.") + (de "Ein neuer Befehl @command{guix shell} ist ab jetzt +verfügbar. Er ähnelt @command{guix environment}, ist aber leichter zu +benutzen (@command{guix environment} gilt als veraltet, bleibt aber +bis zum 1.@: Mai 2023 verfügbar). Der größte Unterschied ist, dass das +Verhalten mit @option{--ad-hoc} nun der Normalfall ist. D.h.@: um eine +interaktive Umgebung mit Python, NumPy und SciPy zu bekommen, lautet +der Befehl: + +@example +guix shell python python-numpy python-scipy +@end example + +Wenn Sie eine Entwicklungsumgebung für, sagen wir, Inkscape schaffen +wollen, übergeben Sie die Option @option{-D}: + +@example +guix shell -D inkscape +@end example + +Noch ein Unterschied ist, dass wenn Sie @command{guix shell} ohne +Argumente ausführen, @file{manifest.scm} oder @file{guix.scm} aus dem +aktuellen Arbeitsverzeichnis oder einem übergeordneten Verzeichnis +geladen wird, wenn Sie die Berechtigung dazu erteilt haben. Für den +Befehl wird ein Zwischenspeicher vorgehalten, damit Sie schneller auf +solche Umgebungen zugreifen können. + +Führen Sie @command{info \"(guix) Invoking guix shell\"} aus, um mehr +zu erfahren.") (fr "Une nouvelle commande, @command{guix shell}, est maintenant disponible. Elle est similaire à @command{guix environment}, mais avec une interface plus pratique (@command{guix environment} est désuet mais restera |