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

@@ -1,17 +1,21 @@
# avahi-browse
> 显示通过 mDNS/DNS-SD 暴露在本地网络的服务和主机。
> Avahi 苹果设备的 BonjourZeroconf)兼容
> 显示通过 mDNS/DNS-SD 在本地网络上暴露的服务和主机。
> Avahi 兼容苹果设备的 Bonjour (Zeroconf)
> 更多信息:<https://www.avahi.org/>.
- 列出本地网络中的所有服务和他们的地址端口,忽略他们本地的地址和端口
- 列出本地网络上可用的服务及其地址端口,忽略本地机器上的服务
`avahi-browse --all --resolve --ignore-local`
- 列出所有的域名
- 以 SSV 格式快速列出本地网络中的服务,方便脚本使用
`avahi-browse --all --terminate --parsable`
- 列出邻域中的域:
`avahi-browse --browse-domains`
- 搜索一个特定的域名
- 搜索限制在特定域内
`avahi-browse --all --domain={{domain}}`
`avahi-browse --all --domain={{domain}}`