From 84db46783be6debbd60e08d3184217e22bb7fd3b Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Thu, 23 Sep 2021 07:52:38 +0200 Subject: news: Add 'de' translation. * etc/news.scm: Add German translation of fallback to SWH entry. --- etc/news.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'etc') diff --git a/etc/news.scm b/etc/news.scm index a4f04e1282..6a81bfd69d 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -57,6 +57,7 @@ (entry (commit "05f44c2d858a1e7b13c90362c35fa86bdc4d5a24") (title (en "Channel clones fall back to Software Heritage") + (de "Zum Klonen von Kanälen wird notfalls auf Software Heritage zurückgegriffen") (fr "Les clones de canaux peuvent recourir à Software Heritage")) (body (en "When @command{guix time-machine} or @command{guix pull} fetches @@ -68,6 +69,17 @@ Automatic fallback also works for other Git clones made on your behalf, such as when using @option{--with-commit} and related package transformation options.") + (de "Wenn bei @command{guix time-machine} oder @command{guix +pull} ein bestimmter Commit eines Kanals bezogen werden soll, wird +jetzt für den Fall, dass die ursprüngliche URL unerreichbar ist, +automatisch vom Software-Heritage-Archiv geklont. Das trägt zur +langfristigen Reproduzierbarkeit bei. Siehe @command{info \"(guix.de) +Guix nachbilden\"}. + +Der automatische Rückgriff auf Software Heritage findet auch +Verwendung bei anderen Arten von Git-Klon, die Guix durchführt, z.B.@: +wenn Sie @option{--with-commit} und ähnliche Paketumwandlungsoptionen +einsetzen.") (fr "Quand la commande @command{guix time-machine} ou @command{guix pull} récupère un canal fixé à une révision spécifique, elle est maintenant capable de le cloner depuis l'archive Software Heritage si l'URL initiale -- cgit v1.2.3
path: root/gnu/packages/gobby.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-10-02gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2.Raghav Gururajan
2021-09-12gnu: obby: Fix build.Felix Gruber
2021-09-12gnu: gobby: Update to 0.6.0.Felix Gruber
2021-09-12gnu: libnet6: Fix build.Felix Gruber
2021-01-03gnu: obby: Omit static library.Tobias Geerinckx-Rice
2021-01-03gnu: libnet6: Omit static library.Tobias Geerinckx-Rice
2021-01-03gnu: libinfinity: Omit static librariesTobias Geerinckx-Rice
2021-01-02gnu: libinfinity: Update to 0.7.2.Efraim Flashner