decidim-consultations 0.26.0 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +1 -1
  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/concerns/decidim/consultations/needs_consultation.rb +1 -1
  23. data/app/controllers/concerns/decidim/consultations/needs_question.rb +3 -1
  24. data/app/controllers/decidim/consultations/consultations_controller.rb +5 -12
  25. data/app/forms/decidim/consultations/admin/consultation_form.rb +1 -1
  26. data/app/helpers/decidim/consultations/consultations_helper.rb +1 -1
  27. data/app/helpers/decidim/consultations/questions_helper.rb +3 -3
  28. data/app/models/decidim/consultation.rb +9 -3
  29. data/app/permissions/decidim/consultations/permissions.rb +1 -3
  30. data/app/presenters/decidim/consultations/question_stats_presenter.rb +4 -2
  31. data/app/queries/decidim/consultations/admin/admin_users.rb +1 -1
  32. data/app/queries/decidim/consultations/organization_active_consultations.rb +1 -1
  33. data/app/queries/decidim/consultations/organization_consultations.rb +1 -1
  34. data/app/queries/decidim/consultations/organization_questions.rb +1 -1
  35. data/app/views/decidim/consultations/consultations/_filters.html.erb +4 -4
  36. data/app/views/decidim/consultations/consultations/index.html.erb +3 -1
  37. data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +3 -1
  38. data/app/views/decidim/consultations/questions/_vote_button.html.erb +3 -1
  39. data/app/views/decidim/consultations/questions/_vote_modal_confirm.html.erb +1 -0
  40. data/app/views/decidim/consultations/questions/show.html.erb +7 -5
  41. data/app/views/layouts/decidim/_question_components.html.erb +19 -34
  42. data/app/views/layouts/decidim/_question_header.html.erb +2 -2
  43. data/config/locales/am-ET.yml +1 -0
  44. data/config/locales/ar.yml +15 -2
  45. data/config/locales/bg.yml +1 -0
  46. data/config/locales/ca.yml +2 -2
  47. data/config/locales/cs.yml +2 -2
  48. data/config/locales/da.yml +1 -0
  49. data/config/locales/de.yml +3 -2
  50. data/config/locales/el.yml +1 -2
  51. data/config/locales/en.yml +1 -2
  52. data/config/locales/eo.yml +1 -0
  53. data/config/locales/es-MX.yml +2 -2
  54. data/config/locales/es-PY.yml +2 -2
  55. data/config/locales/es.yml +2 -2
  56. data/config/locales/et.yml +1 -0
  57. data/config/locales/eu.yml +1 -2
  58. data/config/locales/fi-plain.yml +2 -2
  59. data/config/locales/fi.yml +2 -2
  60. data/config/locales/fr-CA.yml +2 -2
  61. data/config/locales/fr.yml +2 -2
  62. data/config/locales/ga-IE.yml +1 -5
  63. data/config/locales/gl.yml +2 -2
  64. data/config/locales/hr.yml +1 -0
  65. data/config/locales/hu.yml +2 -2
  66. data/config/locales/id-ID.yml +1 -2
  67. data/config/locales/is-IS.yml +2 -2
  68. data/config/locales/it.yml +1 -2
  69. data/config/locales/ja.yml +2 -2
  70. data/config/locales/ko.yml +1 -0
  71. data/config/locales/lb.yml +1 -2
  72. data/config/locales/lt.yml +1 -0
  73. data/config/locales/lv.yml +1 -2
  74. data/config/locales/mt.yml +1 -0
  75. data/config/locales/nl.yml +1 -2
  76. data/config/locales/no.yml +1 -2
  77. data/config/locales/om-ET.yml +1 -0
  78. data/config/locales/pl.yml +1 -2
  79. data/config/locales/pt-BR.yml +2 -3
  80. data/config/locales/pt.yml +1 -2
  81. data/config/locales/ro-RO.yml +2 -2
  82. data/config/locales/ru.yml +1 -2
  83. data/config/locales/si-LK.yml +1 -0
  84. data/config/locales/sk.yml +1 -2
  85. data/config/locales/sl.yml +1 -0
  86. data/config/locales/so-SO.yml +1 -0
  87. data/config/locales/sr-CS.yml +1 -0
  88. data/config/locales/sv.yml +2 -2
  89. data/config/locales/sw-KE.yml +1 -0
  90. data/config/locales/ti-ER.yml +1 -0
  91. data/config/locales/tr-TR.yml +1 -2
  92. data/config/locales/uk.yml +1 -2
  93. data/config/locales/val-ES.yml +1 -0
  94. data/config/locales/vi.yml +1 -0
  95. data/config/locales/zh-CN.yml +1 -2
  96. data/config/locales/zh-TW.yml +1 -0
  97. data/lib/decidim/consultations/participatory_space.rb +7 -7
  98. data/lib/decidim/consultations/version.rb +1 -1
  99. metadata +14 -15
  100. data/app/services/decidim/consultations/consultation_search.rb +0 -51
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  attributes:
@@ -37,6 +38,11 @@ ar:
37
38
  response:
