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 @@
# m4b-tool
> 合并、拆分和操作带章节的有声书文件。
> 更多信息: <https://github.com/sandreas/m4b-tool>。
- 使用输入目录中的音频文件创建有声书:
`m4b-tool merge {{path/to/input_directory}} --output-file={{path/to/merged.m4b}}`
- 使用输入文件的名称创建章节:
`m4b-tool merge {{path/to/input_directory}} --output-file={{path/to/merged.m4b}} --use-filenames-as-chapters`