common/o*: add Korean translation (#14642)

* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
This commit is contained in:
코드싸이
2024-11-05 23:54:36 +09:00
committed by GitHub
parent bdf0e99ca8
commit 650fabfc22
49 changed files with 1257 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# openttd
> Microprose 게임 "Transport Tycoon Deluxe"의 오픈 소스 클론.
> 더 많은 정보: <https://www.openttd.org>.
- 새 게임 시작:
`openttd -g`
- 시작 시 저장된 게임 불러오기:
`openttd -g {{경로/대상/파일}}`
- 지정된 창 해상도로 시작:
`openttd -r {{1920x1080}}`
- 사용자 정의 구성 파일로 시작:
`openttd -c {{경로/대상/파일}}`
- 선택된 비디오, 사운드, 음악 드라이버로 시작:
`openttd -v {{비디오_드라이버}} -s {{사운드_드라이버}} -m {{음악_드라이버}}`
- 백그라운드에서 포크된 전용 서버 시작:
`openttd -f -D {{호스트}}:{{포트}}`
- 비밀번호로 서버 참가:
`openttd -n {{호스트}}:{{포트}}#{{플레이어_이름}} -p {{비밀번호}}`