-
+
diff --git a/config/locales/en.yml b/config/locales/en.yml index 2823258f1..6f2bb4bda 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -158,14 +158,16 @@ en: other: " containing '%{search_term}'" proposal: proposal: Proposal + support: "Support" comments: zero: No comments one: 1 Comment other: "%{count} Comments" - votes: - zero: No votes - one: 1 vote - other: "%{count} votes" + supports: + zero: No supports + one: 1 support + other: "%{count} supports" + supports_necessary: "/ 53.726" form: proposal_title: Proposal title proposal_question: Proposal question diff --git a/config/locales/es.yml b/config/locales/es.yml index d9239e3a9..8e0c55275 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -158,14 +158,16 @@ es: other: " que contienen '%{search_term}'" proposal: proposal: Propuesta + support: "Apoyar" comments: zero: Sin comentarios one: 1 Comentario other: "%{count} Comentarios" - votes: - zero: Sin votos - one: 1 voto - other: "%{count} votos" + supports: + zero: Sin apoyos + one: 1 apoyo + other: "%{count} apoyos" + supports_necessary: "/ 53.726" form: proposal_title: Título de la propuesta proposal_question: Pregunta de la propuesta