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.

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.

advise-snap naredba pretražuje i predlaže instalaciju snap paketa.

Ako je --command zadan, predlaže snap paketu korištenje zadane naredbe.
U suprotnome predlaže snap paket sa zadanim nazivom.
Translated and reviewed by gogo
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.

alias naredba postavlja zadanu snap aplikaciju zadanome pseudonimu.

Jednom kada je taj ručni pseudonim postavljen odgovarajuća naredba
aplikacije može biti pozvana pomoću pseudonima.
Translated and reviewed by gogo
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.

aliases naredba prikazuje sve pseudonime dostupne na sustavu i njihova stanja.

$ snap aliases <snap paket>

Prikazuje samo pseudonime definirane određenim snap paketom.

Pseudonim naveden kao neodređen znači da je izričito omogućen ili onemogućen
ali nije definiran u trenutnoj reviziji snap paketa, moguće privremeno
(npr. zbog vraćanja). To se može uklonit sa 'snap alias --reset'.
Translated and reviewed by gogo
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.

auto-import naredba pretražuje dostupne montirane uređaje i na njima
potvrde koje su potpisali pouzdani izdavatelji, i po mogućnosti
obavlja promjenu sustava temeljenu na njima.

Ako su omogućene jedna ili više putanja uređaja putem --mount, privremeno
su montirane kako bi bile provjerene. Čak i u tome slučaju naredba
će još uvijek razmotriti provjeru svih montiranih uređaja.

Potvrde za uvoz moraju biti dostupne u datoteci auto-import.assert
u korijenu datotečnog sustava.
Translated and reviewed by gogo
Located in cmd/snap/cmd_auto_import.go:230
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
716 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.