decidim-initiatives 0.27.0 → 0.27.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/app/constraints/decidim/initiatives/current_initiative.rb +1 -1
  3. data/app/forms/decidim/initiatives/vote_form.rb +1 -0
  4. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +1 -1
  5. data/app/views/decidim/initiatives/create_initiative/previous_form.html.erb +1 -1
  6. data/app/views/decidim/initiatives/initiatives/_author.html.erb +1 -1
  7. data/app/views/decidim/initiatives/initiatives/_count.html.erb +1 -1
  8. data/app/views/decidim/initiatives/initiatives/_form.html.erb +1 -1
  9. data/config/locales/ar.yml +0 -7
  10. data/config/locales/ca.yml +20 -8
  11. data/config/locales/cs.yml +12 -5
  12. data/config/locales/de.yml +2 -3
  13. data/config/locales/el.yml +0 -3
  14. data/config/locales/en.yml +14 -2
  15. data/config/locales/es-MX.yml +12 -0
  16. data/config/locales/es-PY.yml +12 -0
  17. data/config/locales/es.yml +12 -0
  18. data/config/locales/eu.yml +2 -3
  19. data/config/locales/fi-plain.yml +12 -0
  20. data/config/locales/fi.yml +12 -0
  21. data/config/locales/fr-CA.yml +12 -3
  22. data/config/locales/fr.yml +12 -3
  23. data/config/locales/gl.yml +0 -3
  24. data/config/locales/gn-PY.yml +1 -0
  25. data/config/locales/hu.yml +0 -3
  26. data/config/locales/id-ID.yml +0 -2
  27. data/config/locales/it.yml +0 -3
  28. data/config/locales/ja.yml +12 -0
  29. data/config/locales/ka-GE.yml +1 -0
  30. data/config/locales/lb.yml +0 -3
  31. data/config/locales/lo-LA.yml +1 -0
  32. data/config/locales/lt.yml +0 -5
  33. data/config/locales/lv.yml +0 -4
  34. data/config/locales/nl.yml +0 -3
  35. data/config/locales/no.yml +0 -3
  36. data/config/locales/pl.yml +0 -5
  37. data/config/locales/pt-BR.yml +0 -3
  38. data/config/locales/pt.yml +0 -3
  39. data/config/locales/ro-RO.yml +3 -4
  40. data/config/locales/ru.yml +0 -5
  41. data/config/locales/sk.yml +0 -5
  42. data/config/locales/sv.yml +12 -3
  43. data/config/locales/tr-TR.yml +0 -3
  44. data/config/locales/uk.yml +0 -5
  45. data/config/locales/zh-CN.yml +0 -2
  46. data/lib/decidim/initiatives/admin_engine.rb +7 -1
  47. data/lib/decidim/initiatives/version.rb +1 -1
  48. metadata +18 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03ded9d5fc6f3ff2d9f39658f230573d775272d3d85538309e3a16a62d1ab80c
4
- data.tar.gz: 939b3ac24a34ff98937169adaf7c5bc80c3b9c504fa84a679c4a85c3e5402a90
3
+ metadata.gz: cebe3b555577f60826745d07d1707be967fc0101603903101d454ddbf78f9fbe
4
+ data.tar.gz: 39f12e28a9376474caed11a343a841f7d8ac94544f8ce841f495fe80424e92b7
5
5
  SHA512:
6
- metadata.gz: 2cadc45087880e36afca375fcfc1a448d9aebbe528816e4c29ef0844172ae353ffb51b3c7eabac11cf446bdaf7380019658d77c13ae3cef1c69cf7f78b505d6b
7
- data.tar.gz: 2cff36cadee36c030deee2003a3be4111ec1f3ad7295ca0412b8111c3b40993e9d09992af20468583079df8d949115b13a1bb07af458fff381817c3ebc6620c3
6
+ metadata.gz: 3716c21e58e656d2dd33b3611938dbc812131a11dc30a2528278e894cd3a50000eff5493732c3bb836795955762177e879576a14f0bd84e0be63d5ea3a57724e
7
+ data.tar.gz: 1b99d0de7dd9109f71e548542177f420e900061029af1762f1dc8dbf98711107207c80db2c925680db3f44f57eaad1f08c7f170b42eb29c8be7001b525beb238
@@ -8,7 +8,7 @@ module Decidim
8
8
  class CurrentInitiative
9
9
  include InitiativeSlug
10
10
 
11
- # Public: Matches the request against an initative and injects it
11
+ # Public: Matches the request against an initiative and injects it
12
12
  # into the environment.
13
13
  #
14
14
  # request - The request that holds the initiative relevant
@@ -83,6 +83,7 @@ module Decidim
83
83
  def user_authorized_scope
84
84
  return scope if handler_name.blank?
85
85
  return unless authorized?
86
+ return if authorization.metadata.blank?
86
87
 
87
88
  @user_authorized_scope ||= authorized_scope_candidates.find do |scope|
88
89
  scope&.id == authorization.metadata.symbolize_keys[:scope_id]
@@ -34,7 +34,7 @@
34
34
  </div>
35
35
 
36
36
  <div class="field">
37
- <%= f.editor :description, lines: 8, toolbar: :full %>
37
+ <%= text_editor_for(f, :description, lines: 8, toolbar: :full) %>
38
38
  </div>
