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,12 @@
# diffstat
> 从 `diff` 命令的输出创建直方图。
> 更多信息:<https://manned.org/diffstat>。
- 以直方图显示更改:
`diff {{path/to/file1}} {{path/to/file2}} | diffstat`
- 以表格形式显示插入、删除和修改的更改:
`diff {{path/to/file1}} {{path/to/file2}} | diffstat -t`