Files
ObsidianDragon/res/lang/ja.json
dan_s c809666624 ObsidianDragon - DragonX ImGui Wallet
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)
2026-02-27 00:26:01 -06:00

140 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "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": "送金が完了しました"
}