Browsing Chinese (Simplified) translation

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

These translations are shared with snapd trunk series template snappy.

1019 of 815 results
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 命令搜索可用的已装载设备,查找由受信任的机构签名的 Assertion,并可能基于这些声明 执行系统更改。
如果通过 --mount 提供了一个或多个设备路径,那么也会临时安装这些路径以进行检查。即使在这种情况下,命令仍然会考虑所有可用的安装设备进行检查。
要导入的声明 必须在文件系统根目录下的 auto-import.assert 文件中可用。
Translated by Luke Na
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.

buy 命令将会从商店中购买一个 snap
Translated by Harry Chen
Reviewed by Harry Chen
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 命令将会显示有关近期系统更改的摘要
Translated by Harry Chen
Reviewed by Harry Chen
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 命令验证指定快照中包含的 snap 的用户、系统和配置数据。

检查操作运行的数据完整性验证与恢复快照时执行的相同。

默认情况下,此命令会检查快照中的所有数据。或者,您可以指定要检查哪些快照的数据、哪些用户或这些数据的组合。

如果快照包含在检查快照操作中,则当前无法从检查中排除其系统和配置数据。
未来可能会取消这一限制。
Translated by Luke Na
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 命令将会打印当前系统处在的隔离模式 (严格、部分或无)。
Translated by Luke Na
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 命令将一个插头连接到一个插槽,它可以用以下几种方式调用:

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

将给定的插头连接到给定的插槽。

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

将指定的插头连接到所提供的 snap 中唯一与已连接的接口项匹配的槽位。如果存在一个以上的潜在槽位,命令将会失败。

$ snap connect <snap>:<plug>。

将所提供的插头与 core snap 中与插头名相匹配的插槽连接。
Translated by Luke Na
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 命令将会列出系统中插头和插槽的连接。

除非提供了 <snap>,系统中所有的插头和插槽将会被列出。在此模式中,传递 --all 也可以列出未连接的插头和插槽。

$ snap connections <snap>

列出指定 snap 的已连接和未连接的插头与插槽。
Translated by Luke Na
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命令启动了和console-conf的同步
此命令用于console-conf的启动。如果当前没有正在进行的刷新,则会延迟刷新;如果正在进行刷新,则会以特定的错误代码退出。在提示用户开始配置设备之前,console-conf应等待该刷新。
Translated by yuzhe
Reviewed by Luke Na
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 命令用于为给定的一组 snap 创建 cohort 密钥集。

cohort 是 snap “频道映射”的视图或快照,它在特定时间点固定了 snap 的修订版本集,给定其他约束条件(例如频道或架构)。然后,通过对每个snap的不透明密钥标识 cohort,该标识在系统中起作用。使用给定的 cohort 密钥安装或刷新 snap 将使用固定的修订版本,最多 90 天,之后将在同一 cohort 密钥下固定一组新的修订版本,并启动一个新的 90 天窗口。
Translated by Luke Na
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 命令将会创建一个加密密钥对用于签署声明 。
Translated by Luke Na
Located in cmd/snap/cmd_create_key.go:41
1019 of 815 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Dong Cansheng, Harry Chen, Kakurady Drakenar, Larry Wei, Luis Lee, Luke Na, Nick Zheng, Yulin Yang, handsome_feng, yuzhe, 小菜鸟儿.