discourse/plugins/poll/config/locales/client.es.yml

45 lines
1.6 KiB
YAML
Raw Normal View History

2015-04-30 01:07:25 +08:00
# encoding: utf-8
#
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
#
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
es:
js:
poll:
2015-05-13 05:38:29 +08:00
voters:
zero: "votantes"
one: "votante"
other: "votantes"
total_votes:
zero: "total votos"
one: "total voto"
other: "total votos"
2015-04-30 01:07:25 +08:00
average_rating: "Puntuación media: <strong>%{average}</strong>."
2015-05-13 05:38:29 +08:00
multiple:
help:
at_least_min_options: "Puedes escoger como mínimo <strong>%{count}</strong> opciones."
up_to_max_options: "Puedes escoger hasta <strong>%{count}</strong> opciones."
x_options: "Puedes escoger <strong>%{count}</strong> opciones."
between_min_and_max_options: "Puedes escoger entre <strong>%{min}</strong> y <strong>%{max}</strong> opciones."
2015-04-30 01:07:25 +08:00
cast-votes:
title: "Votar"
2015-05-13 05:38:29 +08:00
label: "¡Vota!"
2015-04-30 01:07:25 +08:00
show-results:
title: "Mostrar los resultados de la encuesta"
label: "Mostrar resultados"
hide-results:
title: "Volver a los votos"
label: "Ocultar resultados"
open:
title: "Abrir encuesta"
label: "Abrir"
2015-05-13 05:38:29 +08:00
confirm: "¿Seguro que quieres abrir esta encuesta?"
2015-04-30 01:07:25 +08:00
close:
title: "Cerrar la encuesta"
label: "Cerrar"
2015-05-13 05:38:29 +08:00
confirm: "¿Seguro que quieres cerrar esta encuesta?"
2015-04-30 01:07:25 +08:00
error_while_toggling_status: "Ha ocurrido un error mientras se cambiaba el estado de esta encuesta."
2015-05-13 05:38:29 +08:00
error_while_casting_votes: "Ha ocurrido un error a la hora de enviar los votos."