38
39
  decidim_consultations_response_group_id: الفريق
39
40
  errors:
41
+ models:
42
+ question:
43
+ attributes:
44
+ max_votes:
45
+ lower_than_min: يجب أن يكون الحد الأقصى لعدد الأصوات أعلى أو يساوي الحد الأدنى.
40
46
  vote:
41
47
  decidim_consultations_response_id:
42
48
  not_found: الرد غير موجود.
@@ -85,6 +91,7 @@ ar:
85
91
  new_response: استجابة جديدة
86
92
  new_response_group: فريق جديد
87
93
  publish_results: نشر النتائج
94
+ response_groups: إدارة مجموعات الاستجابة
88
95
  unpublish_results: نتائج غير منشورة
89
96
  consultation_publications:
90
97
  create:
@@ -248,6 +255,8 @@ ar:
248
255
  label: 'ترتيب المشاورات حسب:'
249
256
  random: عشوائية
250
257
  recent: الأحدث
258
+ show:
259
+ dates: التواريخ
251
260
  content_blocks:
252
261
  highlighted_consultations:
253
262
  name: مشاورات أبرزت
@@ -262,9 +271,9 @@ ar:
262
271
  filters:
263
272
  active: نشيط
264
273
  all: الكل
274
+ date: التاريخ
265
275
  finished: تم الانتهاء من
266
276
  search: بحث
267
- state: الحالة
268
277
  upcoming: القادمة
269
278
  filters_small_view:
270
279
  close_modal: أغلق النافذة
@@ -359,24 +368,28 @@ ar:
359
368
  verification_required: تحقق من حسابك قبل التصويت
360
369
  vote: تصويت
361
370
  vote_modal:
371
+ close_modal: اغلاق النموذج
362
372
  contextual_help: من فضلك ، حدد خيار.
363
373
  title: 'التشاور: التصويت السؤال'
364
374
  vote_modal_confirm:
365
375
  change: يتغيرون
376
+ close_modal: اغلاق النموذج
366
377
  confirm: تؤكد
367
378
  contextual_help: يرجى تأكيد الخيار المحدد.
368
379
  title: 'التشاور: تأكيد التصويت'
369
380
  resources:
370
381
  consultations:
371
382
  actions:
383
+ comment: تعليق
372
384
  vote: صوِّت
385
+ statistics:
386
+ votes_count: الأصوات
373
387
  layouts:
374
388
  decidim:
375
389
  consultation_voting_data:
376
390
  start_voting_date: يبدأ التصويت
377
391
  question_components:
378
392
  question_menu_item: السؤال
379
- unfold: كشف
380
393
  question_header:
381
394
  back_to_consultation: انظر جميع المشاورات
382
395
  back_to_question: العودة إلى السؤال
@@ -1 +1,2 @@
1
+ ---
1
2
  bg:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ ca:
251
252
  filters:
252
253
  active: Actiu
253
254
  all: Totes
255
+ date: Data
254
256
  finished: Acabat
255
257
  search: Cerca
256
- state: Estat
257
258
  upcoming: Proper
258
259
  filters_small_view:
259
260
  close_modal: Tanca la finestra
