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

36
pages.ko/osx/mas.md Normal file
View File

@@ -0,0 +1,36 @@
# mas
> Mac App Store용 명령줄 인터페이스.
> 더 많은 정보: <https://github.com/mas-cli/mas>.
- Mac App Store에 처음으로 로그인:
`mas signin "{{user@example.com}}"`
- 설치된 모든 애플리케이션과 그 제품 식별자 표시:
`mas list`
- 애플리케이션 검색 및 결과와 함께 가격 표시:
`mas search "{{애플리케이션}}" --price`
- 정확한 숫자 ID를 사용하여 애플리케이션 설치 또는 업데이트:
`mas install {{숫자_제품_ID}}`
- 검색에서 반환되는 첫 번째 애플리케이션 설치:
`mas lucky "{{검색어}}"`
- 업데이트가 필요한 모든 구버전 앱 나열:
`mas outdated`
- 모든 대기 중인 업데이트 설치:
`mas upgrade`
- 특정 애플리케이션 업그레이드:
`mas upgrade "{{숫자_제품_ID}}"`