{{ line2Text }}
{{ t('home.updateAvailable', { version: updateVersion }) }}
{{ updateChangelog }}
{{ t('home.myAppsDesc') }}
Installed / Running
{{ appCount }}/{{ runningCount }}
{{ t('home.cloudDesc') }}
{{ t('home.storageUsed') }}
{{ cloudStorageDisplay }}
{{ t('home.folders') }}
{{ cloudFolderDisplay }}
{{ t('home.networkDesc') }}
{{ walletConnected ? t('common.connected') : t('common.disconnected') }}
{{ tx.tx_hash }}
{{ systemUptimeDisplay }}
{{ t('home.cpu') }}
{{ (systemStats.cpuPercent ?? 0).toFixed(0) }}%
{{ t('home.ram') }}
{{ formatBytes(systemStats.memUsed) }} / {{ formatBytes(systemStats.memTotal) }}
{{ t('home.disk') }}
{{ formatBytes(systemStats.diskUsed) }} / {{ formatBytes(systemStats.diskTotal) }}
Bitcoin
{{ systemStats.bitcoinSyncPercent >= 99.9 ? 'Synced' : systemStats.bitcoinSyncPercent.toFixed(1) + '%' }}
Block {{ systemStats.bitcoinBlockHeight.toLocaleString() }}
{{ t('home.quickStartDesc') }}