guix-commits
[Top][All Lists]
Advanced

[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: Wed, 27 Oct 2021 10:01:18 -0400

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 2efc781  news: Add 'de' translation.
2efc781 is described below

commit 2efc7819ce083f246d60ef1be2301568f4be4f9e
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Wed Oct 27 15:12:55 2021 +0200

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of "guix shell" entry.
---
 etc/news.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 8900d56..76d9ed3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]