diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-10-03 00:06:34 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-10-02 22:18:25 +0000 |
commit | b7937ef79f291a02271a88ffc1396af7e8f71525 (patch) | |
tree | 3f10315b8aa7685d9913d414d30d2fadebd909d2 /etc/news.scm | |
parent | 95b16cd886e0ba74feaf560199c69f2a6aec04de (diff) |
news: Add ‘de’ translation.
* etc/news.scm: Add ‘de’ translation.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index e99e13a4c1..885a00fb7d 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -15,6 +15,7 @@ (entry (commit "8e1907a72430aa989125b053573ef0897c480697") (title (en "Package transformation options now recorded in profiles") + (de "Paketumwandlungsoptionen werden nun in Profilen gesichert") (fr "Options de transformation sauvegardées dans les profils")) (body (en "When installing packages in a profile, package transformation @@ -23,6 +24,13 @@ you eventually run @command{guix upgrade}, those transformations will be automatically applied to the upgraded packages. Run @command{info \"(guix) Package Transformation Options\"} for more info.") + (de "Wenn Sie ein Paket in ein Profil installieren, werden nun +Paketumwandlungsoptionen wie @option{--with-input} im Profil gespeichert. +Sobald Sie später @command{guix upgrade} ausführen, werden dieselben +Umwandlungen automatisch auf die aktualisierten Pakete angewandt. + +Führen Sie für mehr Informationen @command{info \"(guix.de) +Paketumwandlungsoptionen\"} aus.") (fr "Lorsqu'on installe des paquets dans un profil, les options de transformation telles que @option{--with-input} sont désormais enregistrées dans le profil. Quand on le met plus tard à jour avec @command{guix upgrade}, |