Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Russian 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 vofka
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 by something
Reviewed by Milachew
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 by Eugene Roskin
Reviewed by Eugene Roskin
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 by Eugene Roskin
Reviewed by Eugene Roskin
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 by something
Reviewed by Milachew
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.

Команда ограничения доступа выведет режим ограничения доступа (строгий,
частичный или никакой), в котором работает система.
Translated by something
Reviewed by Milachew
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>:<plug> <snap>:<slot>

Подключает предложенный штекер к данному разъёму.

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

Подключает специальный штекер к единственному разъёму в предложенной привязке, которая соответствует подключенному интерфейсу. Если больше, чем один потенциальных разъёмов существует, команда не будет выполнена.

$ snap connect <snap>:<plug>

Подключает предложенный штекер к разъему в основной зпривязке с именем, соответствующим имени
штекера.
Translated by something
Reviewed by Milachew
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.

Команда connections отображает список подключений между подключениями и слотами
в системе.

Если предоставлен <snap>, в списке указаны присоединённые подключения и слоты для всех snap в системе. В данном режиме введите --all, чтобы отобразить также
список неприсоединённых подключений и слотов.

$ snap connections <snap>

Отображает список присоединённых и неприсоединённых подключений и слотов для указанного
snap.
Translated by Maxim Miroevsky
Reviewed by Milachew
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.

Команда console-conf-start запускает синхронизацию с console-conf.

Эта команда используется console-conf при запуске. Она откладывает обновления, если
в данный момент их нет, и завершает работу с определенным кодом ошибки,
если есть текущие обновления, которых console-conf должна дождаться, прежде чем предложить пользователю
начать настройку устройства.
Translated and reviewed by Alexey Fedorov
Located in cmd/snap/cmd_routine_console_conf.go:40
1120 of 953 results

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

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

Contributors to this translation: Airat Halitov, Aleksey Kabanov, Alexey Fedorov, Andrii Prokopenko, Anton, Arif Gasanov, Artem Sierikov, Dmitry Sharshakov, Dmytro Buhaiets, Eugene Roskin, Igor Zubarev, Maksim Maksimchuk, Maxim Miroevsky, Milachew, Olesya Gerasimenko, Roman, kostyarin, mwp, niko bazylev, something, vladislav, vofka, Антон Дерлюк, Артем Тутов.