decidim-initiatives 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/initiatives/admin/initiatives_types.js.es6 +18 -0
  3. data/app/assets/stylesheet/decidim/initiatives/initiatives.scss +6 -0
  4. data/app/cells/decidim/initiatives/initiative_m_cell.rb +14 -0
  5. data/app/cells/decidim/initiatives_votes/vote/show.erb +12 -9
  6. data/app/cells/decidim/initiatives_votes/vote_cell.rb +7 -0
  7. data/app/commands/decidim/initiatives/admin/create_initiative_type.rb +3 -1
  8. data/app/commands/decidim/initiatives/admin/update_initiative_type.rb +3 -1
  9. data/app/commands/decidim/initiatives/attachment_methods.rb +9 -5
  10. data/app/commands/decidim/initiatives/create_initiative.rb +2 -2
  11. data/app/commands/decidim/initiatives/unvote_initiative.rb +4 -10
  12. data/app/commands/decidim/initiatives/vote_initiative.rb +36 -36
  13. data/app/controllers/decidim/initiatives/admin/answers_controller.rb +2 -3
  14. data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +2 -2
  15. data/app/controllers/decidim/initiatives/create_initiative_controller.rb +1 -1
  16. data/app/controllers/decidim/initiatives/initiative_signatures_controller.rb +19 -23
  17. data/app/controllers/decidim/initiatives/initiative_votes_controller.rb +11 -5
  18. data/app/controllers/decidim/initiatives/initiatives_controller.rb +11 -10
  19. data/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb +9 -1
  20. data/app/controllers/decidim/initiatives/{initiative_widgets_controller.rb → widgets_controller.rb} +2 -2
  21. data/app/forms/decidim/initiatives/admin/initiative_form.rb +19 -8
  22. data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +3 -0
  23. data/app/forms/decidim/initiatives/initiative_form.rb +23 -2
  24. data/app/forms/decidim/initiatives/vote_form.rb +133 -78
  25. data/app/models/decidim/initiative.rb +123 -52
  26. data/app/models/decidim/initiatives_type.rb +5 -2
  27. data/app/models/decidim/initiatives_type_scope.rb +5 -1
  28. data/app/models/decidim/initiatives_vote.rb +19 -23
  29. data/app/permissions/decidim/initiatives/admin/permissions.rb +2 -2
  30. data/app/permissions/decidim/initiatives/permissions.rb +2 -4
  31. data/app/presenters/decidim/initiatives/initiative_stats_presenter.rb +1 -5
  32. data/app/views/decidim/initiatives/admin/answers/_info_initiative.html.erb +1 -1
  33. data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +39 -17
  34. data/app/views/decidim/initiatives/admin/initiatives/export_pdf_signatures.pdf.erb +12 -9
  35. data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +35 -10
  36. data/app/views/decidim/initiatives/admin/initiatives_types/_initiative_type_scopes.html.erb +28 -25
  37. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +18 -16
  38. data/app/views/decidim/initiatives/initiative_signatures/fill_personal_data.html.erb +0 -1
  39. data/app/views/decidim/initiatives/initiative_signatures/update_buttons_and_counters.js.erb +1 -1
  40. data/app/views/decidim/initiatives/initiative_votes/update_buttons_and_counters.js.erb +1 -1
  41. data/app/views/decidim/initiatives/initiatives/_index_header.html.erb +36 -2
  42. data/app/views/decidim/initiatives/initiatives/_initiatives.html.erb +10 -0
  43. data/app/views/decidim/initiatives/initiatives/_progress_bar.html.erb +24 -9
  44. data/app/views/decidim/initiatives/initiatives/_vote_cabin.html.erb +1 -13
  45. data/app/views/decidim/initiatives/initiatives/show.html.erb +1 -3
  46. data/app/views/layouts/decidim/initiative.html.erb +1 -0
  47. data/config/locales/am-ET.yml +1 -0
  48. data/config/locales/ar.yml +0 -4
  49. data/config/locales/bg.yml +13 -0
  50. data/config/locales/ca.yml +22 -8
  51. data/config/locales/cs.yml +18 -4
  52. data/config/locales/da.yml +1 -0
  53. data/config/locales/de.yml +7 -4
  54. data/config/locales/el.yml +0 -4
  55. data/config/locales/en.yml +18 -4
  56. data/config/locales/eo.yml +1 -0
  57. data/config/locales/es-MX.yml +18 -4
  58. data/config/locales/es-PY.yml +18 -4
  59. data/config/locales/es.yml +31 -17
  60. data/config/locales/et.yml +1 -0
  61. data/config/locales/eu.yml +0 -14
  62. data/config/locales/fi-plain.yml +18 -4
  63. data/config/locales/fi.yml +18 -4
  64. data/config/locales/fr-CA.yml +32 -4
  65. data/config/locales/fr.yml +36 -8
  66. data/config/locales/gl.yml +0 -14
  67. data/config/locales/hr.yml +1 -0
  68. data/config/locales/hu.yml +5 -4
  69. data/config/locales/id-ID.yml +0 -14
  70. data/config/locales/is-IS.yml +0 -10
  71. data/config/locales/is.yml +251 -0
  72. data/config/locales/it.yml +9 -4
  73. data/config/locales/ja-JP.yml +43 -49
  74. data/config/locales/ja.yml +549 -0
  75. data/config/locales/ko-KR.yml +1 -0
  76. data/config/locales/ko.yml +1 -0
  77. data/config/locales/lt.yml +1 -0
  78. data/config/locales/{lv-LV.yml → lv.yml} +0 -4
  79. data/config/locales/mt.yml +1 -0
  80. data/config/locales/nl.yml +9 -4
  81. data/config/locales/no.yml +48 -4
  82. data/config/locales/om-ET.yml +1 -0
  83. data/config/locales/pl.yml +28 -22
  84. data/config/locales/pt-BR.yml +0 -14
  85. data/config/locales/pt.yml +5 -4
  86. data/config/locales/ro-RO.yml +5 -4
  87. data/config/locales/ru.yml +0 -14
  88. data/config/locales/sk.yml +0 -4
  89. data/config/locales/sl.yml +6 -0
  90. data/config/locales/so-SO.yml +1 -0
  91. data/config/locales/sv.yml +25 -5
  92. data/config/locales/ti-ER.yml +1 -0
  93. data/config/locales/tr-TR.yml +0 -14
  94. data/config/locales/uk.yml +0 -14
  95. data/config/locales/vi-VN.yml +1 -0
  96. data/config/locales/vi.yml +1 -0
  97. data/config/locales/zh-CN.yml +549 -0
  98. data/config/locales/zh-TW.yml +1 -0
  99. data/db/migrate/20191106144259_add_settings_to_initiatives_types.rb +8 -0
  100. data/db/migrate/20191107134847_add_scopes_to_initiatives_votes.rb +28 -0
  101. data/db/migrate/20191116170841_allow_multiple_initiative_votes_counter_caches.rb +32 -0
  102. data/db/migrate/20191118105634_allow_multiple_offline_votes.rb +34 -0
  103. data/db/migrate/20200528151456_remove_user_groups_from_initiative_votes.rb +7 -0
  104. data/db/migrate/20200827154214_add_commentable_counter_cache_to_initiatives.rb +9 -0
  105. data/db/seeds/city.jpeg +0 -0
  106. data/lib/decidim/initiatives/admin_engine.rb +1 -0
  107. data/lib/decidim/initiatives/engine.rb +2 -2
  108. data/lib/decidim/initiatives/participatory_space.rb +7 -0
  109. data/lib/decidim/initiatives/test/factories.rb +21 -3
  110. data/lib/decidim/initiatives/version.rb +1 -1
  111. data/lib/tasks/decidim_initiatives.rake +1 -3
  112. metadata +42 -18
  113. data/app/views/decidim/initiatives/initiatives/_supports.html.erb +0 -22
  114. data/app/views/decidim/initiatives/initiatives/signature_identities.html.erb +0 -42
