summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2022-09-26 12:53:51 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2022-09-26 13:14:49 +0200
commit5602eaeacb3e1c426bd425fd3a1fc64ccd14d1c3 (patch)
tree65f818db7cf8ee346e78dfb53b25bc153688476f /etc
parentbc072c9a57b9eb97326aa48f4896412c12998cc2 (diff)
downloadguix-patches-5602eaeacb3e1c426bd425fd3a1fc64ccd14d1c3.tar
guix-patches-5602eaeacb3e1c426bd425fd3a1fc64ccd14d1c3.tar.gz
news: Add 'de' translation.
* etc/news.scm: Add German translation of WSL images entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 1c63fbe1eb..949a27416e 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -43,6 +43,7 @@ qui essaient de faire fonctionner Guix sur de nouvelles machines.")))
(entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae")
(title
(en "WSL system images support")
+ (de "WSL-Systemabbilder werden unterstützt")
(fr "Support pour les images système WSL"))
(body
(en "The @command{guix system image} command can now generate system
@@ -55,6 +56,17 @@ and import the resulting image this way:
@command{wsl --import Guix ./guix ./wsl2-image.tar.gz}
@command{wsl -d Guix}.")
+ (de "Mit dem Befehl @command{guix system image} können Sie
+Systemabbilder erzeugen, die auf dem Windows-Subsystem für Linux laufen. Wenn
+Sie das ausprobieren möchten, führen Sie zum Beispiel Folgendes aus einem
+Guix-Checkout heraus aus:
+
+@command{guix system image gnu/system/images/wsl2.scm},
+
+Das resultierende Abbild können Sie so importieren:
+
+@command{wsl --import Guix ./guix ./wsl2-image.tar.gz}
+@command{wsl -d Guix}.")
(fr "La commande @command{guix system image} peut désormais générer
des images système pour le Windows Subystem for Linux. Vous pouvez par
exemple lancer la commande suivante depuis un répertoire de sources Guix :