decidim-elections 0.27.3 → 0.27.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) 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/update_answer.rb +1 -1
  9. data/app/commands/decidim/elections/admin/update_question.rb +1 -1
  10. data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +1 -1
  11. data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +6 -4
  12. data/app/controllers/decidim/votings/admin/exports_controller.rb +14 -0
  13. data/app/controllers/decidim/votings/admin/reminders_controller.rb +14 -0
  14. data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -1
  15. data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +1 -1
  16. data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +4 -1
  17. data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +4 -1
  18. data/app/controllers/decidim/votings/votings_controller.rb +1 -1
  19. data/app/forms/decidim/elections/admin/setup_form.rb +2 -1
  20. data/app/permissions/decidim/elections/admin/permissions.rb +1 -7
  21. data/app/permissions/decidim/votings/admin/permissions.rb +1 -1
  22. data/app/views/decidim/elections/admin/elections/edit.html.erb +1 -0
  23. data/app/views/decidim/elections/admin/elections/index.html.erb +1 -0
  24. data/app/views/decidim/elections/admin/elections/new.html.erb +1 -0
  25. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +1 -0
  26. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +1 -0
  27. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +1 -0
  28. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +1 -0
  29. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +1 -0
  30. data/app/views/decidim/votings/admin/votings/edit.html.erb +1 -0
  31. data/app/views/decidim/votings/admin/votings/index.html.erb +1 -0
  32. data/app/views/decidim/votings/admin/votings/new.html.erb +0 -1
  33. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -0
  34. data/config/environment.rb +3 -0
  35. data/config/locales/ar.yml +3 -2
  36. data/config/locales/ca.yml +12 -12
  37. data/config/locales/cs.yml +0 -3
  38. data/config/locales/de.yml +139 -19
  39. data/config/locales/el.yml +1121 -1
  40. data/config/locales/en.yml +2 -2
  41. data/config/locales/es-MX.yml +10 -10
  42. data/config/locales/es-PY.yml +10 -10
  43. data/config/locales/es.yml +10 -10
  44. data/config/locales/eu.yml +193 -83
  45. data/config/locales/fi-plain.yml +2 -5
  46. data/config/locales/fi.yml +4 -7
  47. data/config/locales/fr-CA.yml +5 -5
  48. data/config/locales/fr.yml +8 -8
  49. data/config/locales/ga-IE.yml +1 -1
  50. data/config/locales/gl.yml +13 -7
  51. data/config/locales/hu.yml +21 -4
  52. data/config/locales/it.yml +10 -36
  53. data/config/locales/ja.yml +14 -17
  54. data/config/locales/lt.yml +23 -5
  55. data/config/locales/lv.yml +3 -4
  56. data/config/locales/nl.yml +10 -32
  57. data/config/locales/no.yml +23 -6
  58. data/config/locales/pl.yml +17 -33
  59. data/config/locales/pt-BR.yml +31 -32
  60. data/config/locales/pt.yml +3 -28
  61. data/config/locales/ro-RO.yml +14 -11
  62. data/config/locales/sq-AL.yml +1 -0
  63. data/config/locales/sv.yml +9 -10
  64. data/config/locales/th-TH.yml +1 -0
  65. data/config/locales/tr-TR.yml +54 -5
  66. data/config/locales/zh-CN.yml +23 -6
  67. data/config/locales/zh-TW.yml +0 -29
  68. data/lib/decidim/elections/test/factories.rb +1 -0
  69. data/lib/decidim/elections/version.rb +1 -1
  70. data/lib/decidim/votings/admin_engine.rb +1 -0
  71. data/lib/decidim/votings/voting_serializer.rb +2 -2
  72. metadata +21 -16
@@ -19,6 +19,7 @@ pt:
19
19
  voting:
20
20
  end_time: A votação termina
21
21
  start_time: A votação inicia
22
+ voting_type: Tipo de votação
22
23
  errors:
23
24
  models:
