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

Add Korean translation for mobile app #1161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions apps/mobile/src/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"bottom-tabs.activity": "활동내역",
"bottom-tabs.settings": "설정",

"modal.walletconnect.go-back-to-browser-title": "브라우저로 돌아가기",
"modal.walletconnect.go-back-to-browser-paragraph": "모바일 웹 브라우저를 열고 확인하세요",

"page.governance.proposal-list.empty-text": "아직 등록된 프로포절이 없습니다.",
"page.governance.proposal-list.cosmos-hub-warning-text": "코스모스 허브에서 투표하려면 최소 1 ATOM을 스테이킹해야 합니다.",
"page.governance.main.empty-title": "투표할 프로포절이 없습니다.",
Expand Down Expand Up @@ -409,6 +412,15 @@

"page.sign.components.fee-summary.fee": "수수료",

"page.sign.components.messages.agoric.provision.title": "스마트 지갑 프로비저닝",
"page.sign.components.messages.agoric.provision.message": "주소 <b>{address}</b>에 스마트 지갑을 프로비저닝합니다",
"page.sign.components.messages.agoric.wallet-spend-action.execute-offer": "다음 매개변수로 오퍼 실행:",
"page.sign.components.messages.agoric.wallet-spend-action.exit-offer": "ID <b>{offerId}</b>의 오퍼 종료",
"page.sign.components.messages.agoric.wallet-spend-action.offer-args": "오퍼 인수",
"page.sign.components.messages.agoric.wallet-spend-action.invitation-spec": "초대 사양",
"page.sign.components.messages.agoric.wallet-spend-action.give": "제공",
"page.sign.components.messages.agoric.wallet-spend-action.title": "지갑 지출 작업",
"page.sign.components.messages.agoric.wallet-spend-action.want": "원하는 것",
"page.sign.components.messages.custom.title": "커스텀",
"page.sign.components.messages.claim-rewards.title": "리워드 받기",
"page.sign.components.messages.claim-rewards.paragraph": "<b>{validator}</b>로부터 스테이킹 리워드를 받습니다.",
Expand Down Expand Up @@ -462,6 +474,7 @@
"page.send.select-asset.title": "자산 선택",
"page.send.select-asset.search-placeholder": "자산이나 체인 이름 검색",
"page.send.select-asset.hide-ibc-token": "IBC 토큰 숨기기",
"page.send.select-asset.empty-text": "사용 가능한 자산 없음",
"page.send.type.send": "전송",
"page.send.type.ibc-transfer": "IBC 전송",
"page.send.amount.ibc-transfer.destination-chain": "수신할 체인",
Expand Down Expand Up @@ -536,6 +549,7 @@
"page.main.components.menu-bar.go-to-keplr-chain-registry": "더 많은 체인 추가하기",
"page.main.components.deposit-modal.title": "주소 복사",
"page.main.components.deposit-modal.search-placeholder": "체인 검색",
"page.main.components.deposit-modal.empty-title": "주소를 찾을 수 없나요?",
"page.main.components.deposit-modal.empty-text": "특정 체인의 주소를 사용하기 위해선 먼저 사이드바 메뉴의 \"체인 표시\"를 방문하여 해당 체인을 지갑에 표시하도록 설정해야 합니다.",
"page.main.components.buy-crypto-modal.title": "암호화폐 구매",
"page.main.components.buy-crypto-modal.cancel-button": "취소",
Expand Down Expand Up @@ -610,6 +624,8 @@
"page.stake.validator-detail.unbonding-card.label": "나의 언스테이킹 정보",
"page.stake.validator-list.title": "액티브 상태의 밸리데이터",
"page.stake.validator-list.search-input-placeholder": "밸리데이터 이름으로 검색",
"page.stake.validator-list.empty-title": "결과 없음",
"page.stake.validator-list.empty-text": "검증자 이름의 철자를 확인하거나 활성 세트에 있는지 확인하세요.",
"page.stake.validator-list.option.voting-power": "투표권",
"page.stake.validator-list.option.commission": "커미션",
"page.stake.delegate.title": "스테이킹하기",
Expand Down