Browsing Czech translation

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

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.

Příkaz advise-snap hledá a doporučuje instalaci snapů.

Pokud je zadáno --command, doporučuje snapy, které poskytují daný příkaz.
Jinak doporučuje snapy dle zadaného názvu.
Translated and reviewed by Pavel Borecki
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.

Příkaz alias vytvoří alternativní název pro aplikaci v daném snapu.

Jakmile je tento ručně nastavený alias nastavený, příslušnou aplikaci
je možné vyvolat použitím této přezdívky.
Translated and reviewed by Pavel Borecki
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.

Příkaz aliases zobrazí všechny alternativní názvy v systému a jejich stav.

$ snap aliases <snap>

Vypíše pouze alternativní názvy určené daným snapem.

Alternativní název poznačený jako nedefinovaný znamená, že byl výslovně
zapnut nebo vypnut, ale není definován ve stávající revizi snapu, možná dočasně
(např. z důvodu vrácení změny). Toto je možné vyčistit pomocí „snap alias --reset“.
Translated and reviewed by Pavel Borecki
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.

Příkaz automatického importu vyhledává dostupná připojená zařízení, která hledají
tvrzení, která jsou podepsána důvěryhodnými autoritami a potenciálně
na základě nich provádí systémové změny.

Pokud je prostřednictvím --mount poskytnuta jedna nebo více cest zařízení, jsou dočasně
připojeny, aby byly také zkontrolovány. I v takovém případě bude příkaz ke kontrole
zvažovat všechna dostupná připojená zařízení.

Importovaná tvrzení musí být zpřístupněna v souboru auto-import.assert
v kořenovém adresáři souborového systému.
Translated by Víťa Šrůtek
Reviewed by Tomáš Marný
Located in cmd/snap/cmd_auto_import.go:231
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.

Příkaz buy koupí snap z obchodu.
Translated and reviewed by Pavel Borecki
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.

Příkaz changes zobrazí souhrn nedávno provedených změn v systému.
Translated and reviewed by Pavel Borecki
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.

Příkaz check-snapshot ověří data uživatele, systému a nastavení snapů
obsažených v zadaném zachyceném stavu.

Operace kontroly spustí stejné ověření neporušenosti dat, které je
prováděno při obnovení ze zachyceného stavu.

Ve výchozím stavu tento příkaz zkontroluje všechna data v zachyceném stavu.
Alternativně je možné zadat data kterého snapu zkontrolovat nebo pro
které uživatele, nebo obojí.

Pokud je snap obsažen v operaci check-snapshot, vynechání jeho
systémových a nastavovacích dat z kontroly v tuto chvíli není
možné. Toto omezení může být v budoucnu odstraněno.
Translated and reviewed by Pavel Borecki
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.

Příkaz confinement vypíše režim ohraničení (strict, partial nebo
none), ve kterém systém funguje.
Translated and reviewed by Pavel Borecki
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.

Příkaz connect připojuje zástrčku ke slotu.
Lze jej volat následujícími způsoby:

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

Připojuje dodanou zástrčku k danému slotu.

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

Připojí konkrétní zástrčku k jedinému slotu v poskytnutém modulu, který odpovídá
připojenému rozhraní. Pokud existuje více než jeden potenciální slot, příkaz selže.

$ snap connect <snap>:<plug>

Připojí dodanou zástrčku ke slotu v jádru se jménem odpovídajícím
názvu zástrčky.
Translated by Víťa Šrůtek
Reviewed by Tomáš Marný
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.

Příkaz connections vypíše propojení mezi zástrčkami a sloty v systému.

Pokud není zadán <snap>, výpis je pro připojené zástrčky a sloty pro
veškeré snapy v systému. V tomto režimu, zadejte také --all pro vypsání
všech nepropojených zástrček a slotů.

$ snap connections <snap>

Vypíše propojené a nepropojené zásuvky a sloty pro zadaný snap.
Translated and reviewed by Pavel Borecki
Located in cmd/snap/cmd_connections.go:42
716 of 815 results

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

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

Contributors to this translation: AsciiWolf, David Novák, Marek Hladík, Pavel Borecki, Remus32, Tomáš Marný, Víťa Šrůtek.