diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-06-21 21:18:37 -0300 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-22 08:12:34 +0200 |
| commit | 95d86b6ecdbf554d9c99bbd8d0f8ece595469de1 (patch) | |
| tree | 4c35cffd588edac48b8cf632a2a6ae6815ed9598 | |
| parent | 5cea492dd20a9919c402256e7b5d2b223a061431 (diff) | |
news: Add 'pt' translation.
* etc/news.scm: Add Portuguese translation for most recent entries.
Merges: https://codeberg.org/guix/guix/pulls/9447
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
| -rw-r--r-- | etc/news.scm | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/etc/news.scm b/etc/news.scm index acb0ec76ee8..4b64b79807d 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -45,7 +45,8 @@ | |||
| 45 | 45 | ||
| 46 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") | 46 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") |
| 47 | (title | 47 | (title |
| 48 | (en "Openresolv update requires restarting NetworkManager")) | 48 | (en "Openresolv update requires restarting NetworkManager") |
| 49 | (pt "Atualização do openresolv exige reiniciar o NetworkManager")) | ||
| 49 | (body | 50 | (body |
| 50 | (en "With this update to the @code{openresolv} package, | 51 | (en "With this update to the @code{openresolv} package, |
| 51 | @command{openresolv} now expects the @file{/etc/resolv.conf} configuration | 52 | @command{openresolv} now expects the @file{/etc/resolv.conf} configuration |
| @@ -57,12 +58,25 @@ you can issue the following commands, as root: | |||
| 57 | @example | 58 | @example |
| 58 | rm /etc/resolv.conf | 59 | rm /etc/resolv.conf |
| 59 | herd restart NetworkManager | 60 | herd restart NetworkManager |
| 61 | @end example") | ||
| 62 | (pt "Com esta atualização do pacote @code{openresolv}, | ||
| 63 | @command{openresolv} agora espera que a configuração do arquivo | ||
| 64 | @file{/etc/resolv.conf} contenha um comentário de cabeçalho @samp{# Generated | ||
| 65 | by resolvconf}. Isto é lidado pelo NetworkManager, mas pode possivelmente não | ||
| 66 | acontecer imediatamente. Para atualizar forçosamente o arquivo | ||
| 67 | @file{/etc/resolv.conf} e recuperar um DNS funcional, você pode executar o | ||
| 68 | comando a seguir, como superusuário: | ||
| 69 | |||
| 70 | @example | ||
| 71 | rm /etc/resolv.conf | ||
| 72 | herd restart NetworkManager | ||
| 60 | @end example"))) | 73 | @end example"))) |
| 61 | 74 | ||
| 62 | (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b") | 75 | (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b") |
| 63 | (title | 76 | (title |
| 64 | (en "PostgreSQL logs now go to a unified place") | 77 | (en "PostgreSQL logs now go to a unified place") |
| 65 | (de "PostgreSQL-Protokolle gehen jetzt an einheitlichen Platz")) | 78 | (de "PostgreSQL-Protokolle gehen jetzt an einheitlichen Platz") |
| 79 | (pt "Os registros do PostgreSQL agora estão em um local unificado")) | ||
| 66 | (body | 80 | (body |
| 67 | (en "The default value for the @code{log-destination} field of the | 81 | (en "The default value for the @code{log-destination} field of the |
| 68 | @code{postgresql-config-file} record has been updated from @code{\"syslog\"} | 82 | @code{postgresql-config-file} record has been updated from @code{\"syslog\"} |
| @@ -74,7 +88,12 @@ Verbundstyp @code{postgresql-config-file} wurde von @code{\"syslog\"} zu | |||
| 74 | @code{\"stderr\"} aktualisiert, was der vom Anbieter festgelegte Vorgabewert | 88 | @code{\"stderr\"} aktualisiert, was der vom Anbieter festgelegte Vorgabewert |
| 75 | ist. Das heißt, dass in der Vorgabeeinstellung die Protokolldateien von | 89 | ist. Das heißt, dass in der Vorgabeeinstellung die Protokolldateien von |
| 76 | PostgreSQL jetzt in die Datei @file{/var/log/postgresql/pg_ctl.log} geschrieben | 90 | PostgreSQL jetzt in die Datei @file{/var/log/postgresql/pg_ctl.log} geschrieben |
| 77 | werden, statt an syslog geschickt zu werden."))) | 91 | werden, statt an syslog geschickt zu werden.") |
| 92 | (pt "O valor padrão para o campo @code{log-destination} do registro | ||
| 93 | @code{postgresql-config-file} foi atualizado de @code{\"syslog\"} para | ||
| 94 | @code{\"stderr\"}, casando o padrão do fornecedor. Isto significa que, por | ||
| 95 | padrão, os registros do PostgreSQL são agora escritos no arquivo | ||
| 96 | @file{/var/log/postgresql/pg_ctl.log} em vez de enviados ao syslog."))) | ||
| 78 | 97 | ||
| 79 | (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") | 98 | (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") |
| 80 | (title | 99 | (title |
