decidim-consultations 0.26.10 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/consultations/consultation_m_cell.rb +3 -1
  3. data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +2 -2
  4. data/app/commands/decidim/consultations/admin/create_consultation.rb +1 -1
  5. data/app/commands/decidim/consultations/admin/create_question.rb +1 -1
  6. data/app/commands/decidim/consultations/admin/create_response.rb +1 -1
  7. data/app/commands/decidim/consultations/admin/create_response_group.rb +1 -1
  8. data/app/commands/decidim/consultations/admin/destroy_response_group.rb +1 -1
  9. data/app/commands/decidim/consultations/admin/publish_consultation.rb +1 -1
  10. data/app/commands/decidim/consultations/admin/publish_consultation_results.rb +1 -1
  11. data/app/commands/decidim/consultations/admin/publish_question.rb +1 -1
  12. data/app/commands/decidim/consultations/admin/unpublish_consultation.rb +1 -1
  13. data/app/commands/decidim/consultations/admin/unpublish_consultation_results.rb +1 -1
  14. data/app/commands/decidim/consultations/admin/unpublish_question.rb +1 -1
  15. data/app/commands/decidim/consultations/admin/update_consultation.rb +1 -1
  16. data/app/commands/decidim/consultations/admin/update_question.rb +1 -1
  17. data/app/commands/decidim/consultations/admin/update_question_configuration.rb +1 -1
  18. data/app/commands/decidim/consultations/admin/update_response.rb +1 -1
  19. data/app/commands/decidim/consultations/admin/update_response_group.rb +1 -1
  20. data/app/commands/decidim/consultations/multiple_vote_question.rb +1 -1
  21. data/app/commands/decidim/consultations/unvote_question.rb +1 -1
  22. data/app/commands/decidim/consultations/vote_question.rb +1 -1
  23. data/app/controllers/decidim/consultations/consultations_controller.rb +5 -12
  24. data/app/forms/decidim/consultations/admin/consultation_form.rb +1 -1
  25. data/app/helpers/decidim/consultations/consultations_helper.rb +1 -1
  26. data/app/helpers/decidim/consultations/questions_helper.rb +3 -3
  27. data/app/models/decidim/consultation.rb +9 -3
  28. data/app/permissions/decidim/consultations/permissions.rb +1 -3
  29. data/app/presenters/decidim/consultations/question_stats_presenter.rb +4 -2
  30. data/app/queries/decidim/consultations/admin/admin_users.rb +1 -1
  31. data/app/queries/decidim/consultations/organization_active_consultations.rb +1 -1
  32. data/app/queries/decidim/consultations/organization_consultations.rb +1 -1
  33. data/app/queries/decidim/consultations/organization_questions.rb +1 -1
  34. data/app/views/decidim/consultations/_consultation.html.erb +1 -1
  35. data/app/views/decidim/consultations/admin/consultations/_form.html.erb +1 -1
  36. data/app/views/decidim/consultations/admin/consultations/edit.html.erb +0 -1
  37. data/app/views/decidim/consultations/admin/consultations/index.html.erb +0 -2
  38. data/app/views/decidim/consultations/admin/consultations/new.html.erb +0 -1
  39. data/app/views/decidim/consultations/admin/question_configuration/_form.html.erb +1 -1
  40. data/app/views/decidim/consultations/admin/questions/_form.html.erb +3 -3
  41. data/app/views/decidim/consultations/admin/questions/edit.html.erb +0 -1
  42. data/app/views/decidim/consultations/admin/questions/index.html.erb +0 -2
  43. data/app/views/decidim/consultations/admin/questions/new.html.erb +0 -1
  44. data/app/views/decidim/consultations/admin/responses/edit.html.erb +0 -1
  45. data/app/views/decidim/consultations/admin/responses/index.html.erb +0 -1
  46. data/app/views/decidim/consultations/admin/responses/new.html.erb +0 -1
  47. data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
  48. data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +2 -2
  49. data/app/views/decidim/consultations/consultations/_filters.html.erb +4 -4
  50. data/app/views/decidim/consultations/consultations/_question.html.erb +2 -2
  51. data/app/views/decidim/consultations/consultations/index.html.erb +3 -1
  52. data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +3 -1
  53. data/app/views/decidim/consultations/questions/_vote_button.html.erb +3 -1
  54. data/app/views/decidim/consultations/questions/_vote_modal.html.erb +1 -1
  55. data/app/views/decidim/consultations/questions/_vote_modal_confirm.html.erb +1 -0
  56. data/app/views/decidim/consultations/questions/show.html.erb +6 -4
  57. data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
  58. data/app/views/layouts/decidim/_question_header.html.erb +2 -2
  59. data/config/locales/am-ET.yml +1 -0
  60. data/config/locales/ar.yml +2 -22
  61. data/config/locales/bg.yml +1 -0
  62. data/config/locales/ca.yml +2 -5
  63. data/config/locales/cs.yml +3 -6
  64. data/config/locales/da.yml +1 -0
  65. data/config/locales/de.yml +5 -8
  66. data/config/locales/el.yml +1 -11
  67. data/config/locales/en.yml +1 -5
  68. data/config/locales/eo.yml +1 -0
  69. data/config/locales/es-MX.yml +2 -5
  70. data/config/locales/es-PY.yml +2 -5
  71. data/config/locales/es.yml +2 -5
  72. data/config/locales/et.yml +1 -0
  73. data/config/locales/eu.yml +47 -51
  74. data/config/locales/fi-plain.yml +2 -5
  75. data/config/locales/fi.yml +9 -12
  76. data/config/locales/fr-CA.yml +3 -6
  77. data/config/locales/fr.yml +4 -7
  78. data/config/locales/ga-IE.yml +1 -1
  79. data/config/locales/gl.yml +2 -1
  80. data/config/locales/hr.yml +1 -0
  81. data/config/locales/hu.yml +2 -11
  82. data/config/locales/id-ID.yml +1 -1
  83. data/config/locales/is-IS.yml +2 -1
  84. data/config/locales/it.yml +1 -1
  85. data/config/locales/ja.yml +2 -5
  86. data/config/locales/ko.yml +1 -0
  87. data/config/locales/lb.yml +1 -3
  88. data/config/locales/lt.yml +1 -398
  89. data/config/locales/lv.yml +1 -1
  90. data/config/locales/mt.yml +1 -0
  91. data/config/locales/nl.yml +2 -2
  92. data/config/locales/no.yml +1 -1
  93. data/config/locales/om-ET.yml +1 -0
  94. data/config/locales/pl.yml +1 -5
  95. data/config/locales/pt-BR.yml +2 -2
  96. data/config/locales/pt.yml +1 -1
  97. data/config/locales/ro-RO.yml +2 -5
  98. data/config/locales/ru.yml +1 -3
  99. data/config/locales/si-LK.yml +1 -0
  100. data/config/locales/sk.yml +1 -1
  101. data/config/locales/sl.yml +1 -0
  102. data/config/locales/so-SO.yml +1 -0
  103. data/config/locales/sr-CS.yml +1 -0
  104. data/config/locales/sv.yml +2 -5
  105. data/config/locales/sw-KE.yml +1 -0
  106. data/config/locales/ti-ER.yml +1 -0
  107. data/config/locales/tr-TR.yml +1 -1
  108. data/config/locales/uk.yml +1 -3
  109. data/config/locales/val-ES.yml +1 -0
  110. data/config/locales/vi.yml +1 -0
  111. data/config/locales/zh-CN.yml +1 -1
  112. data/config/locales/zh-TW.yml +1 -368
  113. data/lib/decidim/consultations/participatory_space.rb +7 -7
  114. data/lib/decidim/consultations/version.rb +1 -1
  115. metadata +14 -24
  116. data/app/scrubbers/decidim/consultations/question_title_scrubber.rb +0 -17
  117. data/app/services/decidim/consultations/consultation_search.rb +0 -51
  118. data/config/locales/fa-IR.yml +0 -1
  119. data/config/locales/gn-PY.yml +0 -1
  120. data/config/locales/ka-GE.yml +0 -1
  121. data/config/locales/kaa.yml +0 -15
  122. data/config/locales/lo-LA.yml +0 -1
  123. data/config/locales/oc-FR.yml +0 -1
  124. data/config/locales/sq-AL.yml +0 -1
  125. data/config/locales/th-TH.yml +0 -1