@@ -370,7 +371,6 @@ ca:
370
371
  start_voting_date: Comença la votació
371
372
  question_components:
372
373
  question_menu_item: La pregunta
373
- unfold: Desplegar
374
374
  question_header:
375
375
  back_to_consultation: Veure totes les consultes
376
376
  back_to_question: Tornar a la pregunta
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  attributes:
@@ -267,9 +268,9 @@ cs:
267
268
  filters:
268
269
  active: Aktivní
269
270
  all: Vše
271
+ date: Datum
270
272
  finished: Dokončeno
271
273
  search: Vyhledávání
272
- state: Stav
273
274
  upcoming: Nadcházející
274
275
  filters_small_view:
275
276
  close_modal: Zavřete okno
@@ -390,7 +391,6 @@ cs:
390
391
  start_voting_date: Hlasování začíná
391
392
  question_components:
392
393
  question_menu_item: Otázka
393
- unfold: Rozvinout
394
394
  question_header:
395
395
  back_to_consultation: Podívejte se na všechny konzultace
396
396
  back_to_question: Zpět k otázce
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -251,9 +252,9 @@ de:
251
252
  filters:
252
253
  active: Aktiv
253
254
  all: Alle
255
+ date: Datum
254
256
  finished: Fertig
255
257
  search: Suche
256
- state: Zustand
257
258
  upcoming: Bevorstehende
258
259
  filters_small_view:
259
260
  close_modal: Fenster schließen
@@ -359,6 +360,7 @@ de:
359
360
  resources:
360
361
  consultations:
361
362
  actions:
363
+ comment: Kommentar
362
364
  vote: Abstimmung
363
365
  statistics:
364
366
  consultations_count: Beratungen
@@ -369,7 +371,6 @@ de:
369
371
  start_voting_date: Die Abstimmung beginnt
370
372
  question_components:
371
373
  question_menu_item: Die Frage
372
- unfold: Entfalten
373
374
  question_header:
374
375
  back_to_consultation: Sehen Sie alle Konsultationen
375
376
  back_to_question: Zurück zur Frage
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -252,7 +253,6 @@ el:
252
253
  all: Όλα
253
254
  finished: Ολοκληρωμένες
254
255
  search: Αναζήτηση
255
- state: Κατάσταση
256
256
  upcoming: Προσεχείς
257
257
  filters_small_view:
258
258
  close_modal: Κλείσιμο παραθύρου
@@ -363,7 +363,6 @@ el:
363
363
  start_voting_date: Η ψηφοφορία αρχίζει
364
364
  question_components:
365
365
  question_menu_item: Η ερώτηση
366
- unfold: Αποκάλυψη
367
366
  question_header:
368
367
  back_to_consultation: Δείτε όλες τις διαβουλεύσεις
369
368
  back_to_question: Επιστροφή στην ερώτηση
@@ -252,9 +252,9 @@ en:
252
252
  filters:
253
253
  active: Active
254
254
  all: All
255
+ date: Date
255
256
  finished: Finished
256
257
  search: Search
257
- state: Status
258
258
  upcoming: Upcoming
259
259
  filters_small_view:
260
260
  close_modal: Close window
@@ -371,7 +371,6 @@ en:
371
371
  start_voting_date: Voting begins
372
372
  question_components:
373
373
  question_menu_item: The question
374
- unfold: Unfold
375
374
  question_header:
376
375
  back_to_consultation: See all consultations
377
376
  back_to_question: Back to the question
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -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
@@ -370,7 +371,6 @@ es-MX:
370
371
  start_voting_date: Empieza la votación
371
372
  question_components:
372
373
  question_menu_item: La pregunta
373
- unfold: Desplegar
374
374
  question_header:
375
375
  back_to_consultation: Ver todas las consultas
376
376
  back_to_question: Volver a la pregunta
@@ -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
@@ -370,7 +371,6 @@ es-PY:
370
371
  start_voting_date: Empieza la votación
371
372
  question_components:
372
373
  question_menu_item: La pregunta
373
- unfold: Desplegar
374
374
  question_header:
375
375
  back_to_consultation: Ver todas las consultas
376
376
  back_to_question: Volver a la pregunta
@@ -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
@@ -370,7 +371,6 @@ es:
370
371
  start_voting_date: Empieza la votación
371
372
  question_components:
372
373
  question_menu_item: La pregunta
373
- unfold: Desplegar
374
374
  question_header:
375
375
  back_to_consultation: Ver todas las consultas
376
376
  back_to_question: Volver a la pregunta
@@ -1 +1,2 @@
1
+ ---
1
2
  et:
@@ -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
@@ -370,7 +370,6 @@ eu:
370
370
  start_voting_date: Botoa hasten da
371
371
  question_components:
372
372
  question_menu_item: Galdera
373
- unfold: Zabaldu
374
373
  question_header:
375
374
  back_to_consultation: Ikusi kontsulta guztiak
376
375
  back_to_question: Itzuli galderara
@@ -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
@@ -370,7 +371,6 @@ fi-pl:
370
371
  start_voting_date: Äänestys alkaa
371
372
  question_components:
372
373
  question_menu_item: Kysymys
373
- unfold: Avaa
374
374
  question_header:
375
375
  back_to_consultation: Näytä kaikki kuulemiset
376
376
  back_to_question: Takaisin kysymykseen
@@ -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
@@ -370,7 +371,6 @@ fi:
370
371
  start_voting_date: Äänestys alkaa
371
372
  question_components:
372
373
  question_menu_item: Kysymys
373
- unfold: Avaa
374
374
  question_header:
375
375
  back_to_consultation: Näytä kaikki kuulemiset
376
376
  back_to_question: Takaisin kysymykseen
@@ -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
@@ -370,7 +371,6 @@ fr-CA:
370
371
  start_voting_date: Le vote commence le
371
372
  question_components:
372
373
  question_menu_item: La question
373
- unfold: Voir la suite
374
374
  question_header:
375
375
  back_to_consultation: Voir toutes les votations
376
376
  back_to_question: Retour à la question
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -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
@@ -370,7 +371,6 @@ fr:
370
371
  start_voting_date: Le vote commence le
371
372
  question_components:
372
373
  question_menu_item: La question
373
- unfold: Voir la suite
374
374
  question_header:
375
375
  back_to_consultation: Voir toutes les votations
376
376
  back_to_question: Retour à la question
@@ -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
@@ -131,7 +131,3 @@ ga:
131
131
  vote: Vótáil
132
132
  statistics:
133
133
  votes_count: Vótaí
134
- layouts:
135
- decidim:
136
- question_components:
137
- unfold: Oscail
@@ -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á
@@ -285,6 +286,5 @@ gl:
285
286
  start_voting_date: Comeza a votación
286
287
  question_components:
287
288
  question_menu_item: A pregunta
288
- unfold: Despregar
289
289
  question_header:
290
290
  back_to_consultation: Ver todas as consultas
@@ -1 +1,2 @@
1
+ ---
1
2
  hr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -248,9 +249,9 @@ hu:
248
249
  filters:
249
250
  active: Aktív
250
251
  all: Összes
252
+ date: Dátum
251
253
  finished: Befejezett
252
254
  search: Keresés
253
- state: Állapot
254
255
  upcoming: Közelgő
255
256
  filters_small_view:
256
257
  close_modal: Ablak bezárása
@@ -359,7 +360,6 @@ hu:
359
360
  start_voting_date: Szavazás kezdése
360
361
  question_components:
361
362
  question_menu_item: A kérdés
362
- unfold: Kibontás
363
363
  question_header:
364
364
  back_to_consultation: Összes konzultáció megtekintése
365
365
  back_to_question: Vissza a kérdéshez
@@ -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
@@ -272,6 +272,5 @@ id:
272
272
  start_voting_date: Voting dimulai
273
273
  question_components:
274
274
  question_menu_item: Pertanyaan
275
- unfold: Membuka
276
275
  question_header:
277
276
  back_to_consultation: Lihat semua konsultasi
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  activemodel:
3
4
  attributes:
4
5
  consultation:
@@ -178,6 +179,5 @@ is-IS:
178
179
  decidim:
