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,20 @@
# git count-objects
> 计算未打包对象的数量及其磁盘占用。
> 更多信息: <https://git-scm.com/docs/git-count-objects>。
- 计算所有对象并显示总的磁盘使用量:
`git count-objects`
- 显示所有对象的数量及其总的磁盘使用量,以人类可读的单位显示大小:
`git count-objects --human-readable`
- 显示更详细的信息:
`git count-objects --verbose`
- 显示更详细的信息,以人类可读的单位显示大小:
`git count-objects --human-readable --verbose`