24
25
  answer:
@@ -529,6 +530,7 @@ pt:
529
530
  tally:
530
531
  cast: Registar a contagem
531
532
  share: Partilhar a contagem
533
+ start_icon: Ícone que indica um botão de início para iniciar a geração de chaves eleitorais
532
534
  title: Contagem para %{election}
533
535
  update:
534
536
  error: O estado da eleição não foi actualizado.
@@ -569,7 +571,6 @@ pt:
569
571
  invalid_key: As chaves de identificação no ficheiro enviado não puderam ser carregadas.
570
572
  not_supported_browser_description: Parece que está a utilizar um navegador web que não pode ser utilizado para agir como curador. Certifique-se que está a suar a versão mais recente do seu navegador, ou tente usar um dos navegadores mais populares para que seja possível as suas tarefas de Curador.
571
573
  not_supported_browser_title: Actualize o seu navegador para poder agir como Curador
572
- trustee_role_description: Foi designado para agir como Curador em algumas eleições celebradas nesta plataforma.
573
574
  update:
574
575
  success: A sua chave de identificação pública foi guardada com êxito.
575
576
  votes:
@@ -583,7 +584,7 @@ pt:
583
584
  header: A registar o voto...
584
585
  text: O seu boletim de voto está a ser registado na urna de voto.
585
586
  confirm:
586
- answer: Responder
587
+ answer: Resposta
587
588
  answer_number: resposta %{number}
588
589
  confirm: Confirmar
589
590
  edit: editar
@@ -655,7 +656,6 @@ pt:
655
656
  continue: Seguinte
656
657
  warnings:
657
658
  no_elections_warning: Nenhuma eleição corresponde aos seus critérios de pesquisa ou não há nenhuma eleição agendada.
658
- no_scheduled_elections_warning: Actualmente, não há eleições agendadas, mas aqui pode encontrar listadas todas as eleições passadas.
659
659
  events:
660
660
  elections:
661
661
  election_published:
@@ -738,30 +738,9 @@ pt:
738
738
  highlighted_votings:
739
739
  max_results: Montante máximo dos projectos a mostrar
740
740
  landing_page:
741
- attachments_and_folders:
742
- name: Anexos e pastas de votação
743
741
  description:
744
742
  name: Descrição da votação
745
- elections:
746
- name: Eleições de votação
747
- header:
748
- name: Cabeçalho de votação
749
- html_block_1:
750
- name: Bloco html de votação 1
751
- html_block_2:
752
- name: Bloco html de votação 2
753
- html_block_3:
754
- name: Bloco html de votação 3
755
- metrics:
756
- name: Métricas da votação
757
- polling_stations:
758
- name: Assembleias de voto
759
- stats:
760
- name: Estatísticas da votação
761
- timeline:
762
- name: Cronologia da votação
763
743
  index:
764
- not_published: Publicação removida
765
744
  published: Publicado
766
745
  landing_page:
767
746
  content_blocks:
@@ -959,7 +938,6 @@ pt:
959
938
  update: Actualizar
960
939
  form:
961
940
  select_a_voting_type: Por favor seleccione um tipo de votação
962
- slug_help: 'Os identificadores URL são utilizados para gerar os URLs que direccionam para esta votação. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
963
941
  title: Título
964
942
  voting_type:
965
943
  hybrid: Híbrido
@@ -1073,8 +1051,6 @@ pt:
1073
1051
  pages:
1074
1052
  home:
1075
1053
  highlighted_votings:
1076
- active_votings: Votações activas
1077
- see_all_votings: Ver todas as votações
1078
1054
  votings_button_title: Ligação para a página de Votações que mostra todas as votações
1079
1055
  polling_officer_zone:
1080
1056
  closures:
@@ -1082,7 +1058,6 @@ pt:
1082
1058
  certify:
1083
1059
  add_images: Adicionar imagens
1084
1060
  error: Ocorreu um erro ao anexar o certificado, por favor tente de novo.
