mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
news: Add ‘nl’ translation.
* * etc/news.scm: Add ‘nl’ translation.
This commit is contained in:
parent
77c4ef1af9
commit
762867313c
1 changed files with 9 additions and 2 deletions
11
etc/news.scm
11
etc/news.scm
|
@ -11,7 +11,8 @@
|
||||||
|
|
||||||
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
|
(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"))
|
(de "Guix läuft jetzt auf Guile 3.0")
|
||||||
|
(nl "Guix draait nu op Guile 3.0"))
|
||||||
(body (en "The Guix revision you just pulled runs on version 3.0 of
|
(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
|
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
|
performance through the use of just-in-time (JIT) native code generation. The
|
||||||
|
@ -23,7 +24,13 @@
|
||||||
erzeugt werden (JIT-Kompilierung). Der Wechsel sollte für Sie völlig
|
erzeugt werden (JIT-Kompilierung). Der Wechsel sollte für Sie völlig
|
||||||
transparent sein und Guix verhält sich gleich. Siehe
|
transparent sein und Guix verhält sich gleich. Siehe
|
||||||
@uref{https://gnu.org/software/guile} für weitere Informationen zu Guile
|
@uref{https://gnu.org/software/guile} für weitere Informationen zu Guile
|
||||||
3.0.")))
|
3.0.")
|
||||||
|
(nl "De Guix die u net heeft gepulld gebruikt versie 3.0 van
|
||||||
|
GNU@tie{}Guile (voorheen was dat versie 2.2). Guile@tie{}3.0 draait dezelfde
|
||||||
|
programma's doorgaans sneller door ze ‘just-in-time’ (JIT) te vertalen naar
|
||||||
|
machine-instructies. De omschakeling zou voor u volledig naadloos moeten
|
||||||
|
zijn. Lees @uref{https://gnu.org/software/guile} voor meer informatie over
|
||||||
|
Guile@tie{}3.0.")))
|
||||||
|
|
||||||
(entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884")
|
(entry (commit "828a39da68a9169ef1d9f9ff02a1c66b1bcbe884")
|
||||||
(title (en "New @option{--diff} option for @command{guix challenge}")
|
(title (en "New @option{--diff} option for @command{guix challenge}")
|
||||||
|
|
Loading…
Reference in a new issue