39
39
 
40
40
  <% signature_type_options = signature_type_options(f.object) %>
@@ -27,7 +27,7 @@
27
27
  </div>
28
28
 
29
29
  <div class="field">
30
- <%= f.editor :description, lines: 8, toolbar: :full %>
30
+ <%= text_editor_for(f, :description, lines: 8, toolbar: :full) %>
31
31
  </div>
32
32
 
33
33
  <div class="actions">
@@ -29,7 +29,7 @@
29
29
  <% end %>
30
30
 
31
31
  <div class="publish-date">
32
- <%= l initiative.published_at || initiative.created_at, format: "%d/%m/%Y" %>
32
+ <%= l initiative.published_at || initiative.created_at, format: :decidim_short %>
33
33
  </div>
34
34
  </div>
35
35
  </div>
@@ -1 +1 @@
1
- <%= t(".title", count: initiatives.to_a.count) %>
1
+ <%= t(".title", count: initiatives.total_count) %>
@@ -5,7 +5,7 @@
5
5
  </div>
6
6
 
7
7
  <div class="field">
8
- <%= form.editor :description, toolbar: :full, lines: 8, disabled: !allowed_to?(:update, :initiative, initiative: current_initiative), value: translated_attribute(@form.description) %>
8
+ <%= text_editor_for(form, :description, toolbar: :full, lines: 8, disabled: !allowed_to?(:update, :initiative, initiative: current_initiative), value: translated_attribute(@form.description)) %>
9
9
  </div>
10
10
 
11
11
  <div class="field">
@@ -41,13 +41,6 @@ ar:
41
41
  name: اكمل الاسم
42
42
  activerecord:
43
43
  models:
44
- decidim/initiative:
45
- zero: بعض المبادرات
46
- one: بالمبادرة
47
- two: بعض المبادرات
48
- few: بعض المبادرات
49
- many: بعض المبادرات
50
- other: بعض المبادرات
51
44
  decidim/initiative_comittee:
52
45
  zero: Comittees
53
46
  one: إحداث الهيئة
@@ -3,8 +3,13 @@ ca:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Resposta
7
+ answer_url: URL de la resposta
8
+ area_id: Àrea
9
+ decidim_scope_id: Àmbit
6
10
  decidim_user_group_id: Autoria
7
11
  description: Descripció
12
+ hashtag: Etiqueta (hashtag)
8
13
  offline_votes: Signatures presencials
9
14
  offline_votes_for_scope: Signatures presencials per a %{scope_name}
10
15
  scope_id: Àmbit
@@ -17,8 +22,11 @@ ca:
17
22
  online: Digital
18
23
  state: Estat
19
24
  title: Títol
25
+ type_id: Tipus
20
26
  initiatives_committee_member:
21
27
  user: Membre del comitè
28
+ initiatives_settings:
29
+ initiatives_order: Ordre
22
30
  initiatives_type:
23
31
  area_enabled: Permet a les autores triar l'àrea de la seva iniciativa
24
32
  attachments_enabled: Habilitat arxius adjunts
@@ -34,9 +42,13 @@ ca:
34
42
  online_signature_enabled: S'ha activat la signatura digital
35
43
  only_global_scope_enabled: Permetre només la creació d'iniciatives d'àmbit global
36
44
  promoting_committee_enabled: Habilita el comitè promotor
45
+ signature_type: Tipus de signatura
37
46
  title: Títol
38
47
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
39
48
  validate_sms_code_on_votes: Afegeix el pas de validació mitjançant SMS al procés de signatura
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Àmbits
51
+ supports_required: Es requereixen suports
40
52
  initiatives_vote:
41
53
  date_of_birth: Data de naixement
42
54
  document_number: Número de document
@@ -206,7 +218,7 @@ ca:
206
218
  committee_requests:
207
219
  index:
208
220
  approve: Aprova
209
- confirm_revoke: Estàs segur?
221
+ confirm_revoke: Segur?
210
222
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones al comitè promotor
211
223
  no_members_yet: No hi ha membres al comitè promotor
212
224
  revoke: Revocar
@@ -223,8 +235,8 @@ ca:
223
235
  initiatives:
224
236
  edit:
225
237
  accept: Accepta la iniciativa
226
- confirm: Estàs segur?
227
- confirm_send_to_technical_validation: N'estàs segura?
238
+ confirm: Segur?
239
+ confirm_send_to_technical_validation: Segur?
228
240
  discard: Descarta la iniciativa
229
241
  export_pdf_signatures: Exporta PDF de signatures
230
242
  export_votes: Exportar signatures
@@ -266,7 +278,7 @@ ca:
266
278
  success: L'àmbit s'ha eliminat correctament
267
279
  edit:
268
280
  back: Torna
269
- confirm_destroy: N'estàs segur?
281
+ confirm_destroy: Segur?
270
282
  destroy: Suprimeix
271
283
  title: Edita l'àmbit del tipus d'iniciativa
272
284
  update: Actualitza
@@ -284,7 +296,7 @@ ca:
284
296
  destroy:
285
297
  success: S'ha eliminat correctament el tipus d'iniciativa
286
298
  edit:
