2026-02-26 15:36:17 +08:00

173 lines
5.3 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.

{
"common": {
"login": "ログイン",
"logout": "ログアウト",
"balance": "残高",
"back": "戻る",
"search": "検索",
"filter": "フィルター",
"collapse": "閉じる",
"delete": "削除",
"clear": "クリア",
"loading": "読み込み中...",
"more": "その他",
"user": "ユーザー",
"chance": "確率"
},
"toast": {
"orderSuccess": "注文が完了しました"
},
"trade": {
"buy": "買う",
"sell": "売る",
"orderBook": "オーダーブック",
"buyLabel": "{label}を取引",
"sellLabel": "{label}を売る",
"merge": "マージ",
"split": "スプリット",
"market": "成行",
"limit": "指値",
"deposit": "入金",
"amount": "金額",
"shares": "シェア",
"limitPrice": "指値",
"setExpiration": "有効期限を設定",
"total": "合計",
"toWin": "獲得見込み",
"youllReceive": "受け取り額",
"avgPrice": "平均価格",
"max": "最大",
"balanceLabel": "残高",
"pleaseLogin": "先にログインしてください",
"pleaseSelectMarket": "市場を選択してくださいclobTokenIds が必要)",
"userError": "ユーザー情報エラー",
"orderFailed": "注文に失敗しました",
"expiration": {
"5m": "5分",
"15m": "15分",
"30m": "30分",
"1h": "1時間",
"2h": "2時間",
"4h": "4時間",
"8h": "8時間",
"12h": "12時間",
"1d": "1日",
"2d": "2日",
"3d": "3日"
}
},
"home": {
"searchHistory": "検索履歴",
"searchPlaceholder": "検索",
"loadMore": "もっと読み込む"
},
"error": {
"requestFailed": "リクエストに失敗しました",
"loadFailed": "読み込みに失敗しました",
"invalidId": "無効な ID または slug"
},
"activity": {
"comments": "コメント",
"topHolders": "持倉トップ",
"activity": "アクティビティ",
"noCommentsYet": "コメントはまだありません",
"topHoldersPlaceholder": "持倉トップがここに表示されます",
"minAmount": "最小金額",
"any": "任意",
"live": "ライブ",
"bought": "購入",
"sold": "売却",
"at": "で",
"viewTransaction": "取引を表示",
"justNow": "たった今",
"minutesAgo": "{n}分前",
"hoursAgo": "{n}時間前",
"daysAgo": "{n}日前",
"weeksAgo": "{n}週間前"
},
"wallet": {
"portfolio": "ポートフォリオ",
"today": "今日",
"deposit": "入金",
"withdraw": "出金",
"profitLoss": "損益",
"allTime": "全期間",
"pl1D": "1日",
"pl1W": "1週",
"pl1M": "1月",
"plAll": "全て",
"positions": "ポジション",
"openOrders": "未約定",
"history": "履歴",
"searchPlaceholder": "検索",
"currentValue": "現在価値",
"closeLosses": "損失決済",
"all": "全て",
"newest": "新しい順",
"export": "エクスポート",
"cancelAll": "一括キャンセル",
"noPositionsFound": "ポジションがありません",
"noOpenOrdersFound": "未約定注文がありません",
"noHistoryFound": "まだ取引履歴がありません",
"market": "市場",
"avgNow": "平均→現在",
"bet": "ベット",
"toWin": "獲得",
"value": "価値",
"action": "操作",
"side": "方向",
"outcome": "結果",
"price": "価格",
"filled": "約定",
"total": "合計",
"expiration": "有効期限",
"activity": "アクティビティ",
"view": "表示",
"expirationLabel": "有効期限:"
},
"deposit": {
"title": "入金",
"polymarketBalance": "Polymarket 残高:",
"transferCrypto": "暗号資産を送金",
"connectExchange": "取引所を接続",
"noLimit": "制限なし",
"instant": "即時",
"twoMin": "約2分",
"network": "ネットワーク",
"supportedTip": "対応USDC、ETH",
"depositAddress": "入金アドレス",
"copy": "コピー",
"copied": "コピーしました",
"connectDesc": "入金するにはウォレットを接続してください。接続後、USDC または ETH を入金アドレスに送金してください。",
"connectedTip": "接続済み。以下のアドレスに USDC または ETH を送金してください。",
"metaMask": "MetaMask",
"coinbaseComingSoon": "Coinbase Wallet近日公開",
"walletConnectComingSoon": "WalletConnect近日公開",
"close": "閉じる",
"installMetaMask": "MetaMask または他の Web3 ウォレットをインストールしてください。"
},
"withdraw": {
"title": "出金",
"polymarketBalance": "Polymarket 残高:",
"amountUsd": "金額 (USD)",
"max": "最大",
"network": "ネットワーク",
"withdrawTo": "出金先",
"connectedWallet": "接続済みウォレット",
"customAddress": "カスタムアドレス",
"connectWallet": "ウォレットを接続",
"walletAddress": "ウォレットアドレス",
"amountPlaceholder": "0.00",
"addressPlaceholder": "0x...",
"amountMustBePositive": "金額は 0 より大きい必要があります",
"insufficientBalance": "残高不足",
"close": "閉じる"
},
"locale": {
"zh": "简体中文",
"en": "English",
"ja": "日本語",
"ko": "한국어"
}
}