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

32
pages.zh/linux/i3lock.md Normal file
View File

@@ -0,0 +1,32 @@
# i3lock
> 为i3窗口管理器构建的简单屏幕锁定器。
> 更多信息:<https://i3wm.org/i3lock>。
- 锁定屏幕,显示白色背景:
`i3lock`
- 锁定屏幕使用简单颜色背景rrggbb格式
`i3lock --color {{0000ff}}`
- 锁定屏幕使用PNG背景
`i3lock --image {{path/to/file.png}}`
- 锁定屏幕并禁用解锁指示器(移除按键反馈):
`i3lock --no-unlock-indicator`
- 锁定屏幕并不隐藏鼠标指针:
`i3lock --pointer {{default}}`
- 锁定屏幕使用PNG背景在所有显示器上平铺
`i3lock --image {{path/to/file.png}} --tiling`
- 锁定屏幕并显示失败登录尝试次数:
`i3lock --show-failed-attempts`