Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: new translations #550

Merged
merged 1 commit into from
May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions client/src/javascript/i18n/strings/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"connection.settings.deluge.port.input.placeholder": "예. 58846",
"connection.settings.deluge.username": "아이디",
"connection.settings.deluge.username.input.placeholder": "예. localclient",
"connection.settings.qbittorrent": "큐빗토렌트",
"connection.settings.qbittorrent": "qBittorrent",
"connection.settings.qbittorrent.password": "비밀번호",
"connection.settings.qbittorrent.password.input.placeholder": "비밀번호",
"connection.settings.qbittorrent.url": "URL",
Expand Down Expand Up @@ -242,6 +242,7 @@
"torrent.list.peers": "{total} {of} {connected}",
"torrent.list.peers.of": "중",
"torrents.add.button.add": "토렌트 추가",
"torrents.add.cookies.input.placeholder": "추가적인 cookie-name=cookie-value 입력",
"torrents.add.cookies.label": "쿠키",
"torrents.add.destination.label": "저장 경로",
"torrents.add.destination.placeholder": "저장 경로",
Expand All @@ -252,11 +253,15 @@
"torrents.add.tab.file.drop": "파일을 여기로 끌어넣거나,",
"torrents.add.tab.file.title": "파일",
"torrents.add.tab.url.input.placeholder": "토렌트 URL 또는 마그넷 주소",
"torrents.add.tab.url.title": "URL로",
"torrents.add.tab.url.register.magnet.handler": "마그넷 링크를 처리하기위해 등록합니다.",
"torrents.add.tab.url.title": "URL",
"torrents.add.tags": "태그",
"torrents.add.torrents.label": "토렌트",
"torrents.create.base.name.input.placeholder": "기본 파일 또는 토렌트 디렉토리 이름 추가하기",
"torrents.create.base.name.label": "기본 이름",
"torrents.create.comment.input.placeholder": "토렌트 파일에 추가적인 코멘트 입력",
"torrents.create.comment.label": "설명",
"torrents.create.info.source.input.placeholder": "infohash에 추가적인 소스 입력",
"torrents.create.info.source.label": "소스 정보",
"torrents.create.is.private.label": "비공개",
"torrents.create.source.path.label": "소스",
Expand Down