diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-05-10 21:08:22 -0300 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-05-11 08:29:05 +0200 |
| commit | 5c20c167b8062033336471cada825a2f86c0995f (patch) | |
| tree | a7c0d28ec69a86d6550bd1a095539f92bf588a4f /etc | |
| parent | 3e30ec4255d2f6208245c5f04e90aace45e17e2b (diff) | |
news: Add 'pt' translation.
* etc/news.scm: Add Portuguese translation for most recent entry.
Change-Id: I8a8327c0c5253cf37808e5bfc675bdfab2ebbbda
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index dabf79c9f28..8d8d16cff5b 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -50,7 +50,8 @@ files") | |||
| 50 | (de "@command{pull} und @command{time-machine} können Kanaldateien | 50 | (de "@command{pull} und @command{time-machine} können Kanaldateien |
| 51 | herunterladen") | 51 | herunterladen") |
| 52 | (fr "@command{pull} et @command{time-machine} peuvent télécharger des | 52 | (fr "@command{pull} et @command{time-machine} peuvent télécharger des |
| 53 | fichiers canaux")) | 53 | fichiers canaux") |
| 54 | (pt "@command{pull} e @command{time-machine} podem baixar arquivos de canal")) | ||
| 54 | (body | 55 | (body |
| 55 | (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 |
| 56 | be passed a URL as their @option{-C} (or @option{--channels}) option. For | 57 | be passed a URL as their @option{-C} (or @option{--channels}) option. For |
| @@ -138,7 +139,36 @@ sont admis---on peut les énumérer dans | |||
| 138 | @file{~/.config/guix/trusted-channels.scm}. | 139 | @file{~/.config/guix/trusted-channels.scm}. |
| 139 | 140 | ||
| 140 | Voir @samp{info \"(guix.fr) Invoquer guix pull\"} pour plus | 141 | Voir @samp{info \"(guix.fr) Invoquer guix pull\"} pour plus |
| 141 | d'informations."))) | 142 | d'informations.") |
| 143 | (pt "Os comandos @command{guix pull} e @command{guix time-machine} já | ||
| 144 | podem receber uma URL como opção para @option{-C} (or @option{--channels}). | ||
| 145 | Por exemplo, o comando abaixo busca do commit mais recente evaluado com | ||
| 146 | sucesso do ramo @code{master}: | ||
| 147 | |||
| 148 | @example | ||
| 149 | guix pull \\ | ||
| 150 | -C https://ci.guix.gnu.org/eval/latest/channels.scm?spec=master | ||
| 151 | @end example | ||
| 152 | |||
| 153 | Alternativamente, pode-se também especificar uma @uref{https://swhid.org, | ||
| 154 | SWHID} que aponta para um arquivo de canal: | ||
| 155 | |||
| 156 | @example | ||
| 157 | guix time-machine \\ | ||
| 158 | -C swh:1:cnt:ae02d8ba3538a385ee799e61cdd0dfc5e14a8d1b \\ | ||
| 159 | -- ... | ||
| 160 | @end example | ||
| 161 | |||
| 162 | Para tornar isso possível, arquivos de canal agora são evaluados em um | ||
| 163 | ambiente isolado (uma caixinha de areia, vulgo @dfn{sandbox}), o que os impede | ||
| 164 | de evaluar código arbitrário; se você tem arquivos de canal que dependem de | ||
| 165 | recursos \"não padrão\", pode ser necessário que você passe a opção | ||
| 166 | @option{--unsafe-channel-evaluation} para evaluá-los. Além disso, quando se | ||
| 167 | buscam canais de um arquivo baixado, somente @dfn{canais confiáveis} são | ||
| 168 | permitidos---é possível especificá-los em | ||
| 169 | @file{~/.config/guix/trusted-channels.scm}. | ||
| 170 | |||
| 171 | Veja @samp{info \"(guix.pt_BR)Invocando guix pull\"} para mais informação."))) | ||
| 142 | 172 | ||
| 143 | (entry (commit "a7c8e68dc51144a6d3981b770aca9c4897fc7c0c") | 173 | (entry (commit "a7c8e68dc51144a6d3981b770aca9c4897fc7c0c") |
| 144 | (title | 174 | (title |
