{t('documentInfo.notebookLabel')}
{notebook.name}
{t('documentInfo.typeLabel')}
{displayNoteType}
{t('documentInfo.sourceWebLabel')}
{note.sourceUrl}{t('documentInfo.createdLabel')}
{formatAbsoluteDateLocalized(createdAt, language, 'd MMM yyyy', locale)}
{formatDistanceToNow(createdAt, { addSuffix: true, locale })}
{t('documentInfo.modifiedLabel')}
{formatAbsoluteDateLocalized(updatedAt, language, 'd MMM yyyy · HH:mm', locale)}
{formatDistanceToNow(updatedAt, { addSuffix: true, locale })}
{t('documentInfo.labelsSection')}
{t('documentInfo.idLabel')}
{note.id}
{t('documentInfo.historyDisabled')}
{t('documentInfo.savedVersions')}
{/* Save version button */} {/* Timeline */} {isLoadingHistory && historyEntries.length === 0 ? ({t('documentInfo.loading')}
{t('documentInfo.noVersion')}
{formatAbsoluteDateLocalized(new Date(entry.createdAt), language, 'd MMM · HH:mm', locale)} · {formatDistanceToNow(new Date(entry.createdAt), { addSuffix: true, locale })}