{{ t('app_name') || '花小寒资产 - 加密记账' }}

☁️ {{ t('synced') }}: {{ user.email }} {{ t('logout') }}
💾 {{ t('local_mode') }} {{ t('login_reg') }}
{{ t('net_worth') }} ({{ currency.toUpperCase() }})
{{ formatMoney(portfolio.totalValue) }}
{{ t('total_cost') }}
{{ formatMoney(portfolio.totalCost) }}
{{ t('total_profit') }}
{{ formatMoney(portfolio.totalPnL, true) }}
{{ formatPercent(portfolio.pnlPercent) }}
{{ t('realized') }}
{{ formatMoney(portfolio.realizedPnL, true) }}
🔍
📉
{{ t('asset_trend') }}
{{ t('daily_snapshot') }}
{{ t('today_change') }}
{{ formatMoney(portfolio.totalDayPnL, true) }}
📚
{{ t('local_ledger_status') }}
📒

{{ t('no_assets') }}

{{ asset.symbol.toUpperCase() }} ({{ asset.name }}) 📊 {{ portfolio.totalValue > 0 ? (asset.currentValue / portfolio.totalValue * 100).toFixed(2) : 0 }}%
{{ formatNumber(asset.qty) }} × {{ formatMoney(asset.currentPrice) }} ≈ {{ formatMoney(asset.currentValue) }} {{ asset.change24h > 0 ? '↑' : '↓' }}{{ Math.abs(asset.change24h).toFixed(2) }}%
{{ t('sold_out') }}
{{ t('avg_cost') }}: {{ formatMoney(asset.avgCost) }} ({{ t('roi') }}: {{ formatPercent(asset.roiPercent) }})
{{ formatMoney(asset.currentValue) }}
{{ t('today') }}: {{ formatMoney(asset.dayPnL, true) }}
{{ t('total_cost_asset') }}
{{ formatMoney(asset.totalCost) }}
{{ t('total_roi') }}
{{ formatMoney(asset.totalAssetPnL, true) }} ({{ formatPercent(asset.roiPercent) }})

{{ t('mkt_title') }}

{{ t('mkt_1_t') }}

{{ t('mkt_2_t') }}

{{ t('mkt_3_t') }}

{{ t('mkt_tags') }}

+