287
- confirm_destroy: N'estàs segur?
299
+ confirm_destroy: Segur?
288
300
  destroy: Suprimeix
289
301
  update: Actualitza
290
302
  form:
@@ -394,7 +406,7 @@ ca:
394
406
  edit:
395
407
  accept: Accepta la iniciativa
396
408
  back: Tornar
397
- confirm: N'estàs segura?
409
+ confirm: Segur?
398
410
  discard: Descarta la iniciativa
399
411
  export_pdf_signatures: Exporta PDF de signatures
400
412
  export_votes: Exportar signatures
@@ -469,7 +481,7 @@ ca:
469
481
  other: i %{count} persones més
470
482
  committee_members:
471
483
  approve: Aprova
472
- confirm_revoke: N'estàs segura?
484
+ confirm_revoke: Segur?
473
485
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones a la comissió promotora
474
486
  no_members_yet: No hi ha membres a la comissió promotora
475
487
  revoke: Revocar
@@ -541,7 +553,7 @@ ca:
541
553
  initiative_rejected_reason: Aquesta iniciativa ha estat rebutjada per falta de signatures.
542
554
  show:
543
555
  any_vote_method: Aquesta iniciativa recull signatures digitals i presencials.
544
- confirm: Estàs a punt d'enviar la iniciativa perquè una administradora la revisi i la publiqui. Un cop publicada no la podràs editar. N'estàs segura?
556
+ confirm: Estàs a punt d'enviar la iniciativa perquè una administradora la revisi i la publiqui. Un cop publicada no la podràs editar. Segur?
545
557
  edit: Editar
546
558
  follow_description: Rebre una notificació quan hi hagi novetats sobre aquesta iniciativa
547
559
  offline_method: Aquesta iniciativa només recull signatures presencials.
@@ -3,8 +3,13 @@ cs:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Odpověď
7
+ answer_url: URL odpovědi
8
+ area_id: Oblast
9
+ decidim_scope_id: Oblast působnosti
6
10
  decidim_user_group_id: Autor
7
11
  description: Popis
12
+ hashtag: Hashtag
8
13
  offline_votes: Osobní fyzické podpisy
9
14
  offline_votes_for_scope: Podepsané osoby pro %{scope_name}
10
15
  scope_id: Rozsah
@@ -17,8 +22,11 @@ cs:
17
22
  online: OnLine
18
23
  state: Stav
19
24
  title: Titul
25
+ type_id: Typ
20
26
  initiatives_committee_member:
21
27
  user: Člen výboru
28
+ initiatives_settings:
29
+ initiatives_order: Pořadí
22
30
  initiatives_type:
23
31
  area_enabled: Povolit autorům vybrat tematickou oblast pro jejich iniciativu
24
32
  attachments_enabled: Povolit přílohy
@@ -34,9 +42,13 @@ cs:
34
42
  online_signature_enabled: Online podpis povolen
35
43
  only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
36
44
  promoting_committee_enabled: Povolit podporu výboru
45
+ signature_type: Typ podpisu
37
46
  title: Titul
38
47
  undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
39
48
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Oblasti působnosti
51
+ supports_required: Potřebné podpory
40
52
  initiatives_vote:
41
53
  date_of_birth: Datum narození
42
54
  document_number: Číslo dokumentu
@@ -56,11 +68,6 @@ cs:
56
68
  title: Název nesmí být prázdný
57
69
  activerecord:
58
70
  models:
59
- decidim/initiative:
60
- one: Iniciativa
61
- few: Iniciativy
62
- many: Iniciativ
63
- other: Iniciativy
64
71
  decidim/initiative_comittee:
65
72
  one: Výbor
66
73
  few: Výbory
@@ -19,6 +19,8 @@ de:
19
19
  title: Titel
20
20
  initiatives_committee_member:
21
21
  user: Ausschussmitglied
22
+ initiatives_settings:
23
+ initiatives_order: Reihenfolge
22
24
  initiatives_type:
23
25
  area_enabled: Die Auswahl des Bereichs von Initiativen für Autoren freigeben
24
26
  attachments_enabled: Anhänge freigeben
@@ -56,9 +58,6 @@ de:
56
58
  title: Der Titel sollte nicht leer sein
57
59
  activerecord:
58
60
  models:
59
- decidim/initiative:
60
- one: Initativ
61
- other: Initiativen
62
61
  decidim/initiative_comittee:
63
62
  one: Komitee
64
63
  other: Ausschüsse
@@ -52,9 +52,6 @@ el:
52
52
  title: Ο τίτλος δεν πρέπει να είναι κενός
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- one: Πρωτοβουλία
57
- other: Πρωτοβουλίες
58
55
  decidim/initiative_comittee:
59
56
  one: Επιτροπή
60
57
  other: Επιτροπές
@@ -3,8 +3,13 @@ en:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Answer
7
+ answer_url: Answer URL
8
+ area_id: Area
9
+ decidim_scope_id: Scope
6
10
  decidim_user_group_id: Author
7
11
  description: Description
12
+ hashtag: Hashtag
8
13
  offline_votes: In-person signatures
9
14
  offline_votes_for_scope: In-person signatures for %{scope_name}
10
15
  scope_id: Scope
@@ -17,8 +22,11 @@ en:
17
22
  online: Online