1085
- form_legend: Envie a fotografia do Certificado de Encerramento Eleitoral
1086
1061
  heading: Recontagem de votos - Envie o certificado
1087
1062
  info_text: Por favor envie uma fotografia do Certificado de Encerramento Eleitoral.
1088
1063
  submit: Envie o certificado
@@ -400,7 +400,6 @@ ro:
400
400
  active: Activ
401
401
  all: Toate
402
402
  finished: Finalizat
403
- search: Caută
404
403
  upcoming: Urmează
405
404
  filters_small_view:
406
405
  close_modal: Închidere
@@ -515,7 +514,6 @@ ro:
515
514
  invalid_key: Tastele de identificare din fișierul încărcat nu pot fi încărcate.
516
515
  not_supported_browser_description: Se pare că folosești un browser web care nu poate fi folosit pentru a acționa ca împuternicit. Asigură-te că folosești cea mai recentă versiune de browser, sau încercați să utilizați oricare dintre cele mai populare browsere pentru a putea finaliza sarcinile dvs. drept împuternicit.
517
516
  not_supported_browser_title: Actualizează browser-ul pentru a acționa ca împuternicit
518
- trustee_role_description: Ai fost desemnat drept împuternicit în unele dintre alegerile celebrate în această platformă.
519
517
  update:
520
518
  success: Cheia publică de identificare a fost stocată cu succes.
521
519
  votes:
@@ -546,6 +544,7 @@ ro:
546
544
  header:
547
545
  confirm: Confirmă votul tău
548
546
  confirmed: Votare confirmată
547
+ failed: Vot eșuat
549
548
  messages:
550
549
  invalid_token: Sesiunea din cabina de vot nu este validă. Încercați să votați din nou.
551
550
  not_allowed: Nu aveţi voie să votaţi asupra acestor alegeri în acest moment.
@@ -600,14 +599,7 @@ ro:
600
599
  new:
601
600
  create: Creează
602
601
  title: Creează stil de vot
603
- content_blocks:
604
- landing_page:
605
- attachments_and_folders:
606
- name: Atașamente și dosare aferente votării
607
- elections:
608
- name: Alegeri cu votare
609
602
  index:
610
- not_published: Anulează publicarea
611
603
  published: Publicate
612
604
  landing_page:
613
605
  edit:
@@ -656,6 +648,8 @@ ro:
656
648
  new:
657
649
  create: Creează
658
650
  title: Creează verificator al scrutinului
651
+ polling_officers_picker:
652
+ close: Inchide
659
653
  polling_stations:
660
654
  new:
661
655
  create: Creează
@@ -664,11 +658,10 @@ ro:
664
658
  actions:
665
659
  confirm_destroy: Sigur dorești asta?
666
660
  publish: Publică
667
- unpublish: Anulează publicarea
661
+ unpublish: De-publicare
668
662
  edit:
669
663
  add_election_component: Nu ai alegeri configurate pentru acest vot. Te rugăm să o adaugi în secțiunea Componente
670
664
  form:
671
- slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică acest proces de votare. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
672
665
  title: Titlu
673
666
  new:
674
667
  create: Creează
@@ -702,7 +695,10 @@ ro:
702
695
  closures:
703
696
  new:
704
697
  modal_ballots_count_error:
698
+ close_modal: Inchide
705
699
  text_area_placeholder: Te rugăm să îți scrii mesajul
700
+ sign:
701
+ close_modal: Inchide
706
702
  in_person_votes:
707
703
  complete_voting:
708
704
  questions_title: 'Are drept de vot pentru umătoarele întrebări:'
@@ -748,6 +744,7 @@ ro:
748
744
  year_placeholder: AAAA
749
745
  elections_log:
750
746
  description: Jurnalul alegerilor îți va arăta toate informațiile relevante aferente fiecărui proces de vot. De exemplu, rezultatul numărării voturilor și dacă acesstea sunt deja publicate. Apasă pe alegerile despre care vrei să aflii mai multe detalii.
