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

29
pages.ko/osx/afinfo.md Normal file
View File

@@ -0,0 +1,29 @@
# afinfo
> OS X의 오디오 파일 메타데이터 파서.
> OS X 내장 명령어.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/afinfo.1.html>.
- 주어진 오디오 파일의 정보 표시:
`afinfo {{경로/대상/파일}}`
- 오디오 파일의 간략한 설명 출력:
`afinfo --brief {{경로/대상/파일}}`
- 오디오 파일의 InfoDictionary 메타데이터 정보 및 내용 출력:
`afinfo --info {{경로/대상/파일}}`
- XML 형식으로 출력:
`afinfo --xml {{경로/대상/파일}}`
- 오디오 파일의 경고 메시지 출력(있는 경우):
`afinfo --warnings {{경로/대상/파일}}`
- 도움말 표시:
`afinfo --help`