@@ -10,7 +10,7 @@
10
10
  <p><%= t "questions.vote_modal.contextual_help", scope: "decidim" %></p>
11
11
  <div class="card card--secondary">
12
12
  <div class="card__content">
13
- <h4 class="heading5 text-center"><%= decidim_sanitize translated_attribute(question.title), scrubber: Decidim::Consultations::QuestionTitleScrubber.new %></h4>
13
+ <h4 class="heading5 text-center"><%= translated_attribute(question.title).html_safe %></h4>
14
14
  </div>
15
15
  </div>
16
16
 
@@ -17,6 +17,7 @@
17
17
  <div class="row">
18
18
  <div class="columns medium-8 medium-offset-2">
19
19
  <%= form_with url: decidim_consultations.question_question_votes_path(question),
20
+ local: false,
20
21
  id: "confirm-vote-form" do |form| %>
21
22
  <%= form.hidden_field :decidim_consultations_response_id, id: "decidim_consultations_response_id" %>
22
23
  <%= form.submit t("questions.vote_modal_confirm.confirm", scope: "decidim"),
@@ -2,7 +2,7 @@
2
2
  <div class="row">
3
3
  <div class="columns medium-7 mediumlarge-8">
4
4
  <div class="section">
5
- <%= decidim_sanitize_editor_admin translated_attribute current_question.question_context %>
5
+ <%= decidim_sanitize_editor translated_attribute current_question.question_context %>
6
6
 
