decidim-consultations 0.26.2 → 0.27.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +2 -2
  3. data/app/commands/decidim/consultations/admin/create_consultation.rb +1 -1
  4. data/app/commands/decidim/consultations/admin/create_question.rb +1 -1
  5. data/app/commands/decidim/consultations/admin/create_response.rb +1 -1
  6. data/app/commands/decidim/consultations/admin/create_response_group.rb +1 -1
  7. data/app/commands/decidim/consultations/admin/destroy_response_group.rb +1 -1
  8. data/app/commands/decidim/consultations/admin/publish_consultation.rb +1 -1
  9. data/app/commands/decidim/consultations/admin/publish_consultation_results.rb +1 -1
  10. data/app/commands/decidim/consultations/admin/publish_question.rb +1 -1
  11. data/app/commands/decidim/consultations/admin/unpublish_consultation.rb +1 -1
  12. data/app/commands/decidim/consultations/admin/unpublish_consultation_results.rb +1 -1
  13. data/app/commands/decidim/consultations/admin/unpublish_question.rb +1 -1
  14. data/app/commands/decidim/consultations/admin/update_consultation.rb +1 -1
  15. data/app/commands/decidim/consultations/admin/update_question.rb +1 -1
  16. data/app/commands/decidim/consultations/admin/update_question_configuration.rb +1 -1
  17. data/app/commands/decidim/consultations/admin/update_response.rb +1 -1
  18. data/app/commands/decidim/consultations/admin/update_response_group.rb +1 -1
  19. data/app/commands/decidim/consultations/multiple_vote_question.rb +1 -1
  20. data/app/commands/decidim/consultations/unvote_question.rb +1 -1
  21. data/app/commands/decidim/consultations/vote_question.rb +1 -1
  22. data/app/controllers/decidim/consultations/consultations_controller.rb +5 -12
  23. data/app/forms/decidim/consultations/admin/consultation_form.rb +1 -1
  24. data/app/helpers/decidim/consultations/consultations_helper.rb +1 -1
  25. data/app/helpers/decidim/consultations/questions_helper.rb +3 -3
  26. data/app/models/decidim/consultation.rb +9 -3
  27. data/app/permissions/decidim/consultations/permissions.rb +1 -3
  28. data/app/presenters/decidim/consultations/question_stats_presenter.rb +4 -2
  29. data/app/queries/decidim/consultations/admin/admin_users.rb +1 -1
  30. data/app/queries/decidim/consultations/organization_active_consultations.rb +1 -1
  31. data/app/queries/decidim/consultations/organization_consultations.rb +1 -1
  32. data/app/queries/decidim/consultations/organization_questions.rb +1 -1
  33. data/app/views/decidim/consultations/_consultation.html.erb +1 -1
  34. data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
  35. data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +1 -1
  36. data/app/views/decidim/consultations/consultations/_filters.html.erb +4 -4
  37. data/app/views/decidim/consultations/consultations/_question.html.erb +1 -1
  38. data/app/views/decidim/consultations/consultations/index.html.erb +3 -1
  39. data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +3 -1
  40. data/app/views/decidim/consultations/questions/_vote_button.html.erb +3 -1
  41. data/app/views/decidim/consultations/questions/_vote_modal_confirm.html.erb +1 -0
  42. data/app/views/decidim/consultations/questions/show.html.erb +3 -1
  43. data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
  44. data/app/views/layouts/decidim/_question_header.html.erb +1 -1
  45. data/config/locales/ar.yml +2 -1
  46. data/config/locales/ca.yml +2 -1
  47. data/config/locales/cs.yml +2 -1
  48. data/config/locales/de.yml +2 -1
  49. data/config/locales/el.yml +1 -1
  50. data/config/locales/en.yml +1 -1
  51. data/config/locales/es-MX.yml +2 -1
  52. data/config/locales/es-PY.yml +2 -1
  53. data/config/locales/es.yml +2 -1
  54. data/config/locales/eu.yml +1 -1
  55. data/config/locales/fi-plain.yml +2 -1
  56. data/config/locales/fi.yml +2 -1
  57. data/config/locales/fr-CA.yml +3 -2
  58. data/config/locales/fr.yml +4 -3
  59. data/config/locales/ga-IE.yml +1 -1
  60. data/config/locales/gl.yml +2 -1
  61. data/config/locales/hu.yml +12 -1
  62. data/config/locales/id-ID.yml +1 -1
  63. data/config/locales/is-IS.yml +2 -1
  64. data/config/locales/it.yml +1 -1
  65. data/config/locales/ja.yml +2 -1
  66. data/config/locales/lb.yml +3 -1
  67. data/config/locales/lt.yml +395 -0
  68. data/config/locales/lv.yml +1 -1
  69. data/config/locales/nl.yml +2 -2
  70. data/config/locales/no.yml +1 -1
  71. data/config/locales/pl.yml +1 -1
  72. data/config/locales/pt-BR.yml +1 -1
  73. data/config/locales/pt.yml +1 -1
  74. data/config/locales/ro-RO.yml +2 -1
  75. data/config/locales/ru.yml +3 -1
  76. data/config/locales/sk.yml +1 -1
  77. data/config/locales/sl.yml +1 -0
  78. data/config/locales/sv.yml +2 -1
  79. data/config/locales/tr-TR.yml +1 -1
  80. data/config/locales/uk.yml +3 -1
  81. data/config/locales/zh-CN.yml +1 -1
  82. data/lib/decidim/consultations/participatory_space.rb +7 -7
  83. data/lib/decidim/consultations/version.rb +1 -1
  84. metadata +14 -15
  85. data/app/services/decidim/consultations/consultation_search.rb +0 -51
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ es-MX:
251
252
  filters:
