common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

20
pages.ko/common/joe.md Normal file
View File

@@ -0,0 +1,20 @@
# joe
> Joe의 자체 텍스트 편집기.
> 더 많은 정보: <https://joe-editor.sourceforge.io>.
- JOE에서 새 파일 열기:
`joe`
- 특정 파일 열기:
`joe {{경로/대상/파일}}`
- 특정 파일을 열고 지정된 줄에 커서 위치시키기:
`joe +{{줄}} {{경로/대상/파일}}`
- 특정 파일을 읽기 전용 모드로 열기:
`joe -rdonly {{경로/대상/파일}}`