{{ t('header.dashboard') }} {{ selectedDeviceId }}
{{ t('header.lastUpdated') }}{{ formatValue('lastUpdated', currentDeviceData.lastUpdated) }}
{{ currentTime }}
{{ t('profile.title') }}
{{ t('profile.desc') }}
{{ p.name || t('general.unnamed') }}
{{ p.gender === 'female' ? t('general.female') : (p.gender === 'male' ? t('general.male') : t('general.notSet')) }}
{{ t('profile.height') }}: {{ p.height ? p.height + ' cm' : '--' }}
{{ t('profile.weight') }}: {{ p.weight ? p.weight + ' kg' : '--' }}
{{ t('profile.age') }}: {{ p.age ? p.age + ' ' + t('analysis.ageUnit') : '--' }}
{{ currentEditingProfileId === 'new' ? t('profile.editTitleNew') : t('profile.editTitleEdit') }}
{{ t('profile.editDesc') }}
{{ t('specs.title') }}
{{ t('specs.subtitle') }}
{{ t('specs.func1Title') }}
{{ t('specs.func1Desc') }}
{{ t('specs.func2Title') }}
{{ t('specs.func2Desc') }}
{{ t('specs.func2Warning') }}
- {{ t('specs.func2W1_strong') }}{{ t('specs.func2W1') }}{{ t('specs.func2W1_strong2') }}{{ t('specs.func2W1_2') }}
- {{ t('specs.func2W2_strong') }}{{ t('specs.func2W2') }}{{ t('specs.func2W2_strong2') }}{{ t('specs.func2W2_2') }}
- {{ t('specs.func2W3_strong') }}{{ t('specs.func2W3') }}
{{ t('specs.installTitle') }}
{{ t('specs.installDesc') }}
{{ t('specs.desktopTitle') }}
- {{ t('specs.desktopS1') }}{{ t('specs.desktopS1Desc') }}
- {{ t('specs.desktopS2') }}{{ t('specs.desktopS2Desc') }}{{ t('specs.desktopS2Desc_strong') }}{{ t('specs.desktopS2Desc2') }}
{{ t('specs.ceilingTitle') }}
- {{ t('specs.ceilingS1') }}{{ t('specs.ceilingS1Desc') }}
- {{ t('specs.ceilingS2') }}{{ t('specs.ceilingS2Desc') }}{{ t('specs.ceilingS2Desc_strong') }}{{ t('specs.ceilingS2Desc2') }}
- {{ t('specs.specVolt') }}{{ t('specs.specVoltVal') }}
- {{ t('specs.specCur') }}{{ t('specs.specCurVal') }}
- {{ t('specs.specFreq') }}{{ t('specs.specFreqVal') }}
- {{ t('specs.specPow') }}{{ t('specs.specPowVal') }}
- {{ t('specs.specDist') }}{{ t('specs.specDistVal') }}
- {{ t('specs.specAngle') }}{{ t('specs.specAngleVal') }}
- {{ t('specs.specSleep') }}{{ t('specs.specSleepVal') }}
- {{ t('specs.specRespDist') }}{{ t('specs.specRespDistVal') }}
- {{ t('specs.specRespRange') }}{{ t('specs.specRespRangeVal') }}
- {{ t('specs.specHeartRange') }}{{ t('specs.specHeartRangeVal') }}
- {{ t('specs.specTemp') }}{{ t('specs.specTempVal') }}
{{ t('advice.title') }}
- {{ advice }}
{{ config.title }}
{{ formatValue(config.key, currentDeviceData[config.key]) }}
{{ config.title }}
{{ config.key === 'HumanPosition' ? t('metrics.badgeDangerFall') : t('metrics.badgeDangerLimit') }}
{{ t('metrics.badgeWarning') }}
{{ t('metrics.badgeOffline') }}
{{ formatValue(config.key, currentDeviceData[config.key]) }}
{{ config.safeText }}
{{ t('charts.vitalsTitle') }}
{{ t('charts.vitalsSubtitle') }}{{ t('charts.envTitle') }}
{{ t('charts.envSubtitle') }}| {{ t('history.time') }} | {{ t('history.sleepStatus') }} | {{ t('history.existence') }} | {{ t('history.respHeart') }} | {{ t('history.position') }} | {{ t('history.tempHum') }} | {{ t('history.airQuality') }} |
|---|---|---|---|---|---|---|
| {{ formatTimestamp(log.lastUpdated) }} | {{ log.BedSleepStatus || '-' }} | {{ log.HumanExistence || '-' }} | {{ log.RespirationHeart || '-' }} | {{ log.HumanPosition || '-' }} | {{ log.Temperature || '-' }} °C / {{ log.Humidity || '-' }} % - | TVOC: {{ log.TVOC || '-' }} | PM2.5: {{ log['PM2.5'] || '-' }} | CO2: {{ log.CO2 || '-' }} - |
{{ t('analysis.actualAge') }}
{{ activeProfile.age || t('general.notSet') }} {{ t('analysis.ageUnit') }}
{{ t('analysis.bioAge') }}
{{ healthAnalysisData.bioAge || '-' }} {{ t('analysis.ageUnit') }}
{{ t('analysis.ageDiff') }} {{ Math.abs(healthAnalysisData.bioAge - activeProfile.age) }} {{ t('analysis.ageUnit') }}
{{ t('analysis.factorResult') }} {{ t('analysis.mainFactorsTitle') }}
{{ factor.icon }}
{{ factor.text }}
{{ t('analysis.radarTitle') }}
{{ t('analysis.adviceTitle') }}
{{ t('analysis.envAdviceSection') }}
- {{ advice }}
- {{ t('analysis.envAdviceGood') }}
{{ t('analysis.dietAdviceSection') }}
- {{ advice }}
- {{ t('analysis.dietAdviceGood') }}
{{ t('general.selectDevice') }}