@@ -52,7 +52,7 @@ edit_link(
52
52
  </div>
53
53
  <% end %>
54
54
  <%= render partial: "decidim/shared/share_modal" %>
55
- <%= embed_modal_for initiative_initiative_widget_url(current_initiative, format: :js) %>
55
+ <%= embed_modal_for initiative_widget_url(current_initiative, format: :js) %>
56
56
  <%= resource_reference(current_initiative) %>
57
57
  <%= resource_version(current_initiative, versions_path: initiative_versions_path(current_initiative)) %>
58
58
  </div>
@@ -76,8 +76,6 @@ edit_link(
76
76
  </div>
77
77
 
78
78
  <%= attachments_for current_initiative %>
79
-
80
- <%= render partial: "supports", locals: { initiative: current_initiative } %>
81
79
  </div>
82
80
  </div>
83
81
 
@@ -1,5 +1,6 @@
1
1
  <%= render "layouts/decidim/application" do %>
2
2
  <%= render partial: "layouts/decidim/initiative_header" %>
3
+ <%= cell "decidim/translation_bar", current_organization %>
3
4
  <div class="wrapper">
4
5
  <%= yield %>
5
6
  </div>
@@ -0,0 +1 @@
1
+ am:
@@ -408,8 +408,6 @@ ar:
408
408
  any_vote_method: تجمع مبادرة المواطن هذه التوقيعات عبر الإنترنت والشخصية.
409
409
  follow_description: تلقي إشعار عند وجود أخبار في هذه المبادرة
410
410
  offline_method: تجمع مبادرة المواطن هذه التوقيعات الشخصية فقط.
411
- signature_identities:
412
- select_identity: حدد معرف المشارك
413
411
  signatures_count:
414
412
  zero: " التوقيعات"
415
413
  one: " التوقيع"
@@ -417,8 +415,6 @@ ar:
417
415
  few: " التوقيعات"
418
416
  many: " التوقيعات"
419
417
  other: " التوقيعات"
420
- supports:
421
- title: قائمة التوقيعات
422
418
  vote_cabin:
423
419
  already_voted: وقعت بالفعل
424
420
  supports_required: "%{total_supports} التوقيعات المطلوبة"
@@ -0,0 +1,13 @@
1
+ bg:
2
+ activemodel:
3
+ attributes:
4
+ initiative:
5
+ decidim_user_group_id: Автор
6
+ description: Описание
7
+ offline_votes: Лични подписи
8
+ decidim:
9
+ initiatives:
10
+ application_helper:
11
+ filter_state_values:
12
+ closed: Затворен
13
+ open: Отворен
@@ -5,6 +5,7 @@ ca:
5
5
  decidim_user_group_id: Autoria
6
6
  description: Descripció
7
7
  offline_votes: Signatures presencials
8
+ offline_votes_for_scope: Signatures presencials per a %{scope_name}
8
9
  scope_id: Àmbit
9
10
  signature_end_date: Fi del període de recollida de signatures
10
11
  signature_start_date: Inici del període de recollida de signatures
@@ -29,6 +30,7 @@ ca:
29
30
  area_enabled: Permet a les autores triar l'àrea de la seva iniciativa
30
31
  attachments_enabled: Habilitat arxius adjunts
31
32
  banner_image: Imatge del bàner
33
+ child_scope_threshold_enabled: Activar signatures per subàmbit
32
34
  collect_user_extra_fields: Recopilar les dades personals de la participant amb la signatura
33
35
  custom_signature_end_date_enabled: Permet a les autores triar la fi del període de recollida de signatures
34
36
  description: Descripció
@@ -36,6 +38,7 @@ ca:
36
38
  extra_fields_legal_information: Informació legal sobre la recollida de dades personals
37
39
  minimum_committee_members: Nombre mínim de membres de la comissió
38
40
  online_signature_enabled: S'ha activat la signatura digital
41
+ only_global_scope_enabled: Permetre només la creació d'iniciatives d'àmbit global
39
42
  promoting_committee_enabled: Habilita el comitè promotor
40
43
  title: Títol
41
44
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
@@ -123,6 +126,7 @@ ca:
123
126
  initiative_title: Títol de la iniciativa
124
127
  name_and_surname: Nom i cognoms
125
128
  postal_code: Codi postal
129
+ scope: Àmbit
126
130
  time_and_date: Data i hora
127
131
  timestamp: Marca de temps
128
132
  titles:
@@ -153,10 +157,10 @@ ca:
153
157
  email_subject: S'ha completat una nova fita!
154
158
  notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha aconseguit el %{percentage}% de les signatures.
155
159
  support_threshold_reached:
156
- email_intro: La iniciativa %{resource_title} ha arribat al llindar de suports
160
+ email_intro: La iniciativa %{resource_title} ha arribat al llindar de signatures
157
161
  email_outro: Has rebut aquesta notificació perquè ets una de les administradores de la plataforma.
158
- email_subject: Llindar de suports aconseguit
159
- notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha arribat al llindar de suports
162
+ email_subject: Llindar de signatures aconseguit
163
+ notification_title: La iniciativa <a href="%{resource_path}">%{resource_title}</a> ha arribat al llindar de signatures
160
164
  gamification:
161
165
  badges:
162
166
  initiatives:
@@ -215,6 +219,8 @@ ca:
215
219
  success: La iniciativa s'ha enviat a validació tècnica
216
220
  update: Actualitzar
217
221
  form:
222
+ attachments: Adjunts
223
+ settings: Configuració
218
224
  title: Informació general
219
225
  index:
220
226
  actions_title: Acció
@@ -260,6 +266,10 @@ ca:
260
266
  destroy: Suprimeix
261
267
  update: Actualitza
262
268
  form:
269
+ authorizations: Configuració de l'autorització
270
+ child_scope_threshold_enabled_help: 'Aquest ajust de configuració no suporta recollida de signatures presencials. Habilita indicadors de signatures per subàmbits i funciona amb un controlador d''autoritzacions que associa un àmbit a l''usuari. Assegura''t de seleccionar aquesta autorització més a baix, en la configuració d''autorització. Perquè funcioni ha de configurar-se de manera jeràrquica : 1 àmbit - N subàmbits. Per a més informació sobre com funciona aquesta configuració, consulta aquest <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enllaç</a>.'
271
+ only_global_scope_enabled_help: Marca aquesta casella si has habilitat "Activar signatures per subàmbit" i vas configurar l'àmbit global com l'àmbit principal. En habilitar aquesta casella, la selecció del tipus d'iniciativa s'ometrà en l'assistent de creació d'iniciatives. Per a més informació sobre com funciona aquesta configuració, consulta aquest <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enllaç</a>.
272
+ options: Opcions
263
273
  title: Informació general
264
274
  initiative_type_scopes:
265
275
  title: Àmbits del tipus d'iniciativa
@@ -286,7 +296,7 @@ ca:
286
296
  filter_area_values:
287
297
  all: Totes
288
298
  filter_scope_values:
289
- all: Todos
299
+ all: Tots
290
300
  filter_state_values:
291
301
  accepted: Ha aconseguit les signatures
292
302
  all: Tots
@@ -420,6 +430,14 @@ ca:
420
430
  unfold: Desplegar
421
431
  index_header:
422
432
  new_initiative: Nova iniciativa
433
+ not_authorized:
434
+ authorizations_page: Veure les autoritzacions
435
+ close: Tanca
436
+ explanation: Cal que estiguis verificada per tal de crear una nova iniciativa.
437
+ title: Es requereix autorització
438
+ initiatives:
439
+ closed_initiatives_warning: Actualment no hi ha iniciatives obertes, però aquí pots trobar el llistat de totes les iniciatives tancades.
440
+ no_initiatives_warning: No hi ha iniciatives que coincideixin amb el teu criteri de cerca.
423
441
  interactions:
424
442
  comments_count:
425
443
  count:
@@ -445,13 +463,9 @@ ca:
445
463
  any_vote_method: Aquesta iniciativa ciutadana recull signatures digitals i presencials.
446
464
  follow_description: Rebre una notificació quan hi hagi novetats sobre aquesta iniciativa
447
465
  offline_method: Aquesta iniciativa ciutadana només recull signatures presencials.
448
- signature_identities:
449
- select_identity: Selecciona l'identificador de la participant
450
466
  signatures_count:
451
467
  one: " signatura"
452
468
  other: " signatures"
453
- supports:
454
- title: Llistat d'adhesions
455
469
  vote_cabin:
456
470
  already_voted: Ja has signat
457
471
  supports_required: "Es requereixen %{total_supports} signatures"
@@ -5,6 +5,7 @@ cs:
5
5
  decidim_user_group_id: Autor
6
6
  description: Popis
7
7
  offline_votes: Podpora tváří v tvář
8
+ offline_votes_for_scope: Podepsané osoby pro %{scope_name}
8
9
  scope_id: Rozsah
9
10
  signature_end_date: Konec doby sběru podpisu
10
11
  signature_start_date: Začátek doby sběru podpisu
@@ -29,6 +30,7 @@ cs:
29
30
  area_enabled: Povolit autorům vybrat oblast pro jejich iniciativu
30
31
  attachments_enabled: Povolit přílohy
31
32
  banner_image: Obrázek banneru
33
+ child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
32
34
  collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
33
35
  custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
34
36
  description: Popis
@@ -36,6 +38,7 @@ cs:
36
38
  extra_fields_legal_information: Právní informace o shromažďování osobních údajů
37
39
  minimum_committee_members: Minimální počet členů výboru
38
40
  online_signature_enabled: Online podpis povolen
41
+ only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
39
42
  promoting_committee_enabled: Povolit podporu výboru
40
43
  title: Titul
41
44
  undo_online_signatures_enabled: Povolit uživatelům vrátit své podpisy online
@@ -129,6 +132,7 @@ cs:
129
132
  initiative_title: Název iniciativy
130
133
  name_and_surname: Jméno a příjmení
131
134
  postal_code: Poštovní směrovací číslo
135
+ scope: Oblast působnosti
132
136
  time_and_date: Čas a datum
133
137
  timestamp: Časové razítko
134
138
  titles:
@@ -221,6 +225,8 @@ cs:
221
225
  success: Iniciativa byla odeslána k technickému ověření
222
226
  update: Aktualizovat
223
227
  form:
228
+ attachments: Přílohy
229
+ settings: Nastavení
224
230
  title: Obecná informace
225
231
  index:
226
232
  actions_title: Akce
@@ -266,6 +272,10 @@ cs:
266
272
  destroy: Odstranit
267
273
  update: Aktualizovat
268
274
  form:
275
+ authorizations: Nastavení autorizace
276
+ child_scope_threshold_enabled_help: 'Tento znak konfigurace nepodporuje offline hlasování, umožňuje dílčí hlasování a pracuje s autorizačním handlerem, který uživateli přiřazuje oblast působnosti. Ujistěte se, že jste vybrali tuto autorizaci, níže v nastavení autorizace. Aby fungovala oblast působnosti, musí být nastavena hierarchickým způsobem: 1 nadřazený - N podřazených. Více informací o tom, jak tato konfigurace funguje, naleznete na tomto <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">odkazu</a>.'
277
+ only_global_scope_enabled_help: Zaškrtněte tuto poznámku, pokud jste povolili "Podřazená oblast působnosti" a nakonfigurovali globální rozsah jako vaši nadřazenou oblast působnosti. Povolením této možnosti bude výběr typu iniciativy přeskočeno v průvodci vytvořením iniciativy. Více informací o tom, jak tato konfigurace funguje, naleznete na tomto <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">odkazu</a>.
278
+ options: Možnosti
269
279
  title: Obecná informace
270
280
  initiative_type_scopes:
271
281
  title: Zaměřuje se na typ iniciativy
@@ -430,6 +440,14 @@ cs:
430
440
  unfold: Rozvinout
431
441
  index_header:
432
442
  new_initiative: Nová iniciativa
443
+ not_authorized:
444
+ authorizations_page: Zobrazit autorizace
445
+ close: Zavřít
446
+ explanation: Musíte být ověřen, abyste mohli vytvořit novou iniciativu.
447
+ title: Vyžadována autorizace
448
+ initiatives:
449
+ closed_initiatives_warning: V současné době neexistují žádné otevřené iniciativy, ale zde najdete všechny uzavřené iniciativy uvedené v seznamu.
450
+ no_initiatives_warning: Žádná iniciativa neodpovídá vašim kritériím vyhledávání.
433
451
  interactions:
434
452
  comments_count:
435
453
  count:
@@ -457,15 +475,11 @@ cs:
457
475
  any_vote_method: Tato občanská iniciativa shromažďuje podporu online i tváří v tvář.
458
476
  follow_description: Obdržíte oznámení, pokud jsou v této iniciativě zprávy
459
477
  offline_method: Tato občanská iniciativa pouze shromažďuje podporu tváří v tvář.
460
- signature_identities:
461
- select_identity: Vyberte identifikátor uživatele
462
478
  signatures_count:
463
479
  one: " podpis"
464
480
  few: " podpisy"
465
481
  many: " podpisy"
466
482
  other: " podpisy"
467
- supports:
468
- title: Výpis podpisů
469
483
  vote_cabin:
470
484
  already_voted: Již jste podepsal
471
485
  supports_required: "Vyžaduje se %{total_supports} podpisů"
@@ -0,0 +1 @@
1
+ da:
@@ -201,6 +201,8 @@ de:
201
201
  success: Die Initiative wurde an die technische Validierung gesendet
202
202
  update: Aktualisieren
203
203
  form:
204
+ attachments: Beilagen
205
+ settings: Einstellungen
204
206
  title: Allgemeine Information
205
207
  index:
206
208
  actions_title: Aktion
@@ -406,6 +408,11 @@ de:
406
408
  unfold: Entfalten
407
409
  index_header:
408
410
  new_initiative: Neue Initiative
411
+ not_authorized:
412
+ authorizations_page: Autorisierungen anzeigen
413
+ close: Schließen
414
+ explanation: Sie müssen überprüft werden, um eine neue Initiative zu schaffen.
415
+ title: Autorisierung erforderlich
409
416
  interactions:
410
417
  comments_count:
411
418
  count:
@@ -431,13 +438,9 @@ de:
431
438
  any_vote_method: Diese Bürgerinitiative sammelt Online-Unterstützung sowie von Angesicht zu Angesicht.
432
439
  follow_description: Erhalten Sie eine Benachrichtigung, wenn es Neuigkeiten bei dieser Initiative gibt
433
440
  offline_method: Diese Bürgerinitiative sammelt nur persönliche Unterstützung.
434
- signature_identities:
435
- select_identity: Wählen Sie die Benutzerkennung aus
436
441
  signatures_count:
437
442
  one: " Unterschrift"
438
443
  other: " Signaturen"
439
- supports:
440
- title: Auflistung der Signaturen
441
444
  vote_cabin:
442
445
  already_voted: Schon unterschrieben
443
446
  supports_required: "%{total_supports} Signaturen erforderlich"
@@ -431,13 +431,9 @@ el:
431
431
  any_vote_method: Αυτή η πρωτοβουλία πολιτών συλλέγει τόσο ηλεκτρονικές όσο και υπογραφές αυτοπροσώπως.
432
432
  follow_description: Λήψη ειδοποίησης όταν υπάρχουν νέα σε αυτήν την πρωτοβουλία
433
433
  offline_method: Αυτή η πρωτοβουλία πολιτών συλλέγει μόνο υπογραφές αυτοπροσώπως.
434
- signature_identities:
435
- select_identity: Επιλέξτε αναγνωριστικό συμμετέχοντα
436
434
  signatures_count:
437
435
  one: "υπογραφή"
438
436
  other: "υπογραφές"
439
- supports:
440
- title: Λίστα υπογραφών
441
437
  vote_cabin:
442
438
  already_voted: Έχει ήδη υπογραφεί
443
439
  supports_required: "Απαιτούνται %{total_supports} υπογραφές"
@@ -6,6 +6,7 @@ en:
6
6
  decidim_user_group_id: Author
7
7
  description: Description
8
8
  offline_votes: In-person signatures
9
+ offline_votes_for_scope: In-person signatures for %{scope_name}
9
10
  scope_id: Scope
10
11
  signature_end_date: End of signature collection period
11
12
  signature_start_date: Start of signature collection period
@@ -30,6 +31,7 @@ en:
30
31
  area_enabled: Enable authors to choose the area for their initiative
31
32
  attachments_enabled: Enable attachments
32
33
  banner_image: Banner image
34
+ child_scope_threshold_enabled: Enable child scope signatures
33
35
  collect_user_extra_fields: Collect participant personal data on signature
34
36
  custom_signature_end_date_enabled: Enable authors to choose the end of signature collection period
35
37
  description: Description
@@ -37,6 +39,7 @@ en:
37
39
  extra_fields_legal_information: Legal information about the collection of personal data
38
40
  minimum_committee_members: Minimum of committee members
39
41
  online_signature_enabled: Online signature enabled
42
+ only_global_scope_enabled: Only allow global scope initiatives creation
40
43
  promoting_committee_enabled: Enable promoting committee
41
44
  title: Title
42
45
  undo_online_signatures_enabled: Enable participants to undo their online signatures
@@ -124,6 +127,7 @@ en:
124
127
  initiative_title: Initiative title
125
128
  name_and_surname: Name and surname
126
129
  postal_code: Postal code
130
+ scope: Scope
127
131
  time_and_date: Time and date
128
132
  timestamp: Timestamp
129
133
  titles:
@@ -216,6 +220,8 @@ en:
216
220
  success: The initiative has been sent to technical validation
217
221
  update: Update
218
222
  form:
223
+ attachments: Attachments
224
+ settings: Settings
219
225
  title: General information
220
226
  index:
221
227
  actions_title: Action
@@ -261,6 +267,10 @@ en:
261
267
  destroy: Delete
262
268
  update: Update
263
269
  form:
270
+ authorizations: Authorization settings
271
+ child_scope_threshold_enabled_help: 'This config flag doesn''t support offline votes, it enables sub-jauges and works with an authorization handler that associates a scope to the user, make sure you select that authorization, bellow in authorization settings. For it to work scopes need to be configured in hierarchical way : 1 Parent - N Child. For more info on how this configuration works, see this <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">link</a>.'
272
+ only_global_scope_enabled_help: Tick this flag if you enabled "Child scope signature" and configured the global scope as your parent scope. By enabling this, initiative type selection will be skipped in the initiative creation wizard. For more info on how this configuration works, see this <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">link</a>.
273
+ options: Options
264
274
  title: General information
265
275
  initiative_type_scopes:
266
276
  title: Scopes for the initiative type
@@ -421,6 +431,14 @@ en:
421
431
  unfold: Unfold
422
432
  index_header:
423
433
  new_initiative: New initiative
434
+ not_authorized:
435
+ authorizations_page: View authorizations
436
+ close: Close
437
+ explanation: You need to be verified in order to create a new initiative.
438
+ title: Authorization required
439
+ initiatives:
440
+ closed_initiatives_warning: Currently, there are no open initiatives, but here you can find all the closed initiatives listed.
441
+ no_initiatives_warning: No initiatives match your search criteria.
424
442
  interactions:
425
443
  comments_count:
426
444
  count:
@@ -446,13 +464,9 @@ en:
446
464
  any_vote_method: This citizen initiative collects both online and in-person signatures.
447
465
  follow_description: Receive a notification when there are news in this initiative
448
466
  offline_method: This citizen initiative only collects in-person signatures.
449
- signature_identities:
450
- select_identity: Select participant identifier
451
467
  signatures_count:
452
468
  one: " signature"
453
469
  other: " signatures"
454
- supports:
455
- title: Listing of signatures
456
470
  vote_cabin:
457
471
  already_voted: Already signed
458
472
  supports_required: "%{total_supports} signatures required"
@@ -0,0 +1 @@
1
+ eo:
@@ -5,6 +5,7 @@ es-MX:
5
5
  decidim_user_group_id: Autor
6
6
  description: Descripción
7
7
  offline_votes: Apoyo cara a cara
8
+ offline_votes_for_scope: Firmas en persona para %{scope_name}
8
9
  scope_id: Alcance
9
10
  signature_end_date: Fin del período de recogida de firmas
10
11
  signature_start_date: Inicio del período de recogida de firmas
@@ -29,6 +30,7 @@ es-MX:
29
30
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
30
31
  attachments_enabled: Habilitar archivos adjuntos
31
32
  banner_image: Imagen de banner
33
+ child_scope_threshold_enabled: Activar firmas por subámbito
32
34
  collect_user_extra_fields: Recopilar datos personales del usuario en la firma
33
35
  custom_signature_end_date_enabled: Permitir a las autoras elegir el final del período de la recogida de firmas
34
36
  description: Descripción
@@ -36,6 +38,7 @@ es-MX:
36
38
  extra_fields_legal_information: Información legal sobre la recogida de datos personales.
37
39
  minimum_committee_members: Mínimo de miembros del comité.
38
40
  online_signature_enabled: Firma en línea habilitada
41
+ only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
39
42
  promoting_committee_enabled: Habilitar el comité promotor
40
43
  title: Título
41
44
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
@@ -123,6 +126,7 @@ es-MX:
123
126
  initiative_title: Título de la iniciativa
124
127
  name_and_surname: Nombre y apellido
125
128
  postal_code: código postal
129
+ scope: Ámbito
126
130
  time_and_date: Hora y fecha
127
131
  timestamp: Marca de tiempo
128
132
  titles:
@@ -215,6 +219,8 @@ es-MX:
215
219
  success: La iniciativa ha sido enviada a validación técnica
216
220
  update: Actualizar
217
221
  form:
222
+ attachments: Archivos adjuntos
223
+ settings: Ajustes
218
224
  title: Información general
219
225
  index:
220
226
  actions_title: Acción
@@ -260,6 +266,10 @@ es-MX:
260
266
  destroy: Borrar
261
267
  update: Actualizar
262
268
  form:
269
+ authorizations: Ajustes de autorización
270
+ child_scope_threshold_enabled_help: 'Este ajuste de configuración no soporta recogida de firmas en persona, habilita indicadores de firmas por subámbitos y funciona con un controlador de autorizaciones que asocia un ámbito al usuario. Asegúrate de seleccionar esa autorización más abajo, en la configuración de autorización. Para que funcione debe configurarse de manera jerárquica : 1 ámbito - N subámbitos. Para más información sobre cómo funciona esta configuración, consulta este <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enlace</a>.'
271
+ only_global_scope_enabled_help: Marca esta casilla si habilitaste "Activar firmas por subámbito" y configuraste el ámbito global como el ámbito principal. Al habilitar esta casilla, la selección del tipo de iniciativa se omitirá en el asistente de creación de iniciativas. Para más información sobre cómo funciona esta configuración, consulta este <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">enlace</a>.
272
+ options: Opciones
263
273
  title: Información general
264
274
  initiative_type_scopes:
265
275
  title: Ámbitos de aplicación para el tipo de iniciativa
@@ -420,6 +430,14 @@ es-MX:
420
430
  unfold: Desplegar
421
431
  index_header:
422
432
  new_initiative: Nueva iniciativa
433
+ not_authorized:
434
+ authorizations_page: Ver autorizaciones
435
+ close: Cerrar
436
+ explanation: Debes estar verificado para crear una nueva iniciativa.
437
+ title: Autorización requerida
438
+ initiatives:
439
+ closed_initiatives_warning: Actualmente no hay iniciativas abiertas, pero aquí puedes encontrar todas las iniciativas cerradas listadas.
440
+ no_initiatives_warning: Ninguna iniciativa coincide con los criterios de búsqueda.
423
441
  interactions:
424
442
  comments_count:
425
443
  count:
@@ -445,13 +463,9 @@ es-MX:
445
463
  any_vote_method: Esta iniciativa ciudadana recoge apoyos en línea y presencialmente.
446
464
  follow_description: Recibir una notificación cuando haya novedades en esta iniciativa.
447
465
  offline_method: Esta iniciativa ciudadana solo recoge firmas presenciales.
448
- signature_identities:
449
- select_identity: Selecciona un identificador de usuario
450
466
  signatures_count:
451
467
  one: " firma"
452
468
  other: " firmas"
453
- supports:
454
- title: Listado de firmas
455
469
  vote_cabin:
456
470
  already_voted: Ha sido firmado
457
471
  supports_required: "Se requieren %{total_supports} firmas"