Browsing Catalan translation

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

These translations are shared with snapd trunk series template snappy.

1726 of 815 results
17.

The console-conf-start command starts synchronization with console-conf

This command is used by console-conf when it starts up. It delays refreshes if
there are none currently ongoing, and exits with a specific error code if there
are ongoing refreshes which console-conf should wait for before prompting the
user to begin configuring the device.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

L'opció console-conf-start inicia la sincronització amb console.conf

El console-conf usa aquesta ordre quan s'inicia. Endarrereix els
refrescaments si actualment no hi ha cap en marxa, i surt amb un codi
d'error específic si ha refrescaments en marxa, per als quals console-conf
hauria d'esperar abans de demanar a l'usuari que comenci la configuració
del dispositiu.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_routine_console_conf.go:40
18.

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.

L'ordre create-cohort crea un conjunt de claus de cohort per a conjunts específics
de snaps.

Una cohort és una visualització o una captura de «mapa de canal« d'un snap en
un moment donat del temps que fixa el conjunt de revisions per al snap donades
altres restriccions (per exemple canal o arquitectura). Així, s'identifica la cohort
amb una clau opaca del snap que funciona a través dels sistemes. Les instal·lacions
o els refrescaments del snap que usen una clau donada de cohort usaran una
revisió fixa per fins a 90 dies, després del qual s'establiria un nou conjunt de revisions
sota la mateixa clau de cohort i començaria una nova finestra de 90 dies.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_create_cohort.go:30
19.

The create-key command creates a cryptographic key pair that can be
used for signing assertions.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre create-key crea un parell de claus criptogràfiques que es poden
usar per signar assercions.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_create_key.go:41
20.

The create-user command creates a local system user with the username and SSH
keys registered on the store account identified by the provided email address.

An account can be setup at https://login.ubuntu.com.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre create-user crea un usuari local del sistema amb el nom d'usuari i claus SSH
registrats al compte de la botiga identificat pel correu electrònic proveït.

Es pot establir un compte a https://login.ubuntu.com.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_create_user.go:33
21.

The debug command contains a selection of additional sub-commands.

Debug commands can be removed without notice and may not work on
non-development systems.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre debut conté una selecció de subordres addicionals.

Les ordres debug es poden eliminar sense avís i poden no funcionar a
entorns que no siguin de desenvolupament.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_debug.go:29
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.

L'ordre delete-key esborrra el parell de claus criptogràfiques locals amb
el nom donat.
Translated and reviewed by Walter Garcia-Fontes
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.

L'ordre disable desactiva un snap. Els binaris i serveis del snap ja no estaran
disponibles, però totes les dades encara estan disponibles i l'snap pot
activar-se un altre cop fàcilment.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_snap_op.go:125
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.

L'ordre disconnect desconnecta una connexió d'una ranura.
Pot cridar-se de les maneres següents:

$ snap disconnect <snap>:<connexió> <snap>:<ranura>

Desconnecta la connexió específica de la ranura específica.

$ snap disconnect <snap>:<ranura o connexió>

Desconnecta tot de la connexió o ranura proveïda.
El nom del snap pot ometre's per al snap core.

Quan es desconnecta manualment una connexió automàtica, el seu estat
desconnectat es reté després del refrescament de l'snap. Es pot afegir
l'etiqueta --forget a l'ordre disconnect per restablir aquest comportament,
i en conseqüència reactivar una reconnexió automàtica després del refrescament
del snap.
Translated and reviewed by Walter Garcia-Fontes
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.

L'ordre download descarrega el snap donat i les seves assercions de suport al
directori actual amb extensions de fitxer .snap i .assert, respectivament.
Translated and reviewed by Walter Garcia-Fontes
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.

L'ordre enable activa un snap que havia estat desactivat prèviament.
Translated by Jaume Villalba
Reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_snap_op.go:121
1726 of 815 results

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

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

Contributors to this translation: Adolfo Jayme Barrientos, Aniol Garcia, Biel Fiol, Giorgio Grappa, Jaume Villalba, JoanColl, Paco Riviere, Sergi Heras, Walter Garcia-Fontes, amm.