From 7630dee4f3933a09d9b3045b4f35db58d99609bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:32:41 +0000 Subject: [PATCH] New translations healthsleeplisttabscomponent.json (Portuguese) --- .../healthSleepListTabsComponent.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 frontend/app/src/i18n/pt/components/health/healthSleepZone/healthSleepListTabsComponent.json diff --git a/frontend/app/src/i18n/pt/components/health/healthSleepZone/healthSleepListTabsComponent.json b/frontend/app/src/i18n/pt/components/health/healthSleepZone/healthSleepListTabsComponent.json new file mode 100644 index 000000000..b667ee9b8 --- /dev/null +++ b/frontend/app/src/i18n/pt/components/health/healthSleepZone/healthSleepListTabsComponent.json @@ -0,0 +1,36 @@ +{ + "sleepScoreLabel": "Sleep score", + "sleepDetailsLabel": "Sleep details", + "scoreLabel": "Score", + "qualityLabel": "Quality", + "durationLabel": "Duration", + "HRVLabel": "HRV", + "deepLabel": "Deep", + "lightLabel": "Light", + "REMLabel": "REM", + "awakeLabel": "Awake", + "summaryTitle": "Summary", + "breakdownTitle": "Breakdown", + "balancedLabel": "Balanced", + "unbalancedLabel": "Unbalanced", + "lowLabel": "Low", + "poorLabel": "Poor", + "excellentLabel": "Excellent", + "goodLabel": "Good", + "fairLabel": "Fair", + "heartRateTitle": "Heart Rate", + "restingHeartRateLabel": "Resting", + "avgHeartRateLabel": "Avg.", + "maxHeartRateLabel": "Max.", + "minHeartRateLabel": "Min.", + "respiratoryTitle": "Respiratory Rate", + "avgRespiratoryRateLabel": "Avg.", + "maxRespiratoryRateLabel": "Max.", + "minRespiratoryRateLabel": "Min.", + "spo2Title": "Blood Oxygen Saturation (SpO2)", + "avgSpo2Label": "Avg.", + "maxSpo2Label": "Max.", + "minSpo2Label": "Min.", + "avgSkinTempDeviationLabel": "Avg. Skin Temp. Deviation", + "avgSleepStressLabel": "Avg. Sleep Stress" +} \ No newline at end of file