guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

134/244: news: Add 'de' translation.


From: guix-commits
Subject: 134/244: news: Add 'de' translation.
Date: Wed, 12 Apr 2023 08:49:00 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit e16e6cc1adef94f6fca86833b0543be9a7e5f6ba
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Fri Apr 7 11:59:42 2023 +0200

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

diff --git a/etc/news.scm b/etc/news.scm
index a41e0728cd..4ac5e95d2e 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -29,6 +29,7 @@
  (entry (commit "57db09aae73e3713a10c5253758d84e1046f80dc")
         (title
          (en "Using Guix within @command{guix shell --container}")
+         (de "Guix innerhalb @command{guix shell --container} nutzen")
          (fr "Utilisation de Guix dans @command{guix shell --container}"))
         (body
          (en "The @option{--container} (or @option{-C}) option lets you spawn
@@ -49,6 +50,26 @@ guix shell -CW -- guix build -f guix.scm
 @end example
 
 Run @command{info \"(guix) Invoking guix shell\"} for more information.")
+         (de "Mit der Befehlszeilenoption @option{--container} (oder
+@option{-C}) können Sie Container anlegen, also isolierte
+Software-Umgebungen.  Allerdings will man manchmal Guix innerhalb eines
+Containers nutzen, was unmöglich ist, wenn Sie es normal aufrufen.
+
+Die neue Befehlszeilenoption @option{--nesting} (oder @option{-W}) ergänzt
+genau das: In einem damit angelegten Container lassen sich
+@command{guix}-Befehle, einschließlich @command{guix shell -C}, @emph{im
+Container} benutzen.
+
+Folgendes Beispiel zeigt, wie Sie eine Datei @file{guix.scm} auswerten lassen,
+um ein Paket aus dem isolierten Container heraus erstellen zu lassen. Das
+können Sie gebrauchen, wenn Sie @file{guix.scm} @emph{nicht} vertrauen:
+
+@example
+guix shell -CW -- guix build -f guix.scm
+@end example
+
+Führen Sie @command{info \"(guix.de) Aufruf von guix shell\"} aus, um mehr
+zu erfahren.")
          (fr "L'option @option{--container} (ou @option{-C}) permet de
 démarrer un conteneur---un environnement logiciel isolé.  Dans certains cas,
 il peut être utile d'utiliser Guix à l'intérieur du conteneur, ce qui n'est



reply via email to

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