From e48fddb19689d2e7a574af0f45bb270196cb5eac Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Mon, 16 Sep 2024 11:16:42 -0700 Subject: [PATCH] VOTE-2362 update to NVRF v0.17.2 --- web/data/es/navigation.json | 28 +++++++++---------- web/data/es/strings.json | 4 +-- .../custom/vote_nvrf/package-lock.json | 4 +-- web/modules/custom/vote_nvrf/package.json | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/web/data/es/navigation.json b/web/data/es/navigation.json index 2a36e2944..fe239ccc1 100644 --- a/web/data/es/navigation.json +++ b/web/data/es/navigation.json @@ -1,20 +1,20 @@ { "back": { "state_reg_options": "Regresar a las opciones de registro estatal", - "eligibility_req": "Volver a Requisitos de elegibilidad estatal", - "reg_options": "Volver a Opciones de registro estatal", - "personal_info": "Volver a Información personal", - "address_location": "Volver a Domicilio y ubicación", - "identification": "Volver a Identificación", + "eligibility_req": "Volver a requisitos de elegibilidad estatal", + "reg_options": "Volver a opciones de registro estatal", + "personal_info": "Volver a información personal", + "address_location": "Volver a domicilio y ubicación", + "identification": "Volver a identificación", "edit_info": "Editar información de registro" }, "next": { "start": "Continúe con el llenado del formulario digital en vote.gov", "reg_options": "Continuar viendo las opciones de registro", - "address_location": "Continuar a Domicilio y ubicación", - "identification": "Continuar a Identificación", - "political_party": "Continuar a Partido político", - "confirm_info": "Continuar a Revisar su información", + "address_location": "Continuar a domicilio y ubicación", + "identification": "Continuar a identificación", + "political_party": "Continuar a partido político", + "confirm_info": "Revise su información", "delivery": "Confirmar y continuar" }, "step_label_1": "Información personal", @@ -22,10 +22,10 @@ "step_label_3": "Identificación", "step_label_4": "Partido político", "step_label_5": "Confirmar su información", - "step_label_6": "Confirmar su información", + "step_label_6": "Imprimir su formulario", "confirmation": { "current_name": { - "label": "Nombre actual" + "label": "Nombre" }, "previous_name": { "label": "Nombre anterior", @@ -35,15 +35,15 @@ "label": "Otra información" }, "current_address": { - "label": "dirección de casa", + "label": "Domicilio particular", "alert": "No se está registrando con una dirección actual, por lo que estos campos están en blanco." }, "previous_address": { - "label": "dirección anterior", + "label": "Domicilio anterior", "alert": "No se está registrando con un cambio de dirección, por lo que estos campos están en blanco." }, "mailing_address": { - "label": "dirección postal", + "label": "Domicilio postal", "alert": "Su dirección de correo postal es la misma que su domicilio, por lo que estos campos se han dejado en blanco." }, "id_label": { diff --git a/web/data/es/strings.json b/web/data/es/strings.json index 28580865a..3a55b018b 100644 --- a/web/data/es/strings.json +++ b/web/data/es/strings.json @@ -3,7 +3,7 @@ "newTab": "Imprima el formulario en una nueva pestaña", "nameChange": "Cambié mi nombre legalmente después de la última vez que me registré para votar.", "month": "Mes", - "day": "Dia", + "day": "Día", "year": "Año", "backIcon": "back arrow icon", "forwardIcon": "forward arrow icon", @@ -11,7 +11,7 @@ "selectStateAriaLabel": "State selection dropdown menu", "lastUpdated": "@state_name información actualizada por última vez", "emailLabel": "Voter Contact", - "select": "- Seleccione -", + "select": "-Elija-", "download": "Descargue el formulario", "mailDeadlineLabel": "Plazo de registro por correo:", "idSelectionAriaLabel": "Choose identification type" diff --git a/web/modules/custom/vote_nvrf/package-lock.json b/web/modules/custom/vote_nvrf/package-lock.json index 858729284..4e783e7ad 100644 --- a/web/modules/custom/vote_nvrf/package-lock.json +++ b/web/modules/custom/vote_nvrf/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "hasInstallScript": true, "dependencies": { - "vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.17.1" + "vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.17.2" } }, "node_modules/@ampproject/remapping": { @@ -1382,7 +1382,7 @@ }, "node_modules/vote-gov-nvrf-app": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/usagov/vote-gov-nvrf-app.git#55fa6611dd5b0f3f0b0102402f2bd049222ae514", + "resolved": "git+ssh://git@github.com/usagov/vote-gov-nvrf-app.git#89f296d80e69de04f1d2e73ba131da2b91d16a48", "hasInstallScript": true, "dependencies": { "@trussworks/react-uswds": "^6.2.0", diff --git a/web/modules/custom/vote_nvrf/package.json b/web/modules/custom/vote_nvrf/package.json index 6cf8748d2..f4108bac1 100644 --- a/web/modules/custom/vote_nvrf/package.json +++ b/web/modules/custom/vote_nvrf/package.json @@ -10,6 +10,6 @@ "copy-data": "rm -rf ../../../data && cp -r ./node_modules/vote-gov-nvrf-app/data ../../../data" }, "dependencies": { - "vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.17.1" + "vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.17.2" } }