Translations by yuzhe

yuzhe has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

15 of 5 results
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.
2021-10-30
alias命令将给定快照应用程序别名为给定别名。 设置此手动别名后,只需使用别名即可调用相应的应用程序命令。
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'.
2021-10-30
aliases命令列出了系统中所有有效的别名和他们的状态。 $ snap aliases <snap> 只列出被特定快照声明的别名。 被标记为“未声明”的别名意味着它被显式启用或禁用,但是在当前版本的快照中没有被声明,可能是临时的(例如:一次回退导致)。他可以使用“snap alias --reset”清除。
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.
2021-10-30
auto-import命令搜索可用的已装载设备,查找由受信任的机构签名的断言,并可能基于这些断言执行系统更改。 如果通过--mount提供了一个或多个设备路径,那么也会临时安装这些路径以进行检查。即使在这种情况下,命令仍然会考虑所有可用的安装设备进行检查。 要导入的断言必须在文件系统根目录下的auto-import.assert文件中可用。
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.
2021-10-30
console-conf-start命令启动了和console-conf的同步 此命令用于console-conf的启动。如果当前没有正在进行的刷新,则会延迟刷新;如果正在进行刷新,则会以特定的错误代码退出。在提示用户开始配置设备之前,console-conf应等待该刷新。
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.
2021-10-30
create-cohort命令为给定的快照集创建一组队列秘钥。