Skip to content

Commit

Permalink
Merge pull request #988 from usagov/stage
Browse files Browse the repository at this point in the history
Sprint 68 HOTFIX release
  • Loading branch information
rayestrada authored Sep 17, 2024
2 parents dda8c43 + b2314f5 commit 6534c42
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ field_name: field_options
entity_type: taxonomy_term
bundle: nvrf_field
label: Options
description: ''
description: '<em>Labels</em> are displayed in the NVRF digital form to the user. <em>Values</em> are mapped to the NVRF PDF.'
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
first:
label: Key
label: Label
list: false
allowed_values: { }
max: null
Expand Down
18 changes: 9 additions & 9 deletions testing/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 testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"devDependencies": {
"axe-core": "^4.9.1",
"cypress": "^13.13.0",
"cypress": "^13.14.2",
"cypress-axe": "^1.5.0",
"cypress-mochawesome-reporter": "^3.8.2"
},
Expand Down
66 changes: 33 additions & 33 deletions web/data/es/navigation.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"back": {
"state_reg_options": "Go back to state registration options",
"eligibility_req": "Back to state eligibility requirements",
"reg_options": "Back to registration options",
"personal_info": "Back to personal information",
"address_location": "Back to address and location",
"identification": "Back to identification",
"edit_info": "Edit registration information"
"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",
"edit_info": "Editar información de registro"
},
"next": {
"start": "Continue to the digital form filler on vote.gov",
"reg_options": "Continue to view registration options",
"address_location": "Continue to address and location",
"identification": "Continue to identification",
"political_party": "Continue to political party",
"confirm_info": "Continue to review your information",
"delivery": "Confirm and continue"
"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": "Revise su información",
"delivery": "Confirmar y continuar"
},
"step_label_1": "Personal information",
"step_label_2": "Address and location",
"step_label_3": "Identification",
"step_label_4": "Political party",
"step_label_5": "Confirm your information",
"step_label_6": "Print your completed form",
"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": "Imprimir su formulario",
"confirmation": {
"current_name": {
"label": "Current name"
"label": "Nombre"
},
"previous_name": {
"label": "Previous name",
"alert": "You have not changed your name, so these fields are blank."
"label": "Nombre anterior",
"alert": "Usted no ha cambiado su nombre, por lo que estos campos se encuentran en blanco."
},
"other_info": {
"label": "Other information"
"label": "Otra información"
},
"current_address": {
"label": "Home address",
"alert": "You are not registering with a current address, so these fields are blank."
"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": "Previous address",
"alert": "You are not registering with a change of address, so these fields are blank."
"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": "Mailing address",
"alert": "Your mailing address is the same as your home address, so these fields are left blank."
"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": {
"label": "ID number"
"label": "Número de identificación"
},
"political_party": {
"label": "Political party"
"label": "Partido político"
},
"edit": {
"label": "Edit"
"label": "Editar"
}
}
}
20 changes: 10 additions & 10 deletions web/data/es/strings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"notRequired": "Not required for your state",
"newTab": "Print your mail-in form in a new tab",
"nameChange": "I have legally changed my name since I last registered in this state.",
"month": "Month",
"day": "Day",
"year": "Year",
"notRequired": "No es un requisito en su estado",
"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": "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 information last updated ",
"lastUpdated": "@state_name información actualizada por última vez",
"emailLabel": "Voter Contact",
"select": "- Select -",
"download": "Download your mail-in form",
"mailDeadlineLabel": "Mail-in registration deadline:",
"select": "-Elija-",
"download": "Descargue el formulario",
"mailDeadlineLabel": "Plazo de registro por correo:",
"idSelectionAriaLabel": "Choose identification type"
}
1 change: 1 addition & 0 deletions web/modules/custom/vote_nvrf/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
Loading

0 comments on commit 6534c42

Please sign in to comment.