decidim-accountability 0.30.1 → 0.30.2
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/config/locales/ar.yml +2 -4
- data/config/locales/bg.yml +0 -2
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/cs.yml +2 -2
- data/config/locales/da.yml +2 -2
- data/config/locales/de.yml +4 -4
- data/config/locales/el.yml +0 -2
- data/config/locales/eu.yml +2 -2
- data/config/locales/ga-IE.yml +2 -2
- data/config/locales/gl.yml +2 -2
- data/config/locales/gn-PY.yml +1 -1
- data/config/locales/he-IL.yml +0 -2
- data/config/locales/hu.yml +0 -2
- data/config/locales/id-ID.yml +2 -2
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +5 -2
- data/config/locales/kaa.yml +0 -5
- data/config/locales/ko.yml +0 -2
- data/config/locales/lb.yml +2 -2
- data/config/locales/lt.yml +0 -2
- data/config/locales/lv.yml +2 -2
- data/config/locales/nl.yml +0 -2
- data/config/locales/no.yml +0 -2
- data/config/locales/pl.yml +0 -2
- data/config/locales/pt-BR.yml +127 -1
- data/config/locales/pt.yml +1 -2
- data/config/locales/ro-RO.yml +4 -2
- data/config/locales/ru.yml +2 -2
- data/config/locales/si-LK.yml +2 -2
- data/config/locales/sk.yml +2 -2
- data/config/locales/sl.yml +2 -2
- data/config/locales/sq-AL.yml +0 -2
- data/config/locales/sr-CS.yml +2 -2
- data/config/locales/th-TH.yml +4 -1
- data/config/locales/tr-TR.yml +1 -3
- data/config/locales/uk.yml +2 -2
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +0 -2
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +20 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b688ab84a5d317d0d439f6d986a0472ccf48987a305d184bb2a8137b95df121e
|
4
|
+
data.tar.gz: c3b68732823548fd383cfe59542854715221c1ebbb1b50ca969fd76580cbb475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0678582dc4250146e7c04b011ba79cb09743fc3d5a8dfda0a12c43590773b6be8d2dfde815b694e3570095f8e66668fba2aabba906bce032bb3fa459ee09236
|
7
|
+
data.tar.gz: 907e874ab9fe5135b638220648ac970bff4267522f0068e11f870117c65dd4a1d1cf322d1388593bab3495c7dfab16063f009d2c5173aeb5f9bd929aa00154c2
|
data/config/locales/ar.yml
CHANGED
@@ -20,8 +20,7 @@ ar:
|
|
20
20
|
progress: تقدم
|
21
21
|
timeline_entry:
|
22
22
|
description: وصف
|
23
|
-
|
24
|
-
title: العنوان
|
23
|
+
title: عنوان
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: الاقتراح المدرج في نتيجة
|
27
26
|
decidim/accountability/result_progress_updated_event: النتائج المحدثة
|
@@ -226,8 +225,7 @@ ar:
|
|
226
225
|
progress: تقدم
|
227
226
|
timeline_entry:
|
228
227
|
fields:
|
229
|
-
|
230
|
-
title: العنوان
|
228
|
+
title: عنوان
|
231
229
|
results:
|
232
230
|
count:
|
233
231
|
results_count:
|
data/config/locales/bg.yml
CHANGED
@@ -19,7 +19,6 @@ bg:
|
|
19
19
|
progress: Напредък
|
20
20
|
timeline_entry:
|
21
21
|
description: Описание
|
22
|
-
entry_date: Дата
|
23
22
|
title: Заглавие
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Предложение, включено в резултата
|
@@ -167,7 +166,6 @@ bg:
|
|
167
166
|
progress: Напредък
|
168
167
|
timeline_entry:
|
169
168
|
fields:
|
170
|
-
entry_date: Дата
|
171
169
|
title: Заглавие
|
172
170
|
results:
|
173
171
|
count:
|
data/config/locales/bs-BA.yml
CHANGED
@@ -20,6 +20,7 @@ bs:
|
|
20
20
|
timeline_entry:
|
21
21
|
description: Opis
|
22
22
|
entry_date: Datum
|
23
|
+
title: Naslov
|
23
24
|
models:
|
24
25
|
decidim/accountability/proposal_linked_event: Predlog uključen u rezultat
|
25
26
|
decidim/accountability/result_progress_updated_event: Rezultati napretka ažurirani
|
@@ -101,6 +102,7 @@ bs:
|
|
101
102
|
timeline_entry:
|
102
103
|
fields:
|
103
104
|
entry_date: Datum
|
105
|
+
title: Naslov
|
104
106
|
results:
|
105
107
|
count:
|
106
108
|
results_count:
|
data/config/locales/cs.yml
CHANGED
@@ -21,7 +21,7 @@ cs:
|
|
21
21
|
timeline_entry:
|
22
22
|
description: Popis
|
23
23
|
entry_date: Datum
|
24
|
-
title:
|
24
|
+
title: Titul
|
25
25
|
models:
|
26
26
|
decidim/accountability/proposal_linked_event: Návrh zahrnutý do výsledku
|
27
27
|
decidim/accountability/result_progress_updated_event: Výsledek byl aktualizován
|
@@ -278,7 +278,7 @@ cs:
|
|
278
278
|
timeline_entry:
|
279
279
|
fields:
|
280
280
|
entry_date: Datum
|
281
|
-
title:
|
281
|
+
title: Titul
|
282
282
|
results:
|
283
283
|
count:
|
284
284
|
results_count:
|
data/config/locales/da.yml
CHANGED
@@ -19,7 +19,7 @@ da:
|
|
19
19
|
progress: Fremskridt
|
20
20
|
timeline_entry:
|
21
21
|
description: Beskrivelse
|
22
|
-
|
22
|
+
title: Titel
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Projekter, der indgår i dette resultat
|
25
25
|
decidim/accountability/result_progress_updated_event: Resultatstatus opdateret
|
@@ -108,7 +108,7 @@ da:
|
|
108
108
|
progress: Fremskridt
|
109
109
|
timeline_entry:
|
110
110
|
fields:
|
111
|
-
|
111
|
+
title: Titel
|
112
112
|
results:
|
113
113
|
count:
|
114
114
|
results_count:
|
data/config/locales/de.yml
CHANGED
@@ -295,7 +295,7 @@ de:
|
|
295
295
|
components:
|
296
296
|
accountability:
|
297
297
|
actions:
|
298
|
-
comment:
|
298
|
+
comment: Kommentieren
|
299
299
|
name: Rechenschaftspflicht
|
300
300
|
settings:
|
301
301
|
global:
|
@@ -318,12 +318,12 @@ de:
|
|
318
318
|
events:
|
319
319
|
accountability:
|
320
320
|
proposal_linked:
|
321
|
-
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie
|
321
|
+
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sehen Sie es sich auf dieser Seite an:'
|
322
322
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
323
323
|
email_subject: Eine Aktualisierung auf %{proposal_title}
|
324
324
|
notification_title: Der Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> wurde im Ergebnis <a href="%{resource_path}">%{resource_title}</a> aufgenommen.
|
325
325
|
result_progress_updated:
|
326
|
-
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sie
|
326
|
+
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sehen Sie es sich auf dieser Seite an:'
|
327
327
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen und dieser Vorschlag in das Ergebnis "%{resource_title}" aufgenommen wurde. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
328
328
|
email_subject: Fortschritt von %{resource_title} aktualisiert
|
329
329
|
notification_title: Das Ergebnis <a href="%{resource_path}">%{resource_title}</a>, das den Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> enthält, ist jetzt zu %{progress}% abgeschlossen.
|
@@ -369,7 +369,7 @@ de:
|
|
369
369
|
url: Die URL, unter der dieses Ergebnis gefunden werden kann
|
370
370
|
participatory_spaces:
|
371
371
|
highlighted_results:
|
372
|
-
see_all: Alle Ergebnisse ansehen
|
372
|
+
see_all: Alle Ergebnisse ansehen
|
373
373
|
resource_links:
|
374
374
|
included_projects:
|
375
375
|
result_project: Projekte in diesem Ergebnis enthalten
|
data/config/locales/el.yml
CHANGED
@@ -19,7 +19,6 @@ el:
|
|
19
19
|
progress: Πρόοδος
|
20
20
|
timeline_entry:
|
21
21
|
description: Περιγραφή
|
22
|
-
entry_date: Ημερομηνία
|
23
22
|
title: Τίτλος
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Η πρόταση περιλαμβάνεται σε ένα αποτέλεσμα
|
@@ -161,7 +160,6 @@ el:
|
|
161
160
|
progress: Πρόοδος
|
162
161
|
timeline_entry:
|
163
162
|
fields:
|
164
|
-
entry_date: Ημερομηνία
|
165
163
|
title: Τίτλος
|
166
164
|
results:
|
167
165
|
count:
|
data/config/locales/eu.yml
CHANGED
@@ -92,7 +92,7 @@ eu:
|
|
92
92
|
<ol>
|
93
93
|
<li><a href='%{link_new_status}' target='_blank'>Sortu Estatistikak</a> gehitu nahi dituzun emaitzetarako</li>
|
94
94
|
<li><a href='%{link_new_result}' target='_blank'>Sortu gutxienez emaitza bat eskuz</a> Admin panel honen bidez Import erabili aurretik, formatua eta bete beharko duzuna hobeto ulertzeko.</li>
|
95
|
-
<li>%
|
95
|
+
<li>%{link_export_csv}</li>
|
96
96
|
<li>CSVko zutabe hauek bakarrik alda ditzakezu (gainerakoak ez dira kontuan hartuko):</li>
|
97
97
|
<ul>
|
98
98
|
<li><b>taxonomiak/idoiak:</b> Taxonomietarako identifikazioak (bat baino gehiago izanez gero, bereizi koma batez) </li>
|
@@ -204,7 +204,7 @@ eu:
|
|
204
204
|
result:
|
205
205
|
create: "%{user_name} parte-hartzaileak %{resource_name} emaitza sortu du %{space_name} espazioan"
|
206
206
|
delete: "%{user_name} parte-hartzaileak %{resource_name} emaitza ezabatu du %{space_name} espazioan"
|
207
|
-
restore: "%{user_name} parte-hartzaileak %{
|
207
|
+
restore: "%{user_name} parte-hartzaileak %{resource_name} emaitza berreskuratu du hemen:%{space_name}"
|
208
208
|
soft_delete: "%{user_name} parte-hartzaileak %{resource_name} espazioko %{space_name} emaitza zaborretara eraman du"
|
209
209
|
update: "%{user_name} parte-hartzaileak %{resource_name} emaitza eguneratu du %{space_name} espazioan"
|
210
210
|
status:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -14,7 +14,7 @@ ga:
|
|
14
14
|
name: Ainm
|
15
15
|
progress: Forás
|
16
16
|
timeline_entry:
|
17
|
-
|
17
|
+
title: Teideal
|
18
18
|
decidim:
|
19
19
|
accountability:
|
20
20
|
actions:
|
@@ -68,7 +68,7 @@ ga:
|
|
68
68
|
progress: Forás
|
69
69
|
timeline_entry:
|
70
70
|
fields:
|
71
|
-
|
71
|
+
title: Teideal
|
72
72
|
admin:
|
73
73
|
filters:
|
74
74
|
results:
|
data/config/locales/gl.yml
CHANGED
@@ -19,7 +19,7 @@ gl:
|
|
19
19
|
progress: Progreso
|
20
20
|
timeline_entry:
|
21
21
|
description: Descrición
|
22
|
-
|
22
|
+
title: Título
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Proposta incluída nun resultado
|
25
25
|
decidim/accountability/result_progress_updated_event: Progreso de resultados actualizado
|
@@ -116,7 +116,7 @@ gl:
|
|
116
116
|
progress: Progreso
|
117
117
|
timeline_entry:
|
118
118
|
fields:
|
119
|
-
|
119
|
+
title: Título
|
120
120
|
results:
|
121
121
|
count:
|
122
122
|
results_count:
|
data/config/locales/gn-PY.yml
CHANGED
data/config/locales/he-IL.yml
CHANGED
@@ -20,7 +20,6 @@ he:
|
|
20
20
|
progress: התקדמות
|
21
21
|
timeline_entry:
|
22
22
|
description: תיאור
|
23
|
-
entry_date: תאריך
|
24
23
|
title: כותרת
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: הצעה כלולה בתוצאה
|
@@ -211,7 +210,6 @@ he:
|
|
211
210
|
progress: התקדמות
|
212
211
|
timeline_entry:
|
213
212
|
fields:
|
214
|
-
entry_date: תאריך
|
215
213
|
title: כותרת
|
216
214
|
results:
|
217
215
|
count:
|
data/config/locales/hu.yml
CHANGED
@@ -19,7 +19,6 @@ hu:
|
|
19
19
|
progress: Folyamat
|
20
20
|
timeline_entry:
|
21
21
|
description: Leírás
|
22
|
-
entry_date: Dátum
|
23
22
|
title: Cím
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Az eredményhez kapcsolódó javaslat
|
@@ -167,7 +166,6 @@ hu:
|
|
167
166
|
progress: Folyamat
|
168
167
|
timeline_entry:
|
169
168
|
fields:
|
170
|
-
entry_date: Dátum
|
171
169
|
title: Cím
|
172
170
|
results:
|
173
171
|
count:
|
data/config/locales/id-ID.yml
CHANGED
@@ -19,7 +19,7 @@ id:
|
|
19
19
|
progress: Kemajuan
|
20
20
|
timeline_entry:
|
21
21
|
description: Deskripsi
|
22
|
-
|
22
|
+
title: Judul
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Proposal termasuk dalam hasil
|
25
25
|
decidim/accountability/result_progress_updated_event: Kemajuan hasil diperbarui
|
@@ -98,7 +98,7 @@ id:
|
|
98
98
|
progress: Kemajuan
|
99
99
|
timeline_entry:
|
100
100
|
fields:
|
101
|
-
|
101
|
+
title: Judul
|
102
102
|
results:
|
103
103
|
count:
|
104
104
|
results_count:
|
data/config/locales/is-IS.yml
CHANGED
@@ -19,7 +19,7 @@ is:
|
|
19
19
|
progress: Framfarir
|
20
20
|
timeline_entry:
|
21
21
|
description: Lýsing
|
22
|
-
|
22
|
+
title: Titill
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Tillögur innifalnar í þessari niðurstöðu
|
25
25
|
activerecord:
|
@@ -113,7 +113,7 @@ is:
|
|
113
113
|
progress: Framfarir
|
114
114
|
timeline_entry:
|
115
115
|
fields:
|
116
|
-
|
116
|
+
title: Titill
|
117
117
|
results:
|
118
118
|
count:
|
119
119
|
results_count:
|
data/config/locales/it.yml
CHANGED
@@ -21,7 +21,7 @@ it:
|
|
21
21
|
timeline_entry:
|
22
22
|
description: Descrizione
|
23
23
|
entry_date: Data
|
24
|
-
title:
|
24
|
+
title: Nome
|
25
25
|
models:
|
26
26
|
decidim/accountability/proposal_linked_event: Proposta inclusa in un risultato
|
27
27
|
decidim/accountability/result_progress_updated_event: Avanzamento dei risultati aggiornato
|
@@ -248,12 +248,15 @@ it:
|
|
248
248
|
timeline_entry:
|
249
249
|
fields:
|
250
250
|
entry_date: Data
|
251
|
-
title:
|
251
|
+
title: Nome
|
252
252
|
results:
|
253
253
|
count:
|
254
254
|
results_count:
|
255
255
|
one: 1 risultato
|
256
256
|
other: "%{count} risultati"
|
257
|
+
home:
|
258
|
+
empty: Non ci sono ancora risultati.
|
259
|
+
empty_filters: Non ci sono risultati con questi criteri.
|
257
260
|
home_header:
|
258
261
|
global_status: Stato di esecuzione globale
|
259
262
|
no_results: Non ci sono i progetti
|
data/config/locales/kaa.yml
CHANGED
@@ -7,8 +7,6 @@ kaa:
|
|
7
7
|
decidim_category_id: Kategoriya
|
8
8
|
status:
|
9
9
|
name: Ataması
|
10
|
-
timeline_entry:
|
11
|
-
entry_date: Sáne
|
12
10
|
activerecord:
|
13
11
|
models:
|
14
12
|
decidim/accountability/result:
|
@@ -77,9 +75,6 @@ kaa:
|
|
77
75
|
fields:
|
78
76
|
created_at: Jaratıldı
|
79
77
|
status: Jaǵday
|
80
|
-
timeline_entry:
|
81
|
-
fields:
|
82
|
-
entry_date: Sáne
|
83
78
|
results:
|
84
79
|
count:
|
85
80
|
results_count:
|
data/config/locales/ko.yml
CHANGED
@@ -19,7 +19,6 @@ ko:
|
|
19
19
|
progress: 진행 상황
|
20
20
|
timeline_entry:
|
21
21
|
description: 상세정보
|
22
|
-
entry_date: 날짜
|
23
22
|
title: 제목
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: 결과에 포함된 제안
|
@@ -139,7 +138,6 @@ ko:
|
|
139
138
|
progress: 진행 상황
|
140
139
|
timeline_entry:
|
141
140
|
fields:
|
142
|
-
entry_date: 날짜
|
143
141
|
title: 제목
|
144
142
|
results:
|
145
143
|
count:
|
data/config/locales/lb.yml
CHANGED
@@ -19,7 +19,7 @@ lb:
|
|
19
19
|
progress: Progrès
|
20
20
|
timeline_entry:
|
21
21
|
description: Beschreiwung
|
22
|
-
|
22
|
+
title: Titel
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Propose déi Deel vun engem Resultat ass
|
25
25
|
decidim/accountability/result_progress_updated_event: Aktualiséiert Entwécklung vun engem Resultat
|
@@ -116,7 +116,7 @@ lb:
|
|
116
116
|
progress: Fortschritt
|
117
117
|
timeline_entry:
|
118
118
|
fields:
|
119
|
-
|
119
|
+
title: Titel
|
120
120
|
results:
|
121
121
|
count:
|
122
122
|
results_count:
|
data/config/locales/lt.yml
CHANGED
@@ -19,7 +19,6 @@ lt:
|
|
19
19
|
progress: Progresas
|
20
20
|
timeline_entry:
|
21
21
|
description: Aprašymas
|
22
|
-
entry_date: Data
|
23
22
|
title: Pavadinimas
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Pasiūlymas įtrauktas į rezultatą
|
@@ -165,7 +164,6 @@ lt:
|
|
165
164
|
progress: Progresas
|
166
165
|
timeline_entry:
|
167
166
|
fields:
|
168
|
-
entry_date: Data
|
169
167
|
title: Pavadinimas
|
170
168
|
results:
|
171
169
|
count:
|
data/config/locales/lv.yml
CHANGED
@@ -17,7 +17,7 @@ lv:
|
|
17
17
|
name: Nosaukums
|
18
18
|
timeline_entry:
|
19
19
|
description: Apraksts
|
20
|
-
|
20
|
+
title: Nosaukums
|
21
21
|
models:
|
22
22
|
decidim/accountability/proposal_linked_event: Priekšlikums iekļauts rezultātā
|
23
23
|
decidim/accountability/result_progress_updated_event: Rezultātu progress ir atjaunināts
|
@@ -105,7 +105,7 @@ lv:
|
|
105
105
|
name: Nosaukums
|
106
106
|
timeline_entry:
|
107
107
|
fields:
|
108
|
-
|
108
|
+
title: Nosaukums
|
109
109
|
results:
|
110
110
|
count:
|
111
111
|
results_count:
|
data/config/locales/nl.yml
CHANGED
@@ -19,7 +19,6 @@ nl:
|
|
19
19
|
progress: Vooruitgang
|
20
20
|
timeline_entry:
|
21
21
|
description: Beschrijving
|
22
|
-
entry_date: Datum
|
23
22
|
title: Titel
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Voorstel opgenomen in een resultaat
|
@@ -125,7 +124,6 @@ nl:
|
|
125
124
|
progress: Vooruitgang
|
126
125
|
timeline_entry:
|
127
126
|
fields:
|
128
|
-
entry_date: Datum
|
129
127
|
title: Titel
|
130
128
|
results:
|
131
129
|
count:
|
data/config/locales/no.yml
CHANGED
@@ -19,7 +19,6 @@
|
|
19
19
|
progress: Framgang
|
20
20
|
timeline_entry:
|
21
21
|
description: Beskrivelse
|
22
|
-
entry_date: Dato
|
23
22
|
title: Tittel
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Forslag inkludert i et resultat
|
@@ -125,7 +124,6 @@
|
|
125
124
|
progress: Framgang
|
126
125
|
timeline_entry:
|
127
126
|
fields:
|
128
|
-
entry_date: Dato
|
129
127
|
title: Tittel
|
130
128
|
results:
|
131
129
|
count:
|
data/config/locales/pl.yml
CHANGED
@@ -20,7 +20,6 @@ pl:
|
|
20
20
|
progress: Postęp
|
21
21
|
timeline_entry:
|
22
22
|
description: Opis
|
23
|
-
entry_date: Data
|
24
23
|
title: Tytuł
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: Propozycja zawarta w wyniku
|
@@ -172,7 +171,6 @@ pl:
|
|
172
171
|
progress: Postęp
|
173
172
|
timeline_entry:
|
174
173
|
fields:
|
175
|
-
entry_date: Data
|
176
174
|
title: Tytuł
|
177
175
|
results:
|
178
176
|
count:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -20,7 +20,7 @@ pt-BR:
|
|
20
20
|
progress: Progresso
|
21
21
|
timeline_entry:
|
22
22
|
description: Descrição
|
23
|
-
entry_date:
|
23
|
+
entry_date: Data
|
24
24
|
title: Título
|
25
25
|
models:
|
26
26
|
decidim/accountability/proposal_linked_event: Proposta incluída em um resultado
|
@@ -30,6 +30,10 @@ pt-BR:
|
|
30
30
|
decidim:
|
31
31
|
accountability:
|
32
32
|
result:
|
33
|
+
budget_text: Este resultado %{link} foi incluído
|
34
|
+
meetings_ids: 'Foi discutido nesta reunião: %{link}'
|
35
|
+
project_ids: 'Foi incluído neste projeto: %{link}'
|
36
|
+
proposal_ids: 'Foi incluído nesta proposta: %{link}'
|
33
37
|
text: 'Foi adicionado a este resultado: %{link}'
|
34
38
|
decidim/accountability/result:
|
35
39
|
one: Resultado
|
@@ -39,9 +43,12 @@ pt-BR:
|
|
39
43
|
actions:
|
40
44
|
attachment_collections: Pastas
|
41
45
|
attachments: Anexos
|
46
|
+
confirm_delete_result: Você tem certeza que quer deletar este resultado?
|
42
47
|
confirm_destroy: Deseja mesmo excluir %{name}?
|
48
|
+
deleted_results_info: Os resultados deletados podem ser restaurados da lixeira.
|
43
49
|
destroy: Excluir
|
44
50
|
edit: Editar
|
51
|
+
import: Importar resultados de outro componente
|
45
52
|
import_csv: Importar resultados de arquivo CSV
|
46
53
|
new_result: Novo resultado
|
47
54
|
new_status: Novo status
|
@@ -49,14 +56,57 @@ pt-BR:
|
|
49
56
|
preview: Pré-visualização
|
50
57
|
timeline_entries: Evolução do projeto
|
51
58
|
title: Ações
|
59
|
+
view_deleted_results: Ver resultados deletados
|
52
60
|
admin:
|
53
61
|
exports:
|
54
62
|
result_comments: Comentários
|
55
63
|
results: Resultados
|
64
|
+
import_components:
|
65
|
+
create:
|
66
|
+
invalid: Houve um problema ao importar os resultados, por favor, siga as instruções cuidadosamente e verifique se você selecionou projetos para implementação.
|
67
|
+
filters:
|
68
|
+
new_items_projects:
|
69
|
+
one: 1 projeto selecionado será importado
|
70
|
+
other: "%{count} projetos selecionados serão importados"
|
71
|
+
new_items_proposals:
|
72
|
+
one: 1 proposta será importada
|
73
|
+
other: "%{count} propostas serão importadas"
|
74
|
+
proposal_state: Estatuto da proposta
|
75
|
+
select_state: Selecionar status
|
76
|
+
form:
|
77
|
+
create: Importar
|
78
|
+
no_components: Não há componentes neste espaço participativo para importar.
|
79
|
+
origin_component_id: Componente de origem
|
80
|
+
select_component: Selecionar componente
|
81
|
+
new:
|
82
|
+
success:
|
83
|
+
one: 1 resultado na fila para ser importado. Você será notificado por e-mail, quando for concluído.
|
84
|
+
other: "%{count} resultados na fila para serem importados. Você será notificado por e-mail, quando for concluído."
|
85
|
+
title: Importar resultados de outros componentes
|
56
86
|
import_results:
|
57
87
|
new:
|
58
88
|
download_export: Baixe a Exportação com formato CSV
|
59
89
|
import: Importar
|
90
|
+
info: |
|
91
|
+
<p>Nós recomendamos que você siga esses passos:</p>
|
92
|
+
<ol>
|
93
|
+
<li><a href='%{link_new_status}' target='_blank'>Crie os Status para os Resultado</a>que você queira adicionar.</li>
|
94
|
+
<li><a href='%{link_new_result}' target='_blank'>Crie no mínimo um Resultado manualmente</a> através desse Painel de Administração antes de usar a função Importar, para um melhor entendimento a respeito do formato e o que você precisa preencher.</li>
|
95
|
+
<li>%{link_export_csv}</li>
|
96
|
+
<li>Faça as mudanças localmente. Você só pode alterar as seguintes colunas do CSV (o resto será ignorado):</li>
|
97
|
+
<ul>
|
98
|
+
<li><b>taxonomias/ids:</b> Identificadores para as Taxonomias (Se houver múltiplas, separe-as com vírgula)</li>
|
99
|
+
<li><b>pai/id:</b> Identificador do pai (para Resultados relacionados). Opcional</li>
|
100
|
+
<li><b>titulo/pt-br:</b> Título na língua Portuguesa. Isto dependerá das configurações de linguagem da sua plataforma.</li>
|
101
|
+
<li><b>descricao/pt-br:</b> Descrição na língua Portuguesa. Isto dependerá das configurações de linguagem da sua plataforma.</li>
|
102
|
+
<li><b>data_inicio:</b> data de início de execução dos resultados (formato DD-MM-YYYY)</li>
|
103
|
+
<li><b>data_fim:</b> data de fim da execução dos resultados (formato DD-MM-YYYY)</li>
|
104
|
+
<li><b>status/id:</b> Identificador do Status para este resultado</li>
|
105
|
+
<li><b>progresso:</b> Porcentagem (de 0 a 100) desta execução</li>
|
106
|
+
<li><b>ids_propostos:</b> Identificadores interno das propostas relacionadas (separadas por vírgula). É automaticamente convertida para <span class='attribute-name'>url_proposta</span></li>
|
107
|
+
</ul>
|
108
|
+
</li>
|
109
|
+
</ol>
|
60
110
|
title: Importar resultados de arquivo CSV
|
61
111
|
imports:
|
62
112
|
create:
|
@@ -68,6 +118,23 @@ pt-BR:
|
|
68
118
|
status:
|
69
119
|
name: Status
|
70
120
|
results:
|
121
|
+
bulk_actions:
|
122
|
+
dates_form:
|
123
|
+
change_dates: Alterar data
|
124
|
+
end_date: Data final
|
125
|
+
start_date: Da de início
|
126
|
+
dropdown:
|
127
|
+
actions: Ações
|
128
|
+
change_dates: Alterar datas
|
129
|
+
change_status: Alterar status
|
130
|
+
change_taxonomies: Alterar taxonomias
|
131
|
+
status_form:
|
132
|
+
change_status: Alterar status
|
133
|
+
status: Status
|
134
|
+
submit_buttons:
|
135
|
+
cancel: Cancelar
|
136
|
+
taxonomies_form:
|
137
|
+
change_taxonomies: Alterar taxonomias
|
71
138
|
create:
|
72
139
|
invalid: Houve um problema criando esse resultado.
|
73
140
|
success: Resultado criado com sucesso.
|
@@ -75,13 +142,27 @@ pt-BR:
|
|
75
142
|
title: Editar resultado
|
76
143
|
update: Atualizar resultado
|
77
144
|
index:
|
145
|
+
selected: Selecionado
|
78
146
|
title: Resultados
|
147
|
+
manage_trash:
|
148
|
+
title: Excluir resultados
|
79
149
|
new:
|
80
150
|
create: Criar resultado
|
81
151
|
title: Novo resultado
|
82
152
|
update:
|
83
153
|
invalid: Houve um problema atualizando esse resultado.
|
84
154
|
success: Resultado atualizado com sucesso.
|
155
|
+
update_dates:
|
156
|
+
invalid: Houve um problema ao atualizar as datas de resultados
|
157
|
+
success: Datas de resultados atualizadas com sucesso
|
158
|
+
update_status:
|
159
|
+
invalid: Houve um problema ao atualizar os status dos resultados
|
160
|
+
success: Status dos resultados ataulizados com sucesso
|
161
|
+
update_taxonomies:
|
162
|
+
invalid: Não foi possível atualizar as taxonomias %{taxonomies} para os resultados %{results}
|
163
|
+
select_a_result: Selecione um resultado
|
164
|
+
select_a_taxonomy: Selecione uma taxonomia
|
165
|
+
success: Taxonomias %{taxonomies} atualizadas com sucesso para os resultados %{results}
|
85
166
|
shared:
|
86
167
|
subnav:
|
87
168
|
statuses: Statuses
|
@@ -123,6 +204,8 @@ pt-BR:
|
|
123
204
|
result:
|
124
205
|
create: "%{user_name} resultado criado %{resource_name} em %{space_name}"
|
125
206
|
delete: "%{user_name} eliminou o resultado %{resource_name} em %{space_name}"
|
207
|
+
restore: "%{user_name} restaurou o resultado %{resource_name} em %{space_name}"
|
208
|
+
soft_delete: "%{user_name} moveu o resultado %{resource_name} em %{space_name} para a lixeira"
|
126
209
|
update: "%{user_name} resultado atualizado %{resource_name} em %{space_name}"
|
127
210
|
status:
|
128
211
|
create: "%{user_name} criou o status %{resource_name} "
|
@@ -154,6 +237,13 @@ pt-BR:
|
|
154
237
|
other: "%{count} resultados foram importados de projetos."
|
155
238
|
subject: Importação de projetos bem sucedida
|
156
239
|
success: Projetos importados com sucesso para resultados no componente %{component_name}. Você pode rever os resultados na “interface” de administração.
|
240
|
+
import_proposals_mailer:
|
241
|
+
import:
|
242
|
+
added_proposals:
|
243
|
+
one: Um resultado foi importado de propostas
|
244
|
+
other: "%{count} resultados foram importados de propostas."
|
245
|
+
subject: Importação bem sucedida de propostas
|
246
|
+
success: Propostas importadas com sucesso para resultados no componente %{component_name}. Você pode rever os resultados na ‘interface’ de administração.
|
157
247
|
last_activity:
|
158
248
|
new_result: 'Novo resultado:'
|
159
249
|
models:
|
@@ -165,6 +255,7 @@ pt-BR:
|
|
165
255
|
progress: Progresso
|
166
256
|
start_date: Data de início
|
167
257
|
status: Status
|
258
|
+
taxonomies: Taxonomias
|
168
259
|
title: Título
|
169
260
|
status:
|
170
261
|
fields:
|
@@ -199,6 +290,8 @@ pt-BR:
|
|
199
290
|
results:
|
200
291
|
status_id_eq:
|
201
292
|
label: Status
|
293
|
+
taxonomies_part_of_contains:
|
294
|
+
label: Taxonomia
|
202
295
|
components:
|
203
296
|
accountability:
|
204
297
|
actions:
|
@@ -206,12 +299,22 @@ pt-BR:
|
|
206
299
|
name: Prestação de contas
|
207
300
|
settings:
|
208
301
|
global:
|
302
|
+
clear_all: Apagar tudo
|
209
303
|
comments_enabled: Comentários ativados
|
210
304
|
comments_max_length: Tamanho máximo de comentários (deixe 0 para o valor padrão)
|
305
|
+
define_taxonomy_filters: Por favor, defina alguns filtros para este espaço participativo antes de usar esta configuração.
|
211
306
|
display_progress_enabled: Mostrar progresso
|
307
|
+
geocoding_enabled: Mapas habilitados
|
212
308
|
intro: Introdução
|
309
|
+
no_taxonomy_filters_found: Nenhum filtro de taxonomia encontrado.
|
310
|
+
taxonomy_filters: Selecione filtros para o componente
|
311
|
+
taxonomy_filters_add: Adicionar filtro
|
213
312
|
step:
|
214
313
|
comments_blocked: Comentários bloqueados
|
314
|
+
download_your_data:
|
315
|
+
show:
|
316
|
+
result_comments: Exportar resultados de comentários
|
317
|
+
results: Exportar resultados
|
215
318
|
events:
|
216
319
|
accountability:
|
217
320
|
proposal_linked:
|
@@ -229,6 +332,29 @@ pt-BR:
|
|
229
332
|
description: Número de resultados gerados
|
230
333
|
object: resultados
|
231
334
|
title: Resultados
|
335
|
+
open_data:
|
336
|
+
help:
|
337
|
+
result_comments:
|
338
|
+
alignment: Se este comentário foi favorável, contra ou neutro
|
339
|
+
author: O nome do usuário que fez este comentário
|
340
|
+
body: O comentário em si
|
341
|
+
commentable_id: O ID exclusiva do item comentável
|
342
|
+
commentable_type: O tipo de item comentável (se for um resultado, uma proposta, etc.)
|
343
|
+
created_at: A data em que este comentário foi criado
|
344
|
+
depth: O lugar onde este comentário está na árvore de comentários (se for uma resposta ou uma resposta de uma resposta)
|
345
|
+
id: O ID para este comentário
|
346
|
+
locale: A localidade (linguagem) que o usuário teve ao deixar este comentário
|
347
|
+
root_commentable_url: A URL do recurso ligado a este comentário
|
348
|
+
results:
|
349
|
+
address: O endereço do resultado (se houver)
|
350
|
+
children_count: O número de resultados filhos
|
351
|
+
comments_count: O número de comentários que este resultado tem
|
352
|
+
component: O componente ao qual o resultado pertence
|
353
|
+
created_at: A data em que este resultado foi criado
|
354
|
+
description: A descrição do resultado
|
355
|
+
end_date: A data de quando o resultado termina a execução e está concluída
|
356
|
+
id: O identificador exclusivo do resultado
|
357
|
+
latitude: A latitude do resultado caso ele tenha uma localização física
|
232
358
|
participatory_spaces:
|
233
359
|
highlighted_results:
|
234
360
|
see_all: Ver todos os resultados (%{count})
|
data/config/locales/pt.yml
CHANGED
@@ -20,7 +20,6 @@ pt:
|
|
20
20
|
progress: Progresso
|
21
21
|
timeline_entry:
|
22
22
|
description: Descrição
|
23
|
-
entry_date: Data
|
24
23
|
title: Título
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: Proposta incluída em um resultado
|
@@ -135,7 +134,7 @@ pt:
|
|
135
134
|
progress: Progresso
|
136
135
|
timeline_entry:
|
137
136
|
fields:
|
138
|
-
|
137
|
+
title: Título
|
139
138
|
results:
|
140
139
|
count:
|
141
140
|
results_count:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -20,13 +20,16 @@ ro:
|
|
20
20
|
progress: Progres
|
21
21
|
timeline_entry:
|
22
22
|
description: Descriere
|
23
|
-
entry_date: Data
|
24
23
|
title: Titlu
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: Propunere inclusă în rezultat
|
27
26
|
decidim/accountability/result_progress_updated_event: Progresul rezultatului a fost actualizat
|
28
27
|
activerecord:
|
29
28
|
models:
|
29
|
+
decidim:
|
30
|
+
accountability:
|
31
|
+
result:
|
32
|
+
budget_text: Acest rezultat %{link} a fost inclus
|
30
33
|
decidim/accountability/result:
|
31
34
|
one: Rezultat
|
32
35
|
few: Rezultate
|
@@ -168,7 +171,6 @@ ro:
|
|
168
171
|
progress: Progres
|
169
172
|
timeline_entry:
|
170
173
|
fields:
|
171
|
-
entry_date: Dată
|
172
174
|
title: Titlu
|
173
175
|
results:
|
174
176
|
count:
|
data/config/locales/ru.yml
CHANGED
@@ -19,7 +19,7 @@ ru:
|
|
19
19
|
progress: Продвижение
|
20
20
|
timeline_entry:
|
21
21
|
description: Описание
|
22
|
-
|
22
|
+
title: Заголовок
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Предложение, включенное в этот итог
|
25
25
|
decidim/accountability/result_progress_updated_event: Прогресс результатов обновлен
|
@@ -101,7 +101,7 @@ ru:
|
|
101
101
|
progress: Продвижение
|
102
102
|
timeline_entry:
|
103
103
|
fields:
|
104
|
-
|
104
|
+
title: Заголовок
|
105
105
|
results:
|
106
106
|
count:
|
107
107
|
results_count:
|
data/config/locales/si-LK.yml
CHANGED
@@ -13,7 +13,7 @@ si:
|
|
13
13
|
name: නම
|
14
14
|
timeline_entry:
|
15
15
|
description: සවිස්තරය
|
16
|
-
|
16
|
+
title: මාතෘකාව
|
17
17
|
activerecord:
|
18
18
|
models:
|
19
19
|
decidim/accountability/result:
|
@@ -54,7 +54,7 @@ si:
|
|
54
54
|
models:
|
55
55
|
timeline_entry:
|
56
56
|
fields:
|
57
|
-
|
57
|
+
title: මාතෘකාව
|
58
58
|
metrics:
|
59
59
|
results:
|
60
60
|
title: ප්රතිඵල
|
data/config/locales/sk.yml
CHANGED
@@ -19,7 +19,7 @@ sk:
|
|
19
19
|
progress: Postup
|
20
20
|
timeline_entry:
|
21
21
|
description: Popis
|
22
|
-
|
22
|
+
title: Názov
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Návrh, zahrnutý vo výsledku
|
25
25
|
decidim/accountability/result_progress_updated_event: Aktualizovaný pokrok vo výsledku
|
@@ -113,7 +113,7 @@ sk:
|
|
113
113
|
progress: Postup
|
114
114
|
timeline_entry:
|
115
115
|
fields:
|
116
|
-
|
116
|
+
title: Názov
|
117
117
|
results:
|
118
118
|
count:
|
119
119
|
results_count:
|
data/config/locales/sl.yml
CHANGED
@@ -19,7 +19,7 @@ sl:
|
|
19
19
|
progress: Napredek
|
20
20
|
timeline_entry:
|
21
21
|
description: Opis
|
22
|
-
|
22
|
+
title: Naslov
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Predlog vključen v rezultat
|
25
25
|
decidim/accountability/result_progress_updated_event: Posodobljen razvoj postavk
|
@@ -84,7 +84,7 @@ sl:
|
|
84
84
|
progress: Napredek
|
85
85
|
timeline_entry:
|
86
86
|
fields:
|
87
|
-
|
87
|
+
title: Naslov
|
88
88
|
results:
|
89
89
|
search:
|
90
90
|
search: Išči dejanja
|
data/config/locales/sq-AL.yml
CHANGED
@@ -19,7 +19,6 @@ sq:
|
|
19
19
|
progress: Ecuria
|
20
20
|
timeline_entry:
|
21
21
|
description: Përshkrimi
|
22
|
-
entry_date: Data
|
23
22
|
title: Titulli
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: Propozimi i përfshirë në një rezultat
|
@@ -167,7 +166,6 @@ sq:
|
|
167
166
|
progress: Ecuria
|
168
167
|
timeline_entry:
|
169
168
|
fields:
|
170
|
-
entry_date: Data
|
171
169
|
title: Titulli
|
172
170
|
results:
|
173
171
|
count:
|
data/config/locales/sr-CS.yml
CHANGED
@@ -19,7 +19,7 @@ sr:
|
|
19
19
|
progress: Napredak
|
20
20
|
timeline_entry:
|
21
21
|
description: Opis
|
22
|
-
|
22
|
+
title: Naslov
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Predlog uključen u rezultat
|
25
25
|
decidim/accountability/result_progress_updated_event: Rezultati napretka ažurirani
|
@@ -100,7 +100,7 @@ sr:
|
|
100
100
|
progress: Napredak
|
101
101
|
timeline_entry:
|
102
102
|
fields:
|
103
|
-
|
103
|
+
title: Naslov
|
104
104
|
results:
|
105
105
|
count:
|
106
106
|
results_count:
|
data/config/locales/th-TH.yml
CHANGED
@@ -19,7 +19,6 @@ th:
|
|
19
19
|
progress: ความคืบหน้า
|
20
20
|
timeline_entry:
|
21
21
|
description: คำอธิบาย
|
22
|
-
entry_date: วันที่
|
23
22
|
title: ชื่อ
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: ข้อเสนอที่รวมอยู่ในผลลัพธ์
|
@@ -102,6 +101,10 @@ th:
|
|
102
101
|
success: สร้างรายการสําเร็จแล้ว
|
103
102
|
destroy:
|
104
103
|
success: ลบรายการเรียบร้อยแล้ว
|
104
|
+
models:
|
105
|
+
timeline_entry:
|
106
|
+
fields:
|
107
|
+
title: ชื่อ
|
105
108
|
results:
|
106
109
|
home:
|
107
110
|
empty: ยังไม่มีผลลัพธ์
|
data/config/locales/tr-TR.yml
CHANGED
@@ -20,8 +20,7 @@ tr:
|
|
20
20
|
progress: İlerleme
|
21
21
|
timeline_entry:
|
22
22
|
description: Açıklama
|
23
|
-
|
24
|
-
title: Başlik / Unvani
|
23
|
+
title: Başlık
|
25
24
|
models:
|
26
25
|
decidim/accountability/proposal_linked_event: Teklif bir sonuca dahil edildi
|
27
26
|
decidim/accountability/result_progress_updated_event: Sonuç ilerlemesi güncellendi
|
@@ -229,7 +228,6 @@ tr:
|
|
229
228
|
progress: İlerleme
|
230
229
|
timeline_entry:
|
231
230
|
fields:
|
232
|
-
entry_date: tarih
|
233
231
|
title: Başlık
|
234
232
|
results:
|
235
233
|
count:
|
data/config/locales/uk.yml
CHANGED
@@ -19,7 +19,7 @@ uk:
|
|
19
19
|
progress: Перебіг
|
20
20
|
timeline_entry:
|
21
21
|
description: Опис
|
22
|
-
|
22
|
+
title: Назва
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: Пропозиція, включена до підсумку
|
25
25
|
activerecord:
|
@@ -100,7 +100,7 @@ uk:
|
|
100
100
|
progress: Перебіг
|
101
101
|
timeline_entry:
|
102
102
|
fields:
|
103
|
-
|
103
|
+
title: Назва
|
104
104
|
results:
|
105
105
|
count:
|
106
106
|
results_count:
|
data/config/locales/zh-CN.yml
CHANGED
@@ -19,7 +19,7 @@ zh-CN:
|
|
19
19
|
progress: 进展情况
|
20
20
|
timeline_entry:
|
21
21
|
description: 描述
|
22
|
-
|
22
|
+
title: 标题
|
23
23
|
models:
|
24
24
|
decidim/accountability/proposal_linked_event: 结果中包括的提案
|
25
25
|
decidim/accountability/result_progress_updated_event: 结果进度更新
|
@@ -107,7 +107,7 @@ zh-CN:
|
|
107
107
|
progress: 进展情况
|
108
108
|
timeline_entry:
|
109
109
|
fields:
|
110
|
-
|
110
|
+
title: 标题
|
111
111
|
results:
|
112
112
|
count:
|
113
113
|
results_count:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -19,7 +19,6 @@ zh-TW:
|
|
19
19
|
progress: 進度
|
20
20
|
timeline_entry:
|
21
21
|
description: 說明
|
22
|
-
entry_date: 日期
|
23
22
|
title: 標題
|
24
23
|
models:
|
25
24
|
decidim/accountability/proposal_linked_event: 在結果的建議
|
@@ -159,7 +158,6 @@ zh-TW:
|
|
159
158
|
progress: 進度
|
160
159
|
timeline_entry:
|
161
160
|
fields:
|
162
|
-
entry_date: 日期
|
163
161
|
title: 標題
|
164
162
|
results:
|
165
163
|
count:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-accountability
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.
|
4
|
+
version: 0.30.2
|
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: 2025-
|
13
|
+
date: 2025-09-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,126 +18,126 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.30.
|
21
|
+
version: 0.30.2
|
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.2
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
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.2
|
36
36
|
type: :runtime
|
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.2
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-admin
|
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.2
|
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.2
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-assemblies
|
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.2
|
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.2
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: decidim-comments
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - '='
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 0.30.
|
77
|
+
version: 0.30.2
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - '='
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 0.30.
|
84
|
+
version: 0.30.2
|
85
85
|
- !ruby/object:Gem::Dependency
|
86
86
|
name: decidim-dev
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - '='
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.30.
|
91
|
+
version: 0.30.2
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - '='
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.30.
|
98
|
+
version: 0.30.2
|
99
99
|
- !ruby/object:Gem::Dependency
|
100
100
|
name: decidim-meetings
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
103
|
- - '='
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version: 0.30.
|
105
|
+
version: 0.30.2
|
106
106
|
type: :development
|
107
107
|
prerelease: false
|
108
108
|
version_requirements: !ruby/object:Gem::Requirement
|
109
109
|
requirements:
|
110
110
|
- - '='
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: 0.30.
|
112
|
+
version: 0.30.2
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: decidim-participatory_processes
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
117
|
- - '='
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: 0.30.
|
119
|
+
version: 0.30.2
|
120
120
|
type: :development
|
121
121
|
prerelease: false
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
123
123
|
requirements:
|
124
124
|
- - '='
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
version: 0.30.
|
126
|
+
version: 0.30.2
|
127
127
|
- !ruby/object:Gem::Dependency
|
128
128
|
name: decidim-proposals
|
129
129
|
requirement: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
131
|
- - '='
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: 0.30.
|
133
|
+
version: 0.30.2
|
134
134
|
type: :development
|
135
135
|
prerelease: false
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
138
|
- - '='
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version: 0.30.
|
140
|
+
version: 0.30.2
|
141
141
|
description: An accountability component for decidim's participatory spaces.
|
142
142
|
email:
|
143
143
|
- josepjaume@gmail.com
|