add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,21 @@
# secret-tool
> 存储和检索密码,属于 `libsecret` 软件包的一部分。
> 与 Freedesktop 秘密服务实现(如 `gnome-keyring`)进行通信。
> 更多信息:<https://gnome.pages.gitlab.gnome.org/libsecret/>.
- 存储一个带有可选标签的秘密:
`secret-tool store --label={{label}} {{key}} {{value}}`
- 检索一个秘密:
`secret-tool lookup key {{key}}`
- 获取有关秘密的更多信息:
`secret-tool search key {{key}}`
- 删除一个存储的秘密:
`secret-tool clear key {{key}}`