decidim-participatory_processes 0.7.4 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +5 -1
- data/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb +1 -0
- data/app/controllers/decidim/participatory_processes/participatory_process_widgets_controller.rb +2 -0
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +1 -0
- data/app/models/decidim/participatory_process.rb +5 -1
- data/app/models/decidim/participatory_process_group.rb +3 -1
- data/app/queries/decidim/participatory_processes/filtered_participatory_processes.rb +5 -3
- data/app/views/decidim/participatory_processes/_order_by_processes.html.erb +1 -1
- data/app/views/decidim/participatory_processes/_participatory_process.html.erb +1 -1
- data/app/views/decidim/participatory_processes/pages/home/_highlighted_processes.html.erb +35 -0
- data/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +1 -1
- 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/index.html.erb +1 -1
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +31 -31
- data/app/views/layouts/decidim/admin/participatory_process.html.erb +1 -1
- data/config/locales/ca.yml +16 -9
- data/config/locales/en.yml +12 -5
- data/config/locales/es.yml +17 -10
- data/config/locales/eu.yml +16 -9
- data/config/locales/fi.yml +12 -5
- data/config/locales/fr.yml +12 -5
- data/config/locales/it.yml +12 -5
- data/config/locales/nl.yml +83 -76
- data/config/locales/pl.yml +12 -5
- data/config/locales/pt.yml +292 -0
- data/config/locales/ru.yml +15 -10
- data/config/locales/uk.yml +16 -9
- data/lib/decidim/participatory_processes/engine.rb +16 -0
- data/lib/decidim/participatory_processes/test/factories.rb +6 -4
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +13 -11
data/config/locales/eu.yml
CHANGED
@@ -25,7 +25,7 @@ eu:
|
|
25
25
|
start_date: Hasiera-data
|
26
26
|
subtitle: Azpititulua
|
27
27
|
target: Nori zuzentzen zaio?
|
28
|
-
title:
|
28
|
+
title: Titulua
|
29
29
|
participatory_process_group:
|
30
30
|
description: Deskribapena
|
31
31
|
hero_image: Irudia
|
@@ -36,7 +36,7 @@ eu:
|
|
36
36
|
end_date: Bukaera-data
|
37
37
|
short_description: Deskribapen laburra
|
38
38
|
start_date: Hasiera-data
|
39
|
-
title:
|
39
|
+
title: Titulua
|
40
40
|
participatory_process_user_role:
|
41
41
|
email: Helbide elektronikoa
|
42
42
|
name: Izena
|
@@ -72,7 +72,7 @@ eu:
|
|
72
72
|
created_at: Sortze-data
|
73
73
|
promoted: Nabarmendua
|
74
74
|
published: Argitaratua
|
75
|
-
title:
|
75
|
+
title: Titulua
|
76
76
|
name: Prozesu partizipatiboa
|
77
77
|
participatory_process_group:
|
78
78
|
fields:
|
@@ -82,7 +82,7 @@ eu:
|
|
82
82
|
fields:
|
83
83
|
end_date: Bukaera-data
|
84
84
|
start_date: Hasiera-data
|
85
|
-
title:
|
85
|
+
title: Titulua
|
86
86
|
name: Prozesu partizipatiboaren fasea
|
87
87
|
participatory_process_user_role:
|
88
88
|
fields:
|
@@ -205,7 +205,7 @@ eu:
|
|
205
205
|
participatory_process_groups:
|
206
206
|
show:
|
207
207
|
group_participatory_processes: '%{group} talderako prozesuak'
|
208
|
-
title:
|
208
|
+
title: Parte-hartze prozesuko taldeak
|
209
209
|
participatory_process_steps:
|
210
210
|
index:
|
211
211
|
process_steps: Prozesuaren faseak
|
@@ -222,8 +222,15 @@ eu:
|
|
222
222
|
title: Prozesu partizipatiboak
|
223
223
|
order_by_processes:
|
224
224
|
active: Aktiboa
|
225
|
+
all: guztiak
|
225
226
|
past: Aurrekoak
|
226
227
|
upcoming: Hurrengoak
|
228
|
+
pages:
|
229
|
+
home:
|
230
|
+
highlighted_processes:
|
231
|
+
active_processes: Prozesu aktiboak
|
232
|
+
active_step: Urratsa aktiboa
|
233
|
+
see_all_processes: Ikusi prozesu guztiak
|
227
234
|
participatory_process_groups:
|
228
235
|
none: Bat bera ere ez
|
229
236
|
participatory_processes:
|
@@ -232,12 +239,12 @@ eu:
|
|
232
239
|
show:
|
233
240
|
developer_group: Talde sustatzailea
|
234
241
|
end_date: Bukaera-data
|
235
|
-
local_area:
|
236
|
-
participatory_scope:
|
237
|
-
participatory_structure:
|
242
|
+
local_area: Antolakuntza eremua
|
243
|
+
participatory_scope: Zer erabaki
|
244
|
+
participatory_structure: Nola erabakitzen da?
|
238
245
|
scope: Esparrua
|
239
246
|
start_date: Hasiera-data
|
240
|
-
target:
|
247
|
+
target: Nork parte hartzen du
|
241
248
|
statistics:
|
242
249
|
answers_count: Erantzunak
|
243
250
|
comments_count: Iruzkinak
|
data/config/locales/fi.yml
CHANGED
@@ -205,7 +205,7 @@ fi:
|
|
205
205
|
participatory_process_groups:
|
206
206
|
show:
|
207
207
|
group_participatory_processes: Prosessit ryhmälle %{group}
|
208
|
-
title:
|
208
|
+
title: Osallistuvat prosessiryhmät
|
209
209
|
participatory_process_steps:
|
210
210
|
index:
|
211
211
|
process_steps: Prosessin vaiheet
|
@@ -222,8 +222,15 @@ fi:
|
|
222
222
|
title: Osallistumisprosessit
|
223
223
|
order_by_processes:
|
224
224
|
active: Aktivoi
|
225
|
+
all: Kaikki
|
225
226
|
past: Menneet
|
226
227
|
upcoming: Tulevat
|
228
|
+
pages:
|
229
|
+
home:
|
230
|
+
highlighted_processes:
|
231
|
+
active_processes: Aktiiviset prosessit
|
232
|
+
active_step: Aktiivinen vaihe
|
233
|
+
see_all_processes: Katso kaikki prosessit
|
227
234
|
participatory_process_groups:
|
228
235
|
none: Ei ryhmää
|
229
236
|
participatory_processes:
|
@@ -232,12 +239,12 @@ fi:
|
|
232
239
|
show:
|
233
240
|
developer_group: Kehitysryhmä
|
234
241
|
end_date: Päättymisaika
|
235
|
-
local_area:
|
236
|
-
participatory_scope:
|
237
|
-
participatory_structure:
|
242
|
+
local_area: Organisaatioalue
|
243
|
+
participatory_scope: Mitä päätetään
|
244
|
+
participatory_structure: Miten päätetään
|
238
245
|
scope: Konteksti
|
239
246
|
start_date: Aloitusaika
|
240
|
-
target:
|
247
|
+
target: Kuka osallistuu
|
241
248
|
statistics:
|
242
249
|
answers_count: Vastaukset
|
243
250
|
comments_count: Kommentit
|
data/config/locales/fr.yml
CHANGED
@@ -205,7 +205,7 @@ fr:
|
|
205
205
|
participatory_process_groups:
|
206
206
|
show:
|
207
207
|
group_participatory_processes: Processus participatifs pour %{group}
|
208
|
-
title:
|
208
|
+
title: Groupes de processus participatifs
|
209
209
|
participatory_process_steps:
|
210
210
|
index:
|
211
211
|
process_steps: Etapes du processus
|
@@ -222,8 +222,15 @@ fr:
|
|
222
222
|
title: Processus participatifs
|
223
223
|
order_by_processes:
|
224
224
|
active: Actif
|
225
|
+
all: Tout
|
225
226
|
past: Passés
|
226
227
|
upcoming: À venir
|
228
|
+
pages:
|
229
|
+
home:
|
230
|
+
highlighted_processes:
|
231
|
+
active_processes: Processus actifs
|
232
|
+
active_step: Étape active
|
233
|
+
see_all_processes: Voir tous les processus
|
227
234
|
participatory_process_groups:
|
228
235
|
none: Aucun
|
229
236
|
participatory_processes:
|
@@ -232,12 +239,12 @@ fr:
|
|
232
239
|
show:
|
233
240
|
developer_group: Groupe d'initiateurs
|
234
241
|
end_date: Date de fin
|
235
|
-
local_area:
|
236
|
-
participatory_scope:
|
237
|
-
participatory_structure:
|
242
|
+
local_area: Espace d'organisation
|
243
|
+
participatory_scope: Ce qui est décidé
|
244
|
+
participatory_structure: Comment est-il décidé
|
238
245
|
scope: Zone d'application
|
239
246
|
start_date: Date de début
|
240
|
-
target:
|
247
|
+
target: Qui participe
|
241
248
|
statistics:
|
242
249
|
answers_count: Réponses
|
243
250
|
comments_count: Commentaires
|
data/config/locales/it.yml
CHANGED
@@ -205,7 +205,7 @@ it:
|
|
205
205
|
participatory_process_groups:
|
206
206
|
show:
|
207
207
|
group_participatory_processes: Processi per %{group}
|
208
|
-
title:
|
208
|
+
title: Gruppi di processi partecipativi
|
209
209
|
participatory_process_steps:
|
210
210
|
index:
|
211
211
|
process_steps: Fasi del processo
|
@@ -222,8 +222,15 @@ it:
|
|
222
222
|
title: Processi partecipativi
|
223
223
|
order_by_processes:
|
224
224
|
active: Attivo
|
225
|
+
all: Tutti
|
225
226
|
past: Passato
|
226
227
|
upcoming: Imminenti
|
228
|
+
pages:
|
229
|
+
home:
|
230
|
+
highlighted_processes:
|
231
|
+
active_processes: Processi attivi
|
232
|
+
active_step: Passo attivo
|
233
|
+
see_all_processes: Vedere tutti i processi
|
227
234
|
participatory_process_groups:
|
228
235
|
none: Nessuno
|
229
236
|
participatory_processes:
|
@@ -232,12 +239,12 @@ it:
|
|
232
239
|
show:
|
233
240
|
developer_group: Gruppo promotore
|
234
241
|
end_date: Data di fine
|
235
|
-
local_area:
|
236
|
-
participatory_scope:
|
237
|
-
participatory_structure:
|
242
|
+
local_area: Area Organizzazione
|
243
|
+
participatory_scope: Che cosa è deciso
|
244
|
+
participatory_structure: Come si decide
|
238
245
|
scope: Objetivos
|
239
246
|
start_date: Date di inizio
|
240
|
-
target:
|
247
|
+
target: Chi partecipa
|
241
248
|
statistics:
|
242
249
|
answers_count: risposte
|
243
250
|
comments_count: Commenti
|
data/config/locales/nl.yml
CHANGED
@@ -2,33 +2,33 @@ nl:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
participatory_process:
|
5
|
-
banner_image:
|
6
|
-
copy_categories:
|
7
|
-
copy_features:
|
5
|
+
banner_image: Bannerafbeelding
|
6
|
+
copy_categories: Categorieën kopiëren
|
7
|
+
copy_features: Functies kopiëren
|
8
8
|
copy_steps: Kopieer stappen
|
9
9
|
description: Beschrijving
|
10
10
|
developer_group: Ontwikkelaarsgroep
|
11
11
|
domain: Domein
|
12
12
|
end_date: Einddatum
|
13
13
|
hashtag: Hashtag
|
14
|
-
hero_image:
|
15
|
-
local_area:
|
14
|
+
hero_image: Afbeelding van de startpagina
|
15
|
+
local_area: Lokaal gebied
|
16
16
|
meta_scope: Omvang metadata
|
17
17
|
participatory_process_group_id: Processen groep
|
18
18
|
participatory_scope: Participatief toepassingsgebied
|
19
19
|
participatory_structure: Participatieve structuur
|
20
|
-
promoted:
|
21
|
-
scope_id:
|
20
|
+
promoted: Gepromoveerd
|
21
|
+
scope_id: Scope
|
22
22
|
scopes_enabled: Scopes ingeschakeld
|
23
23
|
short_description: Korte beschrijving
|
24
24
|
slug: URL slak
|
25
25
|
start_date: Begindatum
|
26
|
-
subtitle:
|
26
|
+
subtitle: Ondertiteling
|
27
27
|
target: Doel
|
28
28
|
title: Titel
|
29
29
|
participatory_process_group:
|
30
30
|
description: Beschrijving
|
31
|
-
hero_image:
|
31
|
+
hero_image: Afbeelding
|
32
32
|
name: Naam
|
33
33
|
participatory_process_ids: Gerelateerde processen
|
34
34
|
participatory_process_step:
|
@@ -59,21 +59,21 @@ nl:
|
|
59
59
|
participatory_process_groups: Procesgroepen
|
60
60
|
participatory_processes: Processen
|
61
61
|
participatory_processes_submenu:
|
62
|
-
attachments:
|
62
|
+
attachments: Bijlagen
|
63
63
|
categories: Categorieën
|
64
|
-
features:
|
65
|
-
info:
|
66
|
-
moderations:
|
64
|
+
features: Functionaliteiten
|
65
|
+
info: Info
|
66
|
+
moderations: Moderaties
|
67
67
|
process_admins: Gebruikers verwerken
|
68
68
|
steps: Stappen
|
69
69
|
models:
|
70
70
|
participatory_process:
|
71
71
|
fields:
|
72
|
-
created_at:
|
73
|
-
promoted:
|
72
|
+
created_at: Aangemaakt op
|
73
|
+
promoted: Gemarkeerd
|
74
74
|
published: Gepubliceerd
|
75
75
|
title: Titel
|
76
|
-
name:
|
76
|
+
name: Participatief proces
|
77
77
|
participatory_process_group:
|
78
78
|
fields:
|
79
79
|
name: Naam
|
@@ -81,17 +81,17 @@ nl:
|
|
81
81
|
participatory_process_step:
|
82
82
|
fields:
|
83
83
|
end_date: Einddatum
|
84
|
-
start_date:
|
84
|
+
start_date: Begindatum
|
85
85
|
title: Titel
|
86
|
-
name:
|
86
|
+
name: Participatieve processtap
|
87
87
|
participatory_process_user_role:
|
88
88
|
fields:
|
89
89
|
email: E-mail
|
90
90
|
name: Naam
|
91
91
|
role: Rol
|
92
|
-
name:
|
92
|
+
name: Participatieve procesgebruiker
|
93
93
|
roles:
|
94
|
-
admin:
|
94
|
+
admin: Administrator
|
95
95
|
collaborator: Medewerker
|
96
96
|
moderator: Moderator
|
97
97
|
user:
|
@@ -107,35 +107,35 @@ nl:
|
|
107
107
|
destroy:
|
108
108
|
success: Deelnemende procesgroep is succesvol vernietigd.
|
109
109
|
edit:
|
110
|
-
title:
|
110
|
+
title: Bewerk procesgroep
|
111
111
|
update: Bijwerken
|
112
112
|
new:
|
113
|
-
create:
|
113
|
+
create: Creëren
|
114
114
|
title: Nieuwe procesgroep
|
115
115
|
update:
|
116
|
-
error: Er was een fout bij het bijwerken van deze
|
117
|
-
success:
|
116
|
+
error: Er was een fout bij het bijwerken van deze participatief procesgroep.
|
117
|
+
success: Participatief procesgroep is succesvol bijgewerkt.
|
118
118
|
participatory_process_publications:
|
119
119
|
create:
|
120
|
-
error: Er is een fout opgetreden bij het publiceren van dit
|
121
|
-
success:
|
120
|
+
error: Er is een fout opgetreden bij het publiceren van dit participatief proces.
|
121
|
+
success: Participatief proces is succesvol gepubliceerd.
|
122
122
|
destroy:
|
123
|
-
error: Er is een fout opgetreden bij het publiceren van dit
|
124
|
-
success:
|
123
|
+
error: Er is een fout opgetreden bij het publiceren van dit participatief proces.
|
124
|
+
success: Participatief proces is succesvol gepubliceerd.
|
125
125
|
participatory_process_step_activations:
|
126
126
|
create:
|
127
|
-
error: Er is een fout opgetreden bij het activeren van deze
|
128
|
-
success:
|
127
|
+
error: Er is een fout opgetreden bij het activeren van deze participatief processtap.
|
128
|
+
success: Participatief processtap is succesvol geactiveerd.
|
129
129
|
participatory_process_steps:
|
130
130
|
create:
|
131
|
-
error: Er is een fout opgetreden bij het maken van een
|
132
|
-
success:
|
133
|
-
default_title:
|
131
|
+
error: Er is een fout opgetreden bij het maken van een nieuw participatief processtap.
|
132
|
+
success: Participatief processtap is succesvol gecreëerd.
|
133
|
+
default_title: Introductie
|
134
134
|
destroy:
|
135
135
|
error:
|
136
136
|
active_step: Kan de actieve stap niet verwijderen.
|
137
137
|
last_step: Kan de laatste stap van een proces niet verwijderen.
|
138
|
-
success:
|
138
|
+
success: Participatief processtap is succesvol vernietigd.
|
139
139
|
edit:
|
140
140
|
title: Bewerk participatieve processtap
|
141
141
|
update: Bijwerken
|
@@ -145,33 +145,33 @@ nl:
|
|
145
145
|
create: creëren
|
146
146
|
title: Nieuwe participerende processtap
|
147
147
|
ordering:
|
148
|
-
error: Er is een fout opgetreden bij het
|
148
|
+
error: Er is een fout opgetreden bij het herschikken van deze participatieve processtappen.
|
149
149
|
update:
|
150
|
-
error: Er is een fout opgetreden bij het bijwerken van deze
|
151
|
-
success:
|
150
|
+
error: Er is een fout opgetreden bij het bijwerken van deze participatieve processtap.
|
151
|
+
success: Participatief procesgroep is succesvol bijgewerkt.
|
152
152
|
participatory_process_user_roles:
|
153
153
|
create:
|
154
|
-
error: Er is een fout opgetreden bij het toevoegen van een gebruiker voor dit
|
155
|
-
success:
|
154
|
+
error: Er is een fout opgetreden bij het toevoegen van een gebruiker voor dit participatief proces.
|
155
|
+
success: Gebruiker is succesvol aangemaakt voor dit participatieproces.
|
156
156
|
destroy:
|
157
|
-
success: Gebruiker
|
157
|
+
success: Gebruiker met succes vernietigd voor dit participatieproces.
|
158
158
|
edit:
|
159
|
-
title: Update
|
159
|
+
title: Update participatieve procesgebruiker.
|
160
160
|
update: Bijwerken
|
161
161
|
index:
|
162
|
-
process_admins_title:
|
162
|
+
process_admins_title: Participatieve procesgebruiker
|
163
163
|
new:
|
164
164
|
create: creëren
|
165
|
-
title: Nieuwe
|
165
|
+
title: Nieuwe participatieve procesgebruiker.
|
166
166
|
update:
|
167
|
-
error: Er is een fout opgetreden die een gebruiker bijgewerkt heeft voor dit
|
168
|
-
success: Gebruiker is succesvol bijgewerkt voor dit
|
167
|
+
error: Er is een fout opgetreden die een gebruiker bijgewerkt heeft voor dit participatief proces.
|
168
|
+
success: Gebruiker is succesvol bijgewerkt voor dit participatief proces.
|
169
169
|
participatory_processes:
|
170
170
|
create:
|
171
|
-
error: Er is een fout opgetreden bij het maken van een nieuw
|
172
|
-
success:
|
171
|
+
error: Er is een fout opgetreden bij het maken van een nieuw participatief proces.
|
172
|
+
success: Participatief proces is succesvol gecreëerd. Configureer nu zijn stappen.
|
173
173
|
destroy:
|
174
|
-
success:
|
174
|
+
success: Participatief proces is succesvol vernietigd.
|
175
175
|
edit:
|
176
176
|
update: Bijwerken
|
177
177
|
form:
|
@@ -181,31 +181,31 @@ nl:
|
|
181
181
|
published: Gepubliceerd
|
182
182
|
new:
|
183
183
|
create: creëren
|
184
|
-
title: Nieuw
|
184
|
+
title: Nieuw participatief proces
|
185
185
|
update:
|
186
|
-
error: Er is een fout opgetreden bij het
|
187
|
-
success:
|
186
|
+
error: Er is een fout opgetreden bij het publiceren van dit participatief proces.
|
187
|
+
success: Participatief procesgroep is succesvol bijgewerkt.
|
188
188
|
participatory_processes_copies:
|
189
189
|
create:
|
190
|
-
error: Er
|
191
|
-
success:
|
190
|
+
error: Er is een fout opgetreden bij het publiceren van dit participatief proces.
|
191
|
+
success: Participatief procesgroep is succesvol gedupliceerd.
|
192
192
|
participatory_processes_group:
|
193
193
|
create:
|
194
|
-
error: Er is een fout opgetreden bij het maken van een nieuwe
|
195
|
-
success:
|
194
|
+
error: Er is een fout opgetreden bij het maken van een nieuwe participatieve procesgroep.
|
195
|
+
success: Participatieve procesgroep is succesvol opgericht.
|
196
196
|
titles:
|
197
|
-
participatory_process_groups:
|
197
|
+
participatory_process_groups: Participatieve procesgroepen
|
198
198
|
participatory_processes: Participatieve processen
|
199
199
|
users:
|
200
200
|
resend_invitation:
|
201
|
-
error: Er is een fout opgetreden opnieuw verzenden van de uitnodiging.
|
202
|
-
success: Uitnodiging opnieuw met succes
|
201
|
+
error: Er is een fout opgetreden bij het opnieuw verzenden van de uitnodiging.
|
202
|
+
success: Uitnodiging opnieuw verzonden met succes.
|
203
203
|
menu:
|
204
204
|
processes: Processen
|
205
205
|
participatory_process_groups:
|
206
206
|
show:
|
207
207
|
group_participatory_processes: Processen voor %{group}
|
208
|
-
title:
|
208
|
+
title: Participerende procesgroepen
|
209
209
|
participatory_process_steps:
|
210
210
|
index:
|
211
211
|
process_steps: Processtappen
|
@@ -214,16 +214,23 @@ nl:
|
|
214
214
|
admin:
|
215
215
|
participatory_process_copies:
|
216
216
|
form:
|
217
|
-
slug_help: 'URL-
|
217
|
+
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}'
|
218
218
|
participatory_processes:
|
219
219
|
form:
|
220
|
-
slug_help: 'URL-
|
220
|
+
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}'
|
221
221
|
index:
|
222
222
|
title: Participatieve processen
|
223
223
|
order_by_processes:
|
224
|
-
active:
|
224
|
+
active: Actief
|
225
|
+
all: Alle
|
225
226
|
past: Verleden
|
226
227
|
upcoming: Aankomende
|
228
|
+
pages:
|
229
|
+
home:
|
230
|
+
highlighted_processes:
|
231
|
+
active_processes: Actieve processen
|
232
|
+
active_step: Actieve stap
|
233
|
+
see_all_processes: Bekijk alle processen
|
227
234
|
participatory_process_groups:
|
228
235
|
none: Geen
|
229
236
|
participatory_processes:
|
@@ -232,33 +239,33 @@ nl:
|
|
232
239
|
show:
|
233
240
|
developer_group: Ontwikkelaarsgroep
|
234
241
|
end_date: Einddatum
|
235
|
-
local_area:
|
236
|
-
participatory_scope:
|
237
|
-
participatory_structure:
|
238
|
-
scope:
|
242
|
+
local_area: Organisatiegebied
|
243
|
+
participatory_scope: Wat is besloten
|
244
|
+
participatory_structure: Hoe is het besloten
|
245
|
+
scope: Scope
|
239
246
|
start_date: Begindatum
|
240
|
-
target:
|
247
|
+
target: Wie neemt deel
|
241
248
|
statistics:
|
242
|
-
answers_count:
|
243
|
-
comments_count:
|
249
|
+
answers_count: Antwoorden
|
250
|
+
comments_count: Reacties
|
244
251
|
headline: Activiteit
|
245
252
|
meetings_count: Vergaderingen
|
246
|
-
orders_count:
|
247
|
-
pages_count:
|
253
|
+
orders_count: Stemmen
|
254
|
+
pages_count: Pagina's
|
248
255
|
processes_count: Processen
|
249
256
|
projects_count: Projecten
|
250
257
|
proposals_count: Voorstellen
|
251
258
|
results_count: Resultaten
|
252
|
-
surveys_count:
|
259
|
+
surveys_count: Enquêtes
|
253
260
|
users_count: Deelnemers
|
254
|
-
votes_count:
|
261
|
+
votes_count: Stemmen
|
255
262
|
scopes:
|
256
|
-
global:
|
263
|
+
global: Globale scope
|
257
264
|
layouts:
|
258
265
|
decidim:
|
259
266
|
participatory_process_groups:
|
260
267
|
participatory_process_group:
|
261
|
-
browse:
|
268
|
+
browse: Bladeren
|
262
269
|
participatory_process_widgets:
|
263
270
|
show:
|
264
271
|
active_step: Actieve stap
|
@@ -279,7 +286,7 @@ nl:
|
|
279
286
|
take_part: Deelnemen
|
280
287
|
process_header:
|
281
288
|
process_menu_item: Het proces
|
282
|
-
unfold:
|
289
|
+
unfold: Uitvouwen
|
283
290
|
process_header_steps:
|
284
291
|
step: Stap %{current} van %{total}
|
285
292
|
view_steps: Bekijk stappen
|