mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
news: Add ‘nl’ translation.
* etc/news.scm: Add an ‘nl’ translation.
This commit is contained in:
parent
a60448edcc
commit
2c5874e3ed
1 changed files with 8 additions and 2 deletions
10
etc/news.scm
10
etc/news.scm
|
@ -16,7 +16,9 @@
|
||||||
(de "@command{guix pull} unterstützt nun SSH-authentifizierte
|
(de "@command{guix pull} unterstützt nun SSH-authentifizierte
|
||||||
Repositorys")
|
Repositorys")
|
||||||
(fr "@command{guix pull} prend maintenant en charge
|
(fr "@command{guix pull} prend maintenant en charge
|
||||||
l'authentification en SSH pour les dépôts."))
|
l'authentification en SSH pour les dépôts.")
|
||||||
|
(nl "@command{guix pull} ondersteunt nu SSH-geauthenticeerde
|
||||||
|
repository's."))
|
||||||
(body (en "The @command{guix pull} command now supports SSH
|
(body (en "The @command{guix pull} command now supports SSH
|
||||||
authenticated repositories as argument of @option{--url} and in custom
|
authenticated repositories as argument of @option{--url} and in custom
|
||||||
channels definitions. The authentication requires that an @command{ssh-agent}
|
channels definitions. The authentication requires that an @command{ssh-agent}
|
||||||
|
@ -28,7 +30,11 @@
|
||||||
(fr "La commande @command{guix pull} prend maintenant en
|
(fr "La commande @command{guix pull} prend maintenant en
|
||||||
charge l'authentification SSH pour les dépôts dans l'argument @option{--url}
|
charge l'authentification SSH pour les dépôts dans l'argument @option{--url}
|
||||||
et dans le définitions de canaux personnalisés. L'authentification
|
et dans le définitions de canaux personnalisés. L'authentification
|
||||||
nécessite qu'un @command{ssh-agent} soit lancé.")))
|
nécessite qu'un @command{ssh-agent} soit lancé.")
|
||||||
|
(nl "Het @command{guix pull}-commando ondersteunt nu
|
||||||
|
SSH-geauthenticeerde opslag als argument na @option{--url} en bij het
|
||||||
|
schrijven van eigen kanaaldefinities. Hiervoor moet een @command{ssh-agent}
|
||||||
|
gestart zijn.")))
|
||||||
|
|
||||||
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
|
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
|
||||||
(title (en "Guix now runs on Guile 3.0")
|
(title (en "Guix now runs on Guile 3.0")
|
||||||
|
|
Loading…
Reference in a new issue