diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-11-16 08:44:43 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-11-16 09:08:44 +0100 |
commit | 706a916056e6f9fd61e5213412dd9967f96e6c10 (patch) | |
tree | 3487e96e6ec1be47e94b37114625b0d19936a5d3 /etc | |
parent | 5512915c3bd62e061bd47d440da02e0826c1d0e7 (diff) |
news: Add 'de' translation.
* etc/news.scm: Add German translation of '--symlink' entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index f19078f5ab..a64572dfea 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -29,6 +29,7 @@ (entry (commit "788602b37ff42f730d4b7b569b0fb51465f147da") (title (en "New @option{--symlink} option for @command{guix shell}") + (de "Neue Option @option{--symlink} für @command{guix shell}") (fr "Nouvelle option @option{--symlink} pour @command{guix shell}")) (body (en "The @command{guix shell} command has a new @@ -36,6 +37,11 @@ @option{--container} (or @option{-C}) option to create a symbolic link inside the container. Run @command{info \"(guix) Invoking guix shell\"} for more information.") + (de "Der Befehl @command{guix shell} verfügt jetzt über eine neue +Befehlszeilenoption @option{--symlink} (oder @option{-S}), die zusammen mit der +Option @option{--container} (oder @option{-C}) benutzt werden kann, um eine +symbolische Verknüpfung im Container anzulegen. Führen Sie +@command{info \"(guix.de) Aufruf von guix shell\"} aus, um mehr zu erfahren.") (fr "La commande @command{guix shell} dispose d'une nouvelle option, @option{--symlink} (ou @option{-S}), qui doit être utilisée en conjonction avec l'option @option{--container} (ou @option{-C}) pour créer un lien |