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 @@
# diff-pdf
> 比较两个PDF文件。
> 更多信息:<https://github.com/vslavik/diff-pdf>。
- 比较PDF文件使用返回代码指示更改`0` = 没有差异,`1` = PDF文件不同
`diff-pdf {{path/to/a.pdf}} {{path/to/b.pdf}}`
- 比较PDF文件输出一个视觉上突出差异的PDF
`diff-pdf --output-diff={{path/to/diff.pdf}} {{path/to/a.pdf}} {{path/to/b.pdf}}`
- 比较PDF文件在简单的GUI中查看差异
`diff-pdf --view {{path/to/a.pdf}} {{path/to/b.pdf}}`