diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-07-25 21:15:46 -0300 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-07-26 20:34:20 +0200 |
| commit | e7b81ddb2b57cf3a02ae50dd342fb2e22ca6554a (patch) | |
| tree | 838eb0e9c83f171c3d7641e8c0909403b22d1819 /etc/news.scm | |
| parent | 78016f707b7a25d18991e96ead9aa90d83f0374e (diff) | |
news: Add Brazilian Portuguese translation.
* etc/news.scm: Translate most recent entries to Portuguese.
Merges: https://codeberg.org/guix/guix/pulls/10186
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Diffstat (limited to 'etc/news.scm')
| -rw-r--r-- | etc/news.scm | 61 |
1 files changed, 53 insertions, 8 deletions
diff --git a/etc/news.scm b/etc/news.scm index 7c2b5e19c55..bf3f31e887d 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -46,7 +46,8 @@ | |||
| 46 | 46 | ||
| 47 | (entry (commit "0257734a40999bfbbe0daa922e2d0e4928cdd5f0") | 47 | (entry (commit "0257734a40999bfbbe0daa922e2d0e4928cdd5f0") |
| 48 | (title | 48 | (title |
| 49 | (en "RabbitMQ service requires epmd service")) | 49 | (en "RabbitMQ service requires epmd service") |
| 50 | (pt "O serviço RabbitMQ requer o serviço epmd")) | ||
| 50 | (body | 51 | (body |
| 51 | (en "RabbitMQ is an Erlang application. It uses Erlang Port Mapper | 52 | (en "RabbitMQ is an Erlang application. It uses Erlang Port Mapper |
| 52 | Daemon (epmd). To prevent RabbitMQ from starting its own epmd instance, | 53 | Daemon (epmd). To prevent RabbitMQ from starting its own epmd instance, |
| @@ -64,11 +65,33 @@ To use RabbitMQ service, add epmd to the list of services, for example: | |||
| 64 | (services | 65 | (services |
| 65 | (service epmd-service-type) | 66 | (service epmd-service-type) |
| 66 | (service rabbitmq-service-type)) | 67 | (service rabbitmq-service-type)) |
| 68 | @end example") | ||
| 69 | (pt "RabbitMQ é uma aplicação Erlang. Ele usa o @acronym{epmd, | ||
| 70 | Erlang Port Mapper Daemon}. Para impedir o RabbitMQ de iniciar sua própria | ||
| 71 | instância do empd, o serviço epmd foi adicionado a fim de habilitar o controle | ||
| 72 | e configuration do daemon. | ||
| 73 | |||
| 74 | Por padrão, Guix executa o serviço epmd usando interfaces de rede locais. | ||
| 75 | Veja os artigos a seguir para a razão-base. | ||
| 76 | |||
| 77 | @itemize | ||
| 78 | @item @url{https://www.rabbitmq.com/blog/2024/12/18/epmd-public-exposure} | ||
| 79 | @item @url{https://erlef.org/blog/eef/epmd-public-exposure} | ||
| 80 | @end itemize | ||
| 81 | |||
| 82 | Para usar o serviço RabbitMQ, adicione epmd à lista de serviços, como por | ||
| 83 | exemplo: | ||
| 84 | |||
| 85 | @example | ||
| 86 | (services | ||
| 87 | (service epmd-service-type) | ||
| 88 | (service rabbitmq-service-type)) | ||
| 67 | @end example"))) | 89 | @end example"))) |
| 68 | 90 | ||
| 69 | (entry (commit "d7769178a66b16f6d36aa72f81b2bfff7a254e55") | 91 | (entry (commit "d7769178a66b16f6d36aa72f81b2bfff7a254e55") |
| 70 | (title | 92 | (title |
| 71 | (en "Linux-libre 6.19 and 7.0 are no longer supported")) | 93 | (en "Linux-libre 6.19 and 7.0 are no longer supported") |
| 94 | (pt "Linux-libre 6.19 e 7.0 não são mais suportados")) | ||
| 72 | (body | 95 | (body |
| 73 | (en "The linux-libre 6.19 and 7.0 kernel series are no longer | 96 | (en "The linux-libre 6.19 and 7.0 kernel series are no longer |
| 74 | supported upstream and will be removed from GNU Guix soon: | 97 | supported upstream and will be removed from GNU Guix soon: |
| @@ -77,13 +100,23 @@ https://www.kernel.org/category/releases.html | |||
| 77 | 100 | ||
| 78 | We may also drop support for 5.10, 5.15, 6.1 and 6.6 earlier than previously | 101 | We may also drop support for 5.10, 5.15, 6.1 and 6.6 earlier than previously |
| 79 | planned, in order to reduce the number of concurrently supported linux-libre | 102 | planned, in order to reduce the number of concurrently supported linux-libre |
| 80 | kernels and the workload required to maintain them."))) | 103 | kernels and the workload required to maintain them.") |
| 104 | (pt "As séries do kernel linux-libre 6.19 e 7.0 não são mais | ||
| 105 | suportadas pelo fornecedor e serão removidas do GNU Guix em breve: | ||
| 106 | |||
| 107 | https://www.kernel.org/category/releases.html | ||
| 108 | |||
| 109 | Podemos também derrubar o suporte para 5.10, 5.15, 6.1 e 6.6 antes do | ||
| 110 | previamente planejado, a fim de reduzir o número de kernels linux-libre | ||
| 111 | suportados concorrentemente e a carga de trabalho requerida para | ||
| 112 | mantê-los."))) | ||
| 81 | 113 | ||
| 82 | (entry (commit "72c521fffa3d0ce4c96111628498fd788ea71579") | 114 | (entry (commit "72c521fffa3d0ce4c96111628498fd788ea71579") |
| 83 | (title | 115 | (title |
| 84 | (en "New “Projects” user directory") | 116 | (en "New “Projects” user directory") |
| 85 | (de "Neues Benutzerverzeichnis „Projekte“") | 117 | (de "Neues Benutzerverzeichnis „Projekte“") |
| 86 | (fr "Nouveau dossier « Projets » pour les utilisateurs")) | 118 | (fr "Nouveau dossier « Projets » pour les utilisateurs") |
| 119 | (pt "Novo diretório de usuário \"Projects\"")) | ||
| 87 | (body | 120 | (body |
| 88 | (en "With the upgrade of xdg-user-dirs to version 0.20, desktop users | 121 | (en "With the upgrade of xdg-user-dirs to version 0.20, desktop users |
| 89 | will now see a new Projects directory in their home. The name can be changed by | 122 | will now see a new Projects directory in their home. The name can be changed by |
| @@ -98,13 +131,18 @@ Feld @code{projects} wurde ergänzt.") | |||
| 98 | utilisateurs de bureau ont maintenant un nouveau dossier « Projets » créé par | 131 | utilisateurs de bureau ont maintenant un nouveau dossier « Projets » créé par |
| 99 | défaut dans leur dossier personnel. Le nom du dossier peut être modifié en | 132 | défaut dans leur dossier personnel. Le nom du dossier peut être modifié en |
| 100 | utilisant le home-xdg-user-directories-service-type; dont la configuration a été | 133 | utilisant le home-xdg-user-directories-service-type; dont la configuration a été |
| 101 | agrandie."))) | 134 | agrandie.") |
| 135 | (pt "Com a atualização de xdg-user-dirs para a versão 0.20, usuários | ||
| 136 | de desktop agora verão um novo diretório Projects em seu home. O nome pode | ||
| 137 | ser mudado usando home-xdg-user-directories-service-type --- cuja configuração | ||
| 138 | foi expandida."))) | ||
| 102 | 139 | ||
| 103 | (entry (commit "b6c35016845f04f5e3a2f5eaf2064b9861f8707c") | 140 | (entry (commit "b6c35016845f04f5e3a2f5eaf2064b9861f8707c") |
| 104 | (title | 141 | (title |
| 105 | (en "Frei0r plugins have to be installed explicitly") | 142 | (en "Frei0r plugins have to be installed explicitly") |
| 106 | (de "Frei0r-Plugins müssen explizit installiert werden") | 143 | (de "Frei0r-Plugins müssen explizit installiert werden") |
| 107 | (fr "Les greffons de Frei0r doivent être installés explicitement")) | 144 | (fr "Les greffons de Frei0r doivent être installés explicitement") |
| 145 | (pt "Plugins Frei0r precisam ser instalados explicitamente")) | ||
| 108 | (body | 146 | (body |
| 109 | (en "The @code{frei0r-plugins} package has been renamed to | 147 | (en "The @code{frei0r-plugins} package has been renamed to |
| 110 | @code{frei0r} to match the project name. When installing the applications | 148 | @code{frei0r} to match the project name. When installing the applications |
| @@ -126,7 +164,14 @@ pour correspondre au nom du projet. Si vous installez les applications | |||
| 126 | frei0r-video-plugins ne sont plus installés automatiquement. Si vous en avez | 164 | frei0r-video-plugins ne sont plus installés automatiquement. Si vous en avez |
| 127 | besoin, vous pouvez ajouter le paquet @code{frei0r} à votre profil. Cela | 165 | besoin, vous pouvez ajouter le paquet @code{frei0r} à votre profil. Cela |
| 128 | permet aux applications de détecter et d'utiliser les greffons à l'exécution. | 166 | permet aux applications de détecter et d'utiliser les greffons à l'exécution. |
| 129 | @code{frei0r} contient maintenant les greffons qui dépendent d'OpenCV."))) | 167 | @code{frei0r} contient maintenant les greffons qui dépendent d'OpenCV.") |
| 168 | (pt "O pacote @code{frei0r-plugins} foi renomeado para @code{frei0r} | ||
| 169 | para casar com o nome do projeto. Ao instalar as aplicações @code{ffmpeg}, | ||
| 170 | @code{shotcut}, @code{kdenlive} ou @code{mlt}, os plugins frei0r-video-plugins | ||
| 171 | não são mais instalados automaticamente. Se eles forem requeridos, o pacote | ||
| 172 | @code{frei0r} pode ser adicionado ao perfil. Isto permite às aplicações | ||
| 173 | detectar e utilizar os plugins em tempo de execução. @code{frei0r} agora | ||
| 174 | contém plugins dependentes do OpenCV."))) | ||
| 130 | 175 | ||
| 131 | (entry (commit "7a9d01dce758b0916bf8b0ac8a972f849f4bf31d") | 176 | (entry (commit "7a9d01dce758b0916bf8b0ac8a972f849f4bf31d") |
| 132 | (title | 177 | (title |
| @@ -165,7 +210,7 @@ padrão inclusos no SDDM display manager são feitos para Qt5, | |||
| 165 | padrão. | 210 | padrão. |
| 166 | 211 | ||
| 167 | Se você está usando os temas Qt6, por favor declare a variante Qt6 do SDDM, | 212 | Se você está usando os temas Qt6, por favor declare a variante Qt6 do SDDM, |
| 168 | @code{sddm}, em sua @code{sddm-configuration}.")))) | 213 | @code{sddm}, em sua @code{sddm-configuration}."))) |
| 169 | 214 | ||
| 170 | (entry (commit "02bea7700255bc16b2ee2212be878cf2c792884e") | 215 | (entry (commit "02bea7700255bc16b2ee2212be878cf2c792884e") |
| 171 | (title | 216 | (title |
