decidim-participatory_processes 0.10.1 → 0.11.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/javascripts/decidim/participatory_processes/admin/participatory_processes.js.es6 +4 -4
- data/app/assets/javascripts/decidim/participatory_processes/filters.js.es6 +8 -8
- data/app/commands/decidim/participatory_processes/admin/activate_participatory_process_step.rb +8 -8
- data/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +9 -9
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +11 -0
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_admin.rb +4 -4
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +1 -0
- data/app/constraints/decidim/participatory_processes/{current_feature.rb → current_component.rb} +7 -7
- data/app/controllers/decidim/participatory_processes/admin/{feature_permissions_controller.rb → component_permissions_controller.rb} +2 -2
- data/app/controllers/decidim/participatory_processes/admin/{features_controller.rb → components_controller.rb} +2 -2
- data/app/controllers/decidim/participatory_processes/admin/participatory_space_private_users_controller.rb +25 -0
- data/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb +5 -1
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +5 -3
- data/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +1 -1
- data/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +3 -2
- data/app/models/decidim/participatory_process.rb +8 -2
- data/app/models/decidim/participatory_process_step.rb +1 -1
- data/app/models/decidim/participatory_processes/abilities/admin/admin_ability.rb +1 -0
- data/app/presenters/decidim/participatory_processes/participatory_process_stats_presenter.rb +9 -9
- data/app/queries/decidim/participatory_processes/organization_prioritized_participatory_processes.rb +3 -2
- data/app/queries/decidim/participatory_processes/organization_published_participatory_processes.rb +3 -1
- data/app/queries/decidim/participatory_processes/visible_participatory_processes.rb +22 -0
- data/app/types/decidim/participatory_processes/participatory_process_type.rb +4 -1
- data/app/views/decidim/participatory_process_groups/_participatory_process_group.html.erb +1 -1
- data/app/views/decidim/participatory_processes/_participatory_process.html.erb +4 -4
- data/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +2 -2
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +3 -3
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/show.html.erb +1 -2
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/edit.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/index.html.erb +3 -3
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/new.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_steps/show.html.erb +1 -2
- data/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/edit.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/index.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/new.html.erb +1 -1
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +4 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/edit.html.erb +2 -3
- data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +12 -4
- data/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_process_steps/_timeline.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +2 -2
- data/app/views/decidim/participatory_processes/participatory_process_widgets/show.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_processes/_promoted_process.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_processes/_statistics.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +2 -2
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +6 -2
- data/app/views/layouts/decidim/_process_header.html.erb +13 -13
- data/app/views/layouts/decidim/_process_header_steps.html.erb +1 -1
- data/app/views/layouts/decidim/admin/participatory_process.html.erb +15 -10
- data/app/views/layouts/decidim/admin/participatory_process_groups.html.erb +1 -1
- data/app/views/layouts/decidim/admin/participatory_processes.html.erb +1 -1
- data/app/views/layouts/decidim/participatory_process.html.erb +2 -2
- data/config/locales/ca.yml +8 -2
- data/config/locales/en.yml +8 -2
- data/config/locales/es.yml +8 -2
- data/config/locales/eu.yml +8 -2
- data/config/locales/fi.yml +8 -2
- data/config/locales/fr.yml +13 -7
- data/config/locales/gl.yml +8 -2
- data/config/locales/it.yml +8 -2
- data/config/locales/nl.yml +58 -52
- data/config/locales/pl.yml +8 -2
- data/config/locales/pt-BR.yml +8 -2
- data/config/locales/pt.yml +8 -2
- data/config/locales/ru.yml +0 -2
- data/config/locales/sv.yml +8 -2
- data/config/locales/uk.yml +0 -2
- data/db/migrate/20170720120135_make_features_polymorphic.rb +8 -8
- data/db/migrate/20180122110007_add_private_to_participatory_processes.rb +7 -0
- data/lib/decidim/participatory_processes/admin_engine.rb +10 -5
- data/lib/decidim/participatory_processes/engine.rb +6 -6
- data/lib/decidim/participatory_processes/participatory_space.rb +1 -1
- data/lib/decidim/participatory_processes/test/factories.rb +4 -3
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +16 -13
data/config/locales/eu.yml
CHANGED
@@ -5,7 +5,7 @@ eu:
|
|
5
5
|
announcement: Anuntzio
|
6
6
|
banner_image: Bannerra
|
7
7
|
copy_categories: Kopiatu kategoriak
|
8
|
-
|
8
|
+
copy_components: Kopiatu osagaiak
|
9
9
|
copy_steps: Kopiatu faseak
|
10
10
|
description: Deskribapena
|
11
11
|
developer_group: Talde sustatzailea
|
@@ -66,15 +66,17 @@ eu:
|
|
66
66
|
attachment_files: Fitxategiak
|
67
67
|
attachments: Eranskinak
|
68
68
|
categories: Kategoriak
|
69
|
-
|
69
|
+
components: Osagaiak
|
70
70
|
info: Informazioa
|
71
71
|
moderations: Moderazioak
|
72
|
+
private_users: Erabiltzaile pribatuak
|
72
73
|
process_admins: Prozesuaren erabiltzaileak
|
73
74
|
steps: Prozesuaren faseak
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Sortze-data
|
79
|
+
private: Pribatua
|
78
80
|
promoted: Nabarmendua
|
79
81
|
published: Argitaratua
|
80
82
|
title: Titulua
|
@@ -183,6 +185,8 @@ eu:
|
|
183
185
|
title: Informazio orokorra
|
184
186
|
index:
|
185
187
|
not_published: Argitaratu gabe
|
188
|
+
private: Pribatua
|
189
|
+
public: Publiko
|
186
190
|
published: Argitaratua
|
187
191
|
new:
|
188
192
|
create: Sortu
|
@@ -275,12 +279,14 @@ eu:
|
|
275
279
|
local_area: Antolakuntza eremua
|
276
280
|
participatory_scope: Zer erabaki
|
277
281
|
participatory_structure: Nola erabakitzen da?
|
282
|
+
private_space: Prozesu pribatua da
|
278
283
|
scope: Esparrua
|
279
284
|
start_date: Hasiera-data
|
280
285
|
target: Nork parte hartzen du
|
281
286
|
statistics:
|
282
287
|
answers_count: Erantzunak
|
283
288
|
comments_count: Iruzkinak
|
289
|
+
debates_count: eztabaidak
|
284
290
|
endorsements_count: Oniritziak
|
285
291
|
headline: Jarduera
|
286
292
|
meetings_count: Topaketak
|
data/config/locales/fi.yml
CHANGED
@@ -5,7 +5,7 @@ fi:
|
|
5
5
|
announcement: Ilmoitus
|
6
6
|
banner_image: Bannerikuva
|
7
7
|
copy_categories: Kopioi aihepiirit
|
8
|
-
|
8
|
+
copy_components: Kopioi komponentit
|
9
9
|
copy_steps: Kopioi vaiheet
|
10
10
|
description: Kuvaus
|
11
11
|
developer_group: Kehitysryhmä
|
@@ -66,15 +66,17 @@ fi:
|
|
66
66
|
attachment_files: Tiedostot
|
67
67
|
attachments: Liitteet
|
68
68
|
categories: Aihepiirit
|
69
|
-
|
69
|
+
components: komponentit
|
70
70
|
info: Tiedot
|
71
71
|
moderations: Moderoinnit
|
72
|
+
private_users: Yksityiset käyttäjät
|
72
73
|
process_admins: Prosessin käyttäjät
|
73
74
|
steps: Vaiheet
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Luonnin ajankohta
|
79
|
+
private: yksityinen
|
78
80
|
promoted: Korostettu
|
79
81
|
published: Julkaistu
|
80
82
|
title: Otsikko
|
@@ -183,6 +185,8 @@ fi:
|
|
183
185
|
title: Yleistä tietoa
|
184
186
|
index:
|
185
187
|
not_published: Ei julkaistu
|
188
|
+
private: yksityinen
|
189
|
+
public: Julkinen
|
186
190
|
published: Julkaistu
|
187
191
|
new:
|
188
192
|
create: Luo
|
@@ -275,12 +279,14 @@ fi:
|
|
275
279
|
local_area: Organisaatioalue
|
276
280
|
participatory_scope: Mitä päätetään
|
277
281
|
participatory_structure: Miten päätetään
|
282
|
+
private_space: Tämä on yksityinen prosessi
|
278
283
|
scope: Konteksti
|
279
284
|
start_date: Aloitusaika
|
280
285
|
target: Kuka osallistuu
|
281
286
|
statistics:
|
282
287
|
answers_count: Vastaukset
|
283
288
|
comments_count: Kommentit
|
289
|
+
debates_count: keskustelut
|
284
290
|
endorsements_count: merkintöjen
|
285
291
|
headline: Tilastot
|
286
292
|
meetings_count: Tapaamiset
|
data/config/locales/fr.yml
CHANGED
@@ -5,7 +5,7 @@ fr:
|
|
5
5
|
announcement: Annonce
|
6
6
|
banner_image: Image d'en-tête
|
7
7
|
copy_categories: Copier les catégories
|
8
|
-
|
8
|
+
copy_components: Copier les fonctionnalités
|
9
9
|
copy_steps: Copier les étapes
|
10
10
|
description: Description
|
11
11
|
developer_group: Organisateur
|
@@ -23,7 +23,7 @@ fr:
|
|
23
23
|
scope_id: Périmètre d'application
|
24
24
|
scopes_enabled: Périmètres d'application activés
|
25
25
|
short_description: Résumé
|
26
|
-
show_statistics:
|
26
|
+
show_statistics: Montrer les statistiques
|
27
27
|
slug: Identifiant
|
28
28
|
start_date: Date de début
|
29
29
|
subtitle: Sous-titre
|
@@ -66,15 +66,17 @@ fr:
|
|
66
66
|
attachment_files: Fichiers
|
67
67
|
attachments: Documents liés
|
68
68
|
categories: Catégories
|
69
|
-
|
69
|
+
components: Fonctionnalités
|
70
70
|
info: Information
|
71
71
|
moderations: Modérations
|
72
|
+
private_users: Utilisateurs
|
72
73
|
process_admins: Administrateurs du processus participatif
|
73
74
|
steps: Etapes
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
|
-
created_at:
|
78
|
+
created_at: Créé le
|
79
|
+
private: Privé
|
78
80
|
promoted: Mis en évidence
|
79
81
|
published: Publié
|
80
82
|
title: Titre
|
@@ -183,6 +185,8 @@ fr:
|
|
183
185
|
title: Informations générales
|
184
186
|
index:
|
185
187
|
not_published: Non publié
|
188
|
+
private: Privé
|
189
|
+
public: Publique
|
186
190
|
published: Publié
|
187
191
|
new:
|
188
192
|
create: Créer
|
@@ -254,7 +258,7 @@ fr:
|
|
254
258
|
index:
|
255
259
|
title: Processus participatifs
|
256
260
|
order_by_processes:
|
257
|
-
active:
|
261
|
+
active: Actifs
|
258
262
|
all: Tout
|
259
263
|
past: Passés
|
260
264
|
upcoming: À venir
|
@@ -275,13 +279,15 @@ fr:
|
|
275
279
|
local_area: Espace d'organisation
|
276
280
|
participatory_scope: Objectifs
|
277
281
|
participatory_structure: Modalités
|
282
|
+
private_space: Ceci est un processus privé
|
278
283
|
scope: Périmètre d'application
|
279
284
|
start_date: Date de début
|
280
285
|
target: Participants
|
281
286
|
statistics:
|
282
287
|
answers_count: Réponses
|
283
288
|
comments_count: Commentaires
|
284
|
-
|
289
|
+
debates_count: Débats
|
290
|
+
endorsements_count: Recommandations
|
285
291
|
headline: Activité
|
286
292
|
meetings_count: Réunions
|
287
293
|
orders_count: Soutiens
|
@@ -317,7 +323,7 @@ fr:
|
|
317
323
|
more_info: Plus d'informations
|
318
324
|
take_part: Participer
|
319
325
|
process_header:
|
320
|
-
process_menu_item:
|
326
|
+
process_menu_item: Présentation
|
321
327
|
unfold: Déplier
|
322
328
|
process_header_steps:
|
323
329
|
step: Étape %{current} sur %{total}
|
data/config/locales/gl.yml
CHANGED
@@ -5,7 +5,7 @@ gl:
|
|
5
5
|
announcement: Anuncio
|
6
6
|
banner_image: Imaxe do banner
|
7
7
|
copy_categories: Copiar categorías
|
8
|
-
|
8
|
+
copy_components: Copiar compoñentes
|
9
9
|
copy_steps: Copiar os pasos
|
10
10
|
description: Descrición
|
11
11
|
developer_group: Grupo de desenvolvedores
|
@@ -66,15 +66,17 @@ gl:
|
|
66
66
|
attachment_files: Arquivos
|
67
67
|
attachments: Anexos
|
68
68
|
categories: Categorías
|
69
|
-
|
69
|
+
components: Compoñentes
|
70
70
|
info: Información
|
71
71
|
moderations: Moderacións
|
72
|
+
private_users: Usuarios privados
|
72
73
|
process_admins: Usuarios do proceso
|
73
74
|
steps: Pasos
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Creado en
|
79
|
+
private: Privado
|
78
80
|
promoted: Destacado
|
79
81
|
published: Publicado
|
80
82
|
title: Título
|
@@ -183,6 +185,8 @@ gl:
|
|
183
185
|
title: Información xeral
|
184
186
|
index:
|
185
187
|
not_published: Non publicado
|
188
|
+
private: Privado
|
189
|
+
public: Público
|
186
190
|
published: Publicado
|
187
191
|
new:
|
188
192
|
create: Crear
|
@@ -275,12 +279,14 @@ gl:
|
|
275
279
|
local_area: Área de organización
|
276
280
|
participatory_scope: O que se decide
|
277
281
|
participatory_structure: Como se decide
|
282
|
+
private_space: Este é un proceso privado
|
278
283
|
scope: Alcance
|
279
284
|
start_date: Data de inicio
|
280
285
|
target: Quen participa
|
281
286
|
statistics:
|
282
287
|
answers_count: Respostas
|
283
288
|
comments_count: Comentarios
|
289
|
+
debates_count: Debates
|
284
290
|
endorsements_count: Aprobacións
|
285
291
|
headline: Actividade
|
286
292
|
meetings_count: Reunións
|
data/config/locales/it.yml
CHANGED
@@ -5,7 +5,7 @@ it:
|
|
5
5
|
announcement: Annuncio
|
6
6
|
banner_image: Immagine del banner
|
7
7
|
copy_categories: Copia le categorie
|
8
|
-
|
8
|
+
copy_components: Copia componenti
|
9
9
|
copy_steps: Copia i passi
|
10
10
|
description: Descrizione
|
11
11
|
developer_group: Gruppo sviluppatori
|
@@ -66,15 +66,17 @@ it:
|
|
66
66
|
attachment_files: File
|
67
67
|
attachments: Allegati
|
68
68
|
categories: Categorie
|
69
|
-
|
69
|
+
components: componenti
|
70
70
|
info: Informazioni
|
71
71
|
moderations: Moderazione
|
72
|
+
private_users: Utenti privati
|
72
73
|
process_admins: Utenti
|
73
74
|
steps: Fasi (Steps)
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Data/ora di creazione
|
79
|
+
private: Privato
|
78
80
|
promoted: Evidenziato
|
79
81
|
published: Pubblicato
|
80
82
|
title: Nome
|
@@ -183,6 +185,8 @@ it:
|
|
183
185
|
title: Informazioni generali
|
184
186
|
index:
|
185
187
|
not_published: Non pubblicato
|
188
|
+
private: Privato
|
189
|
+
public: Pubblico
|
186
190
|
published: Pubblicato
|
187
191
|
new:
|
188
192
|
create: Crea
|
@@ -275,12 +279,14 @@ it:
|
|
275
279
|
local_area: Area Organizzazione
|
276
280
|
participatory_scope: Che cosa è deciso
|
277
281
|
participatory_structure: Come si decide
|
282
|
+
private_space: Questo è un processo privato
|
278
283
|
scope: Objetivos
|
279
284
|
start_date: Date di inizio
|
280
285
|
target: Chi partecipa
|
281
286
|
statistics:
|
282
287
|
answers_count: risposte
|
283
288
|
comments_count: Commenti
|
289
|
+
debates_count: dibattiti
|
284
290
|
endorsements_count: Riconoscimenti
|
285
291
|
headline: Attività
|
286
292
|
meetings_count: Riunioni
|
data/config/locales/nl.yml
CHANGED
@@ -5,7 +5,7 @@ nl:
|
|
5
5
|
announcement: Aankondiging
|
6
6
|
banner_image: Bannerafbeelding
|
7
7
|
copy_categories: Categorieën kopiëren
|
8
|
-
|
8
|
+
copy_components: Kopieer onderdelen
|
9
9
|
copy_steps: Kopieer stappen
|
10
10
|
description: Beschrijving
|
11
11
|
developer_group: Ontwikkelaarsgroep
|
@@ -15,7 +15,7 @@ nl:
|
|
15
15
|
hero_image: Afbeelding van de startpagina
|
16
16
|
local_area: Lokaal gebied
|
17
17
|
meta_scope: Omvang metadata
|
18
|
-
participatory_process_group_id:
|
18
|
+
participatory_process_group_id: Groep thema's
|
19
19
|
participatory_scope: Participatief toepassingsgebied
|
20
20
|
participatory_structure: Participatieve structuur
|
21
21
|
promoted: Gepromoveerd
|
@@ -25,7 +25,7 @@ nl:
|
|
25
25
|
short_description: Korte beschrijving
|
26
26
|
show_statistics: Toon statistieken
|
27
27
|
slug: URL slak
|
28
|
-
start_date:
|
28
|
+
start_date: Startdatum
|
29
29
|
subtitle: Ondertiteling
|
30
30
|
target: Doel
|
31
31
|
title: Titel
|
@@ -33,12 +33,12 @@ nl:
|
|
33
33
|
description: Beschrijving
|
34
34
|
hero_image: Afbeelding
|
35
35
|
name: Naam
|
36
|
-
participatory_process_ids:
|
36
|
+
participatory_process_ids: Verwante thema's
|
37
37
|
participatory_process_step:
|
38
38
|
description: Beschrijving
|
39
39
|
end_date: Einddatum
|
40
40
|
short_description: Korte beschrijving
|
41
|
-
start_date:
|
41
|
+
start_date: Startdatum
|
42
42
|
title: Titel
|
43
43
|
participatory_process_user_role:
|
44
44
|
email: E-mail
|
@@ -59,42 +59,44 @@ nl:
|
|
59
59
|
resend_invitation: Uitnodiging verzenden
|
60
60
|
unpublish: Publicatie ongedaan maken
|
61
61
|
menu:
|
62
|
-
participatory_process_groups:
|
63
|
-
participatory_processes:
|
62
|
+
participatory_process_groups: Thema groep
|
63
|
+
participatory_processes: Thema's
|
64
64
|
participatory_processes_submenu:
|
65
|
-
attachment_collections:
|
65
|
+
attachment_collections: Verzamelingen
|
66
66
|
attachment_files: bestanden
|
67
67
|
attachments: Bijlagen
|
68
68
|
categories: Categorieën
|
69
|
-
|
69
|
+
components: Onderdelen
|
70
70
|
info: Info
|
71
71
|
moderations: Moderaties
|
72
|
+
private_users: Privégebruikers
|
72
73
|
process_admins: Gebruikers verwerken
|
73
74
|
steps: Stappen
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Aangemaakt op
|
79
|
+
private: Privé
|
78
80
|
promoted: Gemarkeerd
|
79
81
|
published: Gepubliceerd
|
80
82
|
title: Titel
|
81
|
-
name:
|
83
|
+
name: Burgerinspraak
|
82
84
|
participatory_process_group:
|
83
85
|
fields:
|
84
86
|
name: Naam
|
85
|
-
name:
|
87
|
+
name: Themagroep
|
86
88
|
participatory_process_step:
|
87
89
|
fields:
|
88
90
|
end_date: Einddatum
|
89
|
-
start_date:
|
91
|
+
start_date: Startdatum
|
90
92
|
title: Titel
|
91
|
-
name:
|
93
|
+
name: Stap van de burgerinspraak
|
92
94
|
participatory_process_user_role:
|
93
95
|
fields:
|
94
96
|
email: E-mail
|
95
97
|
name: Naam
|
96
98
|
role: Rol
|
97
|
-
name:
|
99
|
+
name: Rol van de gebruiker van de burgerinspraak
|
98
100
|
roles:
|
99
101
|
admin: Administrator
|
100
102
|
collaborator: Medewerker
|
@@ -107,16 +109,16 @@ nl:
|
|
107
109
|
new:
|
108
110
|
copy: Kopiëren
|
109
111
|
select: Selecteer welke gegevens u wilt dupliceren
|
110
|
-
title:
|
112
|
+
title: Burgerinspraak dupliceren
|
111
113
|
participatory_process_groups:
|
112
114
|
destroy:
|
113
|
-
success: Deelnemende
|
115
|
+
success: Deelnemende groep is succesvol vernietigd.
|
114
116
|
edit:
|
115
|
-
title: Bewerk
|
117
|
+
title: Bewerk groep
|
116
118
|
update: Bijwerken
|
117
119
|
new:
|
118
120
|
create: Creëren
|
119
|
-
title: Nieuwe
|
121
|
+
title: Nieuwe themagroep
|
120
122
|
update:
|
121
123
|
error: Er was een fout bij het bijwerken van deze participatief procesgroep.
|
122
124
|
success: Participatief procesgroep is succesvol bijgewerkt.
|
@@ -156,7 +158,7 @@ nl:
|
|
156
158
|
success: Participatief procesgroep is succesvol bijgewerkt.
|
157
159
|
participatory_process_user_roles:
|
158
160
|
create:
|
159
|
-
error: Er is een fout opgetreden bij het toevoegen van een gebruiker
|
161
|
+
error: Er is een fout opgetreden bij het toevoegen van een gebruiker aan deze burgerinspraak.
|
160
162
|
success: Gebruiker is succesvol aangemaakt voor dit participatieproces.
|
161
163
|
destroy:
|
162
164
|
success: Gebruiker met succes vernietigd voor dit participatieproces.
|
@@ -169,7 +171,7 @@ nl:
|
|
169
171
|
create: creëren
|
170
172
|
title: Nieuwe participatieve procesgebruiker.
|
171
173
|
update:
|
172
|
-
error: Er is een fout opgetreden bij het bijwerken van een gebruiker voor
|
174
|
+
error: Er is een fout opgetreden bij het bijwerken van een gebruiker voor deze burgerinspraak.
|
173
175
|
success: Gebruiker is succesvol bijgewerkt voor dit participatief proces.
|
174
176
|
participatory_processes:
|
175
177
|
create:
|
@@ -183,6 +185,8 @@ nl:
|
|
183
185
|
title: Algemene informatie
|
184
186
|
index:
|
185
187
|
not_published: Niet gepubliceerd
|
188
|
+
private: Privé
|
189
|
+
public: Openbaar
|
186
190
|
published: Gepubliceerd
|
187
191
|
new:
|
188
192
|
create: creëren
|
@@ -207,40 +211,40 @@ nl:
|
|
207
211
|
success: Uitnodiging opnieuw verzonden met succes.
|
208
212
|
admin_log:
|
209
213
|
participatory_process:
|
210
|
-
create: "%{user_name}
|
211
|
-
publish: "%{user_name}
|
212
|
-
unpublish: "%{user_name}
|
213
|
-
update: "%{user_name} heeft het
|
214
|
+
create: "%{user_name} heeft de burgerinspraak %{resource_name} aangemaakt"
|
215
|
+
publish: "%{user_name} heeft de burgerinspraak %{resource_name} gepubliceerd"
|
216
|
+
unpublish: "%{user_name}heeft de burgerinspraak %{resource_name} ongepubliceerd"
|
217
|
+
update: "%{user_name} heeft het burgerinspraak %{resource_name} bijgewerkt"
|
214
218
|
participatory_process_step:
|
215
|
-
activate: "%{user_name} heeft
|
216
|
-
create: "%{user_name} heeft de %{resource_name} stap
|
217
|
-
delete: "%{user_name} heeft de %{resource_name} stap
|
218
|
-
update: "%{user_name} heeft de %{resource_name} stap in
|
219
|
+
activate: "%{user_name} heeft %{resource_name} stap in de %{space_name} burgerinspraak geactiveerd"
|
220
|
+
create: "%{user_name} heeft de %{resource_name} stap in de %{space_name} burgerinspraak geactiveerd"
|
221
|
+
delete: "%{user_name} heeft de %{resource_name} stap in de %{space_name} burgerinspraak verwijderd"
|
222
|
+
update: "%{user_name} heeft de %{resource_name} stap in de %{space_name} burgerinspraak bijgewerkt"
|
219
223
|
participatory_process_user_role:
|
220
|
-
create: "%{user_name} nodigde
|
221
|
-
delete: "%{user_name}
|
222
|
-
update: "%{user_name} veranderde de rol van
|
224
|
+
create: "%{user_name} nodigde gebruiker %{resource_name} uit voor de %{space_name} burgerinspraak"
|
225
|
+
delete: "%{user_name} heeft gebruiker %{resource_name} verwijderd van de %{space_name} burgerinspraak"
|
226
|
+
update: "%{user_name} veranderde de rol van gebruiker %{resource_name} in de %{space_name} burgerinspraak"
|
223
227
|
events:
|
224
228
|
participatory_process:
|
225
229
|
step_activated:
|
226
|
-
email_intro: 'De stap %{resource_title} is nu
|
227
|
-
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt.
|
230
|
+
email_intro: 'De stap %{resource_title} is nu geactiveerd voor %{participatory_space_title}. Je kan het op deze pagina bekijken:'
|
231
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt. Schakel de meldingen uit door te klikken op de vorige link.
|
228
232
|
email_subject: Een update naar %{participatory_space_title}
|
229
|
-
notification_title: De stap %{resource_title} is nu
|
233
|
+
notification_title: De stap %{resource_title} is nu geactiveerd voor <a href="%{resource_path}">%{participatory_space_title}</a>
|
230
234
|
step_changed:
|
231
|
-
email_intro: 'De
|
232
|
-
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt. Je
|
233
|
-
email_subject: Een update
|
234
|
-
notification_title: De
|
235
|
+
email_intro: 'De data voor de %{resource_title} stap in %{participatory_space_title} zijn bijgewerkt. Bekijk het hier:'
|
236
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title} volgt. Je kan de notificaties uitschakelen door te klikken op de voorgaande link.
|
237
|
+
email_subject: Een update op %{participatory_space_title} werd uitgevoerd
|
238
|
+
notification_title: De data voor de <a href="%{resource_path}">%{resource_title}</a> stap op <a href="%{participatory_space_url}">%{participatory_space_title}</a> zijn bijgewerkt.
|
235
239
|
menu:
|
236
|
-
processes:
|
240
|
+
processes: Thema's
|
237
241
|
participatory_process_groups:
|
238
242
|
show:
|
239
|
-
group_participatory_processes:
|
243
|
+
group_participatory_processes: Thema's voor %{group}
|
240
244
|
title: Participerende procesgroepen
|
241
245
|
participatory_process_steps:
|
242
246
|
index:
|
243
|
-
process_steps:
|
247
|
+
process_steps: Stappen van het thema
|
244
248
|
title: Participatieve processtappen
|
245
249
|
participatory_processes:
|
246
250
|
admin:
|
@@ -252,18 +256,18 @@ nl:
|
|
252
256
|
announcement_help: De tekst die u hier invoert, wordt rechts onder de procesinformatie aan de gebruiker getoond.
|
253
257
|
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar dit proces verwijzen. Enkel letters, cijfers en streepjes worden toegestaan en deze moet beginnen met een letter. Voorbeeld: %{url}'
|
254
258
|
index:
|
255
|
-
title:
|
259
|
+
title: Burgerinspraak
|
256
260
|
order_by_processes:
|
257
261
|
active: Actief
|
258
262
|
all: Alle
|
259
|
-
past:
|
263
|
+
past: Archief
|
260
264
|
upcoming: Aankomende
|
261
265
|
pages:
|
262
266
|
home:
|
263
267
|
highlighted_processes:
|
264
|
-
active_processes: Actieve
|
268
|
+
active_processes: Actieve thema's
|
265
269
|
active_step: Actieve stap
|
266
|
-
see_all_processes: Bekijk alle
|
270
|
+
see_all_processes: Bekijk alle thema's
|
267
271
|
participatory_process_groups:
|
268
272
|
none: Geen
|
269
273
|
participatory_processes:
|
@@ -275,18 +279,20 @@ nl:
|
|
275
279
|
local_area: Organisatiegebied
|
276
280
|
participatory_scope: Wat is besloten
|
277
281
|
participatory_structure: Hoe is het besloten
|
282
|
+
private_space: Dit is een privéthema
|
278
283
|
scope: Scope
|
279
|
-
start_date:
|
284
|
+
start_date: Startdatum
|
280
285
|
target: Wie neemt deel
|
281
286
|
statistics:
|
282
287
|
answers_count: Antwoorden
|
283
288
|
comments_count: Reacties
|
284
|
-
|
289
|
+
debates_count: Debatten
|
290
|
+
endorsements_count: Goedkeuringen
|
285
291
|
headline: Activiteit
|
286
292
|
meetings_count: Vergaderingen
|
287
293
|
orders_count: Stemmen
|
288
294
|
pages_count: Pagina's
|
289
|
-
processes_count:
|
295
|
+
processes_count: Thema's
|
290
296
|
projects_count: Projecten
|
291
297
|
proposals_count: Voorstellen
|
292
298
|
results_count: Resultaten
|
@@ -304,11 +310,11 @@ nl:
|
|
304
310
|
take_part: Deelnemen
|
305
311
|
participatory_processes:
|
306
312
|
index:
|
307
|
-
promoted_processes:
|
313
|
+
promoted_processes: Uitgelichte thema’s
|
308
314
|
order_by_processes:
|
309
315
|
processes:
|
310
|
-
one: "%{count}
|
311
|
-
other: "%{count}
|
316
|
+
one: "%{count} thema"
|
317
|
+
other: "%{count} thema's"
|
312
318
|
participatory_process:
|
313
319
|
active_step: 'Huidige stap:'
|
314
320
|
take_part: Deelnemen
|
@@ -317,7 +323,7 @@ nl:
|
|
317
323
|
more_info: Meer informatie
|
318
324
|
take_part: Deelnemen
|
319
325
|
process_header:
|
320
|
-
process_menu_item: Het
|
326
|
+
process_menu_item: Het thema
|
321
327
|
unfold: Uitvouwen
|
322
328
|
process_header_steps:
|
323
329
|
step: Stap %{current} van %{total}
|
data/config/locales/pl.yml
CHANGED
@@ -5,7 +5,7 @@ pl:
|
|
5
5
|
announcement: Ogłoszenie
|
6
6
|
banner_image: Obraz baneru
|
7
7
|
copy_categories: Kopiuj kategorie
|
8
|
-
|
8
|
+
copy_components: Skopiuj komponenty
|
9
9
|
copy_steps: Skopiuj kolejne etapy
|
10
10
|
description: Opis
|
11
11
|
developer_group: Grupa programistyczna
|
@@ -66,15 +66,17 @@ pl:
|
|
66
66
|
attachment_files: Akta
|
67
67
|
attachments: Załączniki
|
68
68
|
categories: Kategorie
|
69
|
-
|
69
|
+
components: składniki
|
70
70
|
info: Informacje
|
71
71
|
moderations: Modernizacje
|
72
|
+
private_users: Użytkownicy prywatni
|
72
73
|
process_admins: Użytkownicy procesu
|
73
74
|
steps: Kroki
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Utworzono w
|
79
|
+
private: Prywatny
|
78
80
|
promoted: Podświetlony
|
79
81
|
published: Opublikowany
|
80
82
|
title: Tytuł
|
@@ -183,6 +185,8 @@ pl:
|
|
183
185
|
title: Informacje ogólne
|
184
186
|
index:
|
185
187
|
not_published: Nie opublikowane
|
188
|
+
private: Prywatny
|
189
|
+
public: Publiczny
|
186
190
|
published: Opublikowany
|
187
191
|
new:
|
188
192
|
create: Utwórz
|
@@ -275,12 +279,14 @@ pl:
|
|
275
279
|
local_area: Obszar Organizacji
|
276
280
|
participatory_scope: Co jest zdecydowane
|
277
281
|
participatory_structure: Jak to się stało
|
282
|
+
private_space: To jest prywatny proces
|
278
283
|
scope: Zakres
|
279
284
|
start_date: Data rozpoczęcia
|
280
285
|
target: Kto uczestniczy
|
281
286
|
statistics:
|
282
287
|
answers_count: Odpowiedzi
|
283
288
|
comments_count: Komentarze
|
289
|
+
debates_count: Debaty
|
284
290
|
endorsements_count: Adnotacje
|
285
291
|
headline: Czynność
|
286
292
|
meetings_count: Spotkania
|
data/config/locales/pt-BR.yml
CHANGED
@@ -5,7 +5,7 @@ pt-BR:
|
|
5
5
|
announcement: Anúncio
|
6
6
|
banner_image: Imagem da bandeira
|
7
7
|
copy_categories: Cópiar categorias
|
8
|
-
|
8
|
+
copy_components: Copiar componentes
|
9
9
|
copy_steps: Copie etapas
|
10
10
|
description: Descrição
|
11
11
|
developer_group: Grupo de desenvolvedores
|
@@ -66,15 +66,17 @@ pt-BR:
|
|
66
66
|
attachment_files: arquivos
|
67
67
|
attachments: Anexos
|
68
68
|
categories: Categorias
|
69
|
-
|
69
|
+
components: Componentes
|
70
70
|
info: Info
|
71
71
|
moderations: Moderação
|
72
|
+
private_users: Usuários privados
|
72
73
|
process_admins: Processar usuários
|
73
74
|
steps: Passos
|
74
75
|
models:
|
75
76
|
participatory_process:
|
76
77
|
fields:
|
77
78
|
created_at: Criado em
|
79
|
+
private: Privado
|
78
80
|
promoted: Em destaque
|
79
81
|
published: Publicados
|
80
82
|
title: Título
|
@@ -183,6 +185,8 @@ pt-BR:
|
|
183
185
|
title: Informação geral
|
184
186
|
index:
|
185
187
|
not_published: Não publicado
|
188
|
+
private: Privado
|
189
|
+
public: Público
|
186
190
|
published: Publicados
|
187
191
|
new:
|
188
192
|
create: Criar
|
@@ -275,12 +279,14 @@ pt-BR:
|
|
275
279
|
local_area: Área de organização
|
276
280
|
participatory_scope: O que é decidido
|
277
281
|
participatory_structure: Como é decidido
|
282
|
+
private_space: Este é um processo privado
|
278
283
|
scope: Âmbito
|
279
284
|
start_date: Data de início
|
280
285
|
target: Quem participa
|
281
286
|
statistics:
|
282
287
|
answers_count: Respostas
|
283
288
|
comments_count: Comentários
|
289
|
+
debates_count: Debates
|
284
290
|
endorsements_count: Endossos
|
285
291
|
headline: Atividade
|
286
292
|
meetings_count: Reuniões
|