252
253
  active: Activo
253
254
  all: Todas
255
+ date: Fecha
254
256
  finished: Completada
255
257
  search: Buscar
256
- state: Estado
257
258
  upcoming: Próximo
258
259
  filters_small_view:
259
260
  close_modal: Cerrar ventana
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ es-PY:
251
252
  filters:
252
253
  active: Activo
253
254
  all: Todas
255
+ date: Fecha
254
256
  finished: Completada
255
257
  search: Buscar
256
- state: Estado
257
258
  upcoming: Próximo
258
259
  filters_small_view:
259
260
  close_modal: Cerrar ventana
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ es:
251
252
  filters:
252
253
  active: Activo
253
254
  all: Todas
255
+ date: Fecha
254
256
  finished: Acabada
255
257
  search: Buscar
256
- state: Estado
257
258
  upcoming: Próximo
258
259
  filters_small_view:
259
260
  close_modal: Cierra la ventana
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
@@ -253,7 +254,6 @@ eu:
253
254
  all: guztiak
254
255
  finished: Amaitu
255
256
  search: Search
256
- state: Estatu
257
257
  upcoming: Datozen
258
258
  filters_small_view:
259
259
  close_modal: Itxi leihoa
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ fi-pl:
251
252
  filters:
252
253
  active: Aktiiviset
253
254
  all: Kaikki
255
+ date: Päivämäärä
254
256
  finished: Valmiit
255
257
  search: Hae
256
- state: Tila
257
258
  upcoming: Tulevat
258
259
  filters_small_view:
259
260
  close_modal: Sulje ikkuna
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ fi:
251
252
  filters:
252
253
  active: Aktiiviset
253
254
  all: Kaikki
255
+ date: Päivämäärä
254
256
  finished: Valmiit
255
257
  search: Hae
256
- state: Tila
257
258
  upcoming: Tulevat
258
259
  filters_small_view:
259
260
  close_modal: Sulje ikkuna
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ fr-CA:
251
252
  filters:
252
253
  active: Actives
253
254
  all: Tout
255
+ date: Date
254
256
  finished: Passées
255
257
  search: Rechercher
256
- state: État
257
258
  upcoming: À venir
258
259
  filters_small_view:
259
260
  close_modal: Fermer la fenêtre
@@ -265,7 +266,7 @@ fr-CA:
265
266
  index:
266
267
  title: Votations
267
268
  last_activity:
268
- new_consultation: Nouvelle consultation
269
+ new_consultation: Nouvelle votation
269
270
  new_question_at_html: "<span>Nouvelle question à %{link}</span>"
270
271
  pages:
271
272
  home:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -29,7 +30,7 @@ fr:
29
30
  promoter_group: Organisateur
30
31
  question_context: Contexte
31
32
  reference: Référence
32
- scope: Périmètre d'application
33
+ scope: Secteur
33
34
  slug: Identifiant
34
35
  subtitle: Sous-titre
35
36
  vote: Système de vote externe
@@ -251,9 +252,9 @@ fr:
251
252
  filters:
252
253
  active: Actives
253
254
  all: Tout
255
+ date: Date
254
256
  finished: Passées
255
257
  search: Rechercher
256
- state: État
257
258
  upcoming: À venir
258
259
  filters_small_view:
259
260
  close_modal: Fermer la fenêtre
@@ -265,7 +266,7 @@ fr:
265
266
  index:
266
267
  title: Votations
267
268
  last_activity:
268
- new_consultation: Nouvelle consultation
269
+ new_consultation: Nouvelle votation
269
270
  new_question_at_html: "<span>Nouvelle question à %{link}</span>"
270
271
  pages:
271
272
  home:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activemodel:
