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,16 @@
# dvc 提交
> 记录项目中 DVC 跟踪文件的更改。
> 更多信息:<https://dvc.org/doc/command-reference/commit>。
- 提交对所有 DVC 跟踪的文件和目录的更改:
`dvc commit`
- 提交对指定 DVC 跟踪目标的更改:
`dvc commit {{target}}`
- 递归提交目录中所有 DVC 跟踪的文件:
`dvc commit --recursive {{path/to/directory}}`