diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-09-27 18:50:13 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2021-09-27 23:47:53 +0200 |
commit | 1c1bfe681a1d746fe824cd6022ae009e48e7cb6d (patch) | |
tree | d90350d4fb6f3c7506a01b8c34322bffe94016f4 /etc/news.scm | |
parent | 64409fff57a67d941b6765e92b678282a7f70ffc (diff) |
news: Add 'de' translation.
* etc/news.scm: Add German translation of Guix Home entry.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index dc45aaf496..77808b126e 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,7 @@ (entry (commit "a2324d8b56eabf8117bca220a507cc791edffd2e") (title (en "Guix Home is a part of GNU Guix") + (de "Guix Home ist jetzt Teil von GNU Guix") (ru "Guix Home теперь поставляется в составе GNU Guix")) (body (en "Guix Home splitted out from rde project and now is a part of @@ -39,6 +40,19 @@ guix home --help @end example See @command{info \"(guix) Home Configuration\"} for more information.") + (de "Guix Home ist aus dem rde-Projekt ins offizielle Guix übernommen +worden. Der neue Befehl @command{guix home} ermöglicht es, die Pakete und +Konfigurationsdateien (Dotfiles) für ein Benutzerkonto im deklarativen Stil zu +verwalten. Es ist analog dazu, wie man @command{guix system} benutzen kann, um +sein System zu verwalten. + +Werfen Sie einen Blick auf die verfügbaren Aktionen und Argumente: +@example +guix home --help +@end example + +Führen Sie für mehr Informationen @command{info \"(guix) Home Configuration\"} +aus.") (ru "Guix Home отделился от проекта rde и теперь является частью Guix. Новая команда @command{guix home} даёт возможность пользователям управлять их пакетами и конфигурациями (дотфайлами) для них в декларативном |