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

36
pages.zh/common/gopass.md Normal file
View File

@@ -0,0 +1,36 @@
# gopass
> 标准的 Unix 团队密码管理器。用 Go 编写。
> 更多信息:<https://www.gopass.pw>。
- 初始化配置设置:
`gopass init`
- 创建一个新条目:
`gopass new`
- 显示所有存储:
`gopass mounts`
- 挂载一个共享 Git 存储:
`gopass mounts add {{store_name}} {{git_repo_url}}`
- 使用关键字进行交互式搜索:
`gopass show {{keyword}}`
- 使用关键字搜索:
`gopass find {{keyword}}`
- 同步所有挂载的存储:
`gopass sync`
- 显示特定的密码条目:
`gopass {{store_name|path/to/directory|email@email.com}}`