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.

5261 of 953 results
52.

The model command returns the active model assertion information for this
device.

By default, only the essential model identification information is
included in the output, but this can be expanded to include all of an
assertion's non-meta headers.

The verbose output is presented in a structured, yaml-like format.

Similarly, the active serial assertion can be used for the output instead of the
model assertion.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre model retorna la informació d'afirmació del model actiu per a aquest
dispositiu.

Per defecte, sols s'inclou a la sortidala informació esencial d'identificació de
model, però es pot expandir per incloure totes les capçaleres d'afirmació
no-meta.

La sortida detallada es presenta en un format estructurat i semblant al yaml.

Similarment, es pot usar l'afirmació del serial actiu per a la sortida, en comptes
de l'afirmació de model.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_model.go:35
53.

The model command returns the active model assertion information for this
device.

By default, the model identification information is presented in a structured,
yaml-like format, but this can be changed to json by using the --json flag.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre model retorna la informació d'afirmació del model actiu per a aquest
dispositiu.

La sortida detallada es presenta en un format estructurat i semblant al yaml,
però es pot canviar a json usant la bandera --json.
Translated and reviewed by Walter Garcia-Fontes
Located in overlord/hookstate/ctlcmd/model.go:44
54.

The mount command mounts the given source onto the given destination path,
provided that the snap has a plug for the mount-control interface which allows
this operation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre mount munta l'origen donat a un camí donat de destí, si l'snap
té un plug per a la interfície de control de muntatge que permet aquesta
operació.
Translated and reviewed by Walter Garcia-Fontes
Located in overlord/hookstate/ctlcmd/mount.go:39
55.

The okay command acknowledges the warnings listed with 'snap warnings'.

Once acknowledged a warning won't appear again unless it re-occurrs and
sufficient time has passed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre okay reconeix els advertiments llistats amb 'snap warnings'.

Un cop reconegut, un advertiment no tornarà a aparèixer a no ser que torni
a ocórrer i hagi passat un temps suficient.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_warnings.go:60
56.

The pack command packs the given snap-dir as a snap and writes the result to
target-dir. If target-dir is omitted, the result is written to current
directory. If both source-dir and target-dir are omitted, the pack command packs
the current directory.

The default file name for a snap can be derived entirely from its snap.yaml, but
in some situations it's simpler for a script to feed the filename in. In those
cases, --filename can be given to override the default. If this filename is
not absolute it will be taken as relative to target-dir.

When used with --check-skeleton, pack only checks whether snap-dir contains
valid snap metadata and raises an error otherwise. Application commands listed
in snap metadata file, but appearing with incorrect permission bits result in an
error. Commands that are missing from snap-dir are listed in diagnostic
messages.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre pack empaqueta el snap-dir donat a un snap i escriu el resultat a
target-dir. Si s'omet target-dir, el resultat s'escriu al directori
actual. Si s'ometen tant source-dir com target-dir, l'ordre pack empaqueta
el directori actual.

Es pot derivar el nom predeterminat de fitxer per a un snap completament
del seu snap.yamlò, per en algunes situacions és més senzill definir-lo amb un
script. En aquests casos, es pot donar --filename per ignorar el valor per defecte.
Si aquest nom de fitxer no és absolut s'agafarà com a relatiu a target-dir.

Quan s'usa amb --check-skeleton, pack sols verifica si snap-dir conté metadades
vàlides de snap i mostra un error en cas contrari. Les ordres d'aplicació llistades
al fitxer de metadades de l'snap, però que apareixen amb bits incorrectes de
permís, resultaran en un error. Les ordres que falten del snap-dir es llisten a
missatges de diagnòstic.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_pack.go:49
57.

The paths command prints the list of paths detected and used by snapd.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre paths imprimeix la llista de camins detectats i usat pel snapd.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_paths.go:32
58.

The portal-info command returns information about a process in keyfile format.

This command is used by the xdg-desktop-portal service to retrieve
information about snap confined processes.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre porta-info retorna informació sobre un procés en format keyfile.

Aquesta ordre és usada pel servei xdg-desktop-portal per retrobar informació
sobre els processos confinats de snaps.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_routine_portal_info.go:43
59.

The prefer command enables all aliases of the given snap in preference
to conflicting aliases of other snaps whose aliases will be disabled
(or removed, for manual ones).
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'ordre prefer habilita tots els àlies d'un snap donat preferiblement sobre
ales àlies en conflicte d'altres snap els àlies dels quals es deshabilitaran
(o eliminaran, per als manuals).
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_prefer.go:36
60.

The prepare-image command performs some of the steps necessary for
creating device images.

For core images it is not invoked directly but usually via
ubuntu-image.

For preparing classic images it supports a --classic mode
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'odre prepare-image realitza alguns dels passos necessaris per crear
imatges de dispositiu.

Per a imatges de nucli no s'invoca directament però en general
mitjançant ubuntu-image.

Per preparar imatges clàssiques dóna suport a model --classic.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/cmd_prepare_image.go:66
61.

The publisher of snap %q has indicated that they do not consider this revision
to be of production quality and that it is only meant for development or testing
at this point. As a consequence this snap will not refresh automatically and may
perform arbitrary system changes outside of the security sandbox snaps are
generally confined to, which may put your system at risk.

If you understand and want to proceed repeat the command including --devmode;
if instead you want to install the snap forcing it into strict confinement
repeat the command including --jailmode.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

L'editor del snap %q ha indicat que no consideren que aquesta revisió sigui de
qualitat de producció i que sols pretén ser de desenvolupament o prova en
aquest moment. Com a conseqüència aquest snap no es refrescarà de manera
automàtica i pot realitzar canvis arbitraris al sistema per fora del sorral
on els snaps estan habitualment confinats, cosa que pot significar un risc pel sistema.

Si ho enteneu i voleu procedir, repetiu l'ordre incloent --devmode; si en canvi voleu
instal·lar l'snap forçant-lo a confinament estricte repetiu l'ordre incloent
--jailmode.
Translated and reviewed by Walter Garcia-Fontes
Located in cmd/snap/error.go:181
5261 of 953 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.