guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Add 'pt' translation.


From: guix-commits
Subject: branch master updated: news: Add 'pt' translation.
Date: Mon, 17 Oct 2022 01:33:10 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6f7b44e42e news: Add 'pt' translation.
6f7b44e42e is described below

commit 6f7b44e42e341a5e3b499b46f791f336d73a3b5b
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun Oct 16 22:09:30 2022 -0300

    news: Add 'pt' translation.
    
    * etc/news.scm: Add Portuguese translation of entry about the new
    --emulate-fhs option.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 etc/news.scm | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 7973f96f26..d9ffa036a2 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 @@ guix shell -CF coreutils -- /bin/ls
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]