747
+ election_log: Jurnal al alegerilor
751
748
  login:
752
749
  access_code: Cod de acces
753
750
  access_code_placeholder: Cod de acces
@@ -758,6 +755,12 @@ ro:
758
755
  step: Identificare
759
756
  title: Mă identifică cu datele mele de recensământ de vot
760
757
  no_census_contact_information: Nu există încă informații de contact
758
+ show:
759
+ dates: Date
760
+ votings_m:
761
+ footer_button_text:
762
+ view: Vizualizare
763
+ vote: Votează
761
764
  layouts:
762
765
  decidim:
763
766
  election_votes_header:
@@ -0,0 +1 @@
1
+ sq:
@@ -25,6 +25,7 @@ sv:
25
25
  location: Plats
26
26
  location_hints: Detaljer om platsen
27
27
  polling_station_managers: Koordinatorer
28
+ polling_station_president_id: Ordförande
28
29
  title: Titel
29
30
  question:
30
31
  max_selections: Maximalt antal val
@@ -33,8 +34,10 @@ sv:
33
34
  banner_image: Bannerbild
34
35
  end_time: Omröstningen avslutas
35
36
  promoted: Annonserad
37
+ scope_id: Omfång
36
38
  start_time: Omröstningen börjar
37
39
  title: Titel
40
+ voting_type: Rösttyp
38
41
  errors:
39
42
  models:
40
43
  answer:
@@ -103,6 +106,7 @@ sv:
103
106
  label: Bekräftad
104
107
  values:
105
108
  'false': Bekräftad
109
+ 'true': Ej validerad
106
110
  components:
107
111
  elections:
108
112
  actions:
@@ -391,7 +395,9 @@ sv:
391
395
  task: Uppgift
392
396
  start: Start
393
397
  status:
398
+ completed: Slutförd
394
399
  pending: Väntande
400
+ processing: Bearbetar
395
401
  menu:
396
402
  trustee_zone: Förvaltarzon
397
403
  trustees:
@@ -436,7 +442,7 @@ sv:
436
442
  casting: Rösta
437
443
  confirm: Bekräfta din röst
438
444
  confirmed: Rösta bekräftad
439
- failed: Omröstningen misslyckades
445
+ failed: Röst ej framgångsrik
440
446
  messages:
441
447
  not_allowed: Ni får inte rösta om detta val just nu.
442
448
  modal:
@@ -467,7 +473,6 @@ sv:
467
473
  continue: Nästa
468
474
  warnings:
469
475
  no_elections_warning: Inga omröstningar matchar dina sökkriterier eller det finns ingen omröstning planerad.
470
- no_scheduled_elections_warning: För närvarande finns det inga planerade omröstningar, men här hittar du alla tidigare omröstningar listade.
471
476
  events:
472
477
  elections:
473
478
  election_published:
@@ -510,12 +515,7 @@ sv:
510
515
  name: Omröstningsbanner
511
516
  metrics:
512
517
  name: Omröstningsmetrik
513
- stats:
514
- name: Omröstningsstatistik
515
- timeline:
516
- name: Omröstningstidslinje
517
518
  index:
518
- not_published: Ej publicerade
519
519
  published: Publicerad
520
520
  landing_page:
521
521
  content_blocks:
@@ -644,6 +644,7 @@ sv:
644
644
  admin:
645
645
  census:
646
646
  new:
647
+ submit: Skicka in CSV
647
648
  title: Skapa census
648
649
  document_types:
649
650
  dni: ID-kort
@@ -654,8 +655,6 @@ sv:
654
655
  download: Ladda ner
655
656
  content_blocks:
656
657
  landing_page:
657
- description:
658
- title: Om den här omröstningen
659
658
  metrics:
660
659
  heading: Metrik
661
660
  polling_stations:
@@ -672,7 +671,6 @@ sv:
672
671
  home:
