Manage publicities
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
de:
|
||||
admin:
|
||||
title: Administration
|
||||
publicities:
|
||||
index:
|
||||
title: Unveröffentlichte Statements
|
||||
form:
|
||||
title: Statement
|
||||
@@ -0,0 +1,8 @@
|
||||
fr:
|
||||
admin:
|
||||
title: Administration
|
||||
publicities:
|
||||
index:
|
||||
title: Déclarations non publiées
|
||||
form:
|
||||
title: Déclaration
|
||||
@@ -0,0 +1,8 @@
|
||||
it:
|
||||
admin:
|
||||
title: Amministrazione
|
||||
publicities:
|
||||
index:
|
||||
title: Dichiarazioni non pubblicati
|
||||
form:
|
||||
title: Dichiarazione
|
||||
@@ -17,6 +17,8 @@ de:
|
||||
numbers: Zahlen
|
||||
|
||||
are_you_sure: Bist du sicher?
|
||||
edit: Bearbeiten
|
||||
save: Speichern
|
||||
|
||||
counter:
|
||||
supporters: "Unterstützer:"
|
||||
@@ -38,6 +40,11 @@ de:
|
||||
young: Ich bin 18 bis 30 Jahre alt
|
||||
middle: Ich bin 30 bis 64 Jahre alt
|
||||
retired: Ich bin über 64 Jahre alt
|
||||
|
||||
publicity_states:
|
||||
pending: Die Veröffentlichung wurde noch nicht genehmigt
|
||||
approved: Das Statement wurde Veröffentlicht
|
||||
declined: Das Statement wurde abgelehnt
|
||||
|
||||
languages:
|
||||
de: Deutsch
|
||||
@@ -64,8 +71,6 @@ de:
|
||||
title: Mein Statement
|
||||
renew: Statement neu einreichen
|
||||
delete: Statement löschen
|
||||
pending: Die Veröffentlichung wurde noch nicht genehmigt
|
||||
approved: Das statement wurde Veröffentlicht
|
||||
create_publicity: Deine Meinung zählt, darum bitten wir dir hier die Möglichkeit öffentlich deine Meinung zur Cannabis-Initiative kundzutun. Gib ein Starkes Statement ab und zeig dein Gesicht! Meine Unterstützung öffentlich kundtun ...
|
||||
|
||||
create:
|
||||
@@ -125,7 +130,7 @@ de:
|
||||
password_confirmation: Passwort bestätigen
|
||||
current_password: Aktuelles Passwort
|
||||
publicity:
|
||||
status: Status
|
||||
state: Status
|
||||
organisation: Organisation
|
||||
statement: Statement
|
||||
avatar: Bild
|
||||
@@ -22,6 +22,8 @@ fr:
|
||||
numbers: Chiffres (en allemand)
|
||||
|
||||
are_you_sure: Tu es sûre?
|
||||
edit: Éditer
|
||||
save: Sauver
|
||||
|
||||
welcome_email:
|
||||
subject: Merci beaucoup pour ton soutien!
|
||||
@@ -37,7 +39,12 @@ fr:
|
||||
young: J’ai entre 18 et 30 ans
|
||||
middle: J’ai entre 30 et 64 ans
|
||||
retired: J’ai plus que 64 ans
|
||||
|
||||
|
||||
publicity_states:
|
||||
pending: La publication n'a pas été approuvé
|
||||
approved: La déclaration a été publiée
|
||||
declined: La déclaration a été rejetée
|
||||
|
||||
languages:
|
||||
de: Deutsch
|
||||
fr: Français
|
||||
@@ -56,12 +63,11 @@ fr:
|
||||
city: Hinterpfupfikon
|
||||
zip: "4200"
|
||||
email: hans.muster@hanflegal.ch
|
||||
|
||||
publicity:
|
||||
title: Ma déclaration
|
||||
renew: resoumettre déclaration
|
||||
delete: supprimer déclaration
|
||||
pending: La publication n'a pas été approuvé
|
||||
approved: La déclaration a été publiée
|
||||
create_publicity: Votre opinion compte, nous vous demandons ici d'exprimer publiquement votre avis sur initiative de cannabis possible. Rendre public mon soutien ...
|
||||
|
||||
create:
|
||||
|
||||
@@ -23,6 +23,8 @@ it:
|
||||
amount_of_supporters: Al momento abbiamo %{amount} sostenitori.
|
||||
|
||||
are_you_sure: Sei sicuro?
|
||||
edit: Modifica
|
||||
save: Salvare
|
||||
|
||||
welcome_email:
|
||||
subject: Grazie mille per il tuo sostegno!
|
||||
@@ -39,6 +41,11 @@ it:
|
||||
middle: Ho tra i 30 ed i 64 anni
|
||||
retired: Ho più di 64 anni
|
||||
|
||||
publicity_states:
|
||||
pending: La pubblicazione non è stato approvato
|
||||
approved: La dichiarazione è stata rilasciata
|
||||
declined: La dichiarazione è stata respinta
|
||||
|
||||
languages:
|
||||
de: Deutsch
|
||||
fr: Français
|
||||
@@ -63,8 +70,6 @@ it:
|
||||
title: La mia dichiarazione
|
||||
renew: Ripresentare Statement
|
||||
delete: Eliminare la dichiarazione
|
||||
pending: La pubblicazione non è stato approvato
|
||||
approved: La dichiarazione è stata rilasciata
|
||||
create_publicity: La tua opinione conta, quindi vi chiediamo qui pubblicamente esprimere la tua opinione su iniziativa di cannabis possibile. Girare in una dichiarazione forte e mostrare il tuo volto! Il mio supporto rendere pubblico ...
|
||||
|
||||
create:
|
||||
|
||||
+3
-2
@@ -2,12 +2,11 @@ Rails.application.routes.draw do
|
||||
devise_for :supporters
|
||||
root to: 'supporters#new'
|
||||
|
||||
mount RailsAdmin::Engine => '/admin', as: 'rails_admin'
|
||||
|
||||
get "/pages/:page" => "pages#show"
|
||||
|
||||
namespace :admin do
|
||||
get '/map', to: 'pages#map', as: :map
|
||||
resources :publicities
|
||||
# resources :supporters, only: :index
|
||||
end
|
||||
|
||||
@@ -28,4 +27,6 @@ Rails.application.routes.draw do
|
||||
get '/thanks', to: 'pages#thanks', as: :thanks
|
||||
get '/spenden', to: 'pages#spenden', as: :spenden
|
||||
end
|
||||
|
||||
mount RailsAdmin::Engine => '/admin', as: 'rails_admin'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user