7
7
  <div class="show-more">
8
8
  <button class="button hollow small"><%= t "read_more", scope: "decidim.questions.show" %></button>
@@ -13,12 +13,12 @@
13
13
 
14
14
  <div class="section">
15
15
  <h2 class=section-heading><%= t "question.what_is_decided", scope: "activemodel.attributes" %></h2>
16
- <p><%= decidim_sanitize_editor_admin translated_attribute(current_question.what_is_decided) %></p>
16
+ <p><%= decidim_sanitize_editor translated_attribute(current_question.what_is_decided), strip_tags: true %></p>
17
17
  </div>
18
18
 
19
19
  <div class="section">
20
20
  <h2 class=section-heading><%= t "question.question_context", scope: "activemodel.attributes" %></h2>
21
- <p><%= decidim_sanitize_editor_admin translated_attribute(current_question.question_context) %></p>
21
+ <p><%= decidim_sanitize_editor translated_attribute(current_question.question_context), strip_tags: true %></p>
22
22
  </div>
23
23
  </div>
24
24
  </div>
@@ -56,4 +56,6 @@
56
56
  </div>
57
57
  <% end %>
58
58
 
59
- <%= javascript_pack_tag "decidim_consultations" %>
59
+ <% content_for :js_content do %>
60
+ <%= javascript_pack_tag "decidim_consultations" %>
61
+ <% end %>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div class="consultations-header consultations-home-banner row column">
4
4
  <div class="row column consultations-header__main"
5
- style="background-image:url('<%= current_consultation.attached_uploader(:banner_image).path %>');">
5
+ style="background-image:url(<%= current_consultation.attached_uploader(:banner_image).path %>);">
6
6
  <div class="consultations-header__container row">
7
7
  <div class="columns mediumlarge-9 consultations-header__info">
8
8
  <div>
@@ -1,6 +1,6 @@
1
1
  <div class="consultations-header row column">
2
2
  <div class="row column consultations-header__main"
3
- style="background-image:url('<%= question.attached_uploader(:banner_image).path %>');">
3
+ style="background-image:url(<%= question.attached_uploader(:banner_image).path %>);">
4
4
  <div class="consultations-header__container row">
5
5
  <div class="columns mediumlarge-9 consultations-header__info">
6
6
  <div>
@@ -23,7 +23,7 @@
23
23
  <%= yield :question_header_instructions if content_for? :question_header_instructions %>
24
24
 
25
25
  <div class="row column consultations-title">
26
- <h2 class="heading2"><%= decidim_sanitize translated_attribute(question.title), scrubber: Decidim::Consultations::QuestionTitleScrubber.new %></h2>
26
+ <h2 class="heading2"><%= decidim_sanitize translated_attribute question.title %></h2>
27
27
  <% unless question.hashtag.blank? %>
28
28
  <div class="text-center">
29
29
  <%= link_to "##{question.hashtag}", twitter_hashtag_url(question.hashtag), target: "_blank" %>
@@ -1 +1,2 @@
1
+ ---
1
2
  am:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  attributes:
@@ -110,7 +111,6 @@ ar:
110
111
  create:
111
112
  error: كانت هناك مشكلة في إنشاء استشارة جديدة.
112
113
  success: تم إنشاء التشاور بنجاح.
113
- deprecation_warning: سيتم إهمال وحدة المشاورات في المستقبل القريب. نحن قيد العمل على نسخة جديدة آمنة تشفيرياً والمسماة التصويتات.
114
114
  edit:
115
115
  update: تحديث
116
116
  form:
@@ -123,7 +123,6 @@ ar:
123
123
  create: إنشاء
124
124
  title: استشارة جديدة
125
125
  results:
126
- not_visible: وستكون النتائج متاحة لدى إغلاق المشاورات
127
126
  participants: "%{count} مشارِكين"
128
127
  total_votes: 'المجموع: %{count} أصوات'
129
128
  update:
@@ -181,9 +180,7 @@ ar:
181
180
  many: استجابات
182
181
  other: استجابات
183
182
  question_configuration:
184
- disable_external_voting: الرجاء تعطيل التصويت الخارجي للتكوينات المتقدمة
185
183
  form:
186
- help: يمكن بإعداد أسئلة خيارات متعددة عن طريق زيادة الحد الأقصى لعدد الردود التي يمكن أن يختارها المشارك. القيمة القصوى الافتراضية هي 1، بمعنى أنه يمكن التصويت على رد واحد فقط.
187
184
  title: الإعداد المتقدّم
188
185
  question_publications:
189
186
  create:
@@ -212,20 +209,12 @@ ar:
212
209
  error: حدثت مشكلة أثناء تحديث هذا السؤال.
213
210
  success: تم تحديث السؤال بنجاح.
214
211
  response_groups:
215
- create:
216
- error: طرأت مشكلة خلال إنشاء مجموعة رد جديدة.
217
- success: تم إنشاء مجموعة رد جديدة بنجاح.
218
- destroy:
219
- error: طرأت مشكلة خلال إزالة مجموعة الاستجابة. يتوجب التحقق من أنه لا توجد ردود تعتمد عليها.
220
- success: تم إلغاء مجموعة الرد بنجاح.
221
212
  edit:
222
213
  update: تحديث
223
214
  form:
224
215
  title: معلومات عامة
225
- help: يمكن استخدام المجموعات لتنظيم أسئلة خيارات متعددة ضمن حزم.
226
216
  new:
227
217
  create: إنشاء
228
- title: مجموعة رد جديدة
229
218
  update:
230
219
  error: وقعت هناك مشكلة عند تحديث هذه الإجابة.
231
220
  success: تم تحديث الإجابة بنجاح.
@@ -249,7 +238,6 @@ ar:
249
238
  titles:
