diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-21 00:36:10 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-21 03:45:59 +0200 |
| commit | 7807e2e66260807edc08e39f514ee9948e1f3d29 (patch) | |
| tree | d1bbc96ec7a1cc3ab24aa9672b1c3f12843de73b /etc | |
| parent | 3210143e852cf940c18a7043f7cb778eb8539efc (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.scm | 11 |
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\"} |
| 52 | to @code{\"stderr\"}, matching the upstream default. This means that by | 53 | to @code{\"stderr\"}, matching the upstream default. This means that by |
| 53 | default, the PostgreSQL logs are now written to the | 54 | default, 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 | ||
| 57 | Verbundstyp @code{postgresql-config-file} wurde von @code{\"syslog\"} zu | ||
| 58 | @code{\"stderr\"} aktualisiert, was der vom Anbieter festgelegte Vorgabewert | ||
| 59 | ist. Das heißt, dass in der Vorgabeeinstellung die Protokolldateien von | ||
| 60 | PostgreSQL jetzt in die Datei @file{/var/log/postgresql/pg_ctl.log} geschrieben | ||
| 61 | werden, statt an syslog geschickt zu werden."))) | ||
| 55 | 62 | ||
| 56 | (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") | 63 | (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") |
| 57 | (title | 64 | (title |
