Browsing Ukrainian translation

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

These translations are shared with snapd trunk series template snappy.

1120 of 953 results
11.

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 прив'язує наведену snap-програму до наведеного синоніму.

Після налаштування цього ручного синоніма відповідну команду програми
можна викликати просто за допомогою цього синоніму.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_alias.go:45
12.

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.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in cmd/snap/cmd_aliases.go:41
13.

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 здійснює пошук доступних приєднаних пристроїв,
які шукають перевірки, що підписані довіреними органами, і потенційно
виконує системні зміни на основі них.

Якщо один або декілька шляхів пристрою надаються через -mount,
вони також тимчасово монтуються для огляду. Навіть у такому разі
команда все одно буде розглядати всі доступні змонтовані пристрої
для огляду.

Імпортовані перевірки мають бути доступними в файлі auto-import.assert
в корені файлової системи.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_auto_import.go:230
14.

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 купує snap-пакунок в магазині.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_buy.go:33
15.

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 відображає звіт про останні виконані системні зміни.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_changes.go:35
16.

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 перевіряє користувача, систему та конфігурацію
дані знімків, включених до вказаного знімка.

Операція перевірки запускає ту саму перевірку цілісності даних, що й

виконується під час відновлення знімка.

За замовчуванням ця команда перевіряє всі дані на знімку.
Крім того, ви можете вказати дані, які знімки перевіряти, або
для яких користувачів або поєднання цих.

Якщо знімок включено в операцію перевірки знімка, за винятком його
системні та конфігураційні дані з перевірки наразі відсутні
можливо. У майбутньому це обмеження може бути знято.
Translated and reviewed by Okinea Dev
Located in cmd/snap/cmd_snapshot.go:76
17.

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 виведе режим обмеження (strict,
partial або none) в якому працює система.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_confinement.go:31
18.

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 приєднує вилку до гнізда.
Вона може бути викликана у наступні способи:

$ snap connect <snap>:<вилка> <snap>:<гніздо>

З'єднує надану вилку з даним гніздом.

$ snap connect <snap>:<вилка> <snap>

З'єднує певну вилку лише з гніздом у наданому snap-і, що відповідає
приєднаному інтерфейсу. Якщо існує декілька потенційних гнізд, команда
завершується помилкою.

$ snap connect <snap>:<вилка>

З'єднує надану вилку з гніздом у snap ядра з назвою, що відповідає
назві вилки.
Translated and reviewed by Andrii Prokopenko
Located in cmd/snap/cmd_connect.go:37
19.

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.
(no translation yet)
Located in cmd/snap/cmd_connections.go:42
20.

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.
(no translation yet)
Located in cmd/snap/cmd_routine_console_conf.go:40
1120 of 953 results

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

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

Contributors to this translation: Andrii Prokopenko, Ihor Hordiichuk, Mykola Tkach, Okinea Dev, Roman Pavlyshyn, mr.jay, mwp.