673
672
  highlighted_votings:
674
673
  active_votings: Activa omröstningar
675
- see_all_votings: Se alla omröstningar
676
674
  polling_officer_zone:
677
675
  closures:
678
676
  certify:
@@ -750,6 +748,7 @@ sv:
750
748
  check_census:
751
749
  check_status: Kontrollera status
752
750
  success:
751
+ access_link: via e-post.
753
752
  access_link_with_sms: via SMS eller e-post.
754
753
  title: Kan jag rösta?
755
754
  check_fields:
@@ -0,0 +1 @@
1
+ th:
@@ -125,8 +125,6 @@ tr:
125
125
  name: Cevap
126
126
  election:
127
127
  name: Seçim
128
- question:
129
- name: Soru
130
128
  trustee:
131
129
  name: Vekil
132
130
  proposals_imports:
@@ -200,7 +198,6 @@ tr:
200
198
  active: Aktif
201
199
  all: Tümü
202
200
  finished: Bitti
203
- search: Arama
204
201
  upcoming: Yakında
205
202
  filters_small_view:
206
203
  close_modal: Pencereyi kapat
@@ -282,7 +279,6 @@ tr:
282
279
  invalid_key: Yüklenen dosyadaki kimlik anahtarları yüklenemez.
283
280
  not_supported_browser_description: Vekil olarak hareket etmek için kullanılamayan bir web tarayıcısı kullanıyorsunuz gibi görünüyor. Vekil görevlerinizi tamamlayabilmek için tarayıcınızın en son sürümünü kullandığınızdan emin olun veya en popüler tarayıcılardan herhangi birini kullanmayı deneyin.
284
281
  not_supported_browser_title: Vekil kişi olarak hareket etmek için tarayıcıyı yükseltin
285
- trustee_role_description: Bu platformda kutlanan bazı seçimlerde Vekil olarak görev yapmakla görevlendirildiniz.
286
282
  update:
287
283
  success: Tanımlama genel anahtarınız başarıyla saklandı.
288
284
  votes:
@@ -321,7 +317,6 @@ tr:
321
317
  continue: Sonraki
322
318
  warnings:
323
319
  no_elections_warning: Arama kriterlerinize uyan seçim yok veya planlanmış bir seçim yok.
324
- no_scheduled_elections_warning: Şu anda planlanmış bir seçim yok, ancak burada listelenen tüm geçmiş seçimleri bulabilirsiniz.
325
320
  events:
326
321
  elections:
327
322
  election_published:
@@ -340,6 +335,60 @@ tr:
340
335
  email_outro: Bu bildirimi, %{resource_name} için vekil kişi olarak eklendiğiniz için aldınız.
341
336
  email_subject: '%{resource_name} için vekil birisiniz.'
342
337
  notification_title: <a href="%{participatory_space_url}">%{resource_name} </a> için vekil birisiniz.
338
+ votings:
339
+ admin:
340
+ content_blocks:
341
+ landing_page:
342
+ attachments_and_folders:
343
+ name: Oylama ekleri ve klasörleri
344
+ elections:
345
+ name: Seçim ve Seçmenler
346
+ header:
347
+ name: Oylama Başlığı
348
+ html_block_1:
349
+ name: Oylama html bloğu 1
350
+ html_block_2:
351
+ name: Oylama html bloğu 2
352
+ html_block_3:
353
+ name: Oylama html bloğu 3
354
+ metrics:
355
+ name: Oylama Metrikleri
356
+ polling_stations:
357
+ name: Oy kullanma yeri
358
+ stats:
359
+ name: Oylama istatistikleri
360
+ timeline:
361
+ name: Oylama Zaman Çizelgesi
362
+ polling_officers:
363
+ polling_officers_picker:
364
+ close: Kapat
365
+ votings:
366
+ actions:
367
+ publish: Yayınla
368
+ unpublish: Yayımdan Kaldır
369
+ content_blocks:
370
+ landing_page:
371
+ description:
372
+ title: Bu Oylama Hakkında
373
+ pages:
374
+ home:
375
+ highlighted_votings:
376
+ active_votings: Aktif oylamalar
377
+ see_all_votings: Tüm Oylamaları Görün
378
+ polling_officer_zone:
379
+ closures:
380
+ new:
381
+ modal_ballots_count_error:
382
+ close_modal: Kapat
383
+ sign:
384
+ close_modal: Kapat
385
+ votings:
386
+ show:
387
+ dates: Tarihler
388
+ votings_m:
389
+ footer_button_text:
390
+ view: Görünüm
391
+ vote: Oy ver
343
392
  layouts:
344
393
  decidim:
345
394
  election_votes_header:
@@ -102,10 +102,6 @@ zh-CN:
102
102
  models:
103
103
  answer:
104
104
  name: 答案
105
- election:
106
- name: 选举
107
- question:
108
- name: 问
109
105
  proposals_imports:
110
106
  create:
111
107
  invalid: 将建议导入答案时遇到问题
@@ -154,7 +150,6 @@ zh-CN:
154
150
  active: 已启用
155
151
  all: 所有的
156
152
  finished: 已完成
157
- search: 搜索
158
153
  upcoming: 即将到来的
159
154
  filters_small_view:
160
155
  close_modal: 关闭模式
@@ -221,7 +216,6 @@ zh-CN:
221
216
  continue: 下一个
222
217
  warnings:
223
218
  no_elections_warning: 没有符合您的搜索条件的选项,或者没有排定任何选区。
224
- no_scheduled_elections_warning: 目前没有预定的选举,但是你们可以在这里看到过去的所有选举都被列入清单。
225
219
  events:
226
220
  elections:
227
221
  election_published:
@@ -229,6 +223,29 @@ zh-CN:
229
223
  email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
230
224
  email_subject: '%{resource_title} 的选举现在对 %{participatory_space_title} 生效。'
231
225
  notification_title: <a href="%{resource_path}">%{resource_title}</a> 选区现已启用 %{participatory_space_title}。
226
+ votings:
227
+ admin:
228
+ polling_officers:
229
+ polling_officers_picker:
230
+ close: 关闭
231
+ votings:
232
+ actions:
233
+ publish: 发布
234
+ unpublish: 取消发布
235
+ polling_officer_zone:
236
+ closures:
237
+ new:
238
+ modal_ballots_count_error:
239
+ close_modal: 关闭
240
+ sign:
241
+ close_modal: 关闭
242
+ votings:
243
+ show:
244
+ dates: 日期
245
+ votings_m:
246
+ footer_button_text:
247
+ view: 查看
248
+ vote: 投票
232
249
  layouts:
233
250
  decidim:
234
251
  election_votes_header:
@@ -632,7 +632,6 @@ zh-TW:
632
632
  upload_legend: 伺服器上有您的公開識別金鑰,但您的瀏覽器仍然沒有。您需要從生成金鑰後創建的備份中,將識別金鑰檔案匯入您的電腦中。
633
633
  not_supported_browser_description: 看起來您使用的網頁瀏覽器無法用作受託人的身份。請確保您使用的是最新版本的瀏覽器,或嘗試使用任何最流行的瀏覽器,以便能夠完成您的受託人任務。
634
634
  not_supported_browser_title: 升級瀏覽器以作為受託人
635
- trustee_role_description: 您已被指派在此平台上的某些選舉中擔任受託人。
636
635
  update:
637
636
  success: 您的識別公鑰已成功存儲。
638
637
  votes:
@@ -723,7 +722,6 @@ zh-TW:
723
722
  continue: 下一個
724
723
  warnings:
725
724
  no_elections_warning: 沒有符合您的搜尋條件的選舉,或者目前沒有已安排的選舉。
726
- no_scheduled_elections_warning: 目前沒有即將舉行的選舉,但在這裡您可以找到所有過去的選舉列表。
727
725
  events:
