diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-05-21 11:29:41 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-05-21 09:54:48 +0000 |
commit | fabfa9afb4816e3465ec67eb5e40ecc8e0324f18 (patch) | |
tree | 9415b2b837550f9d52c1c1041022f926961daf35 /etc | |
parent | 0fadc00a1a5bfbb6ca9caf1bfae06e839684843c (diff) | |
download | patches-fabfa9afb4816e3465ec67eb5e40ecc8e0324f18.tar patches-fabfa9afb4816e3465ec67eb5e40ecc8e0324f18.tar.gz |
news: Add ‘de’ translation.
* etc/news.scm: Add a ‘de’ translation.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index aace3eaa3c..6bf88ccb44 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -15,6 +15,8 @@ (entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b") (title (en "Add support to boot from a Btrfs subvolume") + (de "Unterstützung für Systemstart von einem +Btrfs-Unterlaufwerk hinzugefügt") (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs") (nl "Nieuwe ondersteuning voor het opstarten vanaf een Btrfs-subvolume")) (body @@ -23,6 +25,11 @@ operating system declaration now takes into account the use of a Btrfs subvolume for the partition holding @file{/gnu/store}. Run the command @command{info \"(guix) Btrfs file system\"} for more information and examples.") + (de "Für die Erzeugung einer GRUB-Konfigurationsdatei aus einer +Betriebssystemdeklaration kann jetzt ein Btrfs-Unterlaufwerk („Subvolume“) für +die Partition mit @file{/gnu/store} angegeben werden. Führen Sie +@command{info \"(guix) Btrfs file system\"} aus, wenn Sie mehr Informationen +und Beispiele sehen möchten.") (fr "La génération du fichier de configuration de GRUB produite à partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant |