* [bug#58575] [PATCH] news: Add 'pt' translation.
@ 2022-10-17 1:09 Thiago Jung Bauermann via Guix-patches via
2022-10-17 5:33 ` Julien Lepiller
0 siblings, 1 reply; 3+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-10-17 1:09 UTC (permalink / raw)
To: 58575; +Cc: Thiago Jung Bauermann
* etc/news.scm: Add Portuguese translation of entry about the new
--emulate-fhs option.
---
etc/news.scm | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/etc/news.scm b/etc/news.scm
index 7973f96f263d..d9ffa036a2b5 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -30,7 +30,8 @@
(title
(en "New @option{--emulate-fhs} option for @command{guix shell}")
(de "Neue Option @option{--emulate-fhs} für @command{guix shell}")
- (fr "Nouvelle option @option{--emulate-fhs} pour @command{guix shell}"))
+ (fr "Nouvelle option @option{--emulate-fhs} pour @command{guix shell}")
+ (pt "Nova opção @option{--emulate-fhs} para o @command{guix shell}"))
(body
(en "The @command{guix shell} command has a new
@option{--emulate-fhs} (or @option{-F}) option. Combined with
@@ -76,7 +77,22 @@
@end example
Lancer @command{info \"(guix.fr) Invoquer guix shell\"} pour plus
-d'informations.")))
+d'informations.")
+ (pt "O comando @command{guix shell} tem uma nova opção
+@option{--emulate-fhs} (ou @option{-F}). Combinada com
+@option{--container} (ou @option{-C}), ela emula o layout de arquivos e
+diretórios especificado pelo Padrão de Hierarquia do Sistema de
+Arquivos (Filesystem Hierarchy Standard — FHS), provendo @file{/bin},
+@file{/lib}, etc. dentro do contêiner.
+
+Por exemplo, o comando seguinte executa @file{/bin/ls} dentro de um contêiner
+desse tipo:
+
+@example
+guix shell -CF coreutils -- /bin/ls
+@end example
+
+Execute @command{info \"(guix) Invoking guix shell\"} para mais informações.")))
(entry (commit "28ade1bab207974cce6a014e7187968511fc5526")
(title
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-27 0:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 1:09 [bug#58575] [PATCH] news: Add 'pt' translation Thiago Jung Bauermann via Guix-patches via
2022-10-17 5:33 ` Julien Lepiller
2022-10-27 0:13 ` Thiago Jung Bauermann via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.