728
726
  elections:
729
727
  election_published:
@@ -806,30 +804,9 @@ zh-TW:
806
804
  highlighted_votings:
807
805
  max_results: 顯示的最大元素數量
808
806
  landing_page:
809
- attachments_and_folders:
810
- name: 投票附件與資料夾
811
807
  description:
812
808
  name: 投票說明
813
- elections:
814
- name: 投票選舉
815
- header:
816
- name: 投票標題
817
- html_block_1:
818
- name: 投票 Html 區塊 1
819
- html_block_2:
820
- name: 投票 Html 區塊 2
821
- html_block_3:
822
- name: 投票 Html 區塊 3
823
- metrics:
824
- name: 投票指標
825
- polling_stations:
826
- name: 投票的投票站
827
- stats:
828
- name: 投票統計
829
- timeline:
830
- name: 投票時間軸
831
809
  index:
832
- not_published: 尚未發布
833
810
  published: 已發佈
834
811
  landing_page:
835
812
  content_blocks:
@@ -1035,7 +1012,6 @@ zh-TW:
1035
1012
  select_a_voting_type: 請選擇一種投票類型。
1036
1013
  show_check_census_help: 是否在公開投票菜單中顯示「我可以投票嗎?」鏈接
1037
1014
  slug: 附址
1038
- slug_help: 'URL slugs 用於產生指向此投票的網址。它只接受字母、數字和連字符,且必須以字母開頭。例如: %{url}'
1039
1015
  title: 標題
1040
1016
  voting_type:
1041
1017
  hybrid: 混合
@@ -1146,8 +1122,6 @@ zh-TW:
1146
1122
  highlighted_votings:
1147
1123
  name: 重點顯示的投票
1148
1124
  landing_page:
1149
- description:
1150
- title: 關於本次投票
1151
1125
  metrics:
1152
1126
  heading: 指標
1153
1127
  polling_stations:
@@ -1164,8 +1138,6 @@ zh-TW:
1164
1138
  pages:
1165
1139
  home:
1166
1140
  highlighted_votings:
1167
- active_votings: 活躍的投票
1168
- see_all_votings: 查看所有投票
1169
1141
  votings_button_title: 鏈接到顯示所有投票的投票頁面
1170
1142
  polling_officer_zone:
1171
1143
  closures:
@@ -1173,7 +1145,6 @@ zh-TW:
1173
1145
  certify:
1174
1146
  add_images: 添加圖案
1175
1147
  error: 附加憑證時發生錯誤,請稍後再試。
1176
- form_legend: 上傳選舉結束憑證的照片
1177
1148
  heading: 投票重新點算 - 上傳憑證
1178
1149
  info_text: 請上傳選舉結束憑證的照片。
1179
1150
  submit: 上傳憑證
@@ -47,6 +47,7 @@ FactoryBot.define do
47
47
 
48
48
  trait :ongoing do
49
49
  started
50
+ blocked_at { Time.current }
50
51
  end
51
52
 
52
53
  trait :finished do
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-meetings version.
5
5
  module Elections
6
6
  def self.version
7
- "0.27.3"
7
+ "0.27.5"
8
8
  end
9
9
  end
10
10
  end
@@ -56,6 +56,7 @@ module Decidim
56
56
  resources :imports, only: [:new, :create] do
57
57
  get :example, on: :collection
58
58
  end
59
+ resources :reminders, only: [:new, :create]
59
60
  end
60
61
  end
61
62
 
@@ -21,8 +21,8 @@ module Decidim
21
21
  url: url,
22
22
  title: voting.title,
23
23
  description: voting.description,
24
- start_time: voting.start_time.to_s(:db),
25
- end_time: voting.end_time.to_s(:db),
24
+ start_time: voting.start_time,
25
+ end_time: voting.end_time,
26
26
  voting_type: translated_voting_type,
27
27
  scope: {
28
28
  id: voting.scope.try(:id),