From 867868babf2cf947bc65b9d4ba93118429bd6d24 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:56 +0000 Subject: [PATCH] New translations healthstepsaddeditmodalcomponent.json (Chinese Simplified) --- .../healthStepsZone/healthStepsAddEditModalComponent.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontend/app/src/i18n/cn/components/health/healthStepsZone/healthStepsAddEditModalComponent.json diff --git a/frontend/app/src/i18n/cn/components/health/healthStepsZone/healthStepsAddEditModalComponent.json b/frontend/app/src/i18n/cn/components/health/healthStepsZone/healthStepsAddEditModalComponent.json new file mode 100644 index 000000000..2427d1231 --- /dev/null +++ b/frontend/app/src/i18n/cn/components/health/healthStepsZone/healthStepsAddEditModalComponent.json @@ -0,0 +1,8 @@ +{ + "addStepsModalTitle": "Add steps", + "editStepsModalTitle": "Edit steps", + "addStepsLabel": "Steps", + "addStepsDateLabel": "Date", + "successAddSteps": "Steps added", + "errorAddSteps": "Error adding steps" +} \ No newline at end of file