mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

28
pages.ko/common/meld.md Normal file
View File

@@ -0,0 +1,28 @@
# meld
> 그래픽 차이 및 병합 도구.
> 더 많은 정보: <https://meldmerge.org/>.
- `meld` 시작:
`meld`
- 두 파일 비교:
`meld {{경로/대상/파일_1}} {{경로/대상/파일_2}}`
- 두 디렉터리 비교:
`meld {{경로/대상/폴더_1}} {{경로/대상/폴더_2}}`
- 세 파일 비교:
`meld {{경로/대상/파일_1}} {{경로/대상/파일_2}} {{경로/대상/파일_3}}`
- 기존 meld 인스턴스에서 새 탭으로 비교 열기:
`meld --newtab {{경로/대상/파일_1}} {{경로/대상/파일_2}}`
- 여러 세트의 파일 비교:
`meld --diff {{경로/대상/파일_1}} {{경로/대상/파일_2}} --diff {{경로/대상/파일_3}} {{경로/대상/파일_4}}`