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

28
pages.zh/common/tmsu.md Normal file
View File

@@ -0,0 +1,28 @@
# tmsu
> 简单的命令行工具,用于给文件打标签。
> 更多信息:<https://tmsu.org>。
- 用多个标签标记特定文件:
`tmsu tag {{path/to/file.mp3}} {{music}} {{big-jazz}} {{mp3}}`
- 标记多个文件:
`tmsu tag --tags "{{music mp3}}" {{*.mp3}}`
- 列出指定文件的标签:
`tmsu tags {{*.mp3}}`
- 列出具有指定标签的文件:
`tmsu files {{big-jazz}} {{music}}`
- 列出与布尔表达式匹配的标签的文件:
`tmsu files "{{(year >= 1990 and year <= 2000)}} and {{grunge}}"`
- 将 tmsu 虚拟文件系统挂载到现有目录:
`tmsu mount {{path/to/directory}}`