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,24 @@
# gpgconf
> 修改 .gnupg 主目录。
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>。
- 列出所有组件:
`gpgconf --list-components`
- 列出 gpgconf 使用的目录:
`gpgconf --list-dirs`
- 列出组件的所有选项:
`gpgconf --list-options {{component}}`
- 列出程序并测试它们是否可运行:
`gpgconf --check-programs`
- 重新加载一个组件:
`gpgconf --reload {{component}}`