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,28 @@
# wondershaper
> 允许用户限制网络适配器的带宽。
> 更多信息:<https://github.com/magnific0/wondershaper#usage>。
- 显示 [h]elp
`wondershaper -h`
- 显示特定 [a]dapter 的当前 [s]tatus
`wondershaper -s -a {{adapter_name}}`
- 清除特定 [a]dapter 的限制:
`wondershaper -c -a {{adapter_name}}`
- 设置特定的最大 [d]ownload 速率单位Kbps
`wondershaper -a {{adapter_name}} -d {{1024}}`
- 设置特定的最大 [u]pload 速率单位Kbps
`wondershaper -a {{adapter_name}} -u {{512}}`
- 设置特定的最大 [d]ownload 速率和 [u]pload 速率单位Kbps
`wondershaper -a {{adapter_name}} -d {{1024}} -u {{512}}`