guix-commits
[Top][All Lists]
Advanced

[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, 11 Jul 2020 10:46:37 -0400

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 f2dce74  news: Add ‘de’ translation.
f2dce74 is described below

commit f2dce740b29a07c08f3b78348f4ec93237e65311
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sat Jul 11 16:26:00 2020 +0200

    news: Add ‘de’ translation.
    
    * etc/news.scm: Add a ‘de’ translation.
---
 etc/news.scm | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 3279099..e239fae 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -14,7 +14,8 @@
  (version 0)
 
  (entry (commit "a98712785e0b042a290420fd74e5a4a5da4fc68f")
-        (title (en "New @command{guix git authenticate} command"))
+        (title (en "New @command{guix git authenticate} command")
+               (de "Neuer Befehl @command{guix git authenticate}"))
         (body
          (en "The new @command{guix git authenticate} command authenticates a
 Git repository by verifying commit signatures and ensuring they all come from
@@ -27,7 +28,22 @@ to allow people to authenticate code fetched from your 
repository.
 
 Run @command{info \"(guix) Invoking guix git authenticate\"} for more info,
 and see @uref{https://guix.gnu.org/blog/2020/securing-updates/} for details on
-these mechanisms.")))
+these mechanisms.")
+         (de "Mit dem neuen Befehl @command{guix git authenticate} können Sie
+ein Git-Repository authentifizieren. Dazu werden alle Commit-Signaturen
+verifiziert und geprüft, dass jede von einer autorisierten Quelle kommt, genau
+wie es @command{guix pull} nun tut.
+
+Dieser Befehl hilft in erster Linie den Entwicklern von Kanälen. Mit ihm kann
+vor einem Push sichergestellt werden, dass der Kanal nur Commits enthält, die
+mit autorisierten Schlüsseln signiert worden sind. Aber der Befehl kann auch
+helfen, wann immer Sie Git verwenden und ermöglichen wollen, dass Nutzer von
+Ihrem Repository geladenen Code authentifizieren können.
+
+Führen Sie @command{info \"(guix) Invoking guix git authenticate\"} aus, um
+mehr Informationen zu erhalten, und lesen Sie
+@uref{https://guix.gnu.org/blog/2020/securing-updates/} für die Details dieser
+Mechanismen.")))
 
  (entry (commit "43badf261f4688c8a7a7a9004a4bff8acb205835")
         (title (en "@command{guix pull} authenticates channels")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]