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,20 @@
# terminal-notifier
> 发送 macOS 用户通知。
> 更多信息请访问:<https://github.com/julienXX/terminal-notifier>。
- 发送通知(只需消息):
`terminal-notifier -group {{tldr-info}} -title {{TLDR}} -message '{{TLDR 很棒}}'`
- 显示带声音的管道数据:
`echo '{{管道消息数据!}}' | terminal-notifier -sound {{default}}`
- 点击通知时打开 URL
`terminal-notifier -message '{{查看你的苹果股票!}}' -open '{{http://finance.yahoo.com/q?s=AAPL}}'`
- 点击通知时打开应用程序:
`terminal-notifier -message '{{已导入 42 个联系人。}}' -activate {{com.apple.AddressBook}}`