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

17
pages.zh/common/detox.md Normal file
View File

@@ -0,0 +1,17 @@
# detox
> 重命名文件以便更容易处理。
> 它会去除空格和其他令人烦恼的字符,比如重复的下划线字符。
> 更多信息:<https://github.com/dharple/detox>。
- 从文件名中移除空格和其他不需要的字符:
`detox {{path/to/file}}`
- 显示 detox 将如何重命名目录树中的所有文件:
`detox --dry-run -r {{path/to/directory}}`
- 从目录树中的所有文件中移除空格和其他不需要的字符:
`detox -r {{path/to/directory}}`