Multiple pages(calibredb to case) : Add Korean Translation (#3582)

This commit is contained in:
Proscream
2019-11-20 02:19:13 +09:00
committed by Starbeamrainbowlabs
parent 0d6ef290eb
commit 8181c0c27e
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# calibre-server
> 네트워크를 통해 전자책을 배포하는 데 사용할 수 있는 서버 어플리케이션.
> 이전에 GUI 또는 보정기능을 사용하여 전자책을 라이브러리로 가져와야 함.
> Calibre 전자책 라이브러리의 일부.
> 더 많은 정보: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.
- 전자책을 배포할 서버 시작. http://localhost:8080에 연결:
`calibre-server`
- 다른 포트에서 서버 시작. http://localhost:port에 연결:
`calibre-server --port {{포트번호}}`
- 서버를 암호로 보호:
`calibre-server --username {{사용자이름}} --password {{비밀번호}}`