summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2020-01-24 16:39:45 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2020-01-24 15:46:24 +0000
commitcd17ac4483d93383c03eeb8445e82b9a4e105e57 (patch)
tree56ef8a9ac62f504e86ab431c1ea394232b77688a
parent5b98473a1ffa84b27df292b3190b31e07441cb67 (diff)
downloadpatches-cd17ac4483d93383c03eeb8445e82b9a4e105e57.tar
patches-cd17ac4483d93383c03eeb8445e82b9a4e105e57.tar.gz
news: Add 'de' translation.
* etc/news.scm: Add 'de' translation.
-rw-r--r--etc/news.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 1b40a13f46..03f77ed857 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -10,12 +10,20 @@
(version 0)
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
- (title (en "Guix now runs on Guile 3.0"))
+ (title (en "Guix now runs on Guile 3.0")
+ (de "Guix läuft jetzt auf Guile 3.0"))
(body (en "The Guix revision you just pulled runs on version 3.0 of
GNU@tie{}Guile (previously it would run on version 2.2). Guile 3.0 improves
performance through the use of just-in-time (JIT) native code generation. The
switch should be entirely transparent to you. See
-@uref{https://gnu.org/software/guile} for more information on Guile 3.0.")))
+@uref{https://gnu.org/software/guile} for more information on Guile 3.0.")
+ (de "Die Guix-Version, die Sie gerade gepullt haben, läuft auf
+Version 3.0 von GNU@tie{}Guile (und nicht mehr auf Version 2.2). Guile 3.0
+verbessert die Rechenleistung, indem native Maschinenbefehle „just in time“
+erzeugt werden (JIT-Kompilierung). Der Wechsel sollte für Sie völlig
+transparent sein und Guix verhält sich gleich. Siehe
+@uref{https://gnu.org/software/guile} für weitere Informationen zu Guile
+3.0.")))
(entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884")
(title (en "New @option{--diff} option for @command{guix challenge}")