18
23
  state: Status
19
24
  title: Title
25
+ type_id: Type
20
26
  initiatives_committee_member:
21
27
  user: Committee member
28
+ initiatives_settings:
29
+ initiatives_order: Order
22
30
  initiatives_type:
23
31
  area_enabled: Enable authors to choose the area for their initiative
24
32
  attachments_enabled: Enable attachments
@@ -34,9 +42,13 @@ en:
34
42
  online_signature_enabled: Online signature enabled
35
43
  only_global_scope_enabled: Only allow global scope initiatives creation
36
44
  promoting_committee_enabled: Enable promoting committee
45
+ signature_type: Signature type
37
46
  title: Title
38
47
  undo_online_signatures_enabled: Enable participants to undo their online signatures
39
48
  validate_sms_code_on_votes: Add SMS code validation step to signature process
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Scopes
51
+ supports_required: Supports required
40
52
  initiatives_vote:
41
53
  date_of_birth: Date of birth
42
54
  document_number: Document number
@@ -57,8 +69,8 @@ en:
57
69
  activerecord:
58
70
  models:
59
71
  decidim/initiative:
60
- one: Initative
61
- other: Initatives
72
+ one: Initiative
73
+ other: Initiatives
62
74
  decidim/initiative_comittee:
63
75
  one: Comittee
64
76
  other: Comittees
@@ -3,8 +3,13 @@ es-MX:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
8
+ area_id: Área
9
+ decidim_scope_id: Ámbito
6
10
  decidim_user_group_id: Autor
7
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
8
13
  offline_votes: Apoyo cara a cara
9
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
15
  scope_id: Alcance
@@ -17,8 +22,11 @@ es-MX:
17
22
  online: En línea
18
23
  state: Estado
19
24
  title: Título
25
+ type_id: Tipo
20
26
  initiatives_committee_member:
21
27
  user: Miembro del Comité
28
+ initiatives_settings:
29
+ initiatives_order: Orden
22
30
  initiatives_type:
23
31
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
24
32
  attachments_enabled: Habilitar archivos adjuntos
@@ -34,9 +42,13 @@ es-MX:
34
42
  online_signature_enabled: Firma en línea habilitada
35
43
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
36
44
  promoting_committee_enabled: Habilitar el comité promotor
45
+ signature_type: Tipo de firma
37
46
  title: Título
38
47
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
39
48
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
40
52
  initiatives_vote:
41
53
  date_of_birth: Fecha de nacimiento
42
54
  document_number: Número del Documento
@@ -3,8 +3,13 @@ es-PY:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
8
+ area_id: Área
9
+ decidim_scope_id: Ámbito
6
10
  decidim_user_group_id: Autor
7
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
8
13
  offline_votes: Apoyo cara a cara
9
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
15
  scope_id: Alcance
@@ -17,8 +22,11 @@ es-PY:
17
22
  online: En línea
18
23
  state: Estado
19
24
  title: Título
25
+ type_id: Tipo
20
26
  initiatives_committee_member:
21
27
  user: Miembro del Comité
28
+ initiatives_settings:
29
+ initiatives_order: Orden
22
30
  initiatives_type:
23
31
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
24
32
  attachments_enabled: Habilitar archivos adjuntos
@@ -34,9 +42,13 @@ es-PY:
34
42
  online_signature_enabled: Firma en línea habilitada
35
43
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
36
44
  promoting_committee_enabled: Habilitar el comité promotor
45
+ signature_type: Tipo de firma
37
46
  title: Título
38
47
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
39
48
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
40
52
  initiatives_vote:
41
53
  date_of_birth: Fecha de nacimiento
42
54
  document_number: Número del Documento
@@ -3,8 +3,13 @@ es:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
8
+ area_id: Área
9
+ decidim_scope_id: Ámbito
6
10
  decidim_user_group_id: Autoria
7
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
8
13
  offline_votes: Firmas presenciales
9
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
15
  scope_id: Ámbito
@@ -17,8 +22,11 @@ es:
17
22
  online: Digital
18
23
  state: Estado
19
24
  title: Título
25
+ type_id: Tipo
20
26
  initiatives_committee_member:
21
27
  user: Miembro del Comité
28
+ initiatives_settings:
29
+ initiatives_order: Orden
22
30
  initiatives_type:
23
31
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
24
32
  attachments_enabled: Habilitar archivos adjuntos
@@ -34,9 +42,13 @@ es:
34
42
  online_signature_enabled: Firma digital habilitada
35
43
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
36
44
  promoting_committee_enabled: Habilitar el comité promotor
45
+ signature_type: Tipo de firma
37
46
  title: Título
38
47
  undo_online_signatures_enabled: Permitir a las participantes deshacer sus firmas digitales
39
48
  validate_sms_code_on_votes: Añadir paso de validación mediante SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
40
52
  initiatives_vote:
41
53
  date_of_birth: Fecha de nacimiento
42
54
  document_number: Número de documento
@@ -3,6 +3,7 @@ eu:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ area_id: Arloa
6
7
  decidim_user_group_id: Egilea
7
8
  description: deskribapena
8
9
  offline_votes: Aurrez aurreko sinadurak
@@ -33,6 +34,7 @@ eu:
33
34
  online_signature_enabled: Sinadura elektronikoa gaituta dago
