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

29
pages.ko/common/more.md Normal file
View File

@@ -0,0 +1,29 @@
# more
> 파일을 인터랙티브하게 표시하며 스크롤 및 검색 기능 제공.
> 같이 보기: `less`.
> 더 많은 정보: <https://manned.org/more.1p>.
- 파일 열기:
`more {{경로/대상/파일}}`
- 특정 줄 표시:
`more +{{줄_번호}} {{경로/대상/파일}}`
- 다음 페이지로 이동:
`<Space>`
- 문자열 검색 (다음 일치를 찾으려면 `n`을 누름):
`/{{무엇인가}}`
- 종료:
`q`
- 인터랙티브 명령에 대한 도움말 표시:
`h`