Implemented list of statements

This commit is contained in:
2017-04-14 12:46:03 +02:00
parent 281caaf0fd
commit 7bd771dbc7
9 changed files with 67 additions and 17 deletions
+5
View File
@@ -15,6 +15,7 @@ de:
faq: Fragen und Antworten
sponsoring: Sponsoren & Spenden
numbers: Zahlen
statementes: Statements
are_you_sure: Bist du sicher?
edit: Bearbeiten
@@ -100,6 +101,9 @@ de:
thanks:
title: Besten Dank für deine Unterstützung!
statements:
title: Statements von unseren Unterstützern
routes:
initiative_text: initiativtext
@@ -107,6 +111,7 @@ de:
faq: fragen_und_antworten
sponsoring: sponsoren_und_spenden
numbers: zahlen
statementes: statements
mongoid:
models:
+8 -5
View File
@@ -5,8 +5,8 @@ fr:
"yes": Oui
"no": Non
counter:
supporters: "Militant:"
amount_of_supporters: Nous avons actuellement %{amount} supporters.
supporters: "Partisans:"
amount_of_supporters: Nous avons actuellement %{amount} partisans.
header:
logo: Logo de l'initiative
title_html: Oui, je veux <strong class="text-success">légaliser le cannabis</strong> en Suisse.
@@ -20,6 +20,7 @@ fr:
faq: Questions et réponses (en allemand)
sponsoring: Donation et Sponsors (en allemand)
numbers: Chiffres (en allemand)
statements: Déclarations
are_you_sure: Tu es sûre?
edit: Éditer
@@ -31,9 +32,7 @@ fr:
support_type:
signer: Je signerais une initiative populaire pour la <span class="text-success">légalisation du cannabis</span>.
supporter: Je signerais une initiative populaire pour la <span class="text-success">légalisation du cannabis</span> et aiderais activement à trouver des signatures dans ma région.
# activist: Ich unterschreibe eine Volksinitiative für die <span class="text-success">Legalisierung von Cannabis</span> und beteilige mich bei der Planung und Koordination einer Volksinitiative.
# nonvoting_supporter: Ich bin nicht stimmberechtigt, helfe aber aktiv Unterschriften in meiner Umgebung zu sammeln um <span class="text-success">Cannabis zu legalisierung</span>.
age_category:
underage: Jai moins de 18 ans
young: Jai entre 18 et 30 ans
@@ -97,6 +96,9 @@ fr:
thanks:
title: Merci beaucoup pour ton soutien!
statements:
title: Les déclarations de nos partisans
routes:
initiative_text: l_initiative_propose
@@ -104,6 +106,7 @@ fr:
faq: questions_et_reponses
sponsoring: donation_et_sponsor
numbers: chiffres
statements: declarations
mongoid:
models:
+5
View File
@@ -17,6 +17,7 @@ it:
faq: Domande e risposte (in tedesco)
sponsoring: Donazione e Sponsor
numbers: Numeri (in tedesco)
statements: Dichiarazioni
counter:
supporters: "Sostenitore:"
@@ -99,6 +100,9 @@ it:
show:
not_found: La pagina non è stata trovata.
statements:
title: Dichiarazioni di nostri sostenitori
routes:
initiative_text: il_testo_dell_iniziativa
@@ -106,6 +110,7 @@ it:
faq: domande_e_risposte
sponsoring: donazione_e_sponsor
numbers: numeri
statements: dichiarazioni
mongoid:
attributes:
+1
View File
@@ -17,6 +17,7 @@ Rails.application.routes.draw do
get '/terms_and_conditions', to: 'pages#show', as: :terms_and_conditions, page: 'terms_and_conditions'
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
get '/statements', to: 'pages#show', as: :statements, page: 'statements'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete