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:
28
pages.ko/common/meld.md
Normal file
28
pages.ko/common/meld.md
Normal 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}}`
|
Reference in New Issue
Block a user