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

20
pages.zh/osx/tag.md Normal file
View File

@@ -0,0 +1,20 @@
# 标签
> 在 Mac OS X 文件上编辑标签10.9 Mavericks 及以上版本)。
> 更多信息:<https://github.com/jdberry/tag/>。
- 向文件添加标签:
`tag --add {{标签名称1,标签名称2,...}} {{文件路径}}`
- 移除一个标签:
`tag --remove {{标签名称}} {{文件路径}}`
- 从文件中移除所有标签:
`tag --remove \* {{文件路径}}`
- 显示所有具有给定标签的文件:
`tag --match {{标签名称}}`