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

@@ -1,12 +1,12 @@
# diff3
> 行比较三个文件。
> 更多信息:<https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.
> 行比较三个文件。
> 更多信息:<https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>
- 比较文件:
`diff3 {{路径/到/文件1}} {{路径/到/文件2}} {{路径/到/文件3}}`
`diff3 {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`
- 示所有的变化,同时列出冲突:
- 示所有更改,概述冲突:
`diff3 --show-all {{路径/到/文件1}} {{路径/到/文件2}} {{路径/到/文件3}}`
`diff3 --show-all {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`