summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2020-04-08 20:47:35 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2020-04-08 18:53:49 +0000
commit6ff3470fe5dbab0c0a7b30daa46caae1bc891150 (patch)
treeab0c3b1d41e89441e671e90fefd7c19d7da25f5b
parentc1d81df93d4b67671fc4a8e0a80c0f02c5821663 (diff)
news: Add ‘de’ translation.
* etc/news.scm: Add a ‘de’ translation.
-rw-r--r--etc/news.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index f03db67f46e..fd752257475 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -11,12 +11,18 @@
11 (version 0) 11 (version 0)
12 12
13 (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47") 13 (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
14 (title (en "Rottlog service added to @code{%base-services}")) 14 (title (en "Rottlog service added to @code{%base-services}")
15 (de "Rottlog-Dienst ist nun Teil der @code{%base-services}"))
15 (body (en "An instance of @code{rottlog-service-type}, the system 16 (body (en "An instance of @code{rottlog-service-type}, the system
16service responsible for log rotation, has been added to @code{%base-services}. 17service responsible for log rotation, has been added to @code{%base-services}.
17If your operating system configuration for Guix System is explicitly adding 18If your operating system configuration for Guix System is explicitly adding
18@code{rottlog-service-type} to the services, you should now remove it. See 19@code{rottlog-service-type} to the services, you should now remove it. See
19the ``Log Rotation'' section of the manual for more information."))) 20the ``Log Rotation'' section of the manual for more information.")
21 (de "Eine Instanz des @code{rottlog-service-type} für
22Log-Rotation wurde zu den @code{%base-services} hinzugefügt. Wenn der
23Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich
24genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt
25„Log-Rotation“ im Handbuch für weitere Informationen.")))
20 26
21 (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") 27 (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
22 (title (en "@command{guix pull} now supports SSH authenticated 28 (title (en "@command{guix pull} now supports SSH authenticated