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

24
pages.ko/common/moe.md Normal file
View File

@@ -0,0 +1,24 @@
# moe
> ISO-8859-15로 인코딩된 텍스트를 위한 WYSIWYG 텍스트 편집기.
> 더 많은 정보: <https://www.gnu.org/software/moe/moe.html>.
- moe를 열고 편집 내용을 저장할 때 백업 파일(파일~) 생성:
`moe {{경로/대상/파일}}`
- 파일을 읽기 전용으로 열기:
`moe --read-only {{경로/대상/파일}}`
- 백업 파일을 생성하지 않고 파일 편집:
`moe --no-backup {{경로/대상/파일}}`
- 검색 시 대소문자 구분 없이 파일 편집:
`moe --ignore-case {{경로/대상/파일}}`
- 저장하고 종료:
`<Ctrl> + X`