Skip to content

Commit

Permalink
Poll - Spanish Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbW0P68c3G8H committed Mar 18, 2014
1 parent 6e66747 commit 1cebbbc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/poll/config/locales/client.es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/

es:
js:
poll:
voteCount:
one: "1 voto"
other: "%{count} votos"

results:
show: "Mostrar resultados"
hide: "Ocultar resultados"
16 changes: 16 additions & 0 deletions plugins/poll/config/locales/server.es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# encoding: utf-8
# This file contains content for the server portion of Discourse used by Ruby
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/

es:
activerecord:
attributes:
post:
poll_options: "Opciones de la encuesta"
poll:
must_contain_poll_options: "debe que contener una lista con las respuestas de la encuesta"
cannot_have_modified_options: "no se pueden modificar las respuestas de la encuesta pasados 5 minutos"
cannot_add_or_remove_options: "solo se puede modificar, no se pueden añadir o quitar. Si necesitas añadir o quitar respuestas debes bloquear este tema y crear una encuesta nueva."
prefix: "Encuesta:"

0 comments on commit 1cebbbc

Please sign in to comment.