250
239
  consultations: المشاورات
251
240
  questions: الأسئلة
252
- response_groups: مجموعات الرد
253
241
  responses: استجابات
254
242
  results: النتائج
255
243
  consultations:
@@ -283,9 +271,9 @@ ar:
283
271
  filters:
284
272
  active: نشيط
285
273
  all: الكل
274
+ date: التاريخ
286
275
  finished: تم الانتهاء من
287
276
  search: بحث
288
- state: الحالة
289
277
  upcoming: القادمة
290
278
  filters_small_view:
291
279
  close_modal: أغلق النافذة
@@ -324,15 +312,11 @@ ar:
324
312
  other: يصوت من
325
313
  question_multiple_votes:
326
314
  results_rules:
327
- minimum_votes_per_user:
328
- description: يمكن للمشاركين توزيع %{votes} أصوات كحد أدنى من ضمن خيارات مختلفة.
329
315
  title: خيارات عديدة متاحة مسموحة للإجابة على هذا السؤال
330
316
  total_participants: لقد شارك مجموع يقدّر بـ %{count} أشخاص في التصويت.
331
317
  vote_limit:
332
318
  description: يمكن للمشارِكين التصويت على %{limit} خيارات كأقصى حد.
333
319
  voting_rules:
334
- minimum_votes_per_user:
335
- description: يتوجب عليم توزيع %{votes} أصوات كحد أدنى من ضمن خيارات مختلفة.
336
320
  title: 'التصويت خاضع للقواعد التالية:'
337
321
  vote_limit:
338
322
  description: يمكنك التصويت إلى غاية %{limit} خيارات.
@@ -341,7 +325,6 @@ ar:
341
325
  question_votes:
342
326
  create:
343
327
  error: كانت هناك مشكلة في التصويت على السؤال
344
- success: يمكنك تغيير ذلك حتى نهاية المشاورة. سيتم قبول التصويت الأخير فقط.
345
328
  title_error: خطأ في التصويت!
346
329
  title_success: تم تسجيل التصويت بنجاح
347
330
  regular_questions:
@@ -361,8 +344,6 @@ ar:
361
344
  help:
362
345
  participatory_spaces:
363
346
  consultations:
364
- contextual: "<p>المشاورة <strong></strong> هي مساحة تسمح لك بتوجيه سؤال واضح إلى جميع الأشخاص الذين يشكلون منظمة، وبتوجيه دعوة للمشاركة في المشاورة وإشعال شرارة وتنظيم النقاش لصالح الرد أو ضده. وعند حلول الاستشارة، يمكنك التصويت ونشر نتائج الأصوات.</p> <p>أمثلة: يمكن أن تكون المشاورات حول أي جانب يؤثر على منظمة ما: على سبيل المثال تغير اسم أو شعار المنظمة عن طريق طرح البدائل، تقرير بنعم أو لا لصالح المشاركة أو عدمها في منظمة أكبر، تصديق أو رفض خطة استراتيجية جديدة أو نتيجة فريق عامل، أو تحديد ما إذا كانت الوظائف ينبغي أن تظل ولايات واحدة أو 2 أو 3 كحد أقصى.</p>\n"
365
- page: "<p>المشاورة <strong></strong> هي مساحة تسمح لك بتوجيه سؤال واضح إلى جميع الأشخاص الذين يشكلون منظمة، وبتوجيه دعوة للمشاركة في المشاورة وإشعال شرارة وتنظيم النقاش لصالح الرد أو ضده. وعند حلول الاستشارة، يمكنك التصويت ونشر نتائج الأصوات.</p> <p>أمثلة: يمكن أن تكون المشاورات حول أي جانب يؤثر على منظمة ما: على سبيل المثال تغير اسم أو شعار المنظمة عن طريق طرح البدائل، تقرير بنعم أو لا لصالح المشاركة أو عدمها في منظمة أكبر، تصديق أو رفض خطة استراتيجية جديدة أو نتيجة فريق عامل، أو تحديد ما إذا كانت الوظائف ينبغي أن تظل ولايات واحدة أو 2 أو 3 كحد أقصى.</p>\n"
366
347
  title: ما هي المشاورات؟
