Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOTE-2362 update to NVRF v0.17.2 #987

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions web/data/es/navigation.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"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",
"step_label_2": "Domicilio y ubicación",
"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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions web/data/es/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"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",
"selectState": "Select your state or territory",
"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"
Expand Down
4 changes: 2 additions & 2 deletions web/modules/custom/vote_nvrf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/modules/custom/vote_nvrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}