decidim-elections 0.27.2 → 0.27.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/elections/admin/create_answer.rb +1 -1
  3. data/app/commands/decidim/elections/admin/create_question.rb +1 -1
  4. data/app/commands/decidim/elections/admin/destroy_answer.rb +1 -1
  5. data/app/commands/decidim/elections/admin/destroy_election.rb +1 -1
  6. data/app/commands/decidim/elections/admin/destroy_question.rb +1 -1
  7. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
  8. data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
  9. data/app/commands/decidim/elections/admin/update_answer.rb +1 -1
  10. data/app/commands/decidim/elections/admin/update_question.rb +1 -1
  11. data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +1 -1
  12. data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +6 -4
  13. data/app/controllers/decidim/votings/admin/exports_controller.rb +14 -0
  14. data/app/controllers/decidim/votings/admin/reminders_controller.rb +14 -0
  15. data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -1
  16. data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +1 -1
  17. data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +4 -1
  18. data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +4 -1
  19. data/app/controllers/decidim/votings/votings_controller.rb +1 -1
  20. data/app/forms/decidim/elections/admin/setup_form.rb +2 -1
  21. data/app/forms/decidim/votings/admin/voting_role_form.rb +29 -0
  22. data/app/permissions/decidim/elections/admin/permissions.rb +1 -7
  23. data/app/permissions/decidim/votings/admin/permissions.rb +1 -1
  24. data/app/views/decidim/elections/admin/elections/edit.html.erb +1 -0
  25. data/app/views/decidim/elections/admin/elections/index.html.erb +1 -0
  26. data/app/views/decidim/elections/admin/elections/new.html.erb +1 -0
  27. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +1 -0
  28. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +1 -0
  29. data/app/views/decidim/elections/elections/show.html.erb +1 -1
  30. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +1 -0
  31. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +1 -0
  32. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +1 -0
  33. data/app/views/decidim/votings/admin/votings/_form.html.erb +1 -1
  34. data/app/views/decidim/votings/admin/votings/edit.html.erb +1 -0
  35. data/app/views/decidim/votings/admin/votings/index.html.erb +1 -0
  36. data/app/views/decidim/votings/admin/votings/new.html.erb +0 -1
  37. data/app/views/decidim/votings/census/admin/census/_new_census.html.erb +1 -1
  38. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -0
  39. data/config/environment.rb +0 -0
  40. data/config/locales/ar.yml +42 -0
  41. data/config/locales/ca.yml +7 -7
  42. data/config/locales/cs.yml +0 -4
  43. data/config/locales/de.yml +132 -13
  44. data/config/locales/el.yml +1126 -0
  45. data/config/locales/en.yml +2 -2
  46. data/config/locales/es-MX.yml +6 -6
  47. data/config/locales/es-PY.yml +6 -6
  48. data/config/locales/es.yml +6 -6
  49. data/config/locales/eu.yml +5 -25
  50. data/config/locales/fa-IR.yml +1 -0
  51. data/config/locales/fi-plain.yml +2 -2
  52. data/config/locales/fi.yml +3 -3
  53. data/config/locales/fr-CA.yml +3 -25
  54. data/config/locales/fr.yml +6 -28
  55. data/config/locales/ga-IE.yml +1 -1
  56. data/config/locales/gl.yml +8 -6
  57. data/config/locales/hu.yml +10 -1
  58. data/config/locales/it.yml +6 -29
  59. data/config/locales/ja.yml +11 -11
  60. data/config/locales/kaa.yml +1 -0
  61. data/config/locales/lt.yml +0 -25
  62. data/config/locales/lv.yml +3 -0
  63. data/config/locales/nl.yml +7 -26
  64. data/config/locales/no.yml +16 -2
  65. data/config/locales/pl.yml +6 -27
  66. data/config/locales/pt-BR.yml +11 -28
  67. data/config/locales/pt.yml +3 -24
  68. data/config/locales/ro-RO.yml +12 -8
  69. data/config/locales/sv.yml +2 -19
  70. data/config/locales/tr-TR.yml +47 -1
  71. data/config/locales/zh-CN.yml +15 -1
  72. data/config/locales/zh-TW.yml +1399 -0
  73. data/lib/decidim/elections/test/factories.rb +1 -0
  74. data/lib/decidim/elections/version.rb +1 -1
  75. data/lib/decidim/votings/admin_engine.rb +1 -0
  76. metadata +22 -16
@@ -35,6 +35,7 @@ sv:
35
35
  promoted: Annonserad
36
36
  start_time: Omröstningen börjar
37
37
  title: Titel
38
+ voting_type: Rösttyp
38
39
  errors:
39
40
  models:
40
41
  answer:
@@ -103,7 +104,6 @@ sv:
103
104
  label: Bekräftad
104
105
  values:
105
106
  'false': Bekräftad
106
- 'true': Ej Validerad
107
107
  components:
108
108
  elections:
109
109
  actions:
@@ -437,7 +437,7 @@ sv:
437
437
  casting: Rösta
438
438
  confirm: Bekräfta din röst
439
439
  confirmed: Rösta bekräftad
440
- failed: Omröstningen misslyckades
440
+ failed: Röst ej framgångsrik
441
441
  messages:
442
442
  not_allowed: Ni får inte rösta om detta val just nu.
443
443
  modal:
@@ -505,16 +505,6 @@ sv:
505
505
  title: Valtyper
506
506
  new:
507
507
  create: Skapa
508
- content_blocks:
509
- landing_page:
510
- header:
511
- name: Omröstningsbanner
512
- metrics:
513
- name: Omröstningsmetrik
514
- stats:
515
- name: Omröstningsstatistik
516
- timeline:
517
- name: Omröstningstidslinje
518
508
  index:
519
509
  not_published: Ej publicerade
520
510
  published: Publicerad
@@ -655,8 +645,6 @@ sv:
655
645
  download: Ladda ner
656
646
  content_blocks:
657
647
  landing_page:
658
- description:
659
- title: Om den här omröstningen
660
648
  metrics:
661
649
  heading: Metrik
662
650
  polling_stations:
@@ -669,11 +657,6 @@ sv:
669
657
  destroy: Radera
670
658
  new: Ny medlem
671
659
  title: Åtgärder
672
- pages:
673
- home:
674
- highlighted_votings:
675
- active_votings: Activa omröstningar
676
- see_all_votings: Se alla omröstningar
677
660
  polling_officer_zone:
678
661
  closures:
679
662
  certify:
@@ -200,7 +200,6 @@ tr:
200
200
  active: Aktif
201
201
  all: Tümü
202
202
  finished: Bitti
203
- search: Arama
204
203
  upcoming: Yakında
205
204
  filters_small_view:
206
205
  close_modal: Pencereyi kapat
@@ -340,6 +339,53 @@ tr:
340
339
  email_outro: Bu bildirimi, %{resource_name} için vekil kişi olarak eklendiğiniz için aldınız.
341
340
  email_subject: '%{resource_name} için vekil birisiniz.'
342
341
  notification_title: <a href="%{participatory_space_url}">%{resource_name} </a> için vekil birisiniz.
342
+ votings:
343
+ admin:
344
+ content_blocks:
345
+ landing_page:
346
+ attachments_and_folders:
347
+ name: Oylama ekleri ve klasörleri
348
+ elections:
349
+ name: Seçim ve Seçmenler
350
+ header:
351
+ name: Oylama Başlığı
352
+ html_block_1:
353
+ name: Oylama html bloğu 1
354
+ html_block_2:
355
+ name: Oylama html bloğu 2
356
+ html_block_3:
357
+ name: Oylama html bloğu 3
358
+ metrics:
359
+ name: Oylama Metrikleri
360
+ polling_stations:
361
+ name: Oy kullanma yeri
362
+ stats:
363
+ name: Oylama istatistikleri
364
+ timeline:
365
+ name: Oylama Zaman Çizelgesi
366
+ content_blocks:
367
+ landing_page:
368
+ description:
369
+ title: Bu Oylama Hakkında
370
+ pages:
371
+ home:
372
+ highlighted_votings:
373
+ active_votings: Aktif oylamalar
374
+ see_all_votings: Tüm Oylamaları Görün
375
+ polling_officer_zone:
376
+ closures:
377
+ new:
378
+ modal_ballots_count_error:
379
+ close_modal: Kapat
380
+ sign:
381
+ close_modal: Kapat
382
+ votings:
383
+ show:
384
+ dates: Tarihler
385
+ votings_m:
386
+ footer_button_text:
387
+ view: Görünüm
388
+ vote: Oy ver
343
389
  layouts:
344
390
  decidim:
345
391
  election_votes_header:
@@ -154,7 +154,6 @@ zh-CN:
154
154
  active: 已启用
155
155
  all: 所有的
156
156
  finished: 已完成
157
- search: 搜索
158
157
  upcoming: 即将到来的
159
158
  filters_small_view:
160
159
  close_modal: 关闭模式
@@ -229,6 +228,21 @@ zh-CN:
229
228
  email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
230
229
  email_subject: '%{resource_title} 的选举现在对 %{participatory_space_title} 生效。'
231
230
  notification_title: <a href="%{resource_path}">%{resource_title}</a> 选区现已启用 %{participatory_space_title}。
231
+ votings:
232
+ polling_officer_zone:
233
+ closures:
234
+ new:
235
+ modal_ballots_count_error:
236
+ close_modal: 关闭
237
+ sign:
238
+ close_modal: 关闭
239
+ votings:
240
+ show:
241
+ dates: 日期
242
+ votings_m:
243
+ footer_button_text:
244
+ view: 查看
245
+ vote: 投票
232
246
  layouts:
233
247
  decidim:
234
248
  election_votes_header: