decidim-participatory_processes 0.30.7 → 0.30.8
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 +4 -4
- data/app/views/decidim/participatory_processes/participatory_processes/_collection.html.erb +1 -1
- data/config/locales/cs.yml +5 -0
- data/config/locales/de.yml +1 -0
- data/config/locales/fi-plain.yml +13 -0
- data/config/locales/fi.yml +13 -0
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d0c4854f97b3b456663a410b463d547a9db2f60bb1b59134bb46fec09b3866c
|
|
4
|
+
data.tar.gz: 21d90d91c15a3d9b1d595f8baa704ce289425889de69465ca9caaa2edd018446
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcdbada48b1e52cac1c68fbcb9ee63c1c1af08e24bff5379249423f5a27ff7f7ecf3f0410945bf87caef369f587059be029bcbbba656a0f6c8281d8fc710f289
|
|
7
|
+
data.tar.gz: c25c2d4db690fcf2b895b1307aac5dfea502c536f4f3efe6f44b29b8cfb9865293733c9c806897e9681ce8219986be39bda98c1783ab812dce092c5a76f9acf1
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<% date_filter_text = %w(active upcoming past all).include?(params.dig(:filter, :with_date)) ? params.dig(:filter, :with_date) : default_date_filter %>
|
|
2
|
-
<h2 class="h5 md:h3 decorator"><%= t(date_filter_text, scope: "decidim.participatory_processes.participatory_processes.filters.counters", count: collection.total_count) %></h2>
|
|
2
|
+
<h2 class="h5 md:h3 decorator" aria-live="polite" aria-atomic="true"><%= t(date_filter_text, scope: "decidim.participatory_processes.participatory_processes.filters.counters", count: collection.total_count) %></h2>
|
|
3
3
|
|
|
4
4
|
<div class="card__grid-grid">
|
|
5
5
|
<%= render(collection) %>
|
data/config/locales/cs.yml
CHANGED
|
@@ -172,6 +172,7 @@ cs:
|
|
|
172
172
|
new:
|
|
173
173
|
copy: Kopírovat
|
|
174
174
|
select: Vyberte, která data chcete duplikovat
|
|
175
|
+
title: Duplikovat participační proces
|
|
175
176
|
participatory_process_groups:
|
|
176
177
|
destroy:
|
|
177
178
|
error: Došlo k chybě při zničení skupiny participačních procesů.
|
|
@@ -255,8 +256,11 @@ cs:
|
|
|
255
256
|
public: Veřejné
|
|
256
257
|
published: Publikováno
|
|
257
258
|
unpublished: Nezveřejněno
|
|
259
|
+
manage_trash:
|
|
260
|
+
title: Odstraněné participační procesy
|
|
258
261
|
new:
|
|
259
262
|
create: Vytvořit
|
|
263
|
+
title: Nový participační proces
|
|
260
264
|
update:
|
|
261
265
|
error: Při aktualizaci tohoto participačního procesu došlo k chybě.
|
|
262
266
|
success: Participační proces byl úspěšně aktualizován.
|
|
@@ -275,6 +279,7 @@ cs:
|
|
|
275
279
|
participatory_process_groups: Skupiny účastnických procesů
|
|
276
280
|
participatory_process_types: Typy participačních procesů
|
|
277
281
|
participatory_processes: Participativní procesy
|
|
282
|
+
participatory_processes_deleted: Odstraněné participační procesy
|
|
278
283
|
tooltips:
|
|
279
284
|
deleted_processes_info: Proces může být odstraněn pouze v případě, že je stav "Nezveřejněný".
|
|
280
285
|
users:
|
data/config/locales/de.yml
CHANGED
|
@@ -111,6 +111,7 @@ de:
|
|
|
111
111
|
menu:
|
|
112
112
|
participatory_process_groups: Prozessgruppen
|
|
113
113
|
participatory_process_groups_submenu:
|
|
114
|
+
info: Über diese Prozessgruppe
|
|
114
115
|
landing_page: Startseiten-Layout
|
|
115
116
|
participatory_processes: Beteiligungsprozesse
|
|
116
117
|
participatory_processes_submenu:
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -166,11 +166,13 @@ fi-pl:
|
|
|
166
166
|
new:
|
|
167
167
|
copy: Kopio
|
|
168
168
|
select: Valitse, mitkä tiedot haluat kopioida
|
|
169
|
+
title: Kopioi osallistumisprosessi
|
|
169
170
|
participatory_process_groups:
|
|
170
171
|
destroy:
|
|
171
172
|
error: Osallistumistilojen ryhmän poisto epäonnistui.
|
|
172
173
|
success: Osallisuusprosessiryhmä poistettiin onnistuneesti.
|
|
173
174
|
edit:
|
|
175
|
+
title: Muokkaa prosessiryhmää
|
|
174
176
|
update: Päivitä
|
|
175
177
|
new:
|
|
176
178
|
create: Luo
|
|
@@ -185,6 +187,7 @@ fi-pl:
|
|
|
185
187
|
new:
|
|
186
188
|
import: Tuo
|
|
187
189
|
select: Valitse, mitkä tiedot haluat tuoda
|
|
190
|
+
title: Tuo osallistumisprosessi
|
|
188
191
|
participatory_process_publications:
|
|
189
192
|
create:
|
|
190
193
|
error: Tämän osallisuusprosessin julkaisussa tapahtui virhe.
|
|
@@ -213,11 +216,13 @@ fi-pl:
|
|
|
213
216
|
Voit muuttaa tätä asetusta <b>Laskeutumssivun asetusten kautta</b> käyttämällä sisältölohkoa nimeltä <b>Pääkuva</b>.
|
|
214
217
|
Asetus on jätetty tähän paikkaan muuttaaksesi toimintopainikkeet (call to action) sellaiseksi kuin haluat. Kentät <i>toimintopainikkeen (call to action) polulle</i> ja <i>toimintopainikkeen (call to action) tekstille</i> poistetaan seuraavassa versiossa.
|
|
215
218
|
title: Käytöstä poistettu CTA (call to action)
|
|
219
|
+
title: Muokkaa osallistumisprosessin vaihetta
|
|
216
220
|
update: Päivitä
|
|
217
221
|
index:
|
|
218
222
|
steps_title: Vaiheet
|
|
219
223
|
new:
|
|
220
224
|
create: Luo
|
|
225
|
+
title: Uusi osallistumisprosessin vaihe
|
|
221
226
|
ordering:
|
|
222
227
|
error: Tämän osallisuusprosessin vaiheiden järjestämisessä tapahtui virhe.
|
|
223
228
|
update:
|
|
@@ -230,9 +235,13 @@ fi-pl:
|
|
|
230
235
|
destroy:
|
|
231
236
|
success: Käyttäjä poistettiin onnistuneesti tästä osallisuusprosessista.
|
|
232
237
|
edit:
|
|
238
|
+
title: Päivitä osallistumisprosessin hallintakäyttäjän tietoja
|
|
233
239
|
update: Päivitä
|
|
240
|
+
index:
|
|
241
|
+
process_admins_title: Osallistumisprosessin hallintakäyttäjät
|
|
234
242
|
new:
|
|
235
243
|
create: Luo
|
|
244
|
+
title: Uusi osallistumisprosessin hallintakäyttäjä
|
|
236
245
|
update:
|
|
237
246
|
error: Tapahtui virhe päivitettäessä käyttäjää tälle osallisuusprosessille.
|
|
238
247
|
success: Tämän osallisuusprosessin käyttäjä päivitetty onnistuneesti.
|
|
@@ -247,8 +256,11 @@ fi-pl:
|
|
|
247
256
|
public: Julkinen
|
|
248
257
|
published: Julkaistu
|
|
249
258
|
unpublished: Julkaisematon
|
|
259
|
+
manage_trash:
|
|
260
|
+
title: Poistetut osallistumisprosessit
|
|
250
261
|
new:
|
|
251
262
|
create: Luo
|
|
263
|
+
title: Uusi osallistumisprosessi
|
|
252
264
|
update:
|
|
253
265
|
error: Tämän osallisuusprosessin päivityksessä tapahtui virhe.
|
|
254
266
|
success: Osallisuusprosessi päivitetty onnistuneesti.
|
|
@@ -267,6 +279,7 @@ fi-pl:
|
|
|
267
279
|
participatory_process_groups: Osallisuusprosessiryhmät
|
|
268
280
|
participatory_process_types: Osallistumisprosessien tyypit
|
|
269
281
|
participatory_processes: Osallisuusprosessit
|
|
282
|
+
participatory_processes_deleted: Poistetut osallistumisprosessit
|
|
270
283
|
tooltips:
|
|
271
284
|
deleted_processes_info: Prosessi voidaan poistaa ainoastaan, mikäli sitä ei ole julkaistu.
|
|
272
285
|
users:
|
data/config/locales/fi.yml
CHANGED
|
@@ -166,11 +166,13 @@ fi:
|
|
|
166
166
|
new:
|
|
167
167
|
copy: Kopioi
|
|
168
168
|
select: Valitse, mitkä tiedot haluat kopioida
|
|
169
|
+
title: Kopioi osallistumisprosessi
|
|
169
170
|
participatory_process_groups:
|
|
170
171
|
destroy:
|
|
171
172
|
error: Osallistumistilojen ryhmän poisto epäonnistui.
|
|
172
173
|
success: Osallistumisprosessien ryhmän poisto onnistui.
|
|
173
174
|
edit:
|
|
175
|
+
title: Muokkaa prosessiryhmää
|
|
174
176
|
update: Päivitä
|
|
175
177
|
new:
|
|
176
178
|
create: Luo
|
|
@@ -185,6 +187,7 @@ fi:
|
|
|
185
187
|
new:
|
|
186
188
|
import: Tuo
|
|
187
189
|
select: Valitse, mitkä tiedot haluat tuoda
|
|
190
|
+
title: Tuo osallistumisprosessi
|
|
188
191
|
participatory_process_publications:
|
|
189
192
|
create:
|
|
190
193
|
error: Osallistumisprosessin julkaisu epäonnistui.
|
|
@@ -213,11 +216,13 @@ fi:
|
|
|
213
216
|
Voit muuttaa tätä asetusta <b>Laskeutumssivun asetusten kautta</b> käyttämällä sisältölohkoa nimeltä <b>Pääkuva</b>.
|
|
214
217
|
Asetus on jätetty tähän paikkaan muuttaaksesi toimintopainikkeet (call to action) sellaiseksi kuin haluat. Kentät <i>toimintopainikkeen (call to action) polulle</i> ja <i>toimintopainikkeen (call to action) tekstille</i> poistetaan seuraavassa versiossa.
|
|
215
218
|
title: Käytöstä poistettu CTA (call to action)
|
|
219
|
+
title: Muokkaa osallistumisprosessin vaihetta
|
|
216
220
|
update: Päivitä
|
|
217
221
|
index:
|
|
218
222
|
steps_title: Vaiheet
|
|
219
223
|
new:
|
|
220
224
|
create: Luo
|
|
225
|
+
title: Uusi osallistumisprosessin vaihe
|
|
221
226
|
ordering:
|
|
222
227
|
error: Osallistumisprosessin vaiheiden järjestäminen epäonnistui.
|
|
223
228
|
update:
|
|
@@ -230,9 +235,13 @@ fi:
|
|
|
230
235
|
destroy:
|
|
231
236
|
success: Käyttäjä poisto tästä osallistumisprosessista onnistui.
|
|
232
237
|
edit:
|
|
238
|
+
title: Päivitä osallistumisprosessin hallintakäyttäjän tietoja
|
|
233
239
|
update: Päivitä
|
|
240
|
+
index:
|
|
241
|
+
process_admins_title: Osallistumisprosessin hallintakäyttäjät
|
|
234
242
|
new:
|
|
235
243
|
create: Luo
|
|
244
|
+
title: Uusi osallistumisprosessin hallintakäyttäjä
|
|
236
245
|
update:
|
|
237
246
|
error: Tämän osallistumisprosessin hallintakäyttäjän päivitys epäonnistui.
|
|
238
247
|
success: Osallistumisprosessin hallintakäyttäjän päivitys onnistui.
|
|
@@ -247,8 +256,11 @@ fi:
|
|
|
247
256
|
public: Julkinen
|
|
248
257
|
published: Julkaistu
|
|
249
258
|
unpublished: Julkaisematon
|
|
259
|
+
manage_trash:
|
|
260
|
+
title: Poistetut osallistumisprosessit
|
|
250
261
|
new:
|
|
251
262
|
create: Luo
|
|
263
|
+
title: Uusi osallistumisprosessi
|
|
252
264
|
update:
|
|
253
265
|
error: Osallistumisprosessin päivitys epäonnistui.
|
|
254
266
|
success: Osallistumisprosessin päivitys onnistui.
|
|
@@ -267,6 +279,7 @@ fi:
|
|
|
267
279
|
participatory_process_groups: Osallistumisprosessiryhmät
|
|
268
280
|
participatory_process_types: Osallistumisprosessien tyypit
|
|
269
281
|
participatory_processes: Osallistumisprosessit
|
|
282
|
+
participatory_processes_deleted: Poistetut osallistumisprosessit
|
|
270
283
|
tooltips:
|
|
271
284
|
deleted_processes_info: Prosessi voidaan poistaa ainoastaan, mikäli sitä ei ole julkaistu.
|
|
272
285
|
users:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-participatory_processes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.
|
|
4
|
+
version: 0.30.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-
|
|
13
|
+
date: 2026-04-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,56 +18,56 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.30.
|
|
21
|
+
version: 0.30.8
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.30.
|
|
28
|
+
version: 0.30.8
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-admin
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.30.
|
|
35
|
+
version: 0.30.8
|
|
36
36
|
type: :development
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.30.
|
|
42
|
+
version: 0.30.8
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-dev
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.30.
|
|
49
|
+
version: 0.30.8
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.30.
|
|
56
|
+
version: 0.30.8
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: decidim-meetings
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.30.
|
|
63
|
+
version: 0.30.8
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.30.
|
|
70
|
+
version: 0.30.8
|
|
71
71
|
description: Participatory processes component for decidim.
|
|
72
72
|
email:
|
|
73
73
|
- josepjaume@gmail.com
|