Full-node GUI wallet for DragonX cryptocurrency. Built with Dear ImGui, SDL3, and OpenGL3/DX11. Features: - Send/receive shielded and transparent transactions - Autoshield with merged transaction display - Built-in CPU mining (xmrig) - Peer management and network monitoring - Wallet encryption with PIN lock - QR code generation for receive addresses - Transaction history with pagination - Console for direct RPC commands - Cross-platform (Linux, Windows)
140 lines
4.4 KiB
JSON
140 lines
4.4 KiB
JSON
{
|
|
"balance": "잔액",
|
|
"send": "보내기",
|
|
"receive": "받기",
|
|
"transactions": "거래 내역",
|
|
"mining": "채굴",
|
|
"peers": "노드",
|
|
"market": "시장",
|
|
"settings": "설정",
|
|
|
|
"summary": "요약",
|
|
"shielded": "차폐됨",
|
|
"transparent": "투명",
|
|
"total": "합계",
|
|
"unconfirmed": "미확인",
|
|
"your_addresses": "내 주소",
|
|
"z_addresses": "Z-주소",
|
|
"t_addresses": "T-주소",
|
|
"no_addresses": "주소를 찾을 수 없습니다. 위의 버튼을 사용하여 생성하세요.",
|
|
"new_z_address": "새 Z-주소",
|
|
"new_t_address": "새 T-주소",
|
|
"type": "유형",
|
|
"address": "주소",
|
|
"copy_address": "전체 주소 복사",
|
|
"send_from_this_address": "이 주소에서 보내기",
|
|
"export_private_key": "개인키 내보내기",
|
|
"export_viewing_key": "조회키 내보내기",
|
|
"show_qr_code": "QR 코드 표시",
|
|
"not_connected": "데몬에 연결되지 않음...",
|
|
|
|
"pay_from": "출금 주소",
|
|
"send_to": "받는 주소",
|
|
"amount": "금액",
|
|
"memo": "메모 (선택사항, 암호화됨)",
|
|
"miner_fee": "채굴자 수수료",
|
|
"fee": "수수료",
|
|
"send_transaction": "거래 보내기",
|
|
"clear": "지우기",
|
|
"select_address": "주소 선택...",
|
|
"paste": "붙여넣기",
|
|
"max": "최대",
|
|
"available": "사용 가능",
|
|
"invalid_address": "잘못된 주소 형식",
|
|
"memo_z_only": "참고: 메모는 차폐(z) 주소로 보낼 때만 사용할 수 있습니다",
|
|
"characters": "글자",
|
|
"from": "보낸 사람",
|
|
"to": "받는 사람",
|
|
"sending": "거래 전송 중",
|
|
"confirm_send": "보내기 확인",
|
|
"confirm_transaction": "거래 확인",
|
|
"confirm_and_send": "확인 및 보내기",
|
|
"cancel": "취소",
|
|
|
|
"receiving_addresses": "수신 주소",
|
|
"new_z_shielded": "새 z-주소 (차폐)",
|
|
"new_t_transparent": "새 t-주소 (투명)",
|
|
"address_details": "주소 상세",
|
|
"view_on_explorer": "탐색기에서 보기",
|
|
"qr_code": "QR 코드",
|
|
"request_payment": "결제 요청",
|
|
|
|
"date": "날짜",
|
|
"status": "상태",
|
|
"confirmations": "확인 수",
|
|
"confirmed": "확인됨",
|
|
"pending": "대기 중",
|
|
"sent": "보냄",
|
|
"received": "받음",
|
|
"mined": "채굴됨",
|
|
|
|
"mining_control": "채굴 제어",
|
|
"start_mining": "채굴 시작",
|
|
"stop_mining": "채굴 중지",
|
|
"mining_threads": "채굴 스레드",
|
|
"mining_statistics": "채굴 통계",
|
|
"local_hashrate": "로컬 해시레이트",
|
|
"network_hashrate": "네트워크 해시레이트",
|
|
"difficulty": "난이도",
|
|
"est_time_to_block": "예상 블록 발견 시간",
|
|
"mining_off": "채굴 꺼짐",
|
|
"mining_on": "채굴 켜짐",
|
|
|
|
"connected_peers": "연결된 노드",
|
|
"banned_peers": "차단된 노드",
|
|
"ip_address": "IP 주소",
|
|
"version": "버전",
|
|
"height": "블록 높이",
|
|
"ping": "핑",
|
|
"ban": "차단",
|
|
"unban": "차단 해제",
|
|
"clear_all_bans": "모든 차단 해제",
|
|
|
|
"price_chart": "가격 차트",
|
|
"current_price": "현재 가격",
|
|
"24h_change": "24시간 변동",
|
|
"24h_volume": "24시간 거래량",
|
|
"market_cap": "시가총액",
|
|
|
|
"general": "일반",
|
|
"display": "화면",
|
|
"network": "네트워크",
|
|
"theme": "테마",
|
|
"language": "언어",
|
|
"dragonx_green": "DragonX (녹색)",
|
|
"dark": "다크",
|
|
"light": "라이트",
|
|
"allow_custom_fees": "사용자 수수료 허용",
|
|
"use_embedded_daemon": "내장 dragonxd 사용",
|
|
"save": "저장",
|
|
"close": "닫기",
|
|
|
|
"file": "파일",
|
|
"edit": "편집",
|
|
"view": "보기",
|
|
"help": "도움말",
|
|
"import_private_key": "개인키 가져오기...",
|
|
"backup_wallet": "지갑 백업...",
|
|
"exit": "종료",
|
|
"about_dragonx": "ObsidianDragon 정보",
|
|
"refresh_now": "지금 새로고침",
|
|
|
|
"about": "정보",
|
|
"import": "가져오기",
|
|
"export": "내보내기",
|
|
"copy_to_clipboard": "클립보드에 복사",
|
|
|
|
"connected": "연결됨",
|
|
"disconnected": "연결 끊김",
|
|
"connecting": "연결 중...",
|
|
"syncing": "동기화 중...",
|
|
"block": "블록",
|
|
"no_addresses_available": "사용 가능한 주소 없음",
|
|
|
|
"error": "오류",
|
|
"success": "성공",
|
|
"warning": "경고",
|
|
"amount_exceeds_balance": "금액이 잔액을 초과합니다",
|
|
"transaction_sent": "거래가 성공적으로 전송되었습니다"
|
|
}
|