34
35
  only_global_scope_enabled: Eremu globaleko ekimenak soilik sortzeko aukera ematea
35
36
  promoting_committee_enabled: Batzorde sustatzailea gaitzea
37
+ signature_type: Sinadura mota
36
38
  title: Izenburua
37
39
  undo_online_signatures_enabled: Gaitu erabiltzaileek beren sinadurak desegin ditzaten
38
40
  validate_sms_code_on_votes: Gehitu SMS kodea baliozkotzeko urratsa sinadura prozesura
@@ -55,9 +57,6 @@ eu:
55
57
  title: Izenburua ezin da hutsik egon
56
58
  activerecord:
57
59
  models:
58
- decidim/initiative:
59
- one: Ekimena
60
- other: Initatives
61
60
  decidim/initiative_comittee:
62
61
  one: Batzordea
63
62
  other: Comittees
@@ -3,8 +3,13 @@ fi-pl:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Vastaus
7
+ answer_url: Vastaa URL-osoite
8
+ area_id: Alue
9
+ decidim_scope_id: Teema
6
10
  decidim_user_group_id: Laatija
7
11
  description: Kuvaus
12
+ hashtag: Aihetunniste (hashtag)
8
13
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
9
14
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
10
15
  scope_id: Teema
@@ -17,8 +22,11 @@ fi-pl:
17
22
  online: Verkossa
18
23
  state: Tila
19
24
  title: Otsikko
25
+ type_id: Tyyppi
20
26
  initiatives_committee_member:
21
27
  user: Komitean jäsen
28
+ initiatives_settings:
29
+ initiatives_order: Järjestys
22
30
  initiatives_type:
23
31
  area_enabled: Salli alueen valinta aloitteille
24
32
  attachments_enabled: Salli liitteet
@@ -34,9 +42,13 @@ fi-pl:
34
42
  online_signature_enabled: Online-allekirjoitus on käytössä
35
43
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
36
44
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
45
+ signature_type: Allekirjoitustapa
37
46
  title: Otsikko
38
47
  undo_online_signatures_enabled: Salli käyttäjien peruuttaa verkossa tehdyt allekirjoitukset
39
48
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Teemat
51
+ supports_required: Kannatuksia vaaditaan
40
52
  initiatives_vote:
41
53
  date_of_birth: Syntymäaika
42
54
  document_number: Asiakirjan numero
@@ -3,8 +3,13 @@ fi:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Vastaus
7
+ answer_url: Vastaa URL-osoite
8
+ area_id: Alue
9
+ decidim_scope_id: Teema
6
10
  decidim_user_group_id: Laatija
7
11
  description: Kuvaus
12
+ hashtag: Aihetunniste (hashtag)
8
13
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
9
14
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
10
15
  scope_id: Teema
@@ -17,8 +22,11 @@ fi:
17
22
  online: Verkossa
18
23
  state: Tila
19
24
  title: Otsikko
25
+ type_id: Tyyppi
20
26
  initiatives_committee_member:
21
27
  user: Komitean jäsen
28
+ initiatives_settings:
29
+ initiatives_order: Järjestys
22
30
  initiatives_type:
23
31
  area_enabled: Salli alueen valinta aloitteille
24
32
  attachments_enabled: Salli liitteet
@@ -34,9 +42,13 @@ fi:
34
42
  online_signature_enabled: Online-allekirjoitus on käytössä
35
43
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
36
44
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
45
+ signature_type: Allekirjoitustapa
37
46
  title: Otsikko
38
47
  undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
39
48
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Teemat
51
+ supports_required: Kannatuksia vaaditaan
40
52
  initiatives_vote:
41
53
  date_of_birth: Syntymäaika
42
54
  document_number: Asiakirjan numero
@@ -3,8 +3,13 @@ fr-CA:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Réponse
7
+ answer_url: URL de la réponse
8
+ area_id: Périmètre d'assemblée
9
+ decidim_scope_id: Secteur
6
10
  decidim_user_group_id: Auteur
7
11
  description: Description
12
+ hashtag: Hashtag
8
13
  offline_votes: Votes en présentiel
9
14
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
10
15
  scope_id: Secteur
@@ -17,8 +22,11 @@ fr-CA:
17
22
  online: En ligne
18
23
  state: Etat
19
24
  title: Titre
25
+ type_id: Type
20
26
  initiatives_committee_member:
21
27
  user: Membre du Comité de promotion
28
+ initiatives_settings:
29
+ initiatives_order: Ordre
22
30
  initiatives_type:
23
31
  area_enabled: Permettre aux auteurs de choisir la zone pour leur initiative
24
32
  attachments_enabled: Autoriser les pièces jointes
@@ -34,9 +42,13 @@ fr-CA:
34
42
  online_signature_enabled: Signature en ligne activée
35
43
  only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
36
44
  promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
45
+ signature_type: Type de signature
37
46
  title: Titre
38
47
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
39
48
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Secteurs
51
+ supports_required: Signatures requises
40
52
  initiatives_vote:
41
53
  date_of_birth: Date de naissance
42
54
  document_number: Numéro de document
@@ -56,9 +68,6 @@ fr-CA:
56
68
  title: Le titre ne doit pas être vide
