New translations healthsleepaddeditmodalcomponent.json (Portuguese)

This commit is contained in:
João Vitória Silva
2025-12-09 11:55:03 +00:00
parent 6c84d7fc79
commit 347e0393ce

View File

@@ -1,37 +1,37 @@
{ {
"addSleepModalTitle": "Add sleep", "addSleepModalTitle": "Adicionar sono",
"editSleepModalTitle": "Edit sleep", "editSleepModalTitle": "Editar sono",
"dateLabel": "Date", "dateLabel": "Data",
"sleepStartTimeLabel": "Sleep start time", "sleepStartTimeLabel": "Hora de início",
"sleepEndTimeLabel": "Sleep end time", "sleepEndTimeLabel": "Hora de fim",
"totalSleepLabel": "Total sleep", "totalSleepLabel": "Sono total",
"deepSleepLabel": "Deep sleep", "deepSleepLabel": "Sono profundo",
"lightSleepLabel": "Light sleep", "lightSleepLabel": "Sono leve",
"remSleepLabel": "REM sleep", "remSleepLabel": "Sono REM",
"awakeSleepLabel": "Awake sleep", "awakeSleepLabel": "Acordado",
"avgHeartRateLabel": "Avg HR", "avgHeartRateLabel": "FC méd.",
"minHeartRateLabel": "Min HR", "minHeartRateLabel": "FC mín",
"maxHeartRateLabel": "Max HR", "maxHeartRateLabel": "FC máx",
"avgSpo2Label": "Avg SpO2", "avgSpo2Label": "SpO2 méd.",
"lowestSpo2Label": "Min SpO2", "lowestSpo2Label": "SpO2 mín",
"highestSpo2Label": "Max SpO2", "highestSpo2Label": "SpO2 máx",
"sleepScoreOverallLabel": "Overall sleep score", "sleepScoreOverallLabel": "Pontuação geral",
"awakeCountLabel": "Awake count", "awakeCountLabel": "Vezes acordado",
"avgSleepStressLabel": "Avg sleep stress", "avgSleepStressLabel": "Stress de sono méd.",
"restingHeartRateLabel": "Resting HR", "restingHeartRateLabel": "FC em repouso",
"avgSkinTempDeviationLabel": "Avg. skin temp. deviation", "avgSkinTempDeviationLabel": "Desvio méd. temp. pele",
"sleepStagesLabel": "Sleep stages", "sleepStagesLabel": "Estágios de sono",
"addStageButton": "Add stage", "addStageButton": "Adicionar estágio",
"stageLabel": "Stage", "stageLabel": "Estágio",
"stageTypeLabel": "Stage type", "stageTypeLabel": "Tipo",
"stageTypeDeep": "Deep", "stageTypeDeep": "Profundo",
"stageTypeLight": "Light", "stageTypeLight": "Leve",
"stageTypeRem": "REM", "stageTypeRem": "REM",
"stageTypeAwake": "Awake", "stageTypeAwake": "Acordado",
"stageStartTimeLabel": "Start time", "stageStartTimeLabel": "Hora de início",
"stageEndTimeLabel": "End time", "stageEndTimeLabel": "Hora de fim",
"stageDurationLabel": "Duration", "stageDurationLabel": "Duração",
"noStagesMessage": "No sleep stages added yet. Click 'Add stage' to add a sleep stage.", "noStagesMessage": "Nenhum estágio de sono adicionado ainda. Clique em 'Adicionar estágio' para adicionar um estágio de sono.",
"successAddSleep": "Sleep added successfully", "successAddSleep": "Entrada de sono adicionada com sucesso",
"errorAddSleep": "Error adding sleep" "errorAddSleep": "Erro ao adicionar sono"
} }