Skip to content

iwctl: add Chinese translation #16533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages.zh/linux/iwctl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# iwctl

> 控制 `iwd` 网络请求程序。
> 更多信息:<https://manned.org/iwctl>.

- 启动交互模式,在此模式您可以直接输入命令并带有自动补全:

`iwctl`

- 显示您的 Wi-Fi 站点:

`iwctl station list`

- 开始寻找带有站点的网络:

`iwctl station {{站点}} scan`

- 显示站点发现的网络:

`iwctl station {{站点}} get-networks`

- 连接到带有站点的网络,如果需要凭证,则会询问:

`iwctl station {{站点}} connect {{网络名称}}`

- 显示帮助:

`iwctl {{[-h|--help]}}`
8 changes: 4 additions & 4 deletions pages/linux/iwctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

`iwctl`

- Call general help:

`iwctl {{[-h|--help]}}`

- Display your Wi-Fi stations:

`iwctl station list`
Expand All @@ -26,3 +22,7 @@
- Connect to a network with a station, if credentials are needed they will be asked:

`iwctl station {{station}} connect {{network_name}}`

- Display help:

`iwctl {{[-h|--help]}}`