Browsing Croatian translation

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

These translations are shared with snapd trunk series template snappy.

1120 of 815 results
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.

buy - naredba kupuje snap paket iz trgovine.
Translated and reviewed by gogo
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.

changes naredba prikazuje sažetak nedavno izvedenih promjena sustava.
Translated and reviewed by gogo
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.

check-snapshot naredba provjerava korisnika, sustav i podatke
podešavanja snap paketa uključenih u određenu snimku.

check naredba pokreće istu provjeru cjelovitosti podataka
koja se izvodi kada je snimka obnovljena.

Po zadanome, ova naredba provjerava podatke u snimci.
Neobavezno, možete odrediti podatke za koji će se snap paket
provjeriti, ili za kojeg korisnika, ili kombinacija obojeg.

Ako je snap paket uključen u check-snapshot naredbu, isključivanje
njegovih podataka sustava i podešavanja iz provjere trenutno
nije moguće. To ograničenje može biti uklonjeno u budućnosti.
Translated and reviewed by gogo
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.

confinement naredba prikazati će ograničeni način (strict,
partial ili none) u kojemu sustav radi.
Translated and reviewed by gogo
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.

connect- naredba povezuje priključak s priključnicom.
Može se pozvati na sljedeće načine:

$ snap connect <snap paket>:<priključnica> <snap paket>:<priključak>

Povezuje određen priključak sa zadanom priključnicom.

$ snap connect <snap paket>:<priključak> <snap paket>

Povezuje određeni priključak sa jedinom priključnicom u zadanom snap paketu koji se podudara
s povezanim sučeljem. Ako postoji više od jedne potencijalne priključnice, naredba se ne izvršava.

$ snap connect <snap paket>:<priključak>

Povezuje određeni priključak sa priključnicom u jezgri snap paketa pomoću podudaranja
naziva priključka.
Translated and reviewed by gogo
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.

connections naredba prikazuje povezivanja između
priključaka i priključnica na sustavu.

Osim ako <snap paket> nije naveden, prikazati će se povezani priključci
i priključnice za sve snap pakete na sustavu. U ovom načinu,
navedite --all za prikaz svih nepovezanih priključaka i priključnica.

$ snap connections <snap paket>

Prikazuje povezane i nepovezane priključke i priključnice
za određeni snap paket.
Translated and reviewed by gogo
Located in cmd/snap/cmd_connections.go:42
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.

console-conf-start naredba započinje usklađivanje sa console-conf

Ova naredbu koristi console-conf kada se pokreće. Odgađa osvježavanje ako
nema trenutno radnji, i izalz s određenim kôdom ako postoje trenutno osvježavanja koja
console-conf treba pričekati prije nego što upita korisnika da počene podešavati uređaj.
Translated by gogo
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.

create-cohort naredba stvara skup ključeva kohorte za zadani skup snap paketa.

Kohorta je pogled ili snimka snap paketa "mape kanala" u zadanoj točki
vremena koja popravlja skup revizija za snap paket zadan drugim ograničenjima
(npr. kanalom ili arhitekturom). Kohorta je tada identificirana neprozirnim ključem
po snap paketu koji radi na svim sustavima. Instalacija ili osvježavanje snap paketa
koristeći zadani ključ kohorte će koristiti nepromjenjivu reviziju do 90 dana, nakon
koje će novi skup revizija biti nepromjenjiv unutar tog istog ključa kohorte i
novih 90 dana će započeti.
Translated and reviewed by gogo
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.

create-key naredba stvara kriptografski par ključeva
koji se mogu koristiti za potpis potvrda.
Translated and reviewed by gogo
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.

create-user naredba stvara lokalni sustav korisnika s korisničkim imenom i SSH
ključevima registriranim u računu trgovine i indentificiranim navedenom adresom e-pošte.

Račun se može podesiti na https://login.ubuntu.com.
Translated and reviewed by gogo
Located in cmd/snap/cmd_create_user.go:33
1120 of 815 results

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

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

Contributors to this translation: Ante Karamatić, gogo.