Browsing Spanish translation

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

These translations are shared with snapd trunk series template snappy.

716 of 815 results
7.

The advise-snap command searches for and suggests the installation of snaps.

If --command is given, it suggests snaps that provide the given command.
Otherwise it suggests snaps 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.

El comando advise-snap busca y sugiere la instalación de snaps.

Si se proporciona --command, sugiere snaps que proporcionan el comando
dado. De otra forma sugiere snaps con el nombre dado.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_advise.go:57
8.

The alias command aliases the given snap application to the given alias.

Once this manual alias is setup the respective application command can be
invoked just using the alias.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando alias asigna el alias dado a la aplicación snap dada.

Una vez que el alias manual está configurado se puede invocar el comando
de aplicación respectivo tan solo usando el alias.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_alias.go:45
9.

The aliases command lists all aliases available in the system and their status.

$ snap aliases <snap>

Lists only the aliases defined by the specified snap.

An alias noted as undefined means it was explicitly enabled or disabled but is
not defined in the current revision of the snap, possibly temporarily (e.g.
because of a revert). This can cleared with 'snap alias --reset'.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando aliases lista todos los alias disponibles en el sistema y su estado.

$ alias de snap <snap>

Lista solo los alias definidos por el snap especificado.

Un alias destacado como indefinido significa que fue activado o desactivado
explicitamente, pero no está definido en la revisión actual del snap, posiblemente,
de manera temporal (p. ej. por una reversión). Esto se puede limpiar con «snap alias --reset».
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_aliases.go:41
10.

The auto-import command searches available mounted devices looking for
assertions that are signed by trusted authorities, and potentially
performs system changes based on them.

If one or more device paths are provided via --mount, these are temporarily
mounted to be inspected as well. Even in that case the command will still
consider all available mounted devices for inspection.

Assertions to be imported must be made available in the auto-import.assert file
in the root of the filesystem.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando auto-import busca dispositivos montados disponibles buscando
aserciones firmadas por autoridades de confianza, y potencialmente
lleva a cabo cambios en el sistema basados en ellos.

Si una o más rutas de dispositivo se proporcionan mediante --mount, éstas se montan
temporalmente para ser inspeccionadas también. Incluso en ese caso, el comando
seguirá considerando todos los dispositivos montados disponibles para inspección.

Las aserciones que se importarán deben estar disponibles en el archivo
auto-import.assert en la raíz del sistema de archivos.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_auto_import.go:231
11.

The buy command buys a snap from the store.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

La orden buy compra un snap de la tienda.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_buy.go:33
12.

The changes command displays a summary of system changes performed recently.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando changes muestra un resumen de los cambios del sistema realizados recientemente.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_changes.go:35
13.

The check-snapshot command verifies the user, system and configuration
data of the snaps included in the specified snapshot.

The check operation runs the same data integrity verification that is
performed when a snapshot is restored.

By default, this command checks all the data in a snapshot.
Alternatively, you can specify the data of which snaps to check, or
for which users, or a combination of these.

If a snap is included in a check-snapshot operation, excluding its
system and configuration data from the check is not currently
possible. This restriction may be lifted in the future.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando check-snapshot verifica los datos de usuario, sistema y
configuración de los snaps incluidos en la instantánea especificada.

La operación de verificación ejecuta la misma verificación de integridad
de datos que se realiza cuando una instantánea es restaurada.

De manera predeterminada, este comando comprueba todos los datos
en una instantánea. Alternativamente, puede especificar los datos de
los snaps que se comprobarán o los usuarios o una combinación de estos.

Si se incluye una snap en una operación check-snapshot, excluir los
datos de sistema y configuración de la verificación, no es posible
actualmente. Esta restricción podría quitarse en el futuro.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_snapshot.go:76
14.

The confinement command will print the confinement mode (strict,
partial or none) the system operates in.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando confinement imprimirá el modo de confinamiento (estricto,
parcial o ninguno) en el cual opera el sistema.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_confinement.go:31
15.

The connect command connects a plug to a slot.
It may be called in the following ways:

$ snap connect <snap>:<plug> <snap>:<slot>

Connects the provided plug to the given slot.

$ snap connect <snap>:<plug> <snap>

Connects the specific plug to the only slot in the provided snap that matches
the connected interface. If more than one potential slot exists, the command
fails.

$ snap connect <snap>:<plug>

Connects the provided plug to the slot in the core snap with a name matching
the plug name.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

La orden connect conecta un enchufe a una ranura.
Se puede llamar de las siguientes maneras:

$ snap connect <snap>:<enchufe> <snap>:<ranura>

Conecta el enchufe dado a una ranura dada.

$ snap connect <snap>:<enchufe> <snap>

Conecta el enchufe especificado a la única ranura en el snap proporcionado
que coincide con la interfaz conectada. Si existe más de una ranura potencial,
la orden falla.

$ snap connect <snap>:<enchufe>

Conecta el enchufe proporcionado a la ranura en el snap principal con un
nombre que coincide con el nombre del enchufe.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_connect.go:37
16.

The connections command lists connections between plugs and slots
in the system.

Unless <snap> is provided, the listing is for connected plugs and
slots for all snaps in the system. In this mode, pass --all to also
list unconnected plugs and slots.

$ snap connections <snap>

Lists connected and unconnected plugs and slots for the specified
snap.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

El comando connections lista conexiones entre ranuras y enchufes
del sistema.

A menos que se proporcione <snap>, se listan las ranuras y enchufes
conectados de todos los snaps en el sistema. En este modo, incluya
--all para listar también las ranuras y enchufes no conectados.

$ snap connections <snap>

Lista las ranuras y enchufes conectados y no conectados para el
snap especificado.
Translated and reviewed by Rodrigo Lledó
Located in cmd/snap/cmd_connections.go:42
716 of 815 results

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

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

Contributors to this translation: ., Adolfo Jayme Barrientos, Alex, Arturo Muñiz, Augusto Salinas, Daniel Tamez Gil, Daniel Vargas, Demuxer, Fco. Javier Serrador, Hector A. Mantellini, Jadenpaul M. Albay, Jesus Brito Mendoza, Leo Arias, Paco Molinero, Removed by request, Ricardo Pérez López, Rodrigo Lledó, aitor.