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

43 lines
1.5 KiB
YAML
Raw Normal View History

2015-04-29 13:07:25 -04: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-12 17:38:29 -04:00
voters:
one: "votante"
other: "votantes"
total_votes:
2015-07-22 13:27:18 -04:00
one: "voto total"
other: "votos totales"
2015-04-29 13:07:25 -04:00
average_rating: "Puntuación media: <strong>%{average}</strong>."
2015-05-12 17:38:29 -04:00
multiple:
help:
2015-06-03 11:09:08 -04:00
at_least_min_options: "Debes elegir al menos <strong>%{count}</strong> opciones."
2015-05-12 17:38:29 -04:00
up_to_max_options: "Puedes escoger hasta <strong>%{count}</strong> opciones."
2015-06-03 11:09:08 -04:00
x_options: "Debes elegir <strong>%{count}</strong> opciones."
2015-05-12 17:38:29 -04:00
between_min_and_max_options: "Puedes escoger entre <strong>%{min}</strong> y <strong>%{max}</strong> opciones."
2015-04-29 13:07:25 -04:00
cast-votes:
title: "Votar"
2015-05-12 17:38:29 -04:00
label: "¡Vota!"
2015-04-29 13:07:25 -04: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-12 17:38:29 -04:00
confirm: "¿Seguro que quieres abrir esta encuesta?"
2015-04-29 13:07:25 -04:00
close:
title: "Cerrar la encuesta"
label: "Cerrar"
2015-05-12 17:38:29 -04:00
confirm: "¿Seguro que quieres cerrar esta encuesta?"
2015-04-29 13:07:25 -04:00
error_while_toggling_status: "Ha ocurrido un error mientras se cambiaba el estado de esta encuesta."
2015-05-12 17:38:29 -04:00
error_while_casting_votes: "Ha ocurrido un error a la hora de enviar los votos."