57
69
  activerecord:
58
70
  models:
59
- decidim/initiative:
60
- one: Initiative
61
- other: Initiatives
62
71
  decidim/initiative_comittee:
63
72
  one: Comité
64
73
  other: Comités
@@ -3,8 +3,13 @@ fr:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Réponse
7
+ answer_url: URL de la réponse
8
+ area_id: Périmètre d'assemblée
9
+ decidim_scope_id: Secteur
6
10
  decidim_user_group_id: Auteur
7
11
  description: Description
12
+ hashtag: Hashtag
8
13
  offline_votes: Votes en présentiel
9
14
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
10
15
  scope_id: Secteur
@@ -17,8 +22,11 @@ fr:
17
22
  online: En ligne
18
23
  state: Etat
19
24
  title: Titre
25
+ type_id: Type
20
26
  initiatives_committee_member:
21
27
  user: Membre du Comité de promotion
28
+ initiatives_settings:
29
+ initiatives_order: Ordre
22
30
  initiatives_type:
23
31
  area_enabled: Permettre aux auteurs de choisir le périmètre d'assemblée pour leur pétition
24
32
  attachments_enabled: Autoriser les pièces jointes
@@ -34,9 +42,13 @@ fr:
34
42
  online_signature_enabled: Signature en ligne activée
35
43
  only_global_scope_enabled: Autoriser uniquement la création de pétitions de portée globale
36
44
  promoting_committee_enabled: Activer les comités de promotion sur ce type de pétition (témoin.s dont l'invitation par l'auteur est obligatoire pour la validation de la pétition si cette fonctionnalité est activée)
45
+ signature_type: Type de signature
37
46
  title: Titre
38
47
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
39
48
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Secteurs
51
+ supports_required: Signatures requises
40
52
  initiatives_vote:
41
53
  date_of_birth: Date de naissance
42
54
  document_number: Numéro de document
@@ -56,9 +68,6 @@ fr:
56
68
  title: Le titre ne doit pas être vide
57
69
  activerecord:
58
70
  models:
59
- decidim/initiative:
60
- one: Pétition
61
- other: Pétitions
62
71
  decidim/initiative_comittee:
63
72
  one: Comité
64
73
  other: Comités
@@ -40,9 +40,6 @@ gl:
40
40
  name: Nome completo
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- one: Initativo
45
- other: Iniciais
46
43
  decidim/initiative_comittee:
47
44
  one: Comite
48
45
  other: Comités
@@ -0,0 +1 @@
1
+ gn:
@@ -56,9 +56,6 @@ hu:
56
56
  title: A cím nem lehet üres
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Kezdeményezés
61
- other: Kezdeményezések
62
59
  decidim/initiative_comittee:
63
60
  one: Bizottság
64
61
  other: Bizottságok
@@ -40,8 +40,6 @@ id:
40
40
  name: Nama lengkap
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- other: Initatives
45
43
  decidim/initiative_comittee:
46
44
  other: Komite-komite
47
45
  decidim/initiative_vote:
@@ -55,9 +55,6 @@ it:
55
55
  title: Il nome non dovrebbe essere vuoto
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniziativa
60
- other: Iniziative
61
58
  decidim/initiative_comittee:
62
59
  one: Comitato di
63
60
  other: COMITATI
@@ -3,8 +3,13 @@ ja:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: 回答
7
+ answer_url: 回答URL
8
+ area_id: エリア
9
+ decidim_scope_id: スコープ
6
10
  decidim_user_group_id: 作成者
7
11
  description: 説明
12
+ hashtag: ハッシュタグ
8
13
  offline_votes: In-personal 署名
9
14
  offline_votes_for_scope: '%{scope_name} の In-personal 署名'
10
15
  scope_id: スコープ
@@ -17,8 +22,11 @@ ja:
17
22
  online: オンライン
18
23
  state: ステータス
19
24
  title: タイトル
25
+ type_id: タイプ
20
26
  initiatives_committee_member:
21
27
  user: 委員会メンバー
28
+ initiatives_settings:
29
+ initiatives_order: 順番
22
30
  initiatives_type:
23
31
  area_enabled: 作成者がイニシアチブの領域を選択できるようにする
24
32
  attachments_enabled: 添付ファイルを有効化
@@ -34,9 +42,13 @@ ja:
34
42
  online_signature_enabled: オンライン署名は有効です
35
43
  only_global_scope_enabled: グローバルスコープのイニシアチブの作成のみを許可する
36
44
  promoting_committee_enabled: 推進委員会を有効にする
45
+ signature_type: 署名の種別
37
46
  title: タイトル
38
47
  undo_online_signatures_enabled: 参加者がオンライン署名を取り消すことを有効にする
39
48
  validate_sms_code_on_votes: 署名プロセスにSMSコード検証ステップを追加
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: スコープ
51
+ supports_required: 必要サポート数
40
52
  initiatives_vote:
41
53
  date_of_birth: 誕生日
42
54
  document_number: ドキュメント番号
@@ -0,0 +1 @@
1
+ ka:
@@ -55,9 +55,6 @@ lb:
55
55
  title: Der Titel sollte nicht leer sein
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Initativ
60
- other: Initiativen
61
58
  decidim/initiative_comittee:
62
59
  one: Komitee