179
180
  question_components:
180
181
  question_menu_item: Spurningin
181
- unfold: Fella út
182
182
  question_header:
183
183
  back_to_consultation: Sjá öll samráð
@@ -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
@@ -370,7 +370,6 @@ it:
370
370
  start_voting_date: Inizia la votazione
371
371
  question_components:
372
372
  question_menu_item: Il quesito
373
- unfold: spiegare
374
373
  question_header:
375
374
  back_to_consultation: Vedi tutte le consultazioni
376
375
  back_to_question: Torna al quesito
@@ -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: ウィンドウを閉じる
@@ -360,7 +361,6 @@ ja:
360
361
  start_voting_date: 投票が始まります
361
362
  question_components:
362
363
  question_menu_item: 質問
363
- unfold: 展開する
364
364
  question_header:
365
365
  back_to_consultation: すべての議案を見る
366
366
  back_to_question: 質問に戻る
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes:
@@ -176,7 +177,6 @@ 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
@@ -285,7 +285,6 @@ lb:
285
285
  start_voting_date: Die Abstimmung beginnt
286
286
  question_components:
287
287
  question_menu_item: Die Frage
288
- unfold: Entfalten
289
288
  question_header:
290
289
  back_to_consultation: Sehen Sie alle Konsultationen
291
290
  back_to_question: Zurück zur Frage
@@ -1 +1,2 @@
1
+ ---
1
2
  lt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  attributes:
@@ -258,7 +259,6 @@ lv:
258
259
  all: Visi
259
260
  finished: Pabeigtas
260
261
  search: Meklēt
261
- state: Statuss
262
262
  upcoming: Gaidāmās
263
263
  filters_small_view:
264
264
  close_modal: Aizvērt logu
@@ -369,7 +369,6 @@ lv:
369
369
  start_voting_date: Balsojums sākas
370
370
  question_components:
371
371
  question_menu_item: Jautājums
372
- unfold: Atritināt
373
372
  question_header:
374
373
  back_to_consultation: Skatīt visas konsultācijas
375
374
  back_to_question: Atpakaļ pie jautājuma
@@ -1 +1,2 @@
1
+ ---
1
2
  mt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  attributes:
@@ -253,7 +254,6 @@ nl:
253
254
  all: Alle
254
255
  finished: Voltooid
255
256
  search: Zoeken
256
- state: Staat
257
257
  upcoming: Toekomstige
258
258
  filters_small_view:
259
259
  close_modal: Sluit venster
@@ -368,7 +368,6 @@ nl:
368
368
  start_voting_date: Stemmen begint
369
369
  question_components:
370
370
  question_menu_item: De vraag
371
- unfold: Uitklappen
372
371
  question_header:
373
372
  back_to_consultation: Bekijk alle burgerinspraken
374
373
  back_to_question: Terug naar de vraag
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  attributes:
@@ -253,7 +254,6 @@
253
254
  all: Alle
254
255
  finished: Fullført
255
256
  search: Søk
256
- state: Status
257
257
  upcoming: Kommende
258
258
  filters_small_view:
259
259
  close_modal: Lukk vindu
@@ -370,7 +370,6 @@
370
370
  start_voting_date: Stemming begynner
371
371
  question_components:
372
372
  question_menu_item: Spørsmålet
373
- unfold: Åpne
374
373
  question_header:
375
374
  back_to_consultation: Se alle konsultasjonene
376
375
  back_to_question: Tilbake til spørsmålet
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -269,7 +270,6 @@ pl:
269
270
  all: Wszystko
270
271
  finished: Zakończone
271
272
  search: Szukaj
272
- state: Status
273
273
  upcoming: Nadchodzące
274
274
  filters_small_view:
275
275
  close_modal: Zamknij okno
@@ -390,7 +390,6 @@ pl:
390
390
  start_voting_date: Głosowanie rozpoczyna się
391
391
  question_components:
392
392
  question_menu_item: Pytanie
393
- unfold: Rozwiń
394
393
  question_header:
395
394
  back_to_consultation: Zobacz wszystkie konsultacje
396
395
  back_to_question: Wróć do pytania