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

20
pages.zh/common/cryfs.md Normal file
View File

@@ -0,0 +1,20 @@
# cryfs
> 一个用于云端的加密文件系统。
> 更多信息:<https://www.cryfs.org/>。
- 挂载一个加密文件系统。首次执行时将启动初始化向导:
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
- 卸载一个加密文件系统:
`cryfs-unmount {{path/to/mount_point}}`
- 在十分钟不活动后自动卸载:
`cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}`
- 列出支持的加密算法:
`cryfs --show-ciphers`