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 @@
# notify-send
> 使用当前桌面环境的通知系统创建通知。
> 更多信息:<https://manned.org/notify-send>。
- 显示标题为 "Test" 和内容为 "This is a test" 的通知:
`notify-send "{{Test}}" "{{This is a test}}"`
- 显示带有自定义图标的通知:
`notify-send -i {{icon.png}} "{{Test}}" "{{This is a test}}"`
- 显示持续5秒的通知
`notify-send -t 5000 "{{Test}}" "{{This is a test}}"`
- 显示带有应用程序图标和名称的通知:
`notify-send "{{Test}}" --icon={{google-chrome}} --app-name="{{Google Chrome}}"`