3
4
  attributes:
@@ -95,7 +96,6 @@ ga:
95
96
  all: Uile
96
97
  finished: Críochnaithe
97
98
  search: Cuardaigh
98
- state: Stádas
99
99
  upcoming: Le teacht
100
100
  filters_small_view:
101
101
  filter: Scag
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  attributes:
@@ -197,9 +198,9 @@ gl:
197
198
  filters:
198
199
  active: Activo
199
200
  all: Todo
201
+ date: Data
200
202
  finished: Terminado
201
203
  search: Busca
202
- state: Estado
203
204
  upcoming: Próximos
204
205
  filters_small_view:
205
206
  close_modal: Pechar ventá
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -238,6 +239,8 @@ hu:
238
239
  label: 'Konzultációk rendezése:'
239
240
  random: Véletlenszerű
240
241
  recent: Legutóbbi
242
+ show:
243
+ dates: Dátumok
241
244
  content_blocks:
242
245
  highlighted_consultations:
243
246
  name: Kiemelt konzultációk
@@ -248,9 +251,9 @@ hu:
248
251
  filters:
249
252
  active: Aktív
250
253
  all: Összes
254
+ date: Dátum
251
255
  finished: Befejezett
252
256
  search: Keresés
253
- state: Állapot
254
257
  upcoming: Közelgő
255
258
  filters_small_view:
256
259
  close_modal: Ablak bezárása
@@ -318,6 +321,8 @@ hu:
318
321
  help:
319
322
  participatory_spaces:
320
323
  consultations:
324
+ contextual: "<p><strong>A konzultációk</strong> egy olyan funkció, amely lehetővé teszi, hogy világos kérdést tegyél fel, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben mindazoknak, akik egy szervezetet alkotnak. Amikor a konzultáció megnyílik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
325
+ page: "<p><strong>A konzultációk</strong> egy olyan terület, amely lehetővé teszi, hogy világos kérdést tegyél fel, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben egy szervezet tagjai számára. Amikor a konzultáció időpontja megérkezik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
321
326
  title: Mi a konzultáció?
322
327
  menu:
323
328
  consultations: Konzultációk
@@ -342,17 +347,23 @@ hu:
342
347
  verification_required: Ellenőrizd fiókod a szavazáshoz
343
348
  vote: Szavazás
344
349
  vote_modal:
350
+ close_modal: Ablak bezárás
345
351
  contextual_help: Válassz az opciók közül.
346
352
  title: 'Konzultáció: kérdés-szavazás'
347
353
  vote_modal_confirm:
348
354
  change: Módosítás
355
+ close_modal: Ablak bezárás
349
356
  confirm: Megerősítés
350
357
  contextual_help: Erősítsd meg a kiválasztott opciót.
351
358
  title: 'Konzultáció: erősítsd meg a szavazatot'
352
359
  resources:
353
360
  consultations:
354
361
  actions:
362
+ comment: Megjegyzés
355
363
  vote: Szavazás
364
+ statistics:
365
+ consultations_count: Konzultációk
366
+ votes_count: Szavazások
356
367
  layouts:
357
368
  decidim:
358
369
  consultation_voting_data:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -191,7 +192,6 @@ id:
191
192
  all: Semua
192
193
  finished: Jadi
193
194
  search: Pencarian
194
- state: Negara
195
195
  upcoming: Mendatang
196
196
  filters_small_view:
197
197
  close_modal: Tutup jendela
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  activemodel:
3
4
  attributes:
4
5
  consultation:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -253,7 +254,6 @@ it:
253
254
  all: Tutti
254
255
  finished: Finito
255
256
  search: Ricerca
256
- state: Stato
257
257
  upcoming: Prossime
258
258
  filters_small_view:
259
259
  close_modal: Chiudi la finestra
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -243,9 +244,9 @@ ja:
243
244
  filters:
244
245
  active: アクティブ
245
246
  all: すべて
247
+ date: 日付
246
248
  finished: 完了
247
249
  search: 検索
248
- state: ステータス
249
250
  upcoming: 近日公開
250
251
  filters_small_view:
251
252
  close_modal: ウィンドウを閉じる
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes:
@@ -176,13 +177,14 @@ lb:
176
177
  all: Alle
177
178
  finished: Fertig
178
179
  search: Suche
179
- state: Zustand
180
180
  upcoming: Bevorstehende
181
181
  filters_small_view:
182
182
  close_modal: Fenster schließen
183
183
  filter: Filter
184
184
  filter_by: Filtern nach
185
185
  unfold: Entfalten
186
+ last_activity:
187
+ new_consultation: Neue Konsultation
186
188
  pages:
187
189
  home:
188
190
  highlighted_consultations: