news: Add ‘de’ translation.
* etc/news.scm: Add a ‘de’ translation.
This commit is contained in:
parent
c1d81df93d
commit
6ff3470fe5
1 changed files with 8 additions and 2 deletions
10
etc/news.scm
10
etc/news.scm
|
@ -11,12 +11,18 @@
|
||||||
(version 0)
|
(version 0)
|
||||||
|
|
||||||
(entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
|
(entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
|
||||||
(title (en "Rottlog service added to @code{%base-services}"))
|
(title (en "Rottlog service added to @code{%base-services}")
|
||||||
|
(de "Rottlog-Dienst ist nun Teil der @code{%base-services}"))
|
||||||
(body (en "An instance of @code{rottlog-service-type}, the system
|
(body (en "An instance of @code{rottlog-service-type}, the system
|
||||||
service responsible for log rotation, has been added to @code{%base-services}.
|
service responsible for log rotation, has been added to @code{%base-services}.
|
||||||
If your operating system configuration for Guix System is explicitly adding
|
If your operating system configuration for Guix System is explicitly adding
|
||||||
@code{rottlog-service-type} to the services, you should now remove it. See
|
@code{rottlog-service-type} to the services, you should now remove it. See
|
||||||
the ``Log Rotation'' section of the manual for more information.")))
|
the ``Log Rotation'' section of the manual for more information.")
|
||||||
|
(de "Eine Instanz des @code{rottlog-service-type} für
|
||||||
|
Log-Rotation wurde zu den @code{%base-services} hinzugefügt. Wenn der
|
||||||
|
Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich
|
||||||
|
genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt
|
||||||
|
„Log-Rotation“ im Handbuch für weitere Informationen.")))
|
||||||
|
|
||||||
(entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
|
(entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
|
||||||
(title (en "@command{guix pull} now supports SSH authenticated
|
(title (en "@command{guix pull} now supports SSH authenticated
|
||||||
|
|
Reference in a new issue