WORKSPACE

{{ t('unlockTitle') }}

{{ t('inbox') }}

{{ filter === 'unread' ? t('noUnread') : (filter === 'read' ? t('noRead') : t('noDeleted')) }}

{{ msg.nickname }}

{{ formatTime(msg.timestamp) }}
{{ msg.email }}
{{ msg.phone }}
{{ msg.message }}

{{ t('data') }}

{{ t('lastUpdated') }}: {{ formatLastUpdated(cfData.lastUpdated) }}
{{ t('uniques7d') }}
{{ cfData.uniques || '--' }}
{{ t('visits7d') }}
{{ cfData.visits || '--' }}
{{ t('bandwidth') }}
{{ cfData.bandwidth || '--' }}
{{ t('threats') }}
{{ cfData.threats || '--' }}
{{ t('chartHint') }}

{{ t('settings') }}

{{ t('pushAlert') }}
{{ t('dailyBrief') }}
{{ t('testFeature') }} {{ t('pushNow') }}
{{ t('langSwitch') }} {{ lang === 'zh' ? '中文' : 'English' }}
{{ t('logout') }}

{{ activeMsg.nickname }}

{{ formatTime(activeMsg.timestamp) }}

{{ t('email') }}{{ activeMsg.email }}
{{ t('phone') }}
{{ getFlag(activeMsg.phone_info) }} {{ renderLocText(activeMsg.phone_info) }}
{{ activeMsg.phone }}
{{ t('ip') }}
{{ getFlag(activeMsg.ip_info) }} {{ renderLocText(activeMsg.ip_info) }}
{{ activeMsg.ip }}

{{ activeMsg.message }}