mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
news: Add 'de' translation.
* etc/news.scm: Add German translation of WSL images entry.
This commit is contained in:
parent
bc072c9a57
commit
5602eaeacb
1 changed files with 12 additions and 0 deletions
12
etc/news.scm
12
etc/news.scm
|
@ -43,6 +43,7 @@
|
||||||
(entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae")
|
(entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae")
|
||||||
(title
|
(title
|
||||||
(en "WSL system images support")
|
(en "WSL system images support")
|
||||||
|
(de "WSL-Systemabbilder werden unterstützt")
|
||||||
(fr "Support pour les images système WSL"))
|
(fr "Support pour les images système WSL"))
|
||||||
(body
|
(body
|
||||||
(en "The @command{guix system image} command can now generate system
|
(en "The @command{guix system image} command can now generate system
|
||||||
|
@ -53,6 +54,17 @@
|
||||||
|
|
||||||
and import the resulting image this way:
|
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 --import Guix ./guix ./wsl2-image.tar.gz}
|
||||||
@command{wsl -d Guix}.")
|
@command{wsl -d Guix}.")
|
||||||
(fr "La commande @command{guix system image} peut désormais générer
|
(fr "La commande @command{guix system image} peut désormais générer
|
||||||
|
|
Loading…
Reference in a new issue