63
60
  other: Ausschüsse
@@ -0,0 +1 @@
1
+ lo:
@@ -56,11 +56,6 @@ lt:
56
56
  title: Pavadinimo laukas neturėtų būti tuščias
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Iniciatyva
61
- few: Iniciatyvos
62
- many: Iniciatyvos
63
- other: Iniciatyvos
64
59
  decidim/initiative_comittee:
65
60
  one: Komitetas
66
61
  few: Komitetai
@@ -52,10 +52,6 @@ lv:
52
52
  title: Virsrakstam nevajadzētu būt tukšam
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- zero: Iniciatīvas
57
- one: Iniciatīva
58
- other: Iniciatīvas
59
55
  decidim/initiative_comittee:
60
56
  zero: Komitejas
61
57
  one: Komiteja
@@ -52,9 +52,6 @@ nl:
52
52
  title: Titel mag niet leeg zijn
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- one: Initatief
57
- other: Initatief
58
55
  decidim/initiative_comittee:
59
56
  one: Commissie
60
57
  other: Commissies
@@ -55,9 +55,6 @@
55
55
  title: Tittelen bør ikke være tom
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Initiativ
60
- other: Initiativer
61
58
  decidim/initiative_comittee:
62
59
  one: Komité
63
60
  other: Komitér
@@ -55,11 +55,6 @@ pl:
55
55
  title: Tytuł nie może być pusty
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Inicjatywa
60
- few: Inicjatywy
61
- many: Inicjatyw
62
- other: Inicjatyw
63
58
  decidim/initiative_comittee:
64
59
  one: Komitet
65
60
  few: Komitety
@@ -55,9 +55,6 @@ pt-BR:
55
55
  title: O título não pode ficar vazio
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniciativa
60
- other: Iniciativas
61
58
  decidim/initiative_comittee:
62
59
  one: Comissão
63
60
  other: Comissões
@@ -55,9 +55,6 @@ pt:
55
55
  title: O título não deve estar vazio
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniciativa
60
- other: Iniciativas
61
58
  decidim/initiative_comittee:
62
59
  one: Comité
63
60
  other: Comités
@@ -3,6 +3,7 @@ ro:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ decidim_scope_id: Domeniu de interes
6
7
  decidim_user_group_id: Autor
7
8
  description: Descriere
8
9
  offline_votes: Semnături în persoană
@@ -37,6 +38,8 @@ ro:
37
38
  title: Titlu
38
39
  undo_online_signatures_enabled: Permite participanților să își anuleze semnăturile online
39
40
  validate_sms_code_on_votes: Adaugă etapa validării codului SMS la procesul de semnare
41
+ initiatives_type_scope:
42
+ decidim_scopes_id: Domenii de interes
40
43
  initiatives_vote:
41
44
  date_of_birth: Data naşterii
42
45
  document_number: Număr document
@@ -56,10 +59,6 @@ ro:
56
59
  title: Titlul nu ar trebui să fie gol
57
60
  activerecord:
58
61
  models:
59
- decidim/initiative:
60
- one: Inițiativă
61
- few: Initații
62
- other: Initații
63
62
  decidim/initiative_comittee:
64
63
  one: Comitet
65
64
  few: Grupuri
@@ -27,11 +27,6 @@ ru:
27
27
  name: Полное имя
28
28
  activerecord:
29
29
  models:
30
- decidim/initiative:
31
- one: Почин
32
- few: Почина
33
- many: Починов
34
- other: Починов
35
30
  decidim/initiative_comittee:
36
31
  one: Рабочая группа
37
32
  few: Рабочих группы
@@ -41,11 +41,6 @@ sk:
41
41
  name: Kompletné meno
42
42
  activerecord:
43
43
  models:
44
- decidim/initiative:
45
- one: Iniciatíva
46
- few: Iniciatívy
47
- many: Iniciatívy
48
- other: Iniciatívy
49
44
  decidim/initiative_comittee:
50
45
  one: Komisia
51
46
  few: Komisie
@@ -3,8 +3,12 @@ sv:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Svar
7
+ area_id: Område
8
+ decidim_scope_id: Omfång
6
9
  decidim_user_group_id: Författare
7
10
  description: Beskrivning
11
+ hashtag: Hashtag
8
12
  offline_votes: Fysiska underskrifter
9
13
  scope_id: Omfång
10
14
  signature_end_date: Insamling av underskrifter avslutas
@@ -16,8 +20,11 @@ sv:
16
20
  online: Online
17
21
  state: Status
18
22
  title: Titel
23
+ type_id: Typ
19
24
  initiatives_committee_member:
20
25
  user: Kommittémedlem
26
+ initiatives_settings:
27
+ initiatives_order: Ordning
21
28
  initiatives_type:
22
29
  area_enabled: Gör det möjligt för författare att välja området för deras initiativ
23
30
  attachments_enabled: Aktivera bilagor
@@ -30,9 +37,12 @@ sv:
30
37
  minimum_committee_members: Minsta antal kommittémedlemmar
31
38
  online_signature_enabled: Digitala signaturer är aktiverade
32
39
  promoting_committee_enabled: Tillåt kampanjutskott
40
+ signature_type: Signaturtyp
33
41
  title: Titel
