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 @@
# yadm git-crypt
> Git Crypt 允许在 git 存储库中透明地加密和解密文件。
> 另请参见:`git-crypt`。
> 更多信息:<https://github.com/AGWA/git-crypt>。
- 初始化仓库以使用 Git Crypt
`yadm git-crypt init`
- 使用 GPG 共享存储库:
`yadm git-crypt add-gpg-user {{user_id}}`
- 克隆带有加密文件的存储库后,解锁它们:
`yadm git-crypt unlock`
- 导出对称密钥:
`yadm git-crypt export-key {{path/to/key_file}}`