summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2026-06-21 00:36:10 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2026-06-21 03:45:59 +0200
commit7807e2e66260807edc08e39f514ee9948e1f3d29 (patch)
treed1bbc96ec7a1cc3ab24aa9672b1c3f12843de73b /etc
parent3210143e852cf940c18a7043f7cb778eb8539efc (diff)
news: Add 'de' translation.
* etc/news.scm: Add German translation for PostgreSQL log-destination entry. Merges: guix/guix!9424
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 42e24717199..86bd757cbae 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -45,13 +45,20 @@
45 45
46 (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b") 46 (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b")
47 (title 47 (title
48 (en "PostgreSQL logs now go to a unified place")) 48 (en "PostgreSQL logs now go to a unified place")
49 (de "PostgreSQL-Protokolle gehen jetzt an einheitlichen Platz"))
49 (body 50 (body
50 (en "The default value for the @code{log-destination} field of the 51 (en "The default value for the @code{log-destination} field of the
51@code{postgresql-config-file} record has been updated from @code{\"syslog\"} 52@code{postgresql-config-file} record has been updated from @code{\"syslog\"}
52to @code{\"stderr\"}, matching the upstream default. This means that by 53to @code{\"stderr\"}, matching the upstream default. This means that by
53default, the PostgreSQL logs are now written to the 54default, the PostgreSQL logs are now written to the
54@file{/var/log/postgresql/pg_ctl.log} file instead of sent to syslog."))) 55@file{/var/log/postgresql/pg_ctl.log} file instead of sent to syslog.")
56 (de "Der vorgegebene Wert des Feldes @code{log-destination} im
57Verbundstyp @code{postgresql-config-file} wurde von @code{\"syslog\"} zu
58@code{\"stderr\"} aktualisiert, was der vom Anbieter festgelegte Vorgabewert
59ist. Das heißt, dass in der Vorgabeeinstellung die Protokolldateien von
60PostgreSQL jetzt in die Datei @file{/var/log/postgresql/pg_ctl.log} geschrieben
61werden, statt an syslog geschickt zu werden.")))
55 62
56 (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") 63 (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93")
57 (title 64 (title