id*: add Korean translation (#14640)

* id*: add Korean translation

* Update pages.ko/common/idevicedate.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
HoJeong Im
2024-11-06 00:44:52 +09:00
committed by GitHub
parent 2dc55e1716
commit e66c3db2a7
17 changed files with 252 additions and 0 deletions

16
pages.ko/common/id3tag.md Normal file
View File

@@ -0,0 +1,16 @@
# id3tag
> MP3 파일의 ID3v1 및 ID3v2 태그를 읽고, 쓰고, 조작.
> 더 많은 정보: <https://manned.org/id3tag>.
- MP3 파일의 아티스트 및 노래 제목 태그 설정:
`id3tag --artist {{아티스트}} --song {{노래_제목}} {{경로/대상/파일.mp3}}`
- 현재 디렉토리에 있는 모든 MP3 파일의 앨범 제목 설정:
`id3tag --album {{앨범}} {{*.mp3}}`
- 도움말 표시:
`id3tag --help`