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 f107c20e50 news: Add 'de' translation.
f107c20e50 is described below

commit f107c20e50d704fdf117426acc87121abd0fa501
Author: Florian Pelz <[email protected]>
AuthorDate: Sun Jan 2 11:46:29 2022 +0100

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of ‘integer expected from stream’ 
entry.
---
 etc/news.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/etc/news.scm b/etc/news.scm
index 5dd7ee4eea..6e7c1a5e5d 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -5,7 +5,7 @@
 ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <[email protected]>
 ;; Copyright © 2019, 2020 Konrad Hinsen <[email protected]>
 ;; Copyright © 2019, 2020, 2021 Julien Lepiller <[email protected]>
-;; Copyright © 2019, 2020, 2021 Florian Pelz <[email protected]>
+;; Copyright © 2019–2022 Florian Pelz <[email protected]>
 ;; Copyright © 2020 Marius Bakke <[email protected]>
 ;; Copyright © 2020, 2021 Mathieu Othacehe <[email protected]>
 ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
@@ -67,12 +67,19 @@ plus d'informations.")))
  (entry (commit "ea2fd313d52dc62593b478acf5c3e7ea052c45de")
         (title
          (en "@samp{integer expected from stream}?  Update your Guix daemon")
+         (de "@samp{integer expected from stream}? Aktualisieren Sie Ihren 
Guix-Daemon")
          (nl "@samp{integer expected from stream}?  Werk je Guix daemon bij"))
         (body
          (en "We recently fixed a bug where substitution would fail with
 @samp{error: integer expected from stream}.  Be sure to update your system's
 Guix package that provides the @command{guix-daemon} if you haven't done so
 recently.  Run @command{info \"(guix) Upgrading Guix\"} for instructions.")
+         (de "Unlängst haben wir einen Fehler behoben, dass die Substitution
+mit der Fehlermeldung @samp{error: integer expected from stream}
+fehlschlägt. Bitte aktualisieren Sie daher Ihr systemweites Guix-Paket, das
+@command{guix-daemon} zur Verfügung stellt, wenn es noch nicht geschehen
+ist. Führen Sie @command{info \"(guix.de) Aktualisieren von Guix\"} aus für
+genaue Anweisungen.")
          (nl "Onlangs herstelden we een fout waarbij substitutie mislukt met
 een @samp{error: integer expected from stream}.  Werk zeker je systeemwijde
 Guix-pakket bij, dat de @command{guix-daemon} levert, als dat nog niet is

Reply via email to