diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-02-08 12:08:18 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-02-08 11:26:09 +0000 |
commit | 6646798bf04b45cc60b8268238ca80258b5be634 (patch) | |
tree | d4ec193ffc232c108d62f7a244a36cb434d8ae8b /etc/news.scm | |
parent | da09cd16a288b9afe92416a18edd6d7c3d251737 (diff) | |
download | patches-6646798bf04b45cc60b8268238ca80258b5be634.tar patches-6646798bf04b45cc60b8268238ca80258b5be634.tar.gz |
news: Add 'de' translation.
* etc/news.scm: Add 'de' translation.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index b8104cfa14..3ff3a73555 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -12,11 +12,17 @@ (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") (title (en "@command{guix pull} now supports SSH authenticated -repositories")) +repositories") + (de "@command{guix pull} unterstützt nun SSH-authentifizierte +Repositorys")) (body (en "The @command{guix pull} command now supports SSH authenticated repositories as argument of @option{--url} and in custom channels definitions. The authentication requires that an @command{ssh-agent} -is running."))) +is running.") + (de "Der Befehl @command{guix pull} unterstützt nun über SSH +authentifizierte Repositorys als Argument von @option{--url} und in +selbstgeschriebenen Kanaldefinitionen. Zur Authentisierung muss ein +@command{ssh-agent} laufen."))) (entry (commit "8234fe653e61d0090138cbd4c48d877568355439") (title (en "Guix now runs on Guile 3.0") |