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,20 +1,24 @@
# autorandr
> 自动调节屏幕布局。
> 更多信息:<https://github.com/phillipberndt/autorandr>.
> 自动更改屏幕布局。
> 更多信息:<https://github.com/phillipberndt/autorandr>
- 保存当前屏幕布局:
`autorandr -s {{配置文件名}}`
`autorandr --save {{profile_name}}`
- 显示保存的配置:
- 显示保存的配置文件
`autorandr`
- 切换设置
- 加载第一个检测到的配置文件
`autorandr -l {{配置文件名}}`
`autorandr --change`
- 设置默认设置
- 加载特定的配置文件
`autorandr -d {{配置文件名}}`
`autorandr --load {{profile_name}}`
- 设置默认配置文件:
`autorandr --default {{profile_name}}`