From fe216302a18024c1427d5095e411e27e644830c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 14:37:33 +0000 Subject: [PATCH] New translations healthstepsaddeditmodalcomponent.json (Portuguese) --- .../healthStepsAddEditModalComponent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/app/src/i18n/pt/components/health/healthStepsZone/healthStepsAddEditModalComponent.json b/frontend/app/src/i18n/pt/components/health/healthStepsZone/healthStepsAddEditModalComponent.json index 2427d1231..1fff1e11e 100644 --- a/frontend/app/src/i18n/pt/components/health/healthStepsZone/healthStepsAddEditModalComponent.json +++ b/frontend/app/src/i18n/pt/components/health/healthStepsZone/healthStepsAddEditModalComponent.json @@ -1,8 +1,8 @@ { - "addStepsModalTitle": "Add steps", - "editStepsModalTitle": "Edit steps", - "addStepsLabel": "Steps", - "addStepsDateLabel": "Date", - "successAddSteps": "Steps added", - "errorAddSteps": "Error adding steps" + "addStepsModalTitle": "Adicionar passos", + "editStepsModalTitle": "Editar passos", + "addStepsLabel": "Passos", + "addStepsDateLabel": "Data", + "successAddSteps": "Passos adicionados", + "errorAddSteps": "Erro ao adicionar passos" } \ No newline at end of file