arXiv Pulse

{{ t('home.subtitle') }}

1
2
3
4

{{ t('setup.aiConfig') }}

{{ t('settings.testConnection') }} {{ t('common.next') }}

{{ t('setup.selectFields') }}

{{ t('setup.fieldsHint') }}

{{ currentLang === 'zh' ? '已选择' : 'Selected' }}: {{ setupConfig.selected_fields.length }} {{ currentLang === 'zh' ? '个研究领域' : 'research fields' }}
{{ setupConfig.selected_fields.slice(0, 3).map(id => allCategories[id]?.name || id).join(', ') }}{{ setupConfig.selected_fields.length > 3 ? '...' : '' }}
{{ currentLang === 'zh' ? '选择领域' : 'Select Fields' }}
{{ t('common.back') }} {{ t('common.next') }}

{{ t('setup.syncSettings') }}

{{ t('setup.selectedFields', { count: setupConfig.selected_fields.length }) }}

{{ t('common.back') }} {{ t('setup.syncBtn') }}

{{ t('setup.syncing') }}

{{ t('setup.syncComplete') }}

{{ waitingMessage }}
{{ t('setup.processing', { current: initCurrentQuery, total: initTotalQueries }) }}
{{ currentLang === 'zh' ? 'EN' : '中' }}

arXiv Pulse

{{ t('home.subtitle') }}

> {{ log.message }}
{{ stats?.papers?.total || 0 }} {{ t('home.totalPapers') }} {{ stats?.collections?.total || 0 }} {{ t('home.totalCollections') }} {{ stats?.papers?.summarized || 0 }} {{ t('home.summarizedPapers') }}
{{ t('home.hints') }}
界面语言 / UI Language 中文 EN

{{ t('settings.aiConfig') }}

{{ t('settings.aiLanguageHint') }}

{{ t('settings.testConnection') }}

{{ t('settings.researchFields') }}

{{ t('settings.fieldsHint') }}

{{ currentLang === 'zh' ? '已选择' : 'Selected' }}: {{ settingsConfig.selected_fields?.length || 0 }} {{ currentLang === 'zh' ? '个领域' : 'fields' }}

{{ t('settings.syncSettings') }}

{{ t('collections.addPapersTo', { count: selectedPaper ? 1 : paperCart.length }) }}

{{ t('collections.alreadyIn') }}: {{ collections.find(c => c.id === cid)?.name || '#' + cid }}

{{ t('collections.deleteConfirm', { name: deletingCollection?.name }) }}

{{ t('fields.selectFields') }}
{{ fieldAdvancedMode ? t('fields.visualMode') : t('fields.codeMode') }}
{{ currentLang === 'zh' ? '已选择' : 'Selected' }} {{ currentLang === 'zh' ? '清空' : 'Clear' }}

{{ t('basket.title') }} ({{ paperCart.length }})

{{ t('basket.empty') }}

{{ t('basket.emptyHint') }}

{{ paper.title }}
{{ paper.arxiv_id }} · {{ formatDate(paper.published) }}
{{ currentLang === 'zh' ? 'EN' : '中' }}
{{ t('chat.title') }}
{{ t('chat.history') }}
{{ session.title }}
{{ formatChatTime(session.updated_at) }}
{{ t('chat.noSession') }}
Ω

{{ t('chat.title') }}

{{ t('chat.welcome') }}

{{ prompt.icon }} {{ prompt.text }}
Ω
{{ pid }}
{{ t('chat.selectedPapers', { count: selectedChatPapers.length }) }} {{ paper.title?.slice(0, 20) }}...