From ea57cd986f2b7db8495c0dd1d7548fb50e46d333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:07:03 +0000 Subject: [PATCH] New translations healthview.json (Galician) --- frontend/app/src/i18n/gl/healthView.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/app/src/i18n/gl/healthView.json b/frontend/app/src/i18n/gl/healthView.json index bc82f1bb2..aea260cf8 100644 --- a/frontend/app/src/i18n/gl/healthView.json +++ b/frontend/app/src/i18n/gl/healthView.json @@ -1,5 +1,13 @@ { "title": "Saúde", - "errorFetchingHealthWeight": "Erro ao obter datos de saúde", - "errorFetchingHealthTargets": "Erro ao obter obxectivos de saúde" + "errorFetchingHealthSteps": "Error fetching health steps", + "errorFetchingHealthWeight": "Error fetching health data", + "errorFetchingHealthSleep": "Error fetching health sleep", + "errorFetchingHealthTargets": "Erro ao obter obxectivos de saúde", + "successUpdatingWeightTarget": "Successfully updated weight target", + "errorUpdatingWeightTarget": "Error updating weight target", + "successUpdatingStepsTarget": "Successfully updated steps target", + "errorUpdatingStepsTarget": "Error updating steps target", + "successUpdatingSleepTarget": "Successfully updated sleep target", + "errorUpdatingSleepTarget": "Error updating sleep target" } \ No newline at end of file