Browsing Italian translation

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

These translations are shared with snapd trunk series template snappy.

481490 of 710 results
481.

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.

Il comando alias crea un alias per l'applicazione snap specificata.

Dopo aver creato un alias, il rispettivo comando dello snap può essere
chiamato semplicemente usando l'alias.
Translated by Carlo Federico Vescovo
Reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_alias.go:45
482.

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.

Il comando aliases elenca tutti gli alias disponibili nel sistema e mostra il loro stato.

$ snap aliases <snap>

Elenca solo gli alias relativi allo snap specificato.

Un alias riportato come non definito è un alias che è stato esplicitamente abilitato o disabilitato ma che non è
definito nella versione corrente dello snap, anche solo temporaneamente (per esempio
a causa di un revert). È possibile resettare questi alias con il comando 'snap alias --reset'.
Translated by Carlo Federico Vescovo
Reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_aliases.go:41
483.

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.

Il comando auto-import cerca i dispositivi disponibili e montati per trovare
asserzioni firmate da autorità fidate e esegue potenzialmente
modifiche al sistema in accordo con tali asserzioni.

Se uno o più percorsi ai dispositivi vengono forniti con --mount, questi vengono temporaneamente
montati per essere controllati. Anche in questo caso il comando continuerà a
considerare per il controllo tutti i dispositivi montati e disponibili.

Le asserzioni da importare devono essere dichiarate nel file auto-import.assert
situato nella radice del filesystem
Translated by Carlo Federico Vescovo
Reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_auto_import.go:230
484.

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.

Il comando acquista acquista in un attimo dal negozio.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_buy.go:33
485.

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.

Il comando modifiche mostra un riepilogo delle modifiche al sistema eseguite di recente.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_changes.go:35
486.

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.

Il comando check-snapshot verifica l'utente, il sistema e la configurazione
dati degli snap inclusi nello snapshot specificato.

L'operazione di controllo esegue la stessa verifica dell'integrità dei dati
eseguita al ripristino di uno snapshot.

Per impostazione predefinita, questo comando controlla tutti i dati in uno snapshot.
In alternativa, puoi specificare i dati di quali snap controllare, oppure
per quali utenti o una combinazione di questi.

Se uno snap è incluso in un'operazione di check-snapshot, escludendolo
i dati di sistema e di configurazione del controllo non sono attualmente
possibile. Questa restrizione potrebbe essere revocata in futuro.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_snapshot.go:76
487.

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.

Il comando di confinamento stamperà la modalità di confinamento (rigoroso,
parziale o nulla) in cui opera il sistema.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_confinement.go:31
488.

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.

Il comando di connessione collega una spina a uno slot.
Può essere chiamato nei seguenti modi:

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

Collega la spina in dotazione allo slot fornito.

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

Collega la spina specifica all'unico slot dell'apposito moschettone che corrisponde
l'interfaccia collegata. Se esiste più di uno slot potenziale, il comando
non riesce.

$ snap connect <scatto>:<spina>

Collega la spina in dotazione allo slot nel nucleo snap con un nome corrispondente
il nome della spina.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_connect.go:37
489.

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.

Il comando connessioni elenca le connessioni tra spine e slot
nel sistema.

A meno che non venga fornito <snap>, l'elenco è per le spine collegate e
slot per tutti gli snap nel sistema. In questa modalità, passa --all a also
elenca le spine e gli slot non collegati.

$ connessioni a scatto <scatto>

Elenca le spine e gli slot collegati e scollegati per l'oggetto specificato
affrettato.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_connections.go:42
490.

The create-cohort command creates a set of cohort keys for a given set of snaps.

A cohort is a view or snapshot of a snap's "channel map" at a given point in
time that fixes the set of revisions for the snap given other constraints
(e.g. channel or architecture). The cohort is then identified by an opaque
per-snap key that works across systems. Installations or refreshes of the snap
using a given cohort key would use a fixed revision for up to 90 days, after
which a new set of revisions would be fixed under that same cohort key and a
new 90 days window started.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Il comando crea-coorte crea un insieme di chiavi di coorte per un determinato insieme di snap.

Una coorte è una vista o un'istantanea della "mappa del canale" di uno snap in un determinato punto
tempo che corregge l'insieme di revisioni per lo snap dati altri vincoli
(ad es. canale o architettura). La coorte viene quindi identificata da un opaco
chiave per-snap che funziona su tutti i sistemi. Installazioni o aggiornamenti dello snap
l'utilizzo di una determinata chiave di coorte utilizzerebbe una revisione fissa per un massimo di 90 giorni, dopo
quale una nuova serie di revisioni verrebbe fissata sotto la stessa chiave di coorte e a
è iniziata la nuova finestra di 90 giorni.
Translated and reviewed by Salvatore Cocuzza
Located in cmd/snap/cmd_create_cohort.go:30
481490 of 710 results

This translation is managed by Traduttori Italiani del software di Ubuntu, assigned by Ubuntu Translators.

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

Contributors to this translation: Carlo Federico Vescovo, Dragone2, Marco, Martina Sapienza, Milo Casagrande, Paolo Devoti, Salvatore Cocuzza, Stefano Galliani, djtech.