Browsing Portuguese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Portuguese guidelines.

These translations are shared with snapd in Ubuntu Mantic template snappy.

2231 of 925 results
22.

The delete-key command deletes the local cryptographic key pair with
the given name.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando delete-key exclui o par de chaves criptográficas locais com
o nome dado
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_delete_key.go:41
23.

The disable command disables a snap. The binaries and services of the
snap will no longer be available, but all the data is still available
and the snap can easily be enabled again.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando disable desativa um snap. Os binários e serviços do
snap não estarão mais disponíveis, mas todos os dados ainda estão disponíveis
e o snap pode ser facilmente activado novamente.
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_snap_op.go:119
24.

The disconnect command disconnects a plug from a slot.
It may be called in the following ways:

$ snap disconnect <snap>:<plug> <snap>:<slot>

Disconnects the specific plug from the specific slot.

$ snap disconnect <snap>:<slot or plug>

Disconnects everything from the provided plug or slot.
The snap name may be omitted for the core snap.

When an automatic connection is manually disconnected, its disconnected state
is retained after a snap refresh. The --forget flag can be added to the
disconnect command to reset this behaviour, and consequently re-enable
an automatic reconnection after a snap refresh.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando disconnect desliga um plug de um slot.
Pode ser chamado das seguintes maneiras:

$ snap disconnect <snap>:<plug> <snap>:<slot>

Desliga o plug específico do slot específico

$ snap disconnect <snap>:<slot or plug>

Desconecta tudo do plug ou slot fornecido.
O nome do snap pode ser omitido para o snap do núcleo.

Quando uma conexão automática é desconectada manualmente, seu estado desconectado
é retido após uma atualização instantânea. O sinalizador --forget pode ser adicionado ao
comando de desconexão para redefinir este comportamento e, consequentemente, reativar
uma reconexão automática após uma atualização instantânea.
Translated and reviewed by Ivo Xavier
Located in cmd/snap/cmd_disconnect.go:41
25.

The download command downloads the given snap and its supporting assertions
to the current directory with .snap and .assert file extensions, respectively.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando download transfere o snap fornecido e as suas asserções de suporte
para o directório actual com extensões de ficheiro .snap e .assert, respectivamente.
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_download.go:51
26.

The enable command enables a snap that was previously disabled.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando enable activa um snap que estava anteriormente desactivado.
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_snap_op.go:115
27.

The export-key command exports a public key assertion body that may be
imported by other systems.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando export-key exporta um corpo de asserção de chave pública que pode ser
importado por outros sistemas.
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_export_key.go:43
28.

The fde-setup-request command is used inside the fde-setup hook. It will
return information about what operation for full-disk encryption is
requested and auxiliary data to complete this operation.

The fde-setup hook should do what is requested and then call
"snapctl fde-setup-result" and pass the result data to stdin.

Here is an example for how the fde-setup hook is called initially:
$ snapctl fde-setup-request
{"op":"features"}
$ echo '{"features": []}' | snapctl fde-setup-result

Alternatively the hook could reply with:
$ echo '{"error":"hardware-unsupported"}' | snapctl fde-setup-result

And then it is called again with a request to do the initial key setup:
$ snapctl fde-setup-request
{"op":"initial-setup", "key": "key-to-seal"}
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-result
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando "fde-setup-request" é usado dentro do hook "fde-setup". Ele retornará informações sobre qual operação de criptografia de disco completo está sendo solicitada e dados auxiliares necessários para concluir essa operação.

O hook "fde-setup" deve realizar o que for solicitado e, em seguida, chamar "snapctl fde-setup-result" e passar os dados de resultado para a entrada padrão.

Aqui está um exemplo de como o hook "fde-setup" é chamado inicialmente:
$ snapctl fde-setup-request
{"op":"features"}
$ echo '{"features": []}' | snapctl fde-setup-result

Alternativamente, o hook pode responder com:
$ echo '{"error":"hardware-unsupported"}' | snapctl fde-setup-result

E depois é chamado novamente com uma solicitação para realizar a configuração inicial da chave:
$ snapctl fde-setup-request
{"op":"initial-setup", "key": "chave-a-selar"}
$ echo '{"chave-selada":"$base64_encoded_chave_selada"}" | snapctl fde-setup-result
Translated and reviewed by Ivo Xavier
Located in overlord/hookstate/ctlcmd/fde_setup.go:36
29.

The fde-setup-result command sets the result data for a fde-setup hook
reading it from stdin.

For example:
When the fde-setup hook is called with "op":"features:
$ echo '{"features": []}' | snapctl fde-setup-result

When the fde-setup hook is called with "op":"initial-setup":
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-result
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando "fde-setup-result" configura os dados de resultado para um gancho de "fde-setup" lendo-os da entrada padrão (stdin).

Por exemplo:
Quando o gancho "fde-setup" é chamado com "op":"features":
$ echo '{"features": []}' | snapctl fde-setup-result

Quando o gancho "fde-setup" é chamado com "op":"initial-setup":
$ echo '{"sealed-key":"$base64_encoded_sealed_key"}' | snapctl fde-setup-result
Translated and reviewed by Ivo Xavier
Located in overlord/hookstate/ctlcmd/fde_setup.go:101
30.

The file-access command returns information about a snap's file system access.

This command is used by the xdg-document-portal service to identify
files that do not need to be proxied to provide access within
confinement.

File paths are interpreted as host file system paths. The tool may
return false negatives (e.g. report that a file path is unreadable,
despite being readable under a different path). It also does not
check if file system permissions would render a file unreadable.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando file-access devolve informações sobre o acesso de um sistema de ficheiros snap.

Este comando é usado pelo serviço xdg-document-portal para identificar
ficheiros que não precisam de proxy para fornecer acesso dentro do
confinamento

Os caminhos do ficheiro são interpretados como caminhos do sistema de ficheiros host. A ferramenta pode
retornar falsos negativos (por exemplo, relatar que o caminho de um arquivo é ilegível,
apesar de ser legível num caminho diferente). Também não
verifica se as permissões do sistema de ficheiros tornariam um ficheiro ilegível.
Translated and reviewed by Jaime Pereira
Located in cmd/snap/cmd_routine_file_access.go:43
31.

The find command queries the store for available packages.

With the --private flag, which requires the user to be logged-in to the store
(see 'snap help login'), it instead searches for private snaps that the user
has developer access to, either directly or through the store's collaboration
feature.

A green check mark (given color and unicode support) after a publisher name
indicates that the publisher has been verified.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

O comando find consulta a loja sobre os pacotes disponíveis.

Com a sinalização --private, que exige que o utilizador esteja conetado à loja
(veja 'snap help login'), ele procura por snaps privados que o utilizador
tem acesso como desenvolvedor, diretamente ou através da funcionalidade de colaboração da loja.

Uma marca de seleção verde (com suporte de cor e unicode) após o nome de um editor
indica que o editor foi verificado.
Translated and reviewed by Ivo Xavier
Located in cmd/snap/cmd_find.go:40
2231 of 925 results

This translation is managed by Ubuntu Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Alberto Almeida, Alexandre Fidalgo, Diogo Lavareda, Guilherme Campos, Ivo Xavier, JL, Jaime Pereira, Jorge Araujo, Miguel Pires, Peter J. Mello, Ricardo Dias.