367
348
  menu:
368
349
  consultations: المشاورات
@@ -402,7 +383,6 @@ ar:
402
383
  comment: تعليق
403
384
  vote: صوِّت
404
385
  statistics:
405
- consultations_count: المشاورات
406
386
  votes_count: الأصوات
407
387
  layouts:
408
388
  decidim:
@@ -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
@@ -361,10 +362,6 @@ ca:
361
362
  actions:
362
363
  comment: Comentar
363
364
  vote: Vota
364
- question:
365
- actions:
366
- comment: Comentar
367
- vote: Votar
368
365
  statistics:
369
366
  consultations_count: Consultes
370
367
  votes_count: Vots
@@ -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
@@ -329,7 +330,7 @@ cs:
329
330
  show:
330
331
  badge_name:
331
332
  finished: Dokončeno
332
- open: Otevřeno
333
+ open: otevřeno
333
334
  open_votes: Hlasování zahájeno
334
335
  published_results: Publikované výsledky
335
336
  footer_button_text:
@@ -381,10 +382,6 @@ cs:
381
382
  actions:
382
383
  comment: Komentář
383
384
  vote: Hlasovat
384
- question:
385
- actions:
386
- comment: Komentář
387
- vote: Hlasovat
388
385
  statistics:
389
386
  consultations_count: Konzultace
390
387
  votes_count: Hlasy
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -130,7 +131,7 @@ de:
130
131
  models:
131
132
  consultation:
132
133
  fields:
133
- created_at: Erstellt am
134
+ created_at: Hergestellt in
134
135
  published: Veröffentlicht
135
136
  title: Titel
136
137
  name:
@@ -138,7 +139,7 @@ de:
138
139
  other: Konsultationen
139
140
  question:
140
141
  fields:
141
- created_at: Erstellt am
142
+ created_at: Hergestellt in
142
143
  published: Veröffentlicht
143
144
  title: Titel
144
145
  name:
@@ -146,7 +147,7 @@ de:
146
147
  other: Fragen
147
148
  response:
148
149
  fields:
149
- created_at: Erstellt am
150
+ created_at: Hergestellt in
150
151
  response_group: Gruppe
151
152
  title: Titel
152
153
  name:
@@ -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
@@ -361,10 +362,6 @@ de:
361
362
  actions:
362
363
  comment: Kommentar
363
364
  vote: Abstimmung
364
- question:
365
- actions:
366
- comment: Kommentieren
367
- vote: Abstimmen
368
365
  statistics:
369
366
  consultations_count: Beratungen
370
367
  votes_count: Stimmen
@@ -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: Κλείσιμο παραθύρου
@@ -320,8 +320,6 @@ el:
320
320
  help:
321
321
  participatory_spaces:
322
322
  consultations:
