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

12
pages.zh/common/sync.md Normal file
View File

@@ -0,0 +1,12 @@
# 同步
> 将所有待处理的写入操作刷新到相应的磁盘。
> 更多信息:<https://www.gnu.org/software/coreutils/sync>。
- 刷新所有磁盘上的所有待处理写入操作:
`sync`
- 将单个文件的所有待处理写入操作刷新到磁盘:
`sync {{path/to/file}}`