[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: news: Add 'de' translation.
From: |
guix-commits |
Subject: |
branch master updated: news: Add 'de' translation. |
Date: |
Sat, 08 Feb 2020 06:42:02 -0500 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6646798 news: Add 'de' translation.
6646798 is described below
commit 6646798bf04b45cc60b8268238ca80258b5be634
Author: Florian Pelz <address@hidden>
AuthorDate: Sat Feb 8 12:08:18 2020 +0100
news: Add 'de' translation.
* etc/news.scm: Add 'de' translation.
---
etc/news.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/etc/news.scm b/etc/news.scm
index b8104cf..3ff3a73 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: news: Add 'de' translation.,
guix-commits <=