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

20
pages.zh/linux/light.md Normal file
View File

@@ -0,0 +1,20 @@
# light
> 控制您屏幕的背光。
> 更多信息:<https://manned.org/light>。
- 获取当前的背光值(以百分比表示):
`light`
- 将背光值设置为50
`light -S {{50}}`
- 从当前背光值中减少20
`light -U {{20}}`
- 在当前背光值上增加20
`light -A {{20}}`