323
- contextual: "<p>Οι <strong>διαβουλεύσεις</strong> είναι ένας χώρος που σας δίνει τη δυνατότητα να θέσετε μια σαφή ερώτηση σε όλους όσοι συνθέτουν έναν οργανισμό, να υποβάλετε αίτημα συμμετοχής στη διαβούλευση, να τροφοδοτήσετε τον διάλογο και να επιχειρηματολογήσετε υπέρ ή κατά μιας απάντησης. Όταν φτάσει η ημερομηνία της διαβούλευσης, μπορείτε να ψηφίσετε και να δημοσιεύσετε τα αποτελέσματα των ψήφων.</p> <p>Παραδείγματα: Οι διαβουλεύσεις μπορούν να σχετίζονται σχεδόν με οτιδήποτε επηρεάζει έναν οργανισμό, για παράδειγμα με την αντικατάσταση του ονόματος ή του λογότυπου του οργανισμού κατόπιν πρότασης διάφορων εναλλακτικών, τη συναίνεση στην ένταξη του οργανισμού σε μεγαλύτερο οργανισμό, την έγκριση ή απόρριψη ενός νέου στρατηγικού σχεδίου ή του αποτελέσματος μιας ομάδας εργασίας ή τον ορισμό μέγιστου αριθμού 1, 2 ή 3 θητειών για τις θέσεις ευθύνης.</p>\n"
324
- page: "<p>Οι <strong>διαβουλεύσεις</strong> είναι ένας χώρος που σας δίνει τη δυνατότητα να θέσετε μια σαφή ερώτηση σε όλους όσοι συνθέτουν έναν οργανισμό, να υποβάλετε αίτημα συμμετοχής στη διαβούλευση, να τροφοδοτήσετε τον διάλογο και να επιχειρηματολογήσετε υπέρ ή κατά μιας απάντησης. Όταν φτάσει η ημερομηνία της διαβούλευσης, μπορείτε να ψηφίσετε και να δημοσιεύσετε τα αποτελέσματα των ψήφων.</p> <p>Παραδείγματα: Οι διαβουλεύσεις μπορούν να σχετίζονται σχεδόν με οτιδήποτε επηρεάζει έναν οργανισμό, για παράδειγμα με την αντικατάσταση του ονόματος ή του λογότυπου του οργανισμού κατόπιν πρότασης διάφορων εναλλακτικών, τη συναίνεση στην ένταξη του οργανισμού σε μεγαλύτερο οργανισμό, την έγκριση ή απόρριψη ενός νέου στρατηγικού σχεδίου ή του αποτελέσματος μιας ομάδας εργασίας ή τον ορισμό μέγιστου αριθμού 1, 2 ή 3 θητειών για τις θέσεις ευθύνης στον οργανισμό.</p>\n"
325
323
  title: Τι είναι οι διαβουλεύσεις;
326
324
  menu:
327
325
  consultations: Διαβουλεύσεις
@@ -358,15 +356,7 @@ el:
358
356
  resources:
359
357
  consultations:
360
358
  actions:
361
- comment: Σχόλιο
362
359
  vote: Ψηφοφορία
363
- question:
364
- actions:
365
- comment: Σχόλιο
366
- vote: Ψήφος
367
- statistics:
368
- consultations_count: Διαβουλεύσεις
369
- votes_count: Ψήφοι
370
360
  layouts:
371
361
  decidim:
372
362
  consultation_voting_data:
@@ -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
@@ -362,10 +362,6 @@ en:
362
362
  actions:
363
363
  comment: Comment
364
364
  vote: Vote
365
- question:
366
- actions:
367
- comment: Comment
368
- vote: Vote
369
365
  statistics:
370
366
  consultations_count: Consultations
371
367
  votes_count: Votes
@@ -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
@@ -361,10 +362,6 @@ es-MX:
361
362
  actions:
362
363
  comment: Comentar
363
364
  vote: Votar
364
- question:
365
- actions:
366
- comment: Comentar
367
- vote: Votar
368
365
  statistics:
369
366
  consultations_count: Consultas
370
367
  votes_count: Votos
@@ -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
@@ -361,10 +362,6 @@ es-PY:
361
362
  actions:
362
363
  comment: Comentar
363
364
  vote: Votar
364
- question:
365
- actions:
366
- comment: Comentar
367
- vote: Votar
368
365
  statistics:
369
366
  consultations_count: Consultas
370
367
  votes_count: Votos
@@ -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
@@ -361,10 +362,6 @@ es:
361
362
  actions:
362
363
  comment: Comentar
363
364
  vote: Votar
364
- question:
365
- actions:
366
- comment: Comentar
367
- vote: Votar
368
365
  statistics:
369
366
  consultations_count: Consultas
370
367
  votes_count: Votos
@@ -1 +1,2 @@
1
+ ---
1
2
  et: