osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# brightness
> 모든 내부 및 특정 외부 디스플레이의 밝기 수준을 조회 및 설정.
> 더 많은 정보: <https://github.com/nriley/brightness>.
- 현재 밝기 표시:
`brightness -l`
- 특정 밝기 설정:
`brightness {{0..1}}`
- 밝기를 50%로 설정:
`brightness {{0.5}}`