34
42
  undo_online_signatures_enabled: Tillåt deltagare att ångra sina online-underskrifter
35
43
  validate_sms_code_on_votes: Lägg till SMS-validering till signeringsprocessen
44
+ initiatives_type_scope:
45
+ decidim_scopes_id: Omfång
36
46
  initiatives_vote:
37
47
  date_of_birth: Födelsedatum
38
48
  document_number: Dokumentnummer
@@ -52,9 +62,6 @@ sv:
52
62
  title: Titeln bör inte vara tom
53
63
  activerecord:
54
64
  models:
55
- decidim/initiative:
56
- one: Intitiativ
57
- other: Initiativ
58
65
  decidim/initiative_comittee:
59
66
  one: Kommitté
60
67
  other: Kommittéer
@@ -87,6 +94,7 @@ sv:
87
94
  components: Komponenter
88
95
  information: Information
89
96
  initiatives: Initiativ
97
+ initiatives_settings: Inställningar
90
98
  initiatives_types: Initiativtyper
91
99
  moderations: Moderering
92
100
  models:
@@ -199,6 +207,7 @@ sv:
199
207
  max_results: Högsta antal element att visa
200
208
  order:
201
209
  default: Standard (Äldste)
210
+ label: 'Sortera efter:'
202
211
  most_recent: Senaste
203
212
  exports:
204
213
  initiatives: Initiativ
@@ -55,9 +55,6 @@ tr:
55
55
  title: Başlık boş olamaz
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: İnisiyatif
60
- other: Initatives
61
58
  decidim/initiative_comittee:
62
59
  one: Komitesi
63
60
  other: Kurullar
@@ -27,11 +27,6 @@ uk:
27
27
  name: Повне ім'я
28
28
  activerecord:
29
29
  models:
30
- decidim/initiative:
31
- one: Почин
32
- few: Почини
33
- many: Починів
34
- other: Починів
35
30
  decidim/initiative_comittee:
36
31
  one: Робочий гурт
37
32
  few: Робочих гурти
@@ -55,8 +55,6 @@ zh-CN:
55
55
  title: 标题不能为空
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- other: Initatives
60
58
  decidim/initiative_comittee:
61
59
  other: 我好
62
60
  decidim/initiative_vote:
@@ -90,7 +90,13 @@ module Decidim
90
90
  decidim_admin_initiatives.initiatives_path,
91
91
  icon_name: "chat",
92
92
  position: 2.4,
93
- active: :inclusive,
93
+ active: is_active_link?(decidim_admin_initiatives.initiatives_path) ||
94
+ is_active_link?(decidim_admin_initiatives.initiatives_types_path) ||
95
+ is_active_link?(
96
+ decidim_admin_initiatives.edit_initiatives_setting_path(
97
+ Decidim::InitiativesSettings.find_or_create_by!(organization: current_organization)
98
+ )
99
+ ),
94
100
  if: allowed_to?(:enter, :space_area, space_name: :initiatives)
95
101
  end
96
102
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-initiatives version.
5
5
  module Initiatives
6
6
  def self.version
7
- "0.27.0"
7
+ "0.27.2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-initiatives
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.27.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Salvador Perez Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-29 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.27.0
19
+ version: 0.27.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.27.0
26
+ version: 0.27.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-comments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.27.0
33
+ version: 0.27.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.27.0
40
+ version: 0.27.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-core
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.27.0
47
+ version: 0.27.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.27.0
54
+ version: 0.27.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: decidim-verifications
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.27.0
61
+ version: 0.27.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 0.27.0
68
+ version: 0.27.2
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: origami
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -142,28 +142,28 @@ dependencies:
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.27.0
145
+ version: 0.27.2
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 0.27.0
152
+ version: 0.27.2
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: decidim-meetings
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 0.27.0
159
+ version: 0.27.2
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 0.27.0
166
+ version: 0.27.2
167
167
  description: Participants initiatives plugin for decidim.
168
168
  email:
169
169
  - jsperezg@gmail.com
@@ -429,6 +429,7 @@ files:
429
429
  - config/locales/fr.yml
430
430
  - config/locales/ga-IE.yml
431
431
  - config/locales/gl.yml
432
+ - config/locales/gn-PY.yml
432
433
  - config/locales/hr-HR.yml
433
434
  - config/locales/hr.yml
434
435
  - config/locales/hu.yml
@@ -437,10 +438,12 @@ files:
437
438
  - config/locales/is.yml
438
439
  - config/locales/it.yml
439
440
  - config/locales/ja.yml
441
+ - config/locales/ka-GE.yml
440
442
  - config/locales/ko-KR.yml
441
443
  - config/locales/ko.yml
442
444
  - config/locales/lb-LU.yml
443
445
  - config/locales/lb.yml
446
+ - config/locales/lo-LA.yml
444
447
  - config/locales/lt-LT.yml
445
448
  - config/locales/lt.yml
446
449
  - config/locales/lv.yml
@@ -569,7 +572,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
569
572
  - !ruby/object:Gem::Version
570
573
  version: '0'
571
574
  requirements: []
572
- rubygems_version: 3.2.22
575
+ rubygems_version: 3.3.7
573
576
  signing_key:
574
577
  specification_version: 4
575
578
  summary: Decidim initiatives module