diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-06-28 09:57:14 -0300 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-30 03:18:25 +0200 |
| commit | a5aa987815ab62ba1ec5802258a3276bd305ebc6 (patch) | |
| tree | 02bd4c4b33fb8e197056aec59ccfa3f20a50fa97 /etc | |
| parent | 294a17348edf1a553365d1698d8a5f419126da33 (diff) | |
news: Add Brazilian Portuguese translation.
* etc/news.scm: Add Portuguese translation for most recent entry.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Merges: https://codeberg.org/guix/guix/pulls/9591
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index f05e4d52f9c..95560d78aa0 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -49,7 +49,9 @@ | |||
| 49 | (en "@command{pull} and @command{time-machine} can select or exclude | 49 | (en "@command{pull} and @command{time-machine} can select or exclude |
| 50 | channels to update") | 50 | channels to update") |
| 51 | (de "Für @command{pull} und @command{time-machine} kann man zu | 51 | (de "Für @command{pull} und @command{time-machine} kann man zu |
| 52 | aktualisierende Kanäle auswählen oder ausschließen")) | 52 | aktualisierende Kanäle auswählen oder ausschließen") |
| 53 | (pt "@command{pull} e @command{time-machine} podem selecionar ou | ||
| 54 | excluir canais para atualizar")) | ||
| 53 | (body | 55 | (body |
| 54 | (en "The @command{guix pull} and @command{guix time-machine} can now | 56 | (en "The @command{guix pull} and @command{guix time-machine} can now |
| 55 | be optionally passed @option{--select} (@option{-e}) or | 57 | be optionally passed @option{--select} (@option{-e}) or |
| @@ -88,7 +90,26 @@ guix pull -x guix | |||
| 88 | @end example | 90 | @end example |
| 89 | 91 | ||
| 90 | Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere | 92 | Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere |
| 91 | Informationen."))) | 93 | Informationen.") |
| 94 | (pt "@command{guix pull} e @command{guix time-machine} já podem | ||
| 95 | opcionalmente receber @option{--select} (@option{-e}) ou @option{--exclude} | ||
| 96 | (@option{-x}) para controlar que canais devem ser atualizados. | ||
| 97 | |||
| 98 | Por exemplo, o comando abaixo atualiza os canais @code{guix-science} e | ||
| 99 | @code{guix-past} enquanto mantém Guix em seu commit corrente: | ||
| 100 | |||
| 101 | @example | ||
| 102 | guix pull -e guix-science -e guix-past | ||
| 103 | @end example | ||
| 104 | |||
| 105 | Para atualizar todos os canais exceto @code{guix}, é possível fazer o que se | ||
| 106 | segue: | ||
| 107 | |||
| 108 | @example | ||
| 109 | guix pull -x guix | ||
| 110 | @end example | ||
| 111 | |||
| 112 | Veja @samp{info \"(guix.pt_BR)Invocando guix pull\"} para mais informação."))) | ||
| 92 | 113 | ||
| 93 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") | 114 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") |
| 94 | (title | 115 | (title |
