Skip to content

Commit

Permalink
feat(i18n): add spanish translation for "polls" (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 14, 2023
1 parent 4541486 commit 5ea09d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,18 @@
"replying": "Respondiendo",
"the_thread": "el hilo"
},
"polls": {
"allow_multiple": "Permitir múltiples opciones",
"cancel": "Cancelar",
"create": "Crear encuesta",
"disallow_multiple": "No permitir múltiples opciones",
"expiration": "Caducidad de la encuesta",
"hide_votes": "Ocultar el total de votos hasta el final de la encuesta",
"option_placeholder": "Opción de encuesta {current}/{max}",
"remove_option": "Eliminar opción",
"settings": "Opciones de la encuesta",
"show_votes": "Mostrar siempre el total de votos"
},
"pwa": {
"dismiss": "Descartar",
"install": "Instalar",
Expand Down

0 comments on commit 5ea09d3

Please sign in to comment.