summaryrefslogtreecommitdiff
path: root/po/guix/pt_BR.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/guix/pt_BR.po')
-rw-r--r--po/guix/pt_BR.po1203
1 files changed, 652 insertions, 551 deletions
diff --git a/po/guix/pt_BR.po b/po/guix/pt_BR.po
index 23c0078150..c7b28a1b87 100644
--- a/po/guix/pt_BR.po
+++ b/po/guix/pt_BR.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: guix 1.2.0-pre1\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
-"POT-Creation-Date: 2022-04-30 15:18+0000\n"
+"POT-Creation-Date: 2022-06-04 14:03+0000\n"
"PO-Revision-Date: 2022-01-25 15:16+0000\n"
"Last-Translator: Fábio Rodrigues Ribeiro <farribeiro@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/projects/guix/guix/pt_BR/>\n"
@@ -78,7 +78,7 @@ msgstr "especificação ambígua de pacote \"~a\"~%"
msgid "choosing ~a@~a from ~a~%"
msgstr "escolhendo ~a@~a de ~a~%"
-#: gnu/packages.scm:489 guix/scripts/package.scm:218
+#: gnu/packages.scm:489 guix/scripts/package.scm:223
#, scheme-format
msgid "package '~a' has been superseded by '~a'~%"
msgstr "pacote \"~a\" foi substituído por \"~a\"~%"
@@ -98,11 +98,15 @@ msgstr "~A: pacote desconhecido~%"
msgid "package `~a' lacks output `~a'~%"
msgstr "pacote \"~a\" carece de mensagem de saída \"~a\"~%"
-#: gnu/services.scm:266
+#: gnu/services.scm:265
#, scheme-format
msgid "~a: no value specified for service of type '~a'"
msgstr "~a: nenhum valor especificado para um serviço do tipo \"~a\""
+#: gnu/services.scm:295
+msgid "This is a simple service."
+msgstr ""
+
#: gnu/services.scm:376
msgid ""
"Build the operating system top-level directory, which in\n"
@@ -171,9 +175,13 @@ msgid "Populate the @file{/etc} directory."
msgstr "Popula o diretório @file{/etc}."
#: gnu/services.scm:848
+#, fuzzy
+#| msgid ""
+#| "Populate @file{/run/setuid-programs} with the specified\n"
+#| "executables, making them setuid-root."
msgid ""
"Populate @file{/run/setuid-programs} with the specified\n"
-"executables, making them setuid-root."
+"executables, making them setuid and/or setgid."
msgstr ""
"Preenche @file{/run/setuid-programs} com os executáveis\n"
"especificados, tornando-os setuid-root."
@@ -240,22 +248,22 @@ msgstr "mais de um serviço alvo do tipo \"~a\""
msgid "service of type '~a' not found"
msgstr "serviço do tipo \"~a\" não localizado"
-#: gnu/system.scm:379
+#: gnu/system.scm:383
#, scheme-format
msgid "unrecognized uuid ~a at '~a'~%"
msgstr "uuid não reconhecido ~a em \"~a\"~%"
-#: gnu/system.scm:467
+#: gnu/system.scm:471
#, scheme-format
msgid "unrecognized crypto-devices ~S at '~a'~%"
msgstr "dispositivos de criptografia ~S não reconhecidos em \"~a\"~%"
-#: gnu/system.scm:487
+#: gnu/system.scm:491
#, scheme-format
msgid "unrecognized boot parameters at '~a'~%"
msgstr "parâmetros de inicialização não reconhecidos em \"~a\"~%"
-#: gnu/system.scm:490
+#: gnu/system.scm:494
#, scheme-format
msgid ""
"This probably means that this version\n"
@@ -267,37 +275,38 @@ msgid ""
"@end example"
msgstr ""
-#: gnu/system.scm:609
-#, scheme-format
-msgid "mapped-device '~a' may not be mounted by the bootloader.~%"
+#: gnu/system.scm:622
+#, fuzzy, scheme-format
+#| msgid "mapped-device '~a' may not be mounted by the bootloader.~%"
+msgid "mapped device '~a' may be ignored by bootloader~%"
msgstr "dispositivo mapeado '~a' não pode ser montado pelo bootloader. ~%"
-#: gnu/system.scm:637
+#: gnu/system.scm:642
#, scheme-format
msgid "List elements of the field 'swap-devices' should now use the <swap-space> record, as the old method is deprecated. See \"(guix) operating-system Reference\" for more details.~%"
msgstr ""
-#: gnu/system.scm:1119
+#: gnu/system.scm:1124
#, scheme-format
msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%"
msgstr "o uso de um texto para arquivo \"~a\" está obsoleto; em vez disso, use \"plain-file\"~%"
-#: gnu/system.scm:1135
+#: gnu/system.scm:1140
#, scheme-format
msgid "using a monadic value for '~a' is deprecated; use 'plain-file' instead~%"
msgstr "o uso de um valor monádico para \"~a\" está obsoleto; em vez disso, use \"plain-file\"~%"
-#: gnu/system.scm:1189
+#: gnu/system.scm:1194
#, fuzzy, scheme-format
#| msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%"
msgid "representing setuid programs with file-like objects is deprecated; use 'setuid-program' instead~%"
msgstr "o uso de um texto para arquivo \"~a\" está obsoleto; em vez disso, use \"plain-file\"~%"
-#: gnu/system.scm:1290
+#: gnu/system.scm:1295
msgid "missing root file system"
msgstr "sistema de arquivos raiz faltando"
-#: gnu/system.scm:1366
+#: gnu/system.scm:1371
#, scheme-format
msgid "~a: invalid locale name"
msgstr "~a: nome de localidade inválido"
@@ -336,7 +345,7 @@ msgstr ""
"que ainda estão em execução após alguns segundos após o envio de @code{SIGTERM}\n"
"são encerrados com @code{SIGKILL}."
-#: gnu/home/services.scm:134
+#: gnu/home/services.scm:136
#, fuzzy
#| msgid ""
#| "Build the operating system top-level directory, which in\n"
@@ -351,7 +360,7 @@ msgstr ""
"se refere a tudo que o sistema operacional precisa: seu kernel, initrd,\n"
"perfil do sistema, script de inicialização e assim por diante."
-#: gnu/home/services.scm:165
+#: gnu/home/services.scm:167
#, scheme-format
msgid ""
"This is the @dfn{home profile} and can be found in\n"
@@ -360,36 +369,36 @@ msgid ""
"@code{home-environment} record."
msgstr ""
-#: gnu/home/services.scm:187
+#: gnu/home/services.scm:189
#, scheme-format
msgid "duplicate definition for `~a' environment variable ~%"
msgstr ""
-#: gnu/home/services.scm:249
+#: gnu/home/services.scm:251
msgid "Set the environment variables."
msgstr ""
-#: gnu/home/services.scm:260
+#: gnu/home/services.scm:262
#, fuzzy, scheme-format
#| msgid "duplicate '~a' entry for /etc"
msgid "duplicate '~a' entry for files/"
msgstr "entrada duplicada \"~a\" para /etc"
-#: gnu/home/services.scm:287
+#: gnu/home/services.scm:289
#, scheme-format
msgid ""
"Files that will be put in\n"
"@file{~~/.guix-home/files}, and further processed during activation."
msgstr ""
-#: gnu/home/services.scm:308
+#: gnu/home/services.scm:310
#, scheme-format
msgid ""
"Files that will be put in\n"
"@file{~~/.guix-home/files/.config}, and further processed during activation."
msgstr ""
-#: gnu/home/services.scm:329
+#: gnu/home/services.scm:331
#, scheme-format
msgid ""
"Files that will be put in\n"
@@ -399,7 +408,7 @@ msgstr ""
#. TRANSLATORS: 'on-first-login' is the name of a service and
#. shouldn't be translated
-#: gnu/home/services.scm:362
+#: gnu/home/services.scm:364
msgid ""
"XDG_RUNTIME_DIR doesn't exists, on-first-login script\n"
"won't execute anything. You can check if xdg runtime directory exists,\n"
@@ -407,13 +416,13 @@ msgid ""
"script by running '$HOME/.guix-home/on-first-login'"
msgstr ""
-#: gnu/home/services.scm:382
+#: gnu/home/services.scm:384
msgid ""
"Run gexps on first user login. Can be\n"
"extended with one gexp."
msgstr ""
-#: gnu/home/services.scm:445
+#: gnu/home/services.scm:447
msgid ""
"Run gexps to activate the current\n"
"generation of home environment and update the state of the home\n"
@@ -422,33 +431,33 @@ msgid ""
"with one gexp, but many times, and all gexps must be idempotent."
msgstr ""
-#: gnu/home/services.scm:527
+#: gnu/home/services.scm:529
#, scheme-format
msgid ""
"Comparing ~a and\n"
"~10t~a..."
msgstr ""
-#: gnu/home/services.scm:529
+#: gnu/home/services.scm:531
#, scheme-format
msgid " done (~a)\n"
msgstr ""
#. TRANSLATORS: 'on-change' is the name of a service type, it
#. probably shouldn't be translated.
-#: gnu/home/services.scm:538
+#: gnu/home/services.scm:540
msgid ""
"Evaluating on-change gexps.\n"
"\n"
msgstr ""
-#: gnu/home/services.scm:540
+#: gnu/home/services.scm:542
msgid ""
"On-change gexps evaluation finished.\n"
"\n"
msgstr ""
-#: gnu/home/services.scm:554
+#: gnu/home/services.scm:556
msgid ""
"G-expressions to run if the specified files have changed since the\n"
"last generation. The extension should be a list of lists where the\n"
@@ -456,7 +465,7 @@ msgid ""
"changed, and the second element is the G-expression to be evaluated."
msgstr ""
-#: gnu/home/services.scm:574
+#: gnu/home/services.scm:576
#, fuzzy
#| msgid ""
#| "Store provenance information about the system in the system\n"
@@ -551,21 +560,27 @@ msgid_plural "invalid file system mount flags:~{ ~s~}~%"
msgstr[0] "quantidade inválida de armazenamento: ~a~%"
msgstr[1] "quantidade inválida de armazenamento: ~a~%"
-#: gnu/system/file-systems.scm:722
+#: gnu/system/file-systems.scm:723
msgid "The store is on a Btrfs subvolume, but the subvolume name is unknown."
msgstr ""
-#: gnu/system/file-systems.scm:726
+#: gnu/system/file-systems.scm:727
msgid "Use the @code{subvol} Btrfs file system option."
msgstr ""
-#: gnu/system/image.scm:302
+#: gnu/system/image.scm:304
#, fuzzy, scheme-format
#| msgid "unsupported policy: ~a~%"
-msgid "Unsupported image type ~a~%."
+msgid "unsupported image type: ~a"
msgstr "sem suporte à política: ~a~%"
-#: gnu/system/image.scm:828
+#: gnu/system/image.scm:322 gnu/system/image.scm:341
+#, fuzzy, scheme-format
+#| msgid "unsupported policy: ~a~%"
+msgid "unsupported partition type: ~a"
+msgstr "sem suporte à política: ~a~%"
+
+#: gnu/system/image.scm:856
#, fuzzy, scheme-format
#| msgid "~a: no such updater~%"
msgid "~a: no such image type"
@@ -578,17 +593,17 @@ msgid ""
"networking support is provided by the host."
msgstr ""
-#: gnu/system/linux-container.scm:223
+#: gnu/system/linux-container.scm:222
#, scheme-format
msgid "system container is running as PID ~a~%"
msgstr ""
-#: gnu/system/linux-container.scm:224
+#: gnu/system/linux-container.scm:223
#, scheme-format
msgid "Run 'sudo guix container exec ~a /run/current-system/profile/bin/bash --login'\n"
msgstr ""
-#: gnu/system/linux-container.scm:226
+#: gnu/system/linux-container.scm:225
#, scheme-format
msgid "or run 'sudo nsenter -a -t ~a' to get a shell into it.~%"
msgstr ""
@@ -878,12 +893,12 @@ msgstr ""
#: guix/import/minetest.scm:430
#, scheme-format
-msgid "The implementation with the highest score will be choosen!~%"
+msgid "The implementation with the highest score will be chosen!~%"
msgstr ""
#: guix/import/minetest.scm:433
#, scheme-format
-msgid "The implementation that has been downloaded the most will be choosen!~%"
+msgid "The implementation that has been downloaded the most will be chosen!~%"
msgstr ""
#: guix/import/minetest.scm:437
@@ -2041,16 +2056,16 @@ msgstr ""
"configuração de máquina não suportada \"~a\"\n"
"para ambiente do tipo \"~a\""
-#: gnu/packages/bootstrap.scm:188
+#: gnu/packages/bootstrap.scm:189
#, scheme-format
msgid "could not find bootstrap binary '~a' for system '~a'"
msgstr "não foi possível localizar binário de inicialização \"~a\" para o sistema \"~a\""
-#: gnu/packages/bootstrap.scm:578
+#: gnu/packages/bootstrap.scm:575
msgid "Raw build system with direct store access"
msgstr "Sistema de compilação bruto com acesso direto ao armazém"
-#: gnu/packages/bootstrap.scm:586
+#: gnu/packages/bootstrap.scm:583
msgid "Pre-built Guile for bootstrapping purposes."
msgstr "Guile pré-compilado para o propósito de inicialização."
@@ -2093,8 +2108,9 @@ msgstr "argumento inválido: ~a~%"
msgid "~A: unrecognized option~%"
msgstr "~A: opção não reconhecida~%"
-#: guix/scripts.scm:169 guix/scripts/import.scm:140
-#: guix/scripts/system.scm:1384
+#: guix/scripts.scm:169 guix/scripts/import.scm:108
+#: guix/scripts/system.scm:1389 guix/scripts/system/edit.scm:42
+#: guix/scripts/home/edit.scm:43
#, scheme-format
msgid "Did you mean @code{~a}?~%"
msgstr "Você quis dizer @code{~a}?~%"
@@ -2136,19 +2152,19 @@ msgstr ""
"guix gc --delete-generations=1m\n"
"@end example\n"
-#: guix/scripts/build.scm:85
+#: guix/scripts/build.scm:93
#, scheme-format
msgid "cannot access build log at '~a':~%"
msgstr "não foi possível acessar o log de compilação em \"~a\"~%"
-#: guix/scripts/build.scm:139
+#: guix/scripts/build.scm:147
#, scheme-format
msgid "failed to create GC root `~a': ~a~%"
msgstr "falha ao criar raiz de GC \"~a\": ~a~%"
-#: guix/scripts/build.scm:154 guix/scripts/search.scm:42
-#: guix/scripts/show.scm:41 guix/scripts/lint.scm:112 guix/scripts/edit.scm:48
-#: guix/scripts/size.scm:246 guix/scripts/graph.scm:546
+#: guix/scripts/build.scm:162 guix/scripts/search.scm:42
+#: guix/scripts/show.scm:41 guix/scripts/lint.scm:112 guix/scripts/edit.scm:49
+#: guix/scripts/size.scm:244 guix/scripts/graph.scm:543
#: guix/scripts/repl.scm:80 guix/scripts/style.scm:812
msgid ""
"\n"
@@ -2158,7 +2174,7 @@ msgstr ""
" -L, --load-path=DIR insere DIR no início do caminho de pesquisa do\n"
" módulo do pacote"
-#: guix/scripts/build.scm:156
+#: guix/scripts/build.scm:164
msgid ""
"\n"
" -K, --keep-failed keep build tree of failed builds"
@@ -2166,7 +2182,7 @@ msgstr ""
"\n"
" -K, --keep-failed mantém a árvore de compilado de pacotes falhos"
-#: guix/scripts/build.scm:158
+#: guix/scripts/build.scm:166
msgid ""
"\n"
" -k, --keep-going keep going when some of the derivations fail"
@@ -2174,7 +2190,7 @@ msgstr ""
"\n"
" -k, --keep-going continua mesmo se algumas das derivações falharem"
-#: guix/scripts/build.scm:160
+#: guix/scripts/build.scm:168
msgid ""
"\n"
" -n, --dry-run do not build the derivations"
@@ -2182,7 +2198,7 @@ msgstr ""
"\n"
" -n, --dry-run não compila as derivações"
-#: guix/scripts/build.scm:162
+#: guix/scripts/build.scm:170
msgid ""
"\n"
" --fallback fall back to building when the substituter fails"
@@ -2190,7 +2206,7 @@ msgstr ""
"\n"
" --fallback volta para compilação quando o substituto falhar"
-#: guix/scripts/build.scm:164
+#: guix/scripts/build.scm:172
msgid ""
"\n"
" --no-substitutes build instead of resorting to pre-built substitutes"
@@ -2199,7 +2215,7 @@ msgstr ""
" --no-substitutes compila, em vez de recorrer a substitutos\n"
" pré-construídos"
-#: guix/scripts/build.scm:166 guix/scripts/size.scm:235
+#: guix/scripts/build.scm:174 guix/scripts/size.scm:235
msgid ""
"\n"
" --substitute-urls=URLS\n"
@@ -2209,7 +2225,7 @@ msgstr ""
" --substitute-urls=URLS\n"
" obtém substituto a partir das URLS se autorizadas"
-#: guix/scripts/build.scm:169
+#: guix/scripts/build.scm:177
msgid ""
"\n"
" --no-grafts do not graft packages"
@@ -2217,7 +2233,7 @@ msgstr ""
"\n"
" --no-grafts não enxerta pacotes"
-#: guix/scripts/build.scm:171
+#: guix/scripts/build.scm:179
msgid ""
"\n"
" --no-offload do not attempt to offload builds"
@@ -2225,7 +2241,7 @@ msgstr ""
"\n"
" --no-offload não tenta descarregar compilações"
-#: guix/scripts/build.scm:173
+#: guix/scripts/build.scm:181
msgid ""
"\n"
" --max-silent-time=SECONDS\n"
@@ -2236,7 +2252,7 @@ msgstr ""
" marca a compilação como falha após transcorridos\n"
" SEGUNDOS de silêncio"
-#: guix/scripts/build.scm:176
+#: guix/scripts/build.scm:184
msgid ""
"\n"
" --timeout=SECONDS mark the build as failed after SECONDS of activity"
@@ -2246,7 +2262,7 @@ msgstr ""
" marca a compilação como falha após transcorridos\n"
" SEGUNDOS de atividade"
-#: guix/scripts/build.scm:178
+#: guix/scripts/build.scm:186
msgid ""
"\n"
" --rounds=N build N times in a row to detect non-determinism"
@@ -2255,7 +2271,7 @@ msgstr ""
" --rounds=N compila N vezes seguidas para detectar\n"
" não determinismo"
-#: guix/scripts/build.scm:180
+#: guix/scripts/build.scm:188
msgid ""
"\n"
" -c, --cores=N allow the use of up to N CPU cores for the build"
@@ -2263,7 +2279,7 @@ msgstr ""
"\n"
" -c, --cores=N permite uso de até N núcleos de CPU para compilação"
-#: guix/scripts/build.scm:182
+#: guix/scripts/build.scm:190
msgid ""
"\n"
" -M, --max-jobs=N allow at most N build jobs"
@@ -2271,7 +2287,7 @@ msgstr ""
"\n"
" -M, --max-jobs=N permite no máximo N trabalhos de compilação"
-#: guix/scripts/build.scm:184
+#: guix/scripts/build.scm:192
msgid ""
"\n"
" --debug=LEVEL produce debugging output at LEVEL"
@@ -2279,21 +2295,89 @@ msgstr ""
"\n"
" --debug=NÍVEL produz uma saída de depuração no NÍVEL"
-#: guix/scripts/build.scm:201
+#: guix/scripts/build.scm:196
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --list-image-types list available image types"
+msgid ""
+"\n"
+" --list-targets list available targets"
+msgstr ""
+"\n"
+" --list-image-types lista os tipos de imagem disponíveis"
+
+#: guix/scripts/build.scm:198
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\""
+msgid ""
+"\n"
+" --target=TRIPLET cross-build for TRIPLET--e.g., \"aarch64-linux-gnu\""
+msgstr ""
+"\n"
+" --target=TRIO compilação cruzada para TRIO (ex: \"armel-linux-gnu\")"
+
+#: guix/scripts/build.scm:202
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --list-types list the available graph types"
+msgid ""
+"\n"
+" --list-systems list available systems"
+msgstr ""
+"\n"
+" --list-types lista os tipos de grafo disponíveis"
+
+#: guix/scripts/build.scm:204
+msgid ""
+"\n"
+" -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\""
+msgstr ""
+"\n"
+" -s, --system=SISTEMA tenta compilar para SISTEMA (ex.: \"i686-linux\")"
+
+#: guix/scripts/build.scm:221
msgid "'--keep-failed' ignored since you are talking to a remote daemon\n"
msgstr "\"--keep-failed\" ignorada já que você está falando com um daemon remoto\n"
-#: guix/scripts/build.scm:282
+#: guix/scripts/build.scm:302
#, scheme-format
msgid "'--no-build-hook' is deprecated; use '--no-offload' instead~%"
msgstr "\"--no-build-hook\" está descontinuado; use \"--no-offload\"~%"
-#: guix/scripts/build.scm:312 guix/scripts/build.scm:319
+#: guix/scripts/build.scm:332 guix/scripts/build.scm:339
#, scheme-format
msgid "not a number: '~a' option argument: ~a~%"
msgstr "não é um número: argumento da opção \"~a\": ~a~%"
-#: guix/scripts/build.scm:340
+#: guix/scripts/build.scm:344
+#, fuzzy
+#| msgid "The available formats are:\n"
+msgid "The available systems are:\n"
+msgstr "Os formatos disponíveis são:\n"
+
+#: guix/scripts/build.scm:358
+#, fuzzy
+#| msgid "The available image types are:\n"
+msgid "The available targets are:\n"
+msgstr "Os tipos de imagem disponíveis são:\n"
+
+#: guix/scripts/build.scm:376
+#, fuzzy, scheme-format
+#| msgid "'~a' does not name a store item~%"
+msgid "'~a' is not a supported target~%"
+msgstr "\"~a\" não é o nome de um item do armazenamento~%"
+
+#: guix/scripts/build.scm:392
+#, fuzzy, scheme-format
+#| msgid "'~a' does not name a store item~%"
+msgid "'~a' is not a supported system~%"
+msgstr "\"~a\" não é o nome de um item do armazenamento~%"
+
+#: guix/scripts/build.scm:413
msgid ""
"Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n"
"Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"
@@ -2301,7 +2385,7 @@ msgstr ""
"Uso: guix build [OPÇÃO]... PACOTE-OU-DERIVAÇÃO...\n"
"Compila o PACOTE-OU-DERIVAÇÃO dado e retorna seus caminhos de saída.\n"
-#: guix/scripts/build.scm:342 guix/scripts/archive.scm:91
+#: guix/scripts/build.scm:415 guix/scripts/archive.scm:91
msgid ""
"\n"
" -e, --expression=EXPR build the package or derivation EXPR evaluates to"
@@ -2309,7 +2393,7 @@ msgstr ""
"\n"
" -e, --expression=EXPR compila o pacote ou derivação para o qual EXPR avalia"
-#: guix/scripts/build.scm:344
+#: guix/scripts/build.scm:417
msgid ""
"\n"
" -f, --file=FILE build the package or derivation that the code within\n"
@@ -2319,7 +2403,7 @@ msgstr ""
" -f, --file=ARQUIVO compila o pacote ou derivação para o qual\n"
" o código em ARQUIVO avaliar"
-#: guix/scripts/build.scm:347
+#: guix/scripts/build.scm:420
msgid ""
"\n"
" -m, --manifest=FILE build the packages that the manifest given in FILE\n"
@@ -2329,7 +2413,7 @@ msgstr ""
" -m, --manifest=ARQUIVO compila os pacotes para os quais o manifesto\n"
" dado no ARQUIVO avalia"
-#: guix/scripts/build.scm:350 guix/scripts/archive.scm:93
+#: guix/scripts/build.scm:423 guix/scripts/archive.scm:93
msgid ""
"\n"
" -S, --source build the packages' source derivations"
@@ -2337,7 +2421,7 @@ msgstr ""
"\n"
" -S, --source compila as derivações de fontes do pacote"
-#: guix/scripts/build.scm:352
+#: guix/scripts/build.scm:425
msgid ""
"\n"
" --sources[=TYPE] build source derivations; TYPE may optionally be one\n"
@@ -2347,26 +2431,7 @@ msgstr ""
" --sources[=TIPO] compila derivações de fonte; como opção, TIPO pode\n"
" um entre \"package\", \"all\" (padrão) ou \"transitive\""
-#: guix/scripts/build.scm:355 guix/scripts/pull.scm:121
-#: guix/scripts/pack.scm:1327 guix/scripts/archive.scm:95
-#: guix/scripts/environment.scm:98
-msgid ""
-"\n"
-" -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\""
-msgstr ""
-"\n"
-" -s, --system=SISTEMA tenta compilar para SISTEMA (ex.: \"i686-linux\")"
-
-#: guix/scripts/build.scm:357 guix/scripts/system.scm:1023
-#: guix/scripts/pack.scm:1329 guix/scripts/archive.scm:97
-msgid ""
-"\n"
-" --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\""
-msgstr ""
-"\n"
-" --target=TRIO compilação cruzada para TRIO (ex: \"armel-linux-gnu\")"
-
-#: guix/scripts/build.scm:359
+#: guix/scripts/build.scm:428
msgid ""
"\n"
" -d, --derivations return the derivation paths of the given packages"
@@ -2374,7 +2439,7 @@ msgstr ""
"\n"
" -d, --derivations retorna os caminhos de derivação dos pacotes dados"
-#: guix/scripts/build.scm:361
+#: guix/scripts/build.scm:430
msgid ""
"\n"
" --check rebuild items to check for non-determinism issues"
@@ -2383,7 +2448,7 @@ msgstr ""
" --check recompila itens para verificar questões de\n"
" não determinismo"
-#: guix/scripts/build.scm:363
+#: guix/scripts/build.scm:432
msgid ""
"\n"
" --repair repair the specified items"
@@ -2391,8 +2456,8 @@ msgstr ""
"\n"
" --repair conserta os itens especificados"
-#: guix/scripts/build.scm:365 guix/scripts/pack.scm:1347
-#: guix/scripts/environment.scm:100
+#: guix/scripts/build.scm:434 guix/scripts/pack.scm:1341
+#: guix/scripts/environment.scm:98
msgid ""
"\n"
" -r, --root=FILE make FILE a symlink to the result, and register it\n"
@@ -2402,13 +2467,13 @@ msgstr ""
" -r, --root=ARQUIVO faz do ARQUIVO um link simbólico para o resultado\n"
" e o registra, como um coletor de lixo"
-#: guix/scripts/build.scm:368 guix/scripts/package.scm:472
+#: guix/scripts/build.scm:437 guix/scripts/package.scm:477
#: guix/scripts/install.scm:37 guix/scripts/remove.scm:36
-#: guix/scripts/upgrade.scm:39 guix/scripts/pull.scm:119
-#: guix/scripts/system.scm:1025 guix/scripts/copy.scm:122
-#: guix/scripts/pack.scm:1352 guix/scripts/deploy.scm:66
-#: guix/scripts/archive.scm:99 guix/scripts/environment.scm:124
-#: guix/scripts/home.scm:136
+#: guix/scripts/upgrade.scm:39 guix/scripts/pull.scm:117
+#: guix/scripts/system.scm:1027 guix/scripts/copy.scm:122
+#: guix/scripts/pack.scm:1346 guix/scripts/deploy.scm:66
+#: guix/scripts/archive.scm:95 guix/scripts/environment.scm:122
+#: guix/scripts/home.scm:139
msgid ""
"\n"
" -v, --verbosity=LEVEL use the given verbosity LEVEL"
@@ -2416,7 +2481,7 @@ msgstr ""
"\n"
" -v, --verbosity=NÍVEL usa o NÍVEL de detalhamento dado"
-#: guix/scripts/build.scm:370
+#: guix/scripts/build.scm:439
msgid ""
"\n"
" -q, --quiet do not show the build log"
@@ -2424,7 +2489,7 @@ msgstr ""
"\n"
" -q, --quiet não mostra o log de compilação"
-#: guix/scripts/build.scm:372
+#: guix/scripts/build.scm:441
msgid ""
"\n"
" --log-file return the log file names for the given derivations"
@@ -2433,23 +2498,23 @@ msgstr ""
" --log-file retorna o os nomes de arquivos de log para as\n"
" derivações fornecidas"
-#: guix/scripts/build.scm:379 guix/scripts/download.scm:104
-#: guix/scripts/package.scm:490 guix/scripts/install.scm:44
+#: guix/scripts/build.scm:452 guix/scripts/download.scm:104
+#: guix/scripts/package.scm:495 guix/scripts/install.scm:44
#: guix/scripts/remove.scm:41 guix/scripts/upgrade.scm:48
#: guix/scripts/search.scm:37 guix/scripts/show.scm:36 guix/scripts/gc.scm:88
#: guix/scripts/git.scm:34 guix/scripts/git/authenticate.scm:110
-#: guix/scripts/hash.scm:98 guix/scripts/import.scm:98
+#: guix/scripts/hash.scm:98 guix/scripts/import.scm:68
#: guix/scripts/import/minetest.scm:46 guix/scripts/import/cran.scm:49
-#: guix/scripts/pull.scm:127 guix/scripts/substitute.scm:250
-#: guix/scripts/system.scm:1032 guix/scripts/lint.scm:115
-#: guix/scripts/publish.scm:118 guix/scripts/edit.scm:51
-#: guix/scripts/size.scm:249 guix/scripts/graph.scm:551
+#: guix/scripts/pull.scm:126 guix/scripts/substitute.scm:250
+#: guix/scripts/system.scm:1034 guix/scripts/lint.scm:115
+#: guix/scripts/publish.scm:118 guix/scripts/edit.scm:52
+#: guix/scripts/size.scm:247 guix/scripts/graph.scm:548
#: guix/scripts/challenge.scm:430 guix/scripts/copy.scm:127
-#: guix/scripts/pack.scm:1357 guix/scripts/weather.scm:345
+#: guix/scripts/pack.scm:1351 guix/scripts/weather.scm:344
#: guix/scripts/describe.scm:97 guix/scripts/processes.scm:301
#: guix/scripts/deploy.scm:58 guix/scripts/container.scm:35
#: guix/scripts/container/exec.scm:43 guix/scripts/archive.scm:106
-#: guix/scripts/environment.scm:150 guix/scripts/home.scm:142
+#: guix/scripts/environment.scm:150 guix/scripts/home.scm:145
#: guix/scripts/time-machine.scm:67 guix/scripts/import/cpan.scm:44
#: guix/scripts/import/crate.scm:50 guix/scripts/import/egg.scm:45
#: guix/scripts/import/gem.scm:47 guix/scripts/import/gnu.scm:50
@@ -2465,23 +2530,23 @@ msgstr ""
"\n"
" -h, --help exibe esta ajuda e sai"
-#: guix/scripts/build.scm:381 guix/scripts/download.scm:106
-#: guix/scripts/package.scm:492 guix/scripts/install.scm:46
+#: guix/scripts/build.scm:454 guix/scripts/download.scm:106
+#: guix/scripts/package.scm:497 guix/scripts/install.scm:46
#: guix/scripts/remove.scm:43 guix/scripts/upgrade.scm:50
#: guix/scripts/search.scm:39 guix/scripts/show.scm:38 guix/scripts/gc.scm:90
#: guix/scripts/git.scm:36 guix/scripts/git/authenticate.scm:112
-#: guix/scripts/hash.scm:100 guix/scripts/import.scm:100
+#: guix/scripts/hash.scm:100 guix/scripts/import.scm:70
#: guix/scripts/import/minetest.scm:50 guix/scripts/import/cran.scm:55
-#: guix/scripts/pull.scm:129 guix/scripts/substitute.scm:252
-#: guix/scripts/system.scm:1034 guix/scripts/lint.scm:119
-#: guix/scripts/publish.scm:120 guix/scripts/edit.scm:53
-#: guix/scripts/size.scm:251 guix/scripts/graph.scm:553
+#: guix/scripts/pull.scm:128 guix/scripts/substitute.scm:252
+#: guix/scripts/system.scm:1036 guix/scripts/lint.scm:119
+#: guix/scripts/publish.scm:120 guix/scripts/edit.scm:54
+#: guix/scripts/size.scm:249 guix/scripts/graph.scm:550
#: guix/scripts/challenge.scm:432 guix/scripts/copy.scm:129
-#: guix/scripts/pack.scm:1359 guix/scripts/weather.scm:347
+#: guix/scripts/pack.scm:1353 guix/scripts/weather.scm:346
#: guix/scripts/describe.scm:99 guix/scripts/processes.scm:303
#: guix/scripts/deploy.scm:60 guix/scripts/container.scm:37
#: guix/scripts/container/exec.scm:45 guix/scripts/archive.scm:108
-#: guix/scripts/environment.scm:152 guix/scripts/home.scm:144
+#: guix/scripts/environment.scm:152 guix/scripts/home.scm:147
#: guix/scripts/time-machine.scm:69 guix/scripts/import/cpan.scm:46
#: guix/scripts/import/crate.scm:52 guix/scripts/import/egg.scm:49
#: guix/scripts/import/gem.scm:49 guix/scripts/import/gnu.scm:52
@@ -2496,7 +2561,7 @@ msgstr ""
"\n"
" -V, --version exibe informações da versão e sai"
-#: guix/scripts/build.scm:408
+#: guix/scripts/build.scm:481
#, scheme-format
msgid ""
"invalid argument: '~a' option argument: ~a, ~\n"
@@ -2505,12 +2570,12 @@ msgstr ""
"argumento inválido: argumento da opção \"~a\": ~a, ~\n"
"deve ser um entre \"package\", \"all\" ou \"transitive\"~%"
-#: guix/scripts/build.scm:470
+#: guix/scripts/build.scm:538
#, scheme-format
msgid "~s: not something we can build~%"
msgstr "~s: não é algo que podemos compilar~%"
-#: guix/scripts/build.scm:475
+#: guix/scripts/build.scm:543
msgid ""
"If you build from a file, make sure the last Scheme\n"
"expression returns a package value. @code{define-public} defines a variable,\n"
@@ -2540,7 +2605,7 @@ msgstr ""
"meu-pacote\n"
"@end exempl"
-#: guix/scripts/build.scm:488
+#: guix/scripts/build.scm:556
msgid ""
"If you build from a file, make sure the last\n"
"Scheme expression returns a package, gexp, derivation or a list of such\n"
@@ -2550,23 +2615,23 @@ msgstr ""
"certifique-se de que a última expressão de Scheme retorne um\n"
"pacote, gexp, derivação ou uma lista de tais valores."
-#: guix/scripts/build.scm:573
+#: guix/scripts/build.scm:641
#, fuzzy, scheme-format
#| msgid "package '~a' has no source~%"
msgid "package ~a does not support ~a~%"
msgstr "pacote \"~a\" não possui fontes~%"
-#: guix/scripts/build.scm:592
+#: guix/scripts/build.scm:660
#, scheme-format
msgid "package '~a' has no source~%"
msgstr "pacote \"~a\" não possui fontes~%"
-#: guix/scripts/build.scm:640
+#: guix/scripts/build.scm:708
#, scheme-format
msgid "no build log for '~a'~%"
msgstr "nenhum log de compilação para \"~a\"~%"
-#: guix/scripts/build.scm:701
+#: guix/scripts/build.scm:769
#, fuzzy, scheme-format
#| msgid "no packages specified; building an empty pack~%"
msgid "no arguments specified, nothing to do~%"
@@ -2755,183 +2820,183 @@ msgstr "a descrição inválida: ~s"
msgid "'~a' should probably be a native input"
msgstr "\"~a\" provavelmente é uma entrada nativa"
-#: guix/lint.scm:532
+#: guix/lint.scm:530
#, scheme-format
msgid "'~a' should probably not be an input at all"
msgstr "\"~a\" provavelmente deve não ser uma entrada"
-#: guix/lint.scm:543
+#: guix/lint.scm:541
#, fuzzy, scheme-format
#| msgid "module name ~a does not match file name '~a'~%"
msgid "label '~a' does not match package name '~a'"
msgstr "o nome do módulo \"~a\" não corresponde a um nome de arquivo \"~a\"~%"
-#: guix/lint.scm:573
+#: guix/lint.scm:571
#, scheme-format
msgid "\"bash-minimal\" should be in 'inputs' when '~a' is used"
msgstr ""
-#: guix/lint.scm:625
+#: guix/lint.scm:623
msgid "no period allowed at the end of the synopsis"
msgstr "nenhum ponto permitido ao final da sinopse"
-#: guix/lint.scm:639
+#: guix/lint.scm:637
msgid "no article allowed at the beginning of the synopsis"
msgstr "nenhum artigo permitido no início da sinopse"
-#: guix/lint.scm:648
+#: guix/lint.scm:646
msgid "synopsis should be less than 80 characters long"
msgstr "a sinopse deve ser menor que 80 caracteres"
-#: guix/lint.scm:657
+#: guix/lint.scm:655
msgid "synopsis should start with an upper-case letter or digit"
msgstr "a sinopse deve iniciar com uma letra maiúscula ou dígito"
-#: guix/lint.scm:665
+#: guix/lint.scm:663
msgid "synopsis should not start with the package name"
msgstr "a sinopse deve não iniciar com o nome do pacote"
-#: guix/lint.scm:679
+#: guix/lint.scm:677
msgid "Texinfo markup in synopsis is invalid"
msgstr "Marcação Texinfo na sinopse é inválida"
-#: guix/lint.scm:687
+#: guix/lint.scm:685
msgid "synopsis contains trailing whitespace"
msgstr ""
-#: guix/lint.scm:704
+#: guix/lint.scm:702
msgid "synopsis should not be empty"
msgstr "a sinopse deve não estar vazia"
-#: guix/lint.scm:714
+#: guix/lint.scm:712
#, scheme-format
msgid "invalid synopsis: ~s"
msgstr "sinopse inválida: ~s"
-#: guix/lint.scm:814
+#: guix/lint.scm:812
#, scheme-format
msgid "~a: HTTP GET error for ~a: ~a (~s)~%"
msgstr "~a: erro HTTP GET para ~a: ~a (~s)~%"
-#: guix/lint.scm:824
+#: guix/lint.scm:822
#, scheme-format
msgid "~a: host lookup failure: ~a~%"
msgstr "~a: falha ao procurar a máquina: ~a~%"
-#: guix/lint.scm:829
+#: guix/lint.scm:827
#, scheme-format
msgid "~a: TLS certificate error: ~a"
msgstr "~a: erro de certificado TLS: ~a"
-#: guix/lint.scm:834
+#: guix/lint.scm:832
#, fuzzy, scheme-format
#| msgid "TLS error in procedure '~a': ~a~%"
msgid "~a: TLS error in '~a': ~a~%"
msgstr "erro TLS no procedimento \"~a\": ~a~%"
-#: guix/lint.scm:845 guix/ui.scm:815 guix/scripts/offload.scm:194
+#: guix/lint.scm:843 guix/ui.scm:815 guix/scripts/offload.scm:194
#, scheme-format
msgid "~a: ~a~%"
msgstr "~a: ~a~%"
-#: guix/lint.scm:877
+#: guix/lint.scm:875
#, scheme-format
msgid "URI ~a returned suspiciously small file (~a bytes)"
msgstr "a URI ~a retornou um arquivo suspeitosamente pequeno (~a bytes)"
-#: guix/lint.scm:886
+#: guix/lint.scm:884
#, scheme-format
msgid "permanent redirect from ~a to ~a"
msgstr "redirecionamento permanente de ~a para ~a"
-#: guix/lint.scm:892
+#: guix/lint.scm:890
#, scheme-format
msgid "invalid permanent redirect from ~a"
msgstr "redirecionamento permanente inválido de ~a"
-#: guix/lint.scm:898 guix/lint.scm:908
+#: guix/lint.scm:896 guix/lint.scm:906
#, scheme-format
msgid "URI ~a not reachable: ~a (~s)"
msgstr "a URI ~a não é alcançável: ~a (~s)"
-#: guix/lint.scm:914
+#: guix/lint.scm:912
#, scheme-format
msgid "URI ~a domain not found: ~a"
msgstr "o domínio da URI ~a não foi localizado: ~a"
-#: guix/lint.scm:920
+#: guix/lint.scm:918
#, scheme-format
msgid "URI ~a unreachable: ~a"
msgstr "URI ~a inalcançável: ~a"
-#: guix/lint.scm:928
+#: guix/lint.scm:926
#, scheme-format
msgid "TLS certificate error: ~a"
msgstr "erro de certificado TLS: ~a"
-#: guix/lint.scm:955
+#: guix/lint.scm:953
msgid "invalid value for home page"
msgstr "valor inválido para página inicial"
-#: guix/lint.scm:960
+#: guix/lint.scm:958
#, scheme-format
msgid "invalid home page URL: ~s"
msgstr "URL de página inicial inválida: ~s"
-#: guix/lint.scm:997
+#: guix/lint.scm:995
msgid "file names of patches should start with the package name"
msgstr "nomes de arquivos de patches devem iniciar com o nome do pacote"
-#: guix/lint.scm:1017
+#: guix/lint.scm:1015
#, fuzzy, scheme-format
#| msgid "~a: file name is too long"
msgid "~a: file name is too long, which may break 'make dist'"
msgstr "~a: o nome de arquivo é longo demais"
-#: guix/lint.scm:1038
+#: guix/lint.scm:1036
#, scheme-format
msgid "~a: empty patch"
msgstr "~a: patch vazio"
-#: guix/lint.scm:1047
+#: guix/lint.scm:1045
#, scheme-format
msgid "~a: patch lacks comment and upstream status"
msgstr "~a: o patch não tem comentário nem estado upstream"
-#: guix/lint.scm:1108
+#: guix/lint.scm:1106
#, scheme-format
msgid "proposed synopsis: ~s~%"
msgstr "sinopse proposta: ~s~%"
-#: guix/lint.scm:1122
+#: guix/lint.scm:1120
#, scheme-format
msgid "proposed description:~% \"~a\"~%"
msgstr "descrição proposta:~% \"~a\"~%"
-#: guix/lint.scm:1173
+#: guix/lint.scm:1171
msgid "all the source URIs are unreachable:"
msgstr "todas as URIs fontes estão inalcançáveis:"
-#: guix/lint.scm:1202
+#: guix/lint.scm:1200
msgid "the source file name should contain the package name"
msgstr "o nome de arquivo fonte deve conter o nome do pacote"
-#: guix/lint.scm:1214
+#: guix/lint.scm:1212
msgid "the source URI should not be an autogenerated tarball"
msgstr "a URI fonte não deve ser um tarball gerado automaticamente"
-#: guix/lint.scm:1238
+#: guix/lint.scm:1236
#, scheme-format
msgid "URL should be 'mirror://~a/~a'"
msgstr "a URL deve ser \"mirror://~a/~a\""
-#: guix/lint.scm:1278
+#: guix/lint.scm:1276
#, fuzzy, scheme-format
#| msgid "failed to access '~a': ~a~%"
msgid "while accessing '~a'"
msgstr "falha ao acessar \"~a\": ~a~%"
-#: guix/lint.scm:1285
+#: guix/lint.scm:1283
#, scheme-format
msgid "URL should be '~a'"
msgstr "a URL deve ser \"~a\""
@@ -2939,69 +3004,69 @@ msgstr "a URL deve ser \"~a\""
#. TRANSLATORS: check and #:tests? are a
#. Scheme symbol and keyword respectively
#. and should not be translated.
-#: guix/lint.scm:1313
+#: guix/lint.scm:1311
msgid "the 'check' phase should respect #:tests?"
msgstr ""
-#: guix/lint.scm:1331 guix/lint.scm:1342 guix/lint.scm:1350
+#: guix/lint.scm:1329 guix/lint.scm:1340 guix/lint.scm:1348 guix/lint.scm:1352
#, scheme-format
msgid "failed to create ~a derivation: ~a"
msgstr "falha ao criar a derivação de ~a: ~a"
-#: guix/lint.scm:1336
+#: guix/lint.scm:1334
#, scheme-format
msgid "failed to create ~a derivation: ~s"
msgstr "falha ao criar a derivação de ~a: ~s"
-#: guix/lint.scm:1388
+#: guix/lint.scm:1390
#, scheme-format
msgid "propagated inputs ~a and ~a collide"
msgstr "as entradas propagadas ~a e ~a colidem"
-#: guix/lint.scm:1412
+#: guix/lint.scm:1414
msgid "invalid license field"
msgstr "campo de licença inválido"
-#: guix/lint.scm:1419
+#: guix/lint.scm:1421
msgid "while retrieving CVE vulnerabilities"
msgstr "ao obter vulnerabilidades CVE"
-#: guix/lint.scm:1462
+#: guix/lint.scm:1464
#, scheme-format
msgid "probably vulnerable to ~a"
msgstr "provavelmente vulnerável a ~a"
-#: guix/lint.scm:1470
+#: guix/lint.scm:1472
#, scheme-format
msgid "no updater for ~a"
msgstr "nenhum atualizador para ~a"
-#: guix/lint.scm:1475 guix/lint.scm:1650
+#: guix/lint.scm:1477 guix/lint.scm:1652
#, scheme-format
msgid "while retrieving upstream info for '~a'"
msgstr "ao obter informações do upstream para \"~a\""
-#: guix/lint.scm:1484
+#: guix/lint.scm:1486
#, scheme-format
msgid "can be upgraded to ~a"
msgstr "pode ser atualizado para ~a"
-#: guix/lint.scm:1490
+#: guix/lint.scm:1492
#, scheme-format
msgid "updater '~a' failed to find upstream releases"
msgstr "Atualizador para '~a' não encontrou lançamentos upstream"
-#: guix/lint.scm:1517
+#: guix/lint.scm:1519
#, fuzzy, scheme-format
#| msgid "failed to access '~a': ~a~%"
msgid "failed to access Disarchive database at ~a"
msgstr "falha ao acessar \"~a\": ~a~%"
-#: guix/lint.scm:1544
+#: guix/lint.scm:1546
msgid "Software Heritage rate limit reached; try again later"
msgstr "Limite de taxa de Software Heritage atingido; tente novamente mais tarde"
-#: guix/lint.scm:1548
+#: guix/lint.scm:1550
#, scheme-format
msgid "'~a' returned ~a"
msgstr "\"~a\" retornou ~a"
@@ -3009,168 +3074,168 @@ msgstr "\"~a\" retornou ~a"
#. TRANSLATORS: "Software Heritage" is a proper noun
#. that must remain untranslated. See
#. <https://www.softwareheritage.org>.
-#: guix/lint.scm:1587
+#: guix/lint.scm:1589
msgid "scheduled Software Heritage archival"
msgstr "arquivamento Software Heritage agendado"
-#: guix/lint.scm:1593
+#: guix/lint.scm:1595
msgid "archival rate limit exceeded; try again later"
msgstr "taxa limite de arquivamento excedida; tente novamente mais tarde"
-#: guix/lint.scm:1614
+#: guix/lint.scm:1616
#, fuzzy
#| msgid "source not archived on Software Heritage"
msgid "source not archived on Software Heritage and missing from the Disarchive database"
msgstr "fonte não arquivada no Software Heritage"
-#: guix/lint.scm:1624
+#: guix/lint.scm:1626
#, scheme-format
msgid "Disarchive entry refers to non-existent SWH directory '~a'"
msgstr ""
-#: guix/lint.scm:1633
+#: guix/lint.scm:1635
#, fuzzy
#| msgid "~a: unsupported compression type~%"
msgid "unsupported source type"
msgstr "~a: sem suporte ao tipo de compressão~%"
-#: guix/lint.scm:1642
+#: guix/lint.scm:1644
msgid "while connecting to Software Heritage"
msgstr "enquanto conectava ao Software Heritage"
-#: guix/lint.scm:1659
+#: guix/lint.scm:1661
#, scheme-format
msgid "ahead of Stackage LTS version ~a"
msgstr "à frente da versão Stackage LTS ~a"
-#: guix/lint.scm:1676
+#: guix/lint.scm:1678
#, scheme-format
msgid "tabulation on line ~a, column ~a"
msgstr "tabulação na linha ~a, coluna ~a"
-#: guix/lint.scm:1688
+#: guix/lint.scm:1690
#, scheme-format
msgid "trailing white space on line ~a"
msgstr "espaço ao final da linha ~a"
-#: guix/lint.scm:1702
+#: guix/lint.scm:1704
#, scheme-format
msgid "line ~a is way too long (~a characters)"
msgstr "a linha ~a está grande demais (~a caracteres)"
-#: guix/lint.scm:1716
+#: guix/lint.scm:1718
msgid "parentheses feel lonely, move to the previous or next line"
msgstr "parênteses se sentem sozinhos, mova para a linha anterior ou a seguinte"
-#: guix/lint.scm:1793
+#: guix/lint.scm:1795
msgid "source file not found"
msgstr "arquivo fonte não encontrado"
-#: guix/lint.scm:1805
+#: guix/lint.scm:1807
msgid "Validate package names"
msgstr "Valida nomes do pacotes"
-#: guix/lint.scm:1809
+#: guix/lint.scm:1811
msgid "Check if tests are explicitly enabled"
msgstr ""
-#: guix/lint.scm:1813
+#: guix/lint.scm:1815
msgid "Validate package descriptions"
msgstr "Valida descrições dos pacotes"
-#: guix/lint.scm:1817
+#: guix/lint.scm:1819
msgid "Identify inputs that should be native inputs"
msgstr "Identifica entradas que devem ser nativas"
-#: guix/lint.scm:1821
+#: guix/lint.scm:1823
msgid "Identify inputs that shouldn't be inputs at all"
msgstr "Identifica entradas que podem ser entradas"
-#: guix/lint.scm:1825
+#: guix/lint.scm:1827
#, fuzzy
#| msgid "Identify inputs that should be native inputs"
msgid "Identify input labels that do not match package names"
msgstr "Identifica entradas que devem ser nativas"
-#: guix/lint.scm:1829
+#: guix/lint.scm:1831
msgid "Make sure 'wrap-program' can finds its interpreter."
msgstr ""
#. TRANSLATORS: <license> is the name of a data type and must not be
#. translated.
-#: guix/lint.scm:1835
+#: guix/lint.scm:1837
msgid "Make sure the 'license' field is a <license> or a list thereof"
msgstr "Certifica que o campo \"license\" é um <license> ou uma lista disto"
-#: guix/lint.scm:1840
+#: guix/lint.scm:1842
msgid "Make sure tests are only run when requested"
msgstr ""
-#: guix/lint.scm:1844
+#: guix/lint.scm:1846
msgid "Suggest 'mirror://' URLs"
msgstr "Sugere URLs \"mirror://\""
-#: guix/lint.scm:1848
+#: guix/lint.scm:1850
msgid "Validate file names of sources"
msgstr "Valida nomes de arquivos dos fontes"
-#: guix/lint.scm:1852
+#: guix/lint.scm:1854
msgid "Check for autogenerated tarballs"
msgstr "Verifica para tarballs gerados automaticamente"
-#: guix/lint.scm:1856
+#: guix/lint.scm:1858
msgid "Report failure to compile a package to a derivation"
msgstr "Relata falha ao compilar um pacote para uma derivação"
-#: guix/lint.scm:1861
+#: guix/lint.scm:1863
msgid "Report collisions that would occur due to propagated inputs"
msgstr "Reporta colisões que iriam ocorrer devido a entradas propagadas"
-#: guix/lint.scm:1866
+#: guix/lint.scm:1868
msgid "Validate file names and availability of patches"
msgstr "Valida nomes de arquivos e disponibilidade de patches"
-#: guix/lint.scm:1870
+#: guix/lint.scm:1872
msgid "Validate patch headers"
msgstr "Valida cabeçalhos do patch"
-#: guix/lint.scm:1874
+#: guix/lint.scm:1876
msgid "Look for formatting issues in the source"
msgstr "Procura por problemas de formatação no fonte"
-#: guix/lint.scm:1881
+#: guix/lint.scm:1883
msgid "Validate package synopses"
msgstr "Valida sinopses do pacotes"
-#: guix/lint.scm:1885
+#: guix/lint.scm:1887
msgid "Validate synopsis & description of GNU packages"
msgstr "Valida sinopse & descrição de pacotes GNU"
-#: guix/lint.scm:1889
+#: guix/lint.scm:1891
msgid "Validate home-page URLs"
msgstr "Valida URLs de site"
-#: guix/lint.scm:1893
+#: guix/lint.scm:1895
msgid "Validate source URLs"
msgstr "Valida URLs fonte"
-#: guix/lint.scm:1897
+#: guix/lint.scm:1899
msgid "Suggest GitHub URLs"
msgstr "Sugere URLs do GitHub"
-#: guix/lint.scm:1901
+#: guix/lint.scm:1903
msgid "Check the Common Vulnerabilities and Exposures (CVE) database"
msgstr "Verifica o banco de dados de Vulnerabilidades e Exposições Comuns (CVE)"
-#: guix/lint.scm:1906
+#: guix/lint.scm:1908
msgid "Check the package for new upstream releases"
msgstr "Verifica o pacote por novos lançamentos do upstream"
-#: guix/lint.scm:1910
+#: guix/lint.scm:1912
msgid "Ensure source code archival on Software Heritage"
msgstr "Força arquivamento do código-fonte no Software Heritage"
-#: guix/lint.scm:1914
+#: guix/lint.scm:1916
msgid "Ensure Haskell packages use Stackage LTS versions"
msgstr "Assegura que pacotes Haskell usam versões do Stackage LTS"
@@ -3236,8 +3301,8 @@ msgstr "sem suporte ao formato de hash: ~a~%"
msgid "~a: unknown hash algorithm~%"
msgstr "~a: algoritmo de hash desconhecido~%"
-#: guix/scripts/download.scm:171 guix/scripts/package.scm:1075
-#: guix/scripts/pull.scm:798 guix/scripts/publish.scm:1225
+#: guix/scripts/download.scm:171 guix/scripts/package.scm:1067
+#: guix/scripts/pull.scm:794 guix/scripts/publish.scm:1225
#: guix/scripts/discover.scm:136 guix/scripts/time-machine.scm:123
#, scheme-format
msgid "~A: extraneous argument~%"
@@ -3258,28 +3323,28 @@ msgstr "~a: falha ao analisar URI~%"
msgid "~a: download failed~%"
msgstr "~a: falha no download~%"
-#: guix/scripts/package.scm:130
+#: guix/scripts/package.scm:131
#, scheme-format
msgid "not removing generation ~a, which is current~%"
msgstr "não será removida a geração ~a, que é o atual~%"
# geração, criação?
-#: guix/scripts/package.scm:137
+#: guix/scripts/package.scm:138
#, scheme-format
msgid "no matching generation~%"
msgstr "nenhuma geração correspondente~%"
-#: guix/scripts/package.scm:161
+#: guix/scripts/package.scm:162
#, scheme-format
msgid "nothing to be done~%"
msgstr "nada para ser feito~%"
-#: guix/scripts/package.scm:262
+#: guix/scripts/package.scm:267
#, scheme-format
msgid "package '~a' no longer exists~%"
msgstr "o pacote \"~a\" não existe mais~%"
-#: guix/scripts/package.scm:317
+#: guix/scripts/package.scm:322
#, scheme-format
msgid ""
"Consider setting the necessary environment\n"
@@ -3302,7 +3367,7 @@ msgstr ""
"\n"
"Alternativamente, consulte @command{guix package --search-paths -p ~s}."
-#: guix/scripts/package.scm:347
+#: guix/scripts/package.scm:352
msgid ""
";; This \"manifest\" file can be passed to 'guix package -m' to reproduce\n"
";; the content of your profile. This is \"symbolic\": it only specifies\n"
@@ -3316,12 +3381,12 @@ msgstr ""
";; você também precisa capturar os canais sendo usados, conforme\n"
";; retornado por \"guix describe\". Veja a seção \"Replicating Guix\" no manual.\n"
-#: guix/scripts/package.scm:379
+#: guix/scripts/package.scm:384
#, scheme-format
msgid "no provenance information for this profile~%"
msgstr "nenhuma informação de proveniência para este perfil~%"
-#: guix/scripts/package.scm:381
+#: guix/scripts/package.scm:386
msgid ""
";; This channel file can be passed to 'guix pull -C' or to\n"
";; 'guix time-machine -C' to obtain the Guix revision that was\n"
@@ -3331,12 +3396,12 @@ msgstr ""
";; para \"guix time-machine -C\" para obter a revisão do Guix que foi\n"
";; usada para popular este perfil.\n"
-#: guix/scripts/package.scm:393
+#: guix/scripts/package.scm:398
#, scheme-format
msgid ";; Note: these other commits were also used to install some of the packages in this profile:~%"
msgstr ";; Nota: estes outros commits também foram usados para instalar alguns dos pacotes neste perfil:~%"
-#: guix/scripts/package.scm:423
+#: guix/scripts/package.scm:428
msgid ""
"Usage: guix package [OPTION]...\n"
"Install, remove, or upgrade packages in a single transaction.\n"
@@ -3344,7 +3409,7 @@ msgstr ""
"Uso: guix package [OPÇÃO]...\n"
"Instala, remove ou atualiza pacotes em uma única transação.\n"
-#: guix/scripts/package.scm:425
+#: guix/scripts/package.scm:430
msgid ""
"\n"
" -i, --install PACKAGE ...\n"
@@ -3354,7 +3419,7 @@ msgstr ""
" -i, --install PACOTE ...\n"
" instala PACOTEs"
-#: guix/scripts/package.scm:428
+#: guix/scripts/package.scm:433
msgid ""
"\n"
" -e, --install-from-expression=EXP\n"
@@ -3364,7 +3429,7 @@ msgstr ""
" -e, --install-from-expression=EXP\n"
" instala o pacote para o qual EXPR avalia"
-#: guix/scripts/package.scm:431
+#: guix/scripts/package.scm:436
msgid ""
"\n"
" -f, --install-from-file=FILE\n"
@@ -3376,7 +3441,7 @@ msgstr ""
" instala o pacote para o qual o código\n"
" dentro do ARQUIVO avalia"
-#: guix/scripts/package.scm:435
+#: guix/scripts/package.scm:440
msgid ""
"\n"
" -r, --remove PACKAGE ...\n"
@@ -3386,7 +3451,7 @@ msgstr ""
" -r, --remove PACOTE ...\n"
" remove PACOTEs"
-#: guix/scripts/package.scm:438
+#: guix/scripts/package.scm:443
msgid ""
"\n"
" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP"
@@ -3395,7 +3460,7 @@ msgstr ""
" -u, --upgrade[=REGEXP] atualiza todos os pacotes instalados correspondendo\n"
" à REGEXP"
-#: guix/scripts/package.scm:440
+#: guix/scripts/package.scm:445
msgid ""
"\n"
" -m, --manifest=FILE create a new profile generation with the manifest\n"
@@ -3405,7 +3470,7 @@ msgstr ""
" -m, --manifest=ARQUIVO cria a geração de um novo perfil com o manifesto\n"
" do ARQUIVO"
-#: guix/scripts/package.scm:443 guix/scripts/upgrade.scm:41
+#: guix/scripts/package.scm:448 guix/scripts/upgrade.scm:41
msgid ""
"\n"
" --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP"
@@ -3413,7 +3478,7 @@ msgstr ""
"\n"
" --do-not-upgrade[=REGEXP] não atualiza pacotes correspondente a REGEXP"
-#: guix/scripts/package.scm:445 guix/scripts/pull.scm:109
+#: guix/scripts/package.scm:450 guix/scripts/pull.scm:107
msgid ""
"\n"
" --roll-back roll back to the previous generation"
@@ -3421,7 +3486,7 @@ msgstr ""
"\n"
" --roll-back reverte para a geração anterior"
-#: guix/scripts/package.scm:447
+#: guix/scripts/package.scm:452
msgid ""
"\n"
" --search-paths[=KIND]\n"
@@ -3431,7 +3496,7 @@ msgstr ""
" --search-paths[=TIPO]\n"
" exibe definições necessárias de variável de ambiente"
-#: guix/scripts/package.scm:450 guix/scripts/pull.scm:104
+#: guix/scripts/package.scm:455 guix/scripts/pull.scm:102
msgid ""
"\n"
" -l, --list-generations[=PATTERN]\n"
@@ -3441,7 +3506,7 @@ msgstr ""
" -l, --list-generations[=PADRÃO]\n"
" lista criações correspondendo a PADRÃO"
-#: guix/scripts/package.scm:453 guix/scripts/pull.scm:111
+#: guix/scripts/package.scm:458 guix/scripts/pull.scm:109
msgid ""
"\n"
" -d, --delete-generations[=PATTERN]\n"
@@ -3451,7 +3516,7 @@ msgstr ""
" -d, --delete-generations[=PADRÃO]\n"
" exclui gerações correspondendo a PADRÃO"
-#: guix/scripts/package.scm:456 guix/scripts/pull.scm:114
+#: guix/scripts/package.scm:461 guix/scripts/pull.scm:112
msgid ""
"\n"
" -S, --switch-generation=PATTERN\n"
@@ -3461,7 +3526,7 @@ msgstr ""
" -S, --switch-generations=PADRÃO\n"
" alterna para a geração correspondendo a PADRÃO"
-#: guix/scripts/package.scm:459
+#: guix/scripts/package.scm:464
msgid ""
"\n"
" --export-manifest print a manifest for the chosen profile"
@@ -3469,7 +3534,7 @@ msgstr ""
"\n"
" --export-manifest exibe um manifesto para o perfil escolhido"
-#: guix/scripts/package.scm:461
+#: guix/scripts/package.scm:466
msgid ""
"\n"
" --export-channels print channels for the chosen profile"
@@ -3477,7 +3542,7 @@ msgstr ""
"\n"
" --export-channels exibe canais para o perfil escolhido"
-#: guix/scripts/package.scm:463 guix/scripts/install.scm:34
+#: guix/scripts/package.scm:468 guix/scripts/install.scm:34
#: guix/scripts/remove.scm:33 guix/scripts/upgrade.scm:37
msgid ""
"\n"
@@ -3486,7 +3551,7 @@ msgstr ""
"\n"
" -p, --profile=PERFIL usa PERFIL em vez do perfil padrão do usuário"
-#: guix/scripts/package.scm:465
+#: guix/scripts/package.scm:470
msgid ""
"\n"
" --list-profiles list the user's profiles"
@@ -3494,7 +3559,7 @@ msgstr ""
"\n"
" --list-profiles lista os perfis do usuário"
-#: guix/scripts/package.scm:468
+#: guix/scripts/package.scm:473
msgid ""
"\n"
" --allow-collisions do not treat collisions in the profile as an error"
@@ -3502,7 +3567,7 @@ msgstr ""
"\n"
" --allow-collisions não trata colisões no perfil como um erro"
-#: guix/scripts/package.scm:470
+#: guix/scripts/package.scm:475
msgid ""
"\n"
" --bootstrap use the bootstrap Guile to build the profile"
@@ -3510,7 +3575,7 @@ msgstr ""
"\n"
" --bootstrap usa a inicialização do Guile para compilar o perfil"
-#: guix/scripts/package.scm:475
+#: guix/scripts/package.scm:480
msgid ""
"\n"
" -s, --search=REGEXP search in synopsis and description using REGEXP"
@@ -3518,7 +3583,7 @@ msgstr ""
"\n"
" -s, --search=REGEXP pesquisa na sinopse e descrição usando REGEXP"
-#: guix/scripts/package.scm:477
+#: guix/scripts/package.scm:482
msgid ""
"\n"
" -I, --list-installed[=REGEXP]\n"
@@ -3528,7 +3593,7 @@ msgstr ""
" -I, --list-installed[=REGEXP]\n"
" lista pacotes instalados correspondentes a REGEXP"
-#: guix/scripts/package.scm:480
+#: guix/scripts/package.scm:485
msgid ""
"\n"
" -A, --list-available[=REGEXP]\n"
@@ -3538,7 +3603,7 @@ msgstr ""
" -A, --list-available[=REGEXP]\n"
" lista pacotes disponíveis correspondentes a REGEXP"
-#: guix/scripts/package.scm:483
+#: guix/scripts/package.scm:488
msgid ""
"\n"
" --show=PACKAGE show details about PACKAGE"
@@ -3546,38 +3611,38 @@ msgstr ""
"\n"
" --show=PACOTE mostra detalhes sobre o PACOTE"
-#: guix/scripts/package.scm:538
+#: guix/scripts/package.scm:543
#, scheme-format
msgid "upgrade regexp '~a' looks like a command-line option~%"
msgstr "a regexp de atualização \"~a\" se parece com uma opção de linha de comando~%"
-#: guix/scripts/package.scm:541
+#: guix/scripts/package.scm:546
#, scheme-format
msgid "is this intended?~%"
msgstr "isso é intencional?~%"
-#: guix/scripts/package.scm:591
+#: guix/scripts/package.scm:596
#, scheme-format
msgid "~a: unsupported kind of search path~%"
msgstr "~a: sem suporte ao tipo de caminho de pesquisa~%"
-#: guix/scripts/package.scm:725
+#: guix/scripts/package.scm:731
#, scheme-format
msgid "cannot install non-package object: ~s~%"
msgstr "não é possível instalar o objeto não-pacote: ~s~%"
-#: guix/scripts/package.scm:905
+#: guix/scripts/package.scm:911
#, scheme-format
msgid "~a~@[@~a~]: package not found~%"
msgstr "~a~@[@~a~]: pacote não localizado~%"
# geração, criação?
-#: guix/scripts/package.scm:952 guix/scripts/pull.scm:727
+#: guix/scripts/package.scm:958 guix/scripts/pull.scm:723
#, scheme-format
msgid "cannot switch to generation '~a'~%"
msgstr "não foi possível alternar para a geração \"~a\"~%"
-#: guix/scripts/package.scm:1047
+#: guix/scripts/package.scm:1039
#, fuzzy, scheme-format
#| msgid "nothing to be done~%"
msgid "nothing to do~%"
@@ -3848,7 +3913,7 @@ msgstr ""
"Opera em repositórios Git.\n"
#: guix/scripts/git.scm:29 guix/scripts/system.scm:943
-#: guix/scripts/container.scm:30 guix/scripts/home.scm:92
+#: guix/scripts/container.scm:30 guix/scripts/home.scm:93
msgid "The valid values for ACTION are:\n"
msgstr "Os valores válidos para AÇÃO são:\n"
@@ -3986,7 +4051,7 @@ msgstr "~a: ~a~%"
msgid "no arguments specified~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/import.scm:92
+#: guix/scripts/import.scm:62
msgid ""
"Usage: guix import IMPORTER ARGS ...\n"
"Run IMPORTER with ARGS.\n"
@@ -3994,21 +4059,21 @@ msgstr ""
"Uso: guix import IMPORTADOR ARGUMENTOS ...\n"
"Executa IMPORTADOR com ARGUMENTOS.\n"
-#: guix/scripts/import.scm:95
+#: guix/scripts/import.scm:65
msgid "IMPORTER must be one of the importers listed below:\n"
msgstr "IMPORTADOR deve ser um dos importadores listados abaixo:\n"
-#: guix/scripts/import.scm:112
+#: guix/scripts/import.scm:82
#, scheme-format
msgid "guix import: missing importer name~%"
msgstr "guix: import: faltando o nome de um importador~%"
-#: guix/scripts/import.scm:135
+#: guix/scripts/import.scm:103
#, scheme-format
msgid "'~a' import failed~%"
msgstr "importação de \"~a\" falhou~%"
-#: guix/scripts/import.scm:137
+#: guix/scripts/import.scm:105
#, scheme-format
msgid "~a: invalid importer~%"
msgstr "~a: importador inválido~%"
@@ -4146,7 +4211,7 @@ msgstr ""
msgid "failed to download package '~a'~%"
msgstr "falha ao baixar localidade: \"~a\"~%"
-#: guix/scripts/pull.scm:87
+#: guix/scripts/pull.scm:85
msgid ""
"Usage: guix pull [OPTION]...\n"
"Download and deploy the latest version of Guix.\n"
@@ -4154,7 +4219,7 @@ msgstr ""
"Uso: guix pull [OPÇÃO]...\n"
"Baixa e implanta a última versão do Guix.\n"
-#: guix/scripts/pull.scm:89 guix/scripts/time-machine.scm:53
+#: guix/scripts/pull.scm:87 guix/scripts/time-machine.scm:53
msgid ""
"\n"
" -C, --channels=FILE deploy the channels defined in FILE"
@@ -4162,7 +4227,7 @@ msgstr ""
"\n"
" -C, --channels=ARQUIVO implanta os canais definidos no ARQUIVO"
-#: guix/scripts/pull.scm:91
+#: guix/scripts/pull.scm:89
msgid ""
"\n"
" --url=URL download \"guix\" channel from the Git repository at URL"
@@ -4170,7 +4235,7 @@ msgstr ""
"\n"
" --url=URL baixa o canal \"guix\" do repositório Git na URL"
-#: guix/scripts/pull.scm:93
+#: guix/scripts/pull.scm:91
msgid ""
"\n"
" --commit=COMMIT download the specified \"guix\" channel COMMIT"
@@ -4178,7 +4243,7 @@ msgstr ""
"\n"
" --commit=COMMIT baixa o COMMIT especificado do canal \"guix\""
-#: guix/scripts/pull.scm:95
+#: guix/scripts/pull.scm:93
msgid ""
"\n"
" --branch=BRANCH download the tip of the specified \"guix\" channel BRANCH"
@@ -4186,7 +4251,7 @@ msgstr ""
"\n"
" --branch=RAMO baixa a ponta do RAMO especificado do canal \"guix\""
-#: guix/scripts/pull.scm:97
+#: guix/scripts/pull.scm:95
msgid ""
"\n"
" --allow-downgrades allow downgrades to earlier channel revisions"
@@ -4194,7 +4259,7 @@ msgstr ""
"\n"
" --allow-downgrades permite desatualizar para revisões anteriores do canal"
-#: guix/scripts/pull.scm:99 guix/scripts/time-machine.scm:61
+#: guix/scripts/pull.scm:97 guix/scripts/time-machine.scm:61
msgid ""
"\n"
" --disable-authentication\n"
@@ -4204,7 +4269,7 @@ msgstr ""
" --disable-authentication\n"
" desabilita autenticação de canais"
-#: guix/scripts/pull.scm:102
+#: guix/scripts/pull.scm:100
msgid ""
"\n"
" -N, --news display news compared to the previous generation"
@@ -4212,7 +4277,7 @@ msgstr ""
"\n"
" -N, --news exibe novidades em comparação com a geração anterior"
-#: guix/scripts/pull.scm:107
+#: guix/scripts/pull.scm:105
#, fuzzy
#| msgid ""
#| "\n"
@@ -4224,7 +4289,7 @@ msgstr ""
"\n"
" --roll-back reverte para a geração anterior"
-#: guix/scripts/pull.scm:117
+#: guix/scripts/pull.scm:115
#, scheme-format
msgid ""
"\n"
@@ -4233,7 +4298,7 @@ msgstr ""
"\n"
" -p, --profile=PERFIL usa PERFIL em vez de ~/.config/guix/current"
-#: guix/scripts/pull.scm:123
+#: guix/scripts/pull.scm:119
msgid ""
"\n"
" --bootstrap use the bootstrap Guile to build the new Guix"
@@ -4241,46 +4306,46 @@ msgstr ""
"\n"
" --bootstrap usa inicialização do Guile para compilar o novo Guix"
-#: guix/scripts/pull.scm:220 guix/scripts/system/reconfigure.scm:335
+#: guix/scripts/pull.scm:216 guix/scripts/system/reconfigure.scm:335
#, scheme-format
msgid "rolling back channel '~a' from ~a to ~a~%"
msgstr "retornando canal \"~a\" de ~a para ~a~%"
-#: guix/scripts/pull.scm:223 guix/scripts/system/reconfigure.scm:338
+#: guix/scripts/pull.scm:219 guix/scripts/system/reconfigure.scm:338
#, scheme-format
msgid "moving channel '~a' from ~a to unrelated commit ~a~%"
msgstr "movendo canal \"~a\" de ~a para o commit não relacionado ~a~%"
-#: guix/scripts/pull.scm:252
+#: guix/scripts/pull.scm:248
msgid "New in this revision:\n"
msgstr "Novo nesta revisão:\n"
#. TRANSLATORS: This describes a "channel"; the first placeholder is
#. the channel name (e.g., "guix") and the second placeholder is its
#. URL.
-#: guix/scripts/pull.scm:261
+#: guix/scripts/pull.scm:257
#, scheme-format
msgid " ~a at ~a~%"
msgstr " ~a em ~a~%"
-#: guix/scripts/pull.scm:300
+#: guix/scripts/pull.scm:296
#, scheme-format
msgid " commit ~a~%"
msgstr " commit ~a~%"
-#: guix/scripts/pull.scm:338
+#: guix/scripts/pull.scm:334
#, scheme-format
msgid "News for channel '~a'~%"
msgstr "Novidades para o canal \"~a\"~%"
-#: guix/scripts/pull.scm:365
+#: guix/scripts/pull.scm:361
#, scheme-format
msgid " ~a new channel:~%"
msgid_plural " ~a new channels:~%"
msgstr[0] " ~a novo canal:~%"
msgstr[1] " ~a novos canais:~%"
-#: guix/scripts/pull.scm:375
+#: guix/scripts/pull.scm:371
#, scheme-format
msgid " ~a channel removed:~%"
msgid_plural " ~a channels removed:~%"
@@ -4288,13 +4353,13 @@ msgstr[0] " ~a canal removido:~%"
msgstr[1] " ~a canais removidos:~%"
# geração, criação?
-#: guix/scripts/pull.scm:439
+#: guix/scripts/pull.scm:435
#, fuzzy, scheme-format
#| msgid "cannot switch to generation '~a'~%"
msgid "no channel news since generation ~a~%"
msgstr "não foi possível alternar para a geração \"~a\"~%"
-#: guix/scripts/pull.scm:440
+#: guix/scripts/pull.scm:436
#, fuzzy
#| msgid "Run @command{guix pull --news} to read all the news."
msgid ""
@@ -4302,17 +4367,17 @@ msgid ""
"news for earlier generations."
msgstr "Execute @command{guix pull --news} para ler todas as novidades."
-#: guix/scripts/pull.scm:442
+#: guix/scripts/pull.scm:438
#, fuzzy, scheme-format
#| msgid "profile '~a' does not exist~%"
msgid "profile ~a does not have a previous generation~%"
msgstr "o perfil \"~a\" não existe~%"
-#: guix/scripts/pull.scm:465
+#: guix/scripts/pull.scm:461
msgid "Run @command{guix pull --news} to read all the news."
msgstr "Execute @command{guix pull --news} para ler todas as novidades."
-#: guix/scripts/pull.scm:473
+#: guix/scripts/pull.scm:469
#, scheme-format
msgid ""
"After setting @code{PATH}, run\n"
@@ -4321,34 +4386,34 @@ msgstr ""
"Após definir @code{PATH}, execute\n"
"@command{hash guix} para se certificar que seu shell faz referência a @file{~a}."
-#: guix/scripts/pull.scm:508
+#: guix/scripts/pull.scm:504
#, scheme-format
msgid "Migrating profile generations to '~a'...~%"
msgstr "Migrando gerações de perfil para \"~a\"...~%"
-#: guix/scripts/pull.scm:552
+#: guix/scripts/pull.scm:548
#, scheme-format
msgid "while creating symlink '~a': ~a~%"
msgstr "ao criar o link simbólico \"~a\": ~a~%"
-#: guix/scripts/pull.scm:641
+#: guix/scripts/pull.scm:637
msgid " ~h new package: ~a~%"
msgid_plural " ~h new packages: ~a~%"
msgstr[0] " ~h novo pacote: ~a~%"
msgstr[1] " ~h novos pacotes: ~a~%"
-#: guix/scripts/pull.scm:649
+#: guix/scripts/pull.scm:645
msgid " ~h package upgraded: ~a~%"
msgid_plural " ~h packages upgraded: ~a~%"
msgstr[0] " ~h pacote atualizado: ~a~%"
msgstr[1] " ~h pacotes atualizados: ~a~%"
-#: guix/scripts/pull.scm:751
+#: guix/scripts/pull.scm:747
#, scheme-format
msgid "'~a' did not return a list of channels~%"
msgstr "\"~a\" não retornou uma lista de canais~%"
-#: guix/scripts/pull.scm:767
+#: guix/scripts/pull.scm:763
#, scheme-format
msgid ""
"The 'GUIX_PULL_URL' environment variable is deprecated.\n"
@@ -4357,7 +4422,7 @@ msgstr ""
"A variável de ambiente \"GUIX_PULL_URL\" está obsoleta.\n"
"Use \"~/.config/guix/channels.scm\"."
-#: guix/scripts/pull.scm:840
+#: guix/scripts/pull.scm:836
#, scheme-format
msgid "Building from this channel:~%"
msgid_plural "Building from these channels:~%"
@@ -4454,7 +4519,7 @@ msgstr "ACL para importações de pacote parece não estar inicializado, substit
msgid "~a: invalid URI~%"
msgstr "~a: URI inválido~%"
-#: guix/scripts/substitute.scm:783
+#: guix/scripts/substitute.scm:787
#, scheme-format
msgid "~a: unrecognized options~%"
msgstr "~a: opções desconhecidas~%"
@@ -4577,27 +4642,27 @@ msgstr "o DAG de serviços"
msgid "the dependency graph of shepherd services"
msgstr "o grafo de dependência de serviços do shepherd"
-#: guix/scripts/system.scm:486 guix/scripts/home.scm:751
+#: guix/scripts/system.scm:486 guix/scripts/home.scm:756
#, scheme-format
msgid " repository URL: ~a~%"
msgstr " URL do repositório: ~a~%"
-#: guix/scripts/system.scm:488 guix/scripts/home.scm:753
+#: guix/scripts/system.scm:488 guix/scripts/home.scm:758
#, scheme-format
msgid " branch: ~a~%"
msgstr " ramo: ~a~%"
-#: guix/scripts/system.scm:489 guix/scripts/home.scm:754
+#: guix/scripts/system.scm:489 guix/scripts/home.scm:759
#, scheme-format
msgid " commit: ~a~%"
msgstr " commit: ~a~%"
-#: guix/scripts/system.scm:509 guix/scripts/home.scm:767
+#: guix/scripts/system.scm:509 guix/scripts/home.scm:772
#, scheme-format
msgid " file name: ~a~%"
msgstr " nome de arquivo: ~a~%"
-#: guix/scripts/system.scm:510 guix/scripts/home.scm:768
+#: guix/scripts/system.scm:510 guix/scripts/home.scm:773
#, scheme-format
msgid " canonical file name: ~a~%"
msgstr " nome de arquivo canônico: ~a~%"
@@ -4638,12 +4703,12 @@ msgstr " multiboot: ~a~%"
#. TRANSLATORS: Here "channel" is the same terminology as used in
#. "guix describe" and "guix pull --channels".
-#: guix/scripts/system.scm:540 guix/scripts/home.scm:774
+#: guix/scripts/system.scm:540 guix/scripts/home.scm:779
#, scheme-format
msgid " channels:~%"
msgstr " canais:~%"
-#: guix/scripts/system.scm:543 guix/scripts/home.scm:777
+#: guix/scripts/system.scm:543 guix/scripts/home.scm:782
#, scheme-format
msgid " configuration file: ~a~%"
msgstr " arquivo de configuração: ~a~%"
@@ -4744,66 +4809,72 @@ msgid " search search for existing service types\n"
msgstr " search pesquisa por tipos de serviços existentes\n"
#: guix/scripts/system.scm:947
+#, fuzzy
+#| msgid " search search for existing service types\n"
+msgid " edit edit the definition of an existing service type\n"
+msgstr " search pesquisa por tipos de serviços existentes\n"
+
+#: guix/scripts/system.scm:949
msgid " reconfigure switch to a new operating system configuration\n"
msgstr " reconfigure alterna para configuração de um novo sistema operacional\n"
-#: guix/scripts/system.scm:949
+#: guix/scripts/system.scm:951
msgid " roll-back switch to the previous operating system configuration\n"
msgstr " roll-back alterna para a configuração de sistema operacional anterior\n"
-#: guix/scripts/system.scm:951
+#: guix/scripts/system.scm:953
msgid " describe describe the current system\n"
msgstr " describe descreve o sistema atual\n"
-#: guix/scripts/system.scm:953
+#: guix/scripts/system.scm:955
msgid " list-generations list the system generations\n"
msgstr " list-generations lista as gerações do sistema\n"
-#: guix/scripts/system.scm:955
+#: guix/scripts/system.scm:957
msgid " switch-generation switch to an existing operating system configuration\n"
msgstr " switch-generation alterna para uma configuração de sistema operacional existente\n"
-#: guix/scripts/system.scm:957
+#: guix/scripts/system.scm:959
msgid " delete-generations delete old system generations\n"
msgstr " delete-generations excluir as gerações antigas do sistema\n"
-#: guix/scripts/system.scm:959
+#: guix/scripts/system.scm:961
msgid " build build the operating system without installing anything\n"
msgstr " build compila o sistema operacional sem instalador nada\n"
-#: guix/scripts/system.scm:961
+#: guix/scripts/system.scm:963
msgid " container build a container that shares the host's store\n"
msgstr ""
" container compila um contêiner que compartilha\n"
" o armazém do hospedeiro\n"
-#: guix/scripts/system.scm:963
+#: guix/scripts/system.scm:965
msgid " vm build a virtual machine image that shares the host's store\n"
msgstr ""
" vm compila uma imagem de máquina virtual que compartilha\n"
" o armazém do hospedeiro\n"
-#: guix/scripts/system.scm:965
+#: guix/scripts/system.scm:967
msgid " image build a Guix System image\n"
msgstr " image compila uma imagem de Guix System\n"
-#: guix/scripts/system.scm:967
+#: guix/scripts/system.scm:969
msgid " docker-image build a Docker image\n"
msgstr " docker-image compila uma imagem de Docker\n"
-#: guix/scripts/system.scm:969
+#: guix/scripts/system.scm:971
msgid " init initialize a root file system to run GNU\n"
msgstr " init inicializa um sistema de arquivos raiz para executar GNU\n"
-#: guix/scripts/system.scm:971
+#: guix/scripts/system.scm:973
msgid " extension-graph emit the service extension graph in Dot format\n"
msgstr " extension-graph emite o grafo da extensão de serviço no formato Dot\n"
-#: guix/scripts/system.scm:973
+#: guix/scripts/system.scm:975
msgid " shepherd-graph emit the graph of shepherd services in Dot format\n"
msgstr " shepherd-graph emite o grafo de serviços do shepherd no formato Dot\n"
-#: guix/scripts/system.scm:977
+#: guix/scripts/system.scm:979
msgid ""
"\n"
" -d, --derivation return the derivation of the given system"
@@ -4811,7 +4882,7 @@ msgstr ""
"\n"
" -d, --derivation retorna a derivação do sistema dado"
-#: guix/scripts/system.scm:979
+#: guix/scripts/system.scm:981
msgid ""
"\n"
" -e, --expression=EXPR consider the operating-system EXPR evaluates to\n"
@@ -4821,7 +4892,7 @@ msgstr ""
" -e, --expression=EXPR considera o sistema operacional para o qual EXPR\n"
" avalia em vez de ler ARQUIVO, quando aplicável"
-#: guix/scripts/system.scm:982 guix/scripts/home.scm:123
+#: guix/scripts/system.scm:984 guix/scripts/home.scm:126
msgid ""
"\n"
" --allow-downgrades for 'reconfigure', allow downgrades to earlier\n"
@@ -4831,7 +4902,7 @@ msgstr ""
" --allow-downgrades para \"reconfigure\", permite desatualizar para\n"
" revisões de canal anteriores"
-#: guix/scripts/system.scm:985
+#: guix/scripts/system.scm:987
msgid ""
"\n"
" --on-error=STRATEGY\n"
@@ -4843,7 +4914,7 @@ msgstr ""
" aplica ESTRATÉGIA (podendo ser nothing-special,\n"
" backtrace ou debug) ocorrer um erro ao ler ARQUIVO"
-#: guix/scripts/system.scm:989
+#: guix/scripts/system.scm:991
msgid ""
"\n"
" --list-image-types list available image types"
@@ -4851,7 +4922,7 @@ msgstr ""
"\n"
" --list-image-types lista os tipos de imagem disponíveis"
-#: guix/scripts/system.scm:991
+#: guix/scripts/system.scm:993
msgid ""
"\n"
" -t, --image-type=TYPE for 'image', produce an image of TYPE"
@@ -4859,7 +4930,7 @@ msgstr ""
"\n"
" --image-type=TIPO para \"image\", produz uma imagem de TIPO"
-#: guix/scripts/system.scm:993
+#: guix/scripts/system.scm:995
msgid ""
"\n"
" --image-size=SIZE for 'image', produce an image of SIZE"
@@ -4867,7 +4938,7 @@ msgstr ""
"\n"
" --image-size=TAM para \"image\", produz uma imagem de TAM"
-#: guix/scripts/system.scm:995
+#: guix/scripts/system.scm:997
msgid ""
"\n"
" --no-bootloader for 'init', do not install a bootloader"
@@ -4875,7 +4946,7 @@ msgstr ""
"\n"
" --no-bootloader para \"init\", não instala um carregador de inic."
-#: guix/scripts/system.scm:997
+#: guix/scripts/system.scm:999
msgid ""
"\n"
" --volatile for 'image', make the root file system volatile"
@@ -4883,7 +4954,7 @@ msgstr ""
"\n"
" --volatile para \"image\", torna o sistema de arquivos raiz volátil"
-#: guix/scripts/system.scm:999
+#: guix/scripts/system.scm:1001
#, fuzzy
#| msgid ""
#| "\n"
@@ -4895,7 +4966,7 @@ msgstr ""
"\n"
" --volatile para \"image\", torna o sistema de arquivos raiz volátil"
-#: guix/scripts/system.scm:1001
+#: guix/scripts/system.scm:1003
msgid ""
"\n"
" --label=LABEL for 'image', label disk image with LABEL"
@@ -4903,7 +4974,7 @@ msgstr ""
"\n"
" --label=RÓTULO para \"image\", rotula a imagem de disco com RÓTULO"
-#: guix/scripts/system.scm:1003 guix/scripts/pack.scm:1340
+#: guix/scripts/system.scm:1005 guix/scripts/pack.scm:1334
msgid ""
"\n"
" --save-provenance save provenance information"
@@ -4911,7 +4982,7 @@ msgstr ""
"\n"
" --save-provenance salva informações proveniência"
-#: guix/scripts/system.scm:1005
+#: guix/scripts/system.scm:1007
msgid ""
"\n"
" --share=SPEC for 'vm' and 'container', share host file system with\n"
@@ -4921,7 +4992,7 @@ msgstr ""
" --share=ESPEC para \"vm\" e \"container\", compartilha o sistema de arquivos do\n"
" hospedeiro com acesso de leitura/escrita de acordo com ESPEC"
-#: guix/scripts/system.scm:1008
+#: guix/scripts/system.scm:1010
msgid ""
"\n"
" --expose=SPEC for 'vm' and 'container', expose host file system\n"
@@ -4932,7 +5003,7 @@ msgstr ""
" sistema de arquivos do hospedeiro como somente leitura\n"
" de acordo com ESPEC"
-#: guix/scripts/system.scm:1011
+#: guix/scripts/system.scm:1013
msgid ""
"\n"
" -N, --network for 'container', allow containers to access the network"
@@ -4940,7 +5011,7 @@ msgstr ""
"\n"
" -N, --network para \"container\", permite que contêineres acessem a rede"
-#: guix/scripts/system.scm:1013
+#: guix/scripts/system.scm:1015
msgid ""
"\n"
" -r, --root=FILE for 'vm', 'image', 'container' and 'build',\n"
@@ -4952,7 +5023,7 @@ msgstr ""
" faz do ARQUIVO um link simbólico para o resultado\n"
" e o registra como uma raiz do coletor de lixo"
-#: guix/scripts/system.scm:1017
+#: guix/scripts/system.scm:1019
msgid ""
"\n"
" --full-boot for 'vm', make a full boot sequence"
@@ -4961,13 +5032,13 @@ msgstr ""
" --full-boot para \"vm\", faz uma sequência completa de\n"
" inicialização"
-#: guix/scripts/system.scm:1019
+#: guix/scripts/system.scm:1021
msgid ""
"\n"
" --no-graphic for 'vm', use the tty that we are started in for IO"
msgstr ""
-#: guix/scripts/system.scm:1021
+#: guix/scripts/system.scm:1023
msgid ""
"\n"
" --skip-checks skip file system and initrd module safety checks"
@@ -4976,7 +5047,15 @@ msgstr ""
" --skip-checks ignora verificações de segurança do sistema de\n"
" arquivos e de módulo de initrd"
-#: guix/scripts/system.scm:1028
+#: guix/scripts/system.scm:1025
+msgid ""
+"\n"
+" --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\""
+msgstr ""
+"\n"
+" --target=TRIO compilação cruzada para TRIO (ex: \"armel-linux-gnu\")"
+
+#: guix/scripts/system.scm:1030
msgid ""
"\n"
" --graph-backend=BACKEND\n"
@@ -4986,56 +5065,75 @@ msgstr ""
" --graph-backend=BACKEND\n"
" usa BACKEND para \"extension-graphs\" e \"shepherd-graph\""
-#: guix/scripts/system.scm:1184
+#: guix/scripts/system.scm:1187
#, scheme-format
msgid "'~a' does not return an operating system or an image~%"
msgstr "\"~a\" não retorna um sistema operacional ou uma imagem~%"
-#: guix/scripts/system.scm:1208 guix/scripts/home.scm:487
+#: guix/scripts/system.scm:1211 guix/scripts/home.scm:490
#, scheme-format
msgid "both file and expression cannot be specified~%"
msgstr "não podem ser especificados arquivo e expressão~%"
-#: guix/scripts/system.scm:1215 guix/scripts/home.scm:494
+#: guix/scripts/system.scm:1218 guix/scripts/home.scm:497
#, scheme-format
msgid "no configuration specified~%"
msgstr "nenhuma configuração especificada~%"
-#: guix/scripts/system.scm:1325 guix/scripts/system.scm:1349
-#: guix/scripts/system.scm:1356 guix/scripts/system.scm:1362
-#: guix/scripts/home.scm:554 guix/scripts/home.scm:576
-#: guix/scripts/home.scm:581 guix/scripts/home.scm:587
-#: guix/scripts/home.scm:594 guix/scripts/import/gnu.scm:100
+#: guix/scripts/system.scm:1328 guix/scripts/system.scm:1354
+#: guix/scripts/system.scm:1361 guix/scripts/system.scm:1367
+#: guix/scripts/home.scm:559 guix/scripts/home.scm:581
+#: guix/scripts/home.scm:586 guix/scripts/home.scm:592
+#: guix/scripts/home.scm:599 guix/scripts/import/gnu.scm:100
#: guix/scripts/offload.scm:836 guix/scripts/offload.scm:848
#, scheme-format
msgid "wrong number of arguments~%"
msgstr "número errado de argumentos~%"
-#: guix/scripts/system.scm:1336
+#: guix/scripts/system.scm:1339
#, scheme-format
msgid "no system generation, nothing to describe~%"
msgstr "nenhuma geração de sistema, nada para descrever~%"
-#: guix/scripts/system.scm:1381 guix/scripts/home.scm:617
+#: guix/scripts/system.scm:1386 guix/scripts/home.scm:622
#, scheme-format
msgid "~a: unknown action~%"
msgstr "~a: ação desconhecida~%"
-#: guix/scripts/system.scm:1401 guix/scripts/home.scm:633
+#: guix/scripts/system.scm:1406 guix/scripts/home.scm:638
#, scheme-format
msgid "wrong number of arguments for action '~a'~%"
msgstr "número errado de argumentos para a ação \"~a\"~%"
-#: guix/scripts/system.scm:1406
+#: guix/scripts/system.scm:1411
#, scheme-format
msgid "guix system: missing command name~%"
msgstr "guix system: faltando um nome de comando~%"
-#: guix/scripts/system.scm:1408
+#: guix/scripts/system.scm:1413
#, scheme-format
msgid "Try 'guix system --help' for more information.~%"
msgstr "Tente \"guix system --help\" para mais informações.~%"
+#: guix/scripts/system/edit.scm:32 guix/scripts/home/edit.scm:33
+#, fuzzy, scheme-format
+#| msgid "~a: no such updater~%"
+msgid "~a: no such service type~%"
+msgstr "~a: não existe esse atualizador~%"
+
+#: guix/scripts/system/edit.scm:50 guix/scripts/home/edit.scm:51
+#, fuzzy, scheme-format
+#| msgid "no packages specified; building an empty pack~%"
+msgid "no service types specified, nothing to edit~%"
+msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
+
+#: guix/scripts/system/edit.scm:58 guix/scripts/home/edit.scm:60
+#, scheme-format
+msgid "~a: ~a matching service type~%"
+msgid_plural "~a: ~a matching service types~%"
+msgstr[0] ""
+msgstr[1] ""
+
#: guix/scripts/system/search.scm:107 guix/ui.scm:1535 guix/ui.scm:1553
msgid "unknown"
msgstr "desconhecido"
@@ -5287,7 +5385,7 @@ msgstr "publicando ~a em ~a, porta ~d~%"
msgid "using '~a' compression method, level ~a~%"
msgstr "usando o método de compressão \"~a\", nível ~a~%"
-#: guix/scripts/edit.scm:45
+#: guix/scripts/edit.scm:46
msgid ""
"Usage: guix edit PACKAGE...\n"
"Start $VISUAL or $EDITOR to edit the definitions of PACKAGE...\n"
@@ -5295,22 +5393,22 @@ msgstr ""
"Uso: guix edit PACOTE...\n"
"Inicia $VISUAL ou $EDITOR para editar as definições de PACOTE...\n"
-#: guix/scripts/edit.scm:68
+#: guix/scripts/edit.scm:69
#, scheme-format
msgid "file '~a' not found in search path ~s~%"
msgstr "arquivo \"~a\" não localizado no caminho de pesquisa ~s~%"
-#: guix/scripts/edit.scm:95
+#: guix/scripts/edit.scm:93
+#, scheme-format
+msgid "failed to launch '~a': ~a~%"
+msgstr "falha ao iniciar \"~a\": ~a~%"
+
+#: guix/scripts/edit.scm:111
#, fuzzy, scheme-format
#| msgid "no packages specified; building an empty pack~%"
msgid "no packages specified, nothing to edit~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/edit.scm:106
-#, scheme-format
-msgid "failed to launch '~a': ~a~%"
-msgstr "falha ao iniciar \"~a\": ~a~%"
-
#: guix/scripts/size.scm:71
#, scheme-format
msgid "no available substitute information for '~a'~%"
@@ -5348,16 +5446,8 @@ msgstr ""
"Uso: guix size [OPÇÃO]... PACOTE|ITEM-DO-ARMAZÉM\n"
"Relata o tamanho do PACOTE ou ITEM-DO-ARMAZÉM incluindo suas dependências.\n"
-#: guix/scripts/size.scm:238
-msgid ""
-"\n"
-" -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\""
-msgstr ""
-"\n"
-" -s, --system=SISTEMA considera pacotes para SISTEMA--ex.: \"i686-linux\""
-
#. TRANSLATORS: "closure" and "self" must not be translated.
-#: guix/scripts/size.scm:241
+#: guix/scripts/size.scm:239
msgid ""
"\n"
" --sort=KEY sort according to KEY--\"closure\" or \"self\""
@@ -5365,7 +5455,7 @@ msgstr ""
"\n"
" --sort=CHAVE ordena conforme a CHAVE--\"closure\" ou \"self\""
-#: guix/scripts/size.scm:243
+#: guix/scripts/size.scm:241
msgid ""
"\n"
" -m, --map-file=FILE write to FILE a graphical map of disk usage"
@@ -5373,94 +5463,94 @@ msgstr ""
"\n"
" -m, --map-file=ARQUIVO escreve para ARQUIVO um mapa gráfico do uso do disco"
-#: guix/scripts/size.scm:277
+#: guix/scripts/size.scm:273
#, scheme-format
msgid "~a: invalid sorting key~%"
msgstr "~a: chave de ordenação inválida~%"
-#: guix/scripts/size.scm:318
+#: guix/scripts/size.scm:315
msgid "missing store item argument\n"
msgstr "faltando item do armazém como argumento\n"
-#: guix/scripts/graph.scm:95
+#: guix/scripts/graph.scm:97
#, scheme-format
msgid "~a: invalid argument (package name expected)"
msgstr "~a: argumento inválido (esperava-se nome de pacote)"
-#: guix/scripts/graph.scm:106
+#: guix/scripts/graph.scm:108
msgid "the DAG of packages, excluding implicit inputs"
msgstr "o DAG dos pacotes, excluindo entradas implícitas"
-#: guix/scripts/graph.scm:142
+#: guix/scripts/graph.scm:144
msgid "the reverse DAG of packages"
msgstr "o DAG reverso de pacotes"
-#: guix/scripts/graph.scm:192
+#: guix/scripts/graph.scm:194
msgid "the DAG of packages, including implicit inputs"
msgstr "o DAG dos pacotes, incluindo entradas implícitas"
-#: guix/scripts/graph.scm:202
+#: guix/scripts/graph.scm:204
msgid "the DAG of packages and origins, including implicit inputs"
msgstr "o DAG dos pacotes e origens, incluindo entradas implícitas"
-#: guix/scripts/graph.scm:232
+#: guix/scripts/graph.scm:234
msgid "same as 'bag', but without the bootstrap nodes"
msgstr "mesmo que \"bag\", mas sem o nós de inicialização"
-#: guix/scripts/graph.scm:249
+#: guix/scripts/graph.scm:251
msgid "the reverse DAG of packages, including implicit inputs"
msgstr "o DAG reverso dos pacotes, incluindo entradas implícitas"
-#: guix/scripts/graph.scm:288
+#: guix/scripts/graph.scm:290
msgid "the DAG of derivations"
msgstr "o DAG de derivações"
-#: guix/scripts/graph.scm:300
+#: guix/scripts/graph.scm:302
msgid "unsupported argument for derivation graph"
msgstr "argumento para grafo de derivação não suportado"
-#: guix/scripts/graph.scm:334
+#: guix/scripts/graph.scm:336
msgid "unsupported argument for this type of graph"
msgstr "argumento não suportado para este tipo de grafo"
-#: guix/scripts/graph.scm:348
+#: guix/scripts/graph.scm:350
#, scheme-format
msgid "references for '~a' are not known~%"
msgstr "referências para \"~a\" não são conhecidas~%"
-#: guix/scripts/graph.scm:355
+#: guix/scripts/graph.scm:357
msgid "the DAG of run-time dependencies (store references)"
msgstr "o DAG de dependências de tempo de execução (referências do armazém)"
-#: guix/scripts/graph.scm:371
+#: guix/scripts/graph.scm:373
msgid "the DAG of referrers in the store"
msgstr "o DAG de referentes no armazém"
-#: guix/scripts/graph.scm:401
+#: guix/scripts/graph.scm:403
msgid "the graph of package modules"
msgstr "o grafo dos módulos de pacote"
-#: guix/scripts/graph.scm:430
+#: guix/scripts/graph.scm:432
#, scheme-format
msgid "~a: unknown node type~%"
msgstr "~a: tipo de nó desconhecido~%"
-#: guix/scripts/graph.scm:434
+#: guix/scripts/graph.scm:436
msgid "The available node types are:\n"
msgstr "Os tipos de nós disponíveis são:\n"
-#: guix/scripts/graph.scm:444
+#: guix/scripts/graph.scm:446
msgid "The available backend types are:\n"
msgstr "Os tipos de backends disponíveis são:\n"
-#: guix/scripts/graph.scm:471
+#: guix/scripts/graph.scm:473
#, scheme-format
msgid "no path from '~a' to '~a'~%"
msgstr "não existe caminho de \"~a\" para \"~a\"~%"
#. TRANSLATORS: Here 'dot' is the name of a program; it must not be
#. translated.
-#: guix/scripts/graph.scm:527
+#: guix/scripts/graph.scm:526
msgid ""
"Usage: guix graph PACKAGE...\n"
"Emit a representation of the dependency graph of PACKAGE...\n"
@@ -5468,7 +5558,7 @@ msgstr ""
"Uso: guix graph PACOTE...\n"
"Emite uma representação do grafo de dependências do PACOTE...\n"
-#: guix/scripts/graph.scm:529
+#: guix/scripts/graph.scm:528
msgid ""
"\n"
" -b, --backend=TYPE produce a graph with the given backend TYPE"
@@ -5476,7 +5566,7 @@ msgstr ""
"\n"
" -b, --backend=TIPO produz um grafo com backend do TIPO"
-#: guix/scripts/graph.scm:531
+#: guix/scripts/graph.scm:530
msgid ""
"\n"
" --list-backends list the available graph backends"
@@ -5484,7 +5574,7 @@ msgstr ""
"\n"
" --list-backends lista os backends de grafo disponíveis"
-#: guix/scripts/graph.scm:533
+#: guix/scripts/graph.scm:532
msgid ""
"\n"
" -t, --type=TYPE represent nodes of the given TYPE"
@@ -5492,7 +5582,7 @@ msgstr ""
"\n"
" -t, --type=TIPO representa nós do TIPO dado"
-#: guix/scripts/graph.scm:535
+#: guix/scripts/graph.scm:534
msgid ""
"\n"
" --list-types list the available graph types"
@@ -5500,13 +5590,13 @@ msgstr ""
"\n"
" --list-types lista os tipos de grafo disponíveis"
-#: guix/scripts/graph.scm:537
+#: guix/scripts/graph.scm:536
msgid ""
"\n"
" -M, --max-depth=DEPTH limit to nodes within distance DEPTH"
msgstr ""
-#: guix/scripts/graph.scm:539
+#: guix/scripts/graph.scm:538
msgid ""
"\n"
" --path display the shortest path between the given nodes"
@@ -5514,7 +5604,7 @@ msgstr ""
"\n"
" --path mostra o caminho mais curto entre os nós dados"
-#: guix/scripts/graph.scm:541 guix/scripts/pack.scm:1325
+#: guix/scripts/graph.scm:540 guix/scripts/pack.scm:1323
#: guix/scripts/refresh.scm:150 guix/scripts/style.scm:814
msgid ""
"\n"
@@ -5523,21 +5613,13 @@ msgstr ""
"\n"
" -e, --expression=EXPR considera o pacote para o qual EXPR avalia"
-#: guix/scripts/graph.scm:543
-msgid ""
-"\n"
-" -s, --system=SYSTEM consider the graph for SYSTEM--e.g., \"i686-linux\""
-msgstr ""
-"\n"
-" -s, --system=SISTEMA considera o grafo para SISTEMA--ex.: \"i686-linux\""
-
-#: guix/scripts/graph.scm:598
+#: guix/scripts/graph.scm:597
#, fuzzy, scheme-format
#| msgid "no packages specified; building an empty pack~%"
msgid "no arguments specified; creating an empty graph~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/graph.scm:611
+#: guix/scripts/graph.scm:610
#, scheme-format
msgid "'--path' option requires exactly two nodes (given ~a)~%"
msgstr "A opção \"--path\" exige exatamente dois nós (foram dados ~a)~%"
@@ -5793,17 +5875,17 @@ msgstr ""
" --historical-authorizations=ARQUIVO\n"
" lê histórico de autenticações a partir de ARQUIVO"
-#: guix/scripts/pack.scm:1274
+#: guix/scripts/pack.scm:1266
#, scheme-format
msgid "~a: invalid symlink specification~%"
msgstr "~a: especificação de link simbólico inválida~%"
-#: guix/scripts/pack.scm:1288
+#: guix/scripts/pack.scm:1280
#, scheme-format
msgid "~a: unsupported profile name~%"
msgstr "~a: sem suporte ao nome de perfil~%"
-#: guix/scripts/pack.scm:1311
+#: guix/scripts/pack.scm:1305
msgid ""
"Usage: guix pack [OPTION]... PACKAGE...\n"
"Create a bundle of PACKAGE.\n"
@@ -5811,7 +5893,7 @@ msgstr ""
"Uso: guix pack [OPÇÃO]... PACOTE...\n"
"Cria um pacote de PACOTE.\n"
-#: guix/scripts/pack.scm:1319
+#: guix/scripts/pack.scm:1317
msgid ""
"\n"
" -f, --format=FORMAT build a pack in the given FORMAT"
@@ -5819,7 +5901,7 @@ msgstr ""
"\n"
" -f, --format=FORMATO compila um pacote no FORMATO dado"
-#: guix/scripts/pack.scm:1321
+#: guix/scripts/pack.scm:1319
msgid ""
"\n"
" --list-formats list the formats available"
@@ -5827,7 +5909,7 @@ msgstr ""
"\n"
" --list-formatos lista os formatos disponíveis"
-#: guix/scripts/pack.scm:1323
+#: guix/scripts/pack.scm:1321
msgid ""
"\n"
" -R, --relocatable produce relocatable executables"
@@ -5835,7 +5917,7 @@ msgstr ""
"\n"
" -R, --relocatable produz executáveis relocados"
-#: guix/scripts/pack.scm:1331
+#: guix/scripts/pack.scm:1325
msgid ""
"\n"
" -C, --compression=TOOL compress using TOOL--e.g., \"lzip\""
@@ -5844,7 +5926,7 @@ msgstr ""
" -C, --compression=FERRAMENTA\n"
" comprime usando FERRAMENTA--ex.: \"lzip\""
-#: guix/scripts/pack.scm:1333
+#: guix/scripts/pack.scm:1327
msgid ""
"\n"
" -S, --symlink=SPEC create symlinks to the profile according to SPEC"
@@ -5852,7 +5934,7 @@ msgstr ""
"\n"
" -S, --symlink=ESPEC cria link simbólicos para o perfil conforme ESPEC"
-#: guix/scripts/pack.scm:1335
+#: guix/scripts/pack.scm:1329
msgid ""
"\n"
" -m, --manifest=FILE create a pack with the manifest from FILE"
@@ -5860,7 +5942,7 @@ msgstr ""
"\n"
" -m, --manifest=ARQUIVO cria um pacote com o manifesto do ARQUIVO"
-#: guix/scripts/pack.scm:1337
+#: guix/scripts/pack.scm:1331
msgid ""
"\n"
" --entry-point=PROGRAM\n"
@@ -5870,7 +5952,7 @@ msgstr ""
" --entry-point=PROGRAMA\n"
" usa PROGRAMA como o ponto de entrada do pacote"
-#: guix/scripts/pack.scm:1342
+#: guix/scripts/pack.scm:1336
msgid ""
"\n"
" --localstatedir include /var/guix in the resulting pack"
@@ -5878,7 +5960,7 @@ msgstr ""
"\n"
" --localstatedir inclui /var/guix no pacote resultante"
-#: guix/scripts/pack.scm:1344
+#: guix/scripts/pack.scm:1338
msgid ""
"\n"
" --profile-name=NAME\n"
@@ -5888,7 +5970,7 @@ msgstr ""
" --profile-name=NOME\n"
" popula /var/guix/profiles/.../NOME"
-#: guix/scripts/pack.scm:1350
+#: guix/scripts/pack.scm:1344
msgid ""
"\n"
" -d, --derivation return the derivation of the pack"
@@ -5896,7 +5978,7 @@ msgstr ""
"\n"
" -d, --derivation retorna a derivação do pacote"
-#: guix/scripts/pack.scm:1354
+#: guix/scripts/pack.scm:1348
msgid ""
"\n"
" --bootstrap use the bootstrap binaries to build the pack"
@@ -5905,128 +5987,128 @@ msgstr ""
" --bootstrap usa os executáveis de inicialização para compilar\n"
" o pacote"
-#: guix/scripts/pack.scm:1408
+#: guix/scripts/pack.scm:1402
#, scheme-format
msgid "could not determine provenance of package ~a~%"
msgstr "não foi possível determinar a proveniência do pacote ~a~%"
-#: guix/scripts/pack.scm:1417
+#: guix/scripts/pack.scm:1411
#, scheme-format
msgid "both a manifest and a package list were given~%"
msgstr "foram especificados um manifesto e uma lista de pacote~%"
-#: guix/scripts/pack.scm:1434
+#: guix/scripts/pack.scm:1428
#, fuzzy, scheme-format
#| msgid "profile '~a' does not exist~%"
msgid "file provided with option ~a does not exist: ~a~%"
msgstr "o perfil \"~a\" não existe~%"
-#: guix/scripts/pack.scm:1495
+#: guix/scripts/pack.scm:1489
#, scheme-format
msgid "~a: unknown pack format~%"
msgstr "~a: formato de pacote desconhecido~%"
-#: guix/scripts/pack.scm:1522
+#: guix/scripts/pack.scm:1516
#, scheme-format
msgid "no packages specified; building an empty pack~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/pack.scm:1526
+#: guix/scripts/pack.scm:1520
#, scheme-format
msgid "Singularity requires you to provide a shell~%"
msgstr "Singularidade requer que você forneça um shell~%"
-#: guix/scripts/pack.scm:1527
+#: guix/scripts/pack.scm:1521
msgid "Add @code{bash} or @code{bash-minimal} to your package list."
msgstr "Adiciona @code{bash} ou @code{bash-minimal} a sua lista de pacotes."
-#: guix/scripts/weather.scm:97
+#: guix/scripts/weather.scm:98
msgid "computing ~h package derivations for ~a...~%"
msgstr "computando ~h derivações de pacote para ~a...~%"
#. TRANSLATORS: it is quite possible zero store items are
#. looked for.
-#: guix/scripts/weather.scm:198
+#: guix/scripts/weather.scm:199
msgid "looking for ~h store items on ~a...~%"
msgstr "procurando por ~h itens do armazém em ~a…~%"
-#: guix/scripts/weather.scm:227
+#: guix/scripts/weather.scm:228
msgid " ~,1f% substitutes available (~h out of ~h)~%"
msgstr " ~,1f% substitutos disponíveis (~h de ~h)~%"
-#: guix/scripts/weather.scm:233
+#: guix/scripts/weather.scm:234
#, scheme-format
msgid " unknown substitute sizes~%"
msgstr " tamanhos de substituto desconhecido~%"
-#: guix/scripts/weather.scm:236
+#: guix/scripts/weather.scm:237
msgid " ~,1h MiB of nars (compressed)~%"
msgstr " ~,1h MiB de nars (comprimidos)~%"
-#: guix/scripts/weather.scm:237
+#: guix/scripts/weather.scm:238
msgid " at least ~,1h MiB of nars (compressed)~%"
msgstr " pelo menos ~,1h MiB de nars (comprimidos)~%"
-#: guix/scripts/weather.scm:239
+#: guix/scripts/weather.scm:240
msgid " ~,1h MiB on disk (uncompressed)~%"
msgstr " ~,1h MiB no disco (comprimidos)~%"
-#: guix/scripts/weather.scm:242
+#: guix/scripts/weather.scm:243
msgid " ~,3h seconds per request (~,1h seconds in total)~%"
msgstr " ~,3h segundos por requisição (~,1h segundos no total)~%"
-#: guix/scripts/weather.scm:244
+#: guix/scripts/weather.scm:245
msgid " ~,1h requests per second~%"
msgstr " ~,1h requisições por segundo~%"
-#: guix/scripts/weather.scm:250
+#: guix/scripts/weather.scm:251
#, scheme-format
msgid " (continuous integration information unavailable)~%"
msgstr " (informações de integração contínua indisponíveis)~%"
-#: guix/scripts/weather.scm:253
+#: guix/scripts/weather.scm:254
#, scheme-format
msgid " '~a' returned ~a (~s)~%"
msgstr " \"~a\" retornou ~a (~s)~%"
-#: guix/scripts/weather.scm:270
+#: guix/scripts/weather.scm:271
msgid " ~,1f% (~h out of ~h) of the missing items are queued~%"
msgstr " ~,1f% (~h de ~h) dos itens faltando estão enfileirados~%"
-#: guix/scripts/weather.scm:276
+#: guix/scripts/weather.scm:277
msgid " at least ~h queued builds~%"
msgstr " pelo menos ~h compilações enfileiradas~%"
-#: guix/scripts/weather.scm:277
+#: guix/scripts/weather.scm:278
msgid " ~h queued builds~%"
msgstr " ~h compilações enfileiradas~%"
-#: guix/scripts/weather.scm:280
+#: guix/scripts/weather.scm:281
#, scheme-format
msgid " ~a: ~a (~0,1f%)~%"
msgstr " ~a: ~a (~0,1f%)~%"
-#: guix/scripts/weather.scm:286
+#: guix/scripts/weather.scm:287
#, scheme-format
msgid " build rate: ~1,2f builds per hour~%"
msgstr " taxa de compilação: ~1,2f compilações por hora~%"
-#: guix/scripts/weather.scm:290
+#: guix/scripts/weather.scm:291
#, scheme-format
msgid " ~a: ~,2f builds per hour~%"
msgstr " ~a: ~,2f compilações por hora~%"
-#: guix/scripts/weather.scm:298
+#: guix/scripts/weather.scm:299
#, scheme-format
msgid "Substitutes are missing for the following items:~%"
msgstr "Substitutos estão faltando para os seguintes itens:~%"
-#: guix/scripts/weather.scm:313
+#: guix/scripts/weather.scm:314
#, fuzzy
msgid "unknown system"
msgstr "desconhecido"
-#: guix/scripts/weather.scm:328
+#: guix/scripts/weather.scm:329
msgid ""
"Usage: guix weather [OPTIONS] [PACKAGES ...]\n"
"Report the availability of substitutes.\n"
@@ -6034,7 +6116,7 @@ msgstr ""
"Uso: guix weather [OPÇÕES] [PACOTES ...]\n"
"Relata a disponibilidade de substitutos.\n"
-#: guix/scripts/weather.scm:330
+#: guix/scripts/weather.scm:331
msgid ""
"\n"
" --substitute-urls=URLS\n"
@@ -6044,7 +6126,7 @@ msgstr ""
" --substitute-urls=URLS\n"
" verifica por substitutos disponíveis nas URLS"
-#: guix/scripts/weather.scm:333
+#: guix/scripts/weather.scm:334
msgid ""
"\n"
" -m, --manifest=MANIFEST\n"
@@ -6055,7 +6137,7 @@ msgstr ""
" procura substitutos para os pacotes especificados\n"
" no MANIFESTO"
-#: guix/scripts/weather.scm:336
+#: guix/scripts/weather.scm:337
msgid ""
"\n"
" -c, --coverage[=COUNT]\n"
@@ -6067,7 +6149,7 @@ msgstr ""
" mostra cobertura substituta para pacotes com\n"
" pelo menos NÚMERO dependentes"
-#: guix/scripts/weather.scm:340
+#: guix/scripts/weather.scm:341
msgid ""
"\n"
" --display-missing display the list of missing substitutes"
@@ -6075,27 +6157,19 @@ msgstr ""
"\n"
" --display-missing exibe a lista de substitutos faltando"
-#: guix/scripts/weather.scm:342
-msgid ""
-"\n"
-" -s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux\""
-msgstr ""
-"\n"
-" -s, --system=SISTEMA considera substitutos para SISTEMA--ex.: \"i686-linux\""
-
-#: guix/scripts/weather.scm:366
+#: guix/scripts/weather.scm:367
#, scheme-format
msgid "~a: invalid URL~%"
msgstr "~a: URL inválido~%"
-#: guix/scripts/weather.scm:499
+#: guix/scripts/weather.scm:498
#, scheme-format
msgid "The following ~a package is missing from '~a' for '~a':~%"
msgid_plural "The following ~a packages are missing from '~a' for '~a':~%"
msgstr[0] "O ~a pacote a seguir está faltando em \"~a\" para \"~a\":~%"
msgstr[1] "Os ~a pacotes a seguir estão faltando em \"~a\" para \"~a\":~%"
-#: guix/scripts/weather.scm:505
+#: guix/scripts/weather.scm:504
#, scheme-format
msgid "~a package is missing from '~a' for '~a':~%"
msgid_plural "~a packages are missing from '~a' for '~a', among which:~%"
@@ -6308,12 +6382,12 @@ msgstr ""
msgid "'-x' specified but no command given~%"
msgstr ""
-#: guix/gexp.scm:468
+#: guix/gexp.scm:469
#, scheme-format
msgid "resolving '~a' relative to current directory~%"
msgstr "considerando \"~a\" em relação ao diretório atual~%"
-#: guix/gexp.scm:858
+#: guix/gexp.scm:859
#, scheme-format
msgid "importing module~{ ~a~} from the host~%"
msgid_plural "importing modules~{ ~a~} from the host~%"
@@ -7581,32 +7655,32 @@ msgstr "arquivo de novidades de canal inválido"
msgid "no SHA256 hash for origin"
msgstr ""
-#: guix/profiles.scm:610
+#: guix/profiles.scm:614
msgid "unsupported manifest format"
msgstr "sem suporte ao formato de manifesto"
-#: guix/profiles.scm:1886
+#: guix/profiles.scm:1890
#, fuzzy, scheme-format
#| msgid "package '~a' has no source~%"
msgid "package ~a does not support ~a"
msgstr "pacote \"~a\" não possui fontes~%"
-#: guix/profiles.scm:2262
+#: guix/profiles.scm:2266
#, scheme-format
msgid "while creating directory `~a': ~a"
msgstr "ao criar diretório \"~a\": ~a"
-#: guix/profiles.scm:2267
+#: guix/profiles.scm:2271
#, scheme-format
msgid "Please create the @file{~a} directory, with you as the owner."
msgstr "Por favor, crie o diretório @file{~a}, com você sendo o proprietário."
-#: guix/profiles.scm:2276
+#: guix/profiles.scm:2280
#, scheme-format
msgid "directory `~a' is not owned by you"
msgstr "diretório \"~a\" não tem você como proprietário"
-#: guix/profiles.scm:2280
+#: guix/profiles.scm:2284
#, scheme-format
msgid "Please change the owner of @file{~a} to user ~s."
msgstr "Por favor, altere o proprietário d @file{~a} para o usuário ~s."
@@ -7885,28 +7959,28 @@ msgstr ""
msgid "invalid key generation parameters: ~a: ~a~%"
msgstr "parâmetros de geração de chave inválidos: ~a: ~a~%"
-#: guix/scripts/archive.scm:203
+#: guix/scripts/archive.scm:197
#, scheme-format
msgid "package `~a' has no source~%"
msgstr "pacote \"~a\" não possui fontes~%"
-#: guix/scripts/archive.scm:264
+#: guix/scripts/archive.scm:258
#, fuzzy, scheme-format
#| msgid "no packages specified; building an empty pack~%"
msgid "no arguments specified; creating an empty archive~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/archive.scm:269
+#: guix/scripts/archive.scm:263
#, scheme-format
msgid "unable to export the given packages~%"
msgstr "não foi possível exportar os pacotes dados~%"
-#: guix/scripts/archive.scm:276
+#: guix/scripts/archive.scm:270
#, scheme-format
msgid "key pair exists under '~a'; remove it first~%"
msgstr "o par de chaves existe em \"~a\"; remova-o primeiro~%"
-#: guix/scripts/archive.scm:280
+#: guix/scripts/archive.scm:274
#, scheme-format
msgid ""
"Please wait while gathering entropy to generate the key pair;\n"
@@ -7915,22 +7989,22 @@ msgstr ""
"Por favor aguarde enquanto entropia é coletada para gerar o par de chaves;\n"
"isso pode levar um tempo...~%"
-#: guix/scripts/archive.scm:287
+#: guix/scripts/archive.scm:281
#, scheme-format
msgid "key generation failed: ~a: ~a~%"
msgstr "geração de chave falhou: ~a: ~a~%"
-#: guix/scripts/archive.scm:314
+#: guix/scripts/archive.scm:308
#, scheme-format
msgid "failed to read public key: ~a: ~a~%"
msgstr "falha ao ler chave pública: ~a: ~a~%"
-#: guix/scripts/archive.scm:321
+#: guix/scripts/archive.scm:315
#, scheme-format
msgid "replacing symbolic link ~a with a regular file~%"
msgstr "substituindo ligação simbólica ~a por um arquivo normal~%"
-#: guix/scripts/archive.scm:324
+#: guix/scripts/archive.scm:318
msgid ""
"On Guix System, add all @code{authorized-keys} to the\n"
"@code{guix-service-type} service of your @code{operating-system} instead."
@@ -7938,12 +8012,12 @@ msgstr ""
"No Guix System, ao invés disso adicione todas as chaves no campo @code{authorized-keys}\n"
"do serviço @code{guix-service-type} da sua declaração @code{operating-system}."
-#: guix/scripts/archive.scm:330
+#: guix/scripts/archive.scm:324
#, scheme-format
msgid "s-expression does not denote a public key~%"
msgstr "a expressão-s não indica uma chave pública~%"
-#: guix/scripts/archive.scm:423
+#: guix/scripts/archive.scm:417
#, scheme-format
msgid "either '--export' or '--import' must be specified~%"
msgstr "é necessário especificar \"--export\" ou \"--import\"~%"
@@ -8063,7 +8137,7 @@ msgstr ""
"\n"
" --search-paths exibe definições necessárias de variável de ambiente"
-#: guix/scripts/environment.scm:103
+#: guix/scripts/environment.scm:101
msgid ""
"\n"
" -C, --container run command within an isolated container"
@@ -8071,7 +8145,7 @@ msgstr ""
"\n"
" -C, --container executa comando dentro de um contêiner isolado"
-#: guix/scripts/environment.scm:105 guix/scripts/home.scm:127
+#: guix/scripts/environment.scm:103 guix/scripts/home.scm:130
msgid ""
"\n"
" -N, --network allow containers to access the network"
@@ -8079,7 +8153,7 @@ msgstr ""
"\n"
" -N, --network permite que contêineres acessem a rede"
-#: guix/scripts/environment.scm:107
+#: guix/scripts/environment.scm:105
#, scheme-format
msgid ""
"\n"
@@ -8090,7 +8164,7 @@ msgstr ""
" -P, --link-profile liga perfil de ambiente a ~/.guix-profile dentro\n"
" de um contêiner isolado"
-#: guix/scripts/environment.scm:110
+#: guix/scripts/environment.scm:108
msgid ""
"\n"
" -u, --user=USER instead of copying the name and home of the current\n"
@@ -8102,7 +8176,7 @@ msgstr ""
" do usuário atual para um contêiner isolado, usa o nome USUÁRIO\n"
" com o diretório inicial /home/USUÁRIO"
-#: guix/scripts/environment.scm:114
+#: guix/scripts/environment.scm:112
msgid ""
"\n"
" --no-cwd do not share current working directory with an\n"
@@ -8112,7 +8186,7 @@ msgstr ""
" --no-cwd não compartilha o diretório de trabalho atual\n"
" com um contêiner isolado"
-#: guix/scripts/environment.scm:118 guix/scripts/home.scm:129
+#: guix/scripts/environment.scm:116 guix/scripts/home.scm:132
msgid ""
"\n"
" --share=SPEC for containers, share writable host file system\n"
@@ -8122,7 +8196,7 @@ msgstr ""
" --share=ESPEC para contêineres, compartilha o sistema de arquivos do\n"
" hospedeiro com permissão de escrita de acordo com ESPEC"
-#: guix/scripts/environment.scm:121 guix/scripts/home.scm:132
+#: guix/scripts/environment.scm:119 guix/scripts/home.scm:135
msgid ""
"\n"
" --expose=SPEC for containers, expose read-only host file system\n"
@@ -8132,7 +8206,7 @@ msgstr ""
" --expose=ESPEC para contêineres, expõe o sistema de arquivos do\n"
" hospedeiro em modo somente leitura de acordo com ESPEC"
-#: guix/scripts/environment.scm:126
+#: guix/scripts/environment.scm:124
msgid ""
"\n"
" --bootstrap use bootstrap binaries to build the environment"
@@ -8141,7 +8215,7 @@ msgstr ""
" --bootstrap usa os executáveis de inicialização para compilar\n"
" o ambiente"
-#: guix/scripts/environment.scm:130
+#: guix/scripts/environment.scm:128
msgid ""
"Usage: guix environment [OPTION]... PACKAGE... [-- COMMAND...]\n"
"Build an environment that includes the dependencies of PACKAGE and execute\n"
@@ -8151,11 +8225,11 @@ msgstr ""
"Constrói um ambiente que inclui as dependências do PACOTE e executa\n"
"COMANDO ou um shell interativo nesse ambiente.\n"
-#: guix/scripts/environment.scm:133
+#: guix/scripts/environment.scm:131
msgid "This command is deprecated in favor of 'guix shell'.\n"
msgstr ""
-#: guix/scripts/environment.scm:137
+#: guix/scripts/environment.scm:135
msgid ""
"\n"
" -l, --load=FILE create environment for the package that the code within\n"
@@ -8165,7 +8239,7 @@ msgstr ""
" -l, --load=ARQUIVO cria um ambiente para o pacote para o qual o código\n"
" dentro de ARQUIVO avalia"
-#: guix/scripts/environment.scm:140
+#: guix/scripts/environment.scm:138
msgid ""
"\n"
" --ad-hoc include all specified packages in the environment instead\n"
@@ -8180,50 +8254,50 @@ msgstr ""
msgid "'--inherit' is deprecated, use '--preserve' instead~%"
msgstr "\"--inherit\" foi descontinuado, use \"--preserve\" em vez disso~%"
-#: guix/scripts/environment.scm:483
+#: guix/scripts/environment.scm:480
#, scheme-format
msgid "checking the environment variables visible from shell '~a'...~%"
msgstr ""
-#: guix/scripts/environment.scm:487
+#: guix/scripts/environment.scm:484
#, fuzzy, scheme-format
#| msgid "could not determine latest upstream release of '~a'~%"
msgid "failed to determine environment of shell '~a'~%"
msgstr "não foi possível determinar a versão upstream mais recente de \"~a\"~%"
-#: guix/scripts/environment.scm:494
+#: guix/scripts/environment.scm:491
#, scheme-format
msgid "variable '~a' is missing from shell environment~%"
msgstr ""
-#: guix/scripts/environment.scm:501
+#: guix/scripts/environment.scm:498
#, fuzzy, scheme-format
#| msgid "package '~a' has been superseded by '~a'~%"
msgid "variable '~a' has unexpected suffix '~a'~%"
msgstr "pacote \"~a\" foi substituído por \"~a\"~%"
-#: guix/scripts/environment.scm:507
+#: guix/scripts/environment.scm:504
#, fuzzy, scheme-format
#| msgid "package '~a' has been superseded by '~a'~%"
msgid "variable '~a' is clobbered: '~a'~%"
msgstr "pacote \"~a\" foi substituído por \"~a\"~%"
-#: guix/scripts/environment.scm:514
+#: guix/scripts/environment.scm:511
#, scheme-format
msgid "'GUIX_ENVIRONMENT' is missing from the shell environment~%"
msgstr ""
-#: guix/scripts/environment.scm:518
+#: guix/scripts/environment.scm:515
#, scheme-format
msgid "'GUIX_ENVIRONMENT' is set to '~a' instead of '~a'~%"
msgstr ""
-#: guix/scripts/environment.scm:527
+#: guix/scripts/environment.scm:524
#, scheme-format
msgid "'PS1' is the same in sub-shell~%"
msgstr ""
-#: guix/scripts/environment.scm:528
+#: guix/scripts/environment.scm:525
#, scheme-format
msgid ""
"Consider setting a different prompt for\n"
@@ -8240,7 +8314,7 @@ msgid ""
"@end example\n"
msgstr ""
-#: guix/scripts/environment.scm:544
+#: guix/scripts/environment.scm:541
#, scheme-format
msgid ""
"One or more environment variables have a\n"
@@ -8263,79 +8337,79 @@ msgid ""
"running in a \"container\", immune to the issue described above."
msgstr ""
-#: guix/scripts/environment.scm:563
+#: guix/scripts/environment.scm:560
#, scheme-format
msgid "All is good! The shell gets correct environment variables.~%"
msgstr ""
-#: guix/scripts/environment.scm:584
+#: guix/scripts/environment.scm:581
#, fuzzy, scheme-format
#| msgid "Did you mean @code{~a}?~%"
msgid "Did you mean '~a'?~%"
msgstr "Você quis dizer @code{~a}?~%"
-#: guix/scripts/environment.scm:592
+#: guix/scripts/environment.scm:589
#, fuzzy, scheme-format
#| msgid "guix: ~a: command not found~%"
msgid "~a: command not found~%"
msgstr "guix: ~a: comando não encontrado~%"
-#: guix/scripts/environment.scm:799
+#: guix/scripts/environment.scm:796
#, scheme-format
msgid "cannot link profile: '~a' already exists within container~%"
msgstr "não é possível ligar perfil: \"~a\" já existe dentro do contêiner~%"
-#: guix/scripts/environment.scm:837
+#: guix/scripts/environment.scm:834
msgid "cannot create container: user namespaces unavailable\n"
msgstr "não é possível criar contêiner: espaço de nomes de usuários indisponível\n"
-#: guix/scripts/environment.scm:838
+#: guix/scripts/environment.scm:835
msgid "is your kernel version < 3.10?\n"
msgstr "a versão do seu kernel é < 3.10?\n"
-#: guix/scripts/environment.scm:841
+#: guix/scripts/environment.scm:838
msgid "cannot create container: unprivileged user cannot create user namespaces\n"
msgstr "não é possível criar contêiner: usuário sem privilégios não pode criar espaços de nomes de usuários\n"
-#: guix/scripts/environment.scm:842
+#: guix/scripts/environment.scm:839
msgid "please set /proc/sys/kernel/unprivileged_userns_clone to \"1\"\n"
msgstr "por favor defina /proc/sys/kernel/unprivileged_userns_clone para \"1\"\n"
-#: guix/scripts/environment.scm:845
+#: guix/scripts/environment.scm:842
msgid "cannot create container: /proc/self/setgroups does not exist\n"
msgstr "não é possível criar contêiner: /proc/self/setgroups não existe\n"
-#: guix/scripts/environment.scm:846
+#: guix/scripts/environment.scm:843
msgid "is your kernel version < 3.19?\n"
msgstr "a sua versão do kernel é < 3.19?\n"
-#: guix/scripts/environment.scm:923
+#: guix/scripts/environment.scm:920
#, scheme-format
msgid "'--link-profile' cannot be used without '--container'~%"
msgstr "\"--link-profile\" não pode ser usado sem \"--container\"~%"
-#: guix/scripts/environment.scm:925
+#: guix/scripts/environment.scm:922
#, scheme-format
msgid "'--user' cannot be used without '--container'~%"
msgstr "\"--user\" não pode ser usado sem \"--container\"~%"
-#: guix/scripts/environment.scm:927
+#: guix/scripts/environment.scm:924
#, scheme-format
msgid "--no-cwd cannot be used without --container~%"
msgstr "\"--no-cwd\" não pode ser usado sem \"--container\"~%"
-#: guix/scripts/environment.scm:942
+#: guix/scripts/environment.scm:939
#, scheme-format
msgid "'--profile' cannot be used with package options~%"
msgstr "\"--profile\" não pode ser usado com opções de pacote~%"
-#: guix/scripts/environment.scm:945 guix/scripts/shell.scm:274
+#: guix/scripts/environment.scm:942 guix/scripts/shell.scm:274
#, fuzzy, scheme-format
#| msgid "no packages specified; building an empty pack~%"
msgid "no packages specified; creating an empty environment~%"
msgstr "nenhum pacote especificado; compilando um pacote vazio~%"
-#: guix/scripts/environment.scm:984
+#: guix/scripts/environment.scm:981
#, scheme-format
msgid "'--check' is unnecessary when using '--container'; doing nothing~%"
msgstr ""
@@ -8361,7 +8435,7 @@ msgstr ""
";; você também precisa capturar os canais sendo usados, conforme\n"
";; retornado por \"guix describe\". Veja a seção \"Replicating Guix\" no manual.\n"
-#: guix/scripts/home.scm:88
+#: guix/scripts/home.scm:89
#, fuzzy
#| msgid ""
#| "Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE]\n"
@@ -8376,13 +8450,19 @@ msgstr ""
"Compilação do sistema operacional declarado em ARQUIVO de acordo com AÇÃO.\n"
"Algumas AÇÕES fornecem suporte adicional a ARGUMENTOS.\n"
-#: guix/scripts/home.scm:94
+#: guix/scripts/home.scm:95
#, fuzzy
#| msgid " search search for existing service types\n"
msgid " search search for existing service types\n"
msgstr " search pesquisa por tipos de serviços existentes\n"
-#: guix/scripts/home.scm:96
+#: guix/scripts/home.scm:97
+#, fuzzy
+#| msgid " search search for existing service types\n"
+msgid " edit edit the definition of an existing service type\n"
+msgstr " search pesquisa por tipos de serviços existentes\n"
+
+#: guix/scripts/home.scm:99
#, fuzzy
#| msgid " reconfigure switch to a new operating system configuration\n"
msgid ""
@@ -8390,65 +8470,65 @@ msgid ""
" container run the home environment configuration in a container\n"
msgstr " reconfigure alterna para configuração de um novo sistema operacional\n"
-#: guix/scripts/home.scm:98
+#: guix/scripts/home.scm:101
#, fuzzy
#| msgid " reconfigure switch to a new operating system configuration\n"
msgid " reconfigure switch to a new home environment configuration\n"
msgstr " reconfigure alterna para configuração de um novo sistema operacional\n"
-#: guix/scripts/home.scm:100
+#: guix/scripts/home.scm:103
#, fuzzy
#| msgid " roll-back switch to the previous operating system configuration\n"
msgid " roll-back switch to the previous home environment configuration\n"
msgstr " roll-back alterna para a configuração de sistema operacional anterior\n"
-#: guix/scripts/home.scm:102
+#: guix/scripts/home.scm:105
#, fuzzy
#| msgid " describe describe the current system\n"
msgid " describe describe the current home environment\n"
msgstr " describe descreve o sistema atual\n"
-#: guix/scripts/home.scm:104
+#: guix/scripts/home.scm:107
#, fuzzy
#| msgid " list-generations list the system generations\n"
msgid " list-generations list the home environment generations\n"
msgstr " list-generations lista as gerações do sistema\n"
-#: guix/scripts/home.scm:106
+#: guix/scripts/home.scm:109
#, fuzzy
#| msgid " switch-generation switch to an existing operating system configuration\n"
msgid " switch-generation switch to an existing home environment configuration\n"
msgstr " switch-generation alterna para uma configuração de sistema operacional existente\n"
-#: guix/scripts/home.scm:108
+#: guix/scripts/home.scm:111
#, fuzzy
#| msgid " delete-generations delete old system generations\n"
msgid " delete-generations delete old home environment generations\n"
msgstr " delete-generations excluir as gerações antigas do sistema\n"
-#: guix/scripts/home.scm:110
+#: guix/scripts/home.scm:113
#, fuzzy
#| msgid " build build the operating system without installing anything\n"
msgid " build build the home environment without installing anything\n"
msgstr " build compila o sistema operacional sem instalador nada\n"
-#: guix/scripts/home.scm:112
+#: guix/scripts/home.scm:115
msgid " import generates a home environment definition from dotfiles\n"
msgstr ""
-#: guix/scripts/home.scm:114
+#: guix/scripts/home.scm:117
#, fuzzy
#| msgid " extension-graph emit the service extension graph in Dot format\n"
msgid " extension-graph emit the service extension graph\n"
msgstr " extension-graph emite o grafo da extensão de serviço no formato Dot\n"
-#: guix/scripts/home.scm:116
+#: guix/scripts/home.scm:119
#, fuzzy
#| msgid " shepherd-graph emit the graph of shepherd services in Dot format\n"
msgid " shepherd-graph emit the graph of shepherd services\n"
msgstr " shepherd-graph emite o grafo de serviços do shepherd no formato Dot\n"
-#: guix/scripts/home.scm:120
+#: guix/scripts/home.scm:123
#, fuzzy
#| msgid ""
#| "\n"
@@ -8463,7 +8543,7 @@ msgstr ""
" -e, --expression=EXPR considera o sistema operacional para o qual EXPR\n"
" avalia em vez de ler ARQUIVO, quando aplicável"
-#: guix/scripts/home.scm:138
+#: guix/scripts/home.scm:141
#, fuzzy
#| msgid ""
#| "\n"
@@ -8478,63 +8558,63 @@ msgstr ""
" --graph-backend=BACKEND\n"
" usa BACKEND para \"extension-graphs\" e \"shepherd-graph\""
-#: guix/scripts/home.scm:451
+#: guix/scripts/home.scm:454
#, fuzzy, scheme-format
#| msgid "~a: consider removing this input: ~a~%"
msgid "process terminated with signal ~a~%"
msgstr "~a: considere remover esta entrada: ~a~%"
-#: guix/scripts/home.scm:453
+#: guix/scripts/home.scm:456
#, fuzzy, scheme-format
#| msgid "guix: ~a: command not found~%"
msgid "process stopped with signal ~a~%"
msgstr "guix: ~a: comando não encontrado~%"
-#: guix/scripts/home.scm:467
+#: guix/scripts/home.scm:470
#, fuzzy, scheme-format
#| msgid "'~a' does not return an operating system or an image~%"
msgid "'~a' does not return a home environment ~%"
msgstr "\"~a\" não retorna um sistema operacional ou uma imagem~%"
-#: guix/scripts/home.scm:560
+#: guix/scripts/home.scm:565
#, fuzzy, scheme-format
#| msgid "failed to re-install GRUB configuration file: '~a'~%"
msgid "'~a' populated with all the Home configuration files~%"
msgstr "falha ao reinstalar o arquivo de configuração do GRUB: \"~a\"~%"
-#: guix/scripts/home.scm:562
+#: guix/scripts/home.scm:567
#, scheme-format
msgid ""
"Run @command{guix home reconfigure ~a/home-configuration.scm} to effectively\n"
"deploy the home environment described by these files.\n"
msgstr ""
-#: guix/scripts/home.scm:569
+#: guix/scripts/home.scm:574
#, fuzzy, scheme-format
#| msgid "no system generation, nothing to describe~%"
msgid "no home environment generation, nothing to describe~%"
msgstr "nenhuma geração de sistema, nada para descrever~%"
-#: guix/scripts/home.scm:638
+#: guix/scripts/home.scm:643
#, fuzzy, scheme-format
#| msgid "guix: missing command name~%"
msgid "guix home: missing command name~%"
msgstr "guix: faltando um nome de comando~%"
-#: guix/scripts/home.scm:640
+#: guix/scripts/home.scm:645
#, fuzzy, scheme-format
#| msgid "Try `guix --help' for more information.~%"
msgid "Try 'guix home --help' for more information.~%"
msgstr "Tente \"guix --help\" para mais informações.~%"
-#: guix/scripts/home.scm:670
+#: guix/scripts/home.scm:675
#, fuzzy, scheme-format
#| msgid "~a: extraneous argument~%"
msgid "~a: extraneous command~%"
msgstr "~a: argumento estranho~%"
# geração, criação?
-#: guix/scripts/home.scm:826
+#: guix/scripts/home.scm:831
#, fuzzy, scheme-format
#| msgid "cannot switch to system generation '~a'~%"
msgid "cannot switch to home environment generation '~a'~%"
@@ -9676,6 +9756,27 @@ msgid_plural "socket-activated with %1% sockets"
msgstr[0] ""
msgstr[1] ""
+#~ msgid ""
+#~ "\n"
+#~ " -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\""
+#~ msgstr ""
+#~ "\n"
+#~ " -s, --system=SISTEMA considera pacotes para SISTEMA--ex.: \"i686-linux\""
+
+#~ msgid ""
+#~ "\n"
+#~ " -s, --system=SYSTEM consider the graph for SYSTEM--e.g., \"i686-linux\""
+#~ msgstr ""
+#~ "\n"
+#~ " -s, --system=SISTEMA considera o grafo para SISTEMA--ex.: \"i686-linux\""
+
+#~ msgid ""
+#~ "\n"
+#~ " -s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux\""
+#~ msgstr ""
+#~ "\n"
+#~ " -s, --system=SISTEMA considera substitutos para SISTEMA--ex.: \"i686-linux\""
+
#~ msgid "~:[~,1h MB would be downloaded:~%~{ ~a~%~}~;~]"
#~ msgstr "~:[~,1h MB seria baixado:~%~{ ~a~%~}~;~]"