decidim-elections 0.27.3 → 0.27.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) 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/forms/decidim/votings/admin/voting_role_form.rb +29 -0
  21. data/app/permissions/decidim/elections/admin/permissions.rb +1 -7
  22. data/app/permissions/decidim/votings/admin/permissions.rb +1 -1
  23. data/app/views/decidim/elections/admin/elections/edit.html.erb +1 -0
  24. data/app/views/decidim/elections/admin/elections/index.html.erb +1 -0
  25. data/app/views/decidim/elections/admin/elections/new.html.erb +1 -0
  26. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +1 -0
  27. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +1 -0
  28. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +1 -0
  29. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +1 -0
  30. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +1 -0
  31. data/app/views/decidim/votings/admin/votings/edit.html.erb +1 -0
  32. data/app/views/decidim/votings/admin/votings/index.html.erb +1 -0
  33. data/app/views/decidim/votings/admin/votings/new.html.erb +0 -1
  34. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -0
  35. data/config/environment.rb +0 -0
  36. data/config/locales/ar.yml +3 -0
  37. data/config/locales/ca.yml +7 -7
  38. data/config/locales/cs.yml +0 -4
  39. data/config/locales/de.yml +133 -13
  40. data/config/locales/el.yml +1126 -0
  41. data/config/locales/en.yml +2 -2
  42. data/config/locales/es-MX.yml +6 -6
  43. data/config/locales/es-PY.yml +6 -6
  44. data/config/locales/es.yml +6 -6
  45. data/config/locales/eu.yml +4 -23
  46. data/config/locales/fi-plain.yml +2 -2
  47. data/config/locales/fi.yml +2 -2
  48. data/config/locales/fr-CA.yml +2 -24
  49. data/config/locales/fr.yml +5 -27
  50. data/config/locales/ga-IE.yml +1 -1
  51. data/config/locales/gl.yml +8 -5
  52. data/config/locales/hu.yml +10 -0
  53. data/config/locales/it.yml +6 -28
  54. data/config/locales/ja.yml +6 -6
  55. data/config/locales/lt.yml +0 -24
  56. data/config/locales/lv.yml +3 -0
  57. data/config/locales/nl.yml +7 -25
  58. data/config/locales/no.yml +16 -1
  59. data/config/locales/pl.yml +6 -26
  60. data/config/locales/pt-BR.yml +11 -27
  61. data/config/locales/pt.yml +3 -23
  62. data/config/locales/ro-RO.yml +11 -7
  63. data/config/locales/sv.yml +2 -18
  64. data/config/locales/tr-TR.yml +47 -1
  65. data/config/locales/zh-CN.yml +15 -1
  66. data/config/locales/zh-TW.yml +0 -24
  67. data/lib/decidim/elections/test/factories.rb +1 -0
  68. data/lib/decidim/elections/version.rb +1 -1
  69. data/lib/decidim/votings/admin_engine.rb +1 -0
  70. metadata +19 -15
@@ -18,6 +18,7 @@ nl:
18
18
  voting:
19
19
  end_time: Stemmen eindigt
20
20
  start_time: Stemmen begint
21
+ voting_type: Soort stemronde
21
22
  errors:
22
23
  models:
23
24
  answer:
@@ -344,6 +345,8 @@ nl:
344
345
  not_started: Het stemproces is nog niet begonnen.
345
346
  started: Het stemproces is begonnen.
346
347
  vote_title: Stemproces
348
+ filters:
349
+ search: Zoeken
347
350
  preview:
348
351
  available_answers: 'Beschikbare antwoorden:'
349
352
  description: 'Dit zijn de vragen die je tijdens het stemproces tegenkomt:'
@@ -435,6 +438,7 @@ nl:
435
438
  upload_icon: Icoon dat een downloadactie aangeeft
436
439
  tally_started_steps:
437
440
  description: De resultaten voor deze verkiezingen worden berekend in de Bulletin Board. Om dit proces te voltooien, is uw deelname als Trustee nodig.
441
+ start_icon: Icoon met startknop om verkiezingssleutels aan te maken
438
442
  update:
439
443
  error: De verkiezingsstatus is niet bijgewerkt.
440
444
  success: 'De verkiezingsstatus is: %{status}'
@@ -630,28 +634,8 @@ nl:
630
634
  highlighted_votings:
631
635
  max_results: Maximum aantal elementen dat kan worden weergegeven
632
636
  landing_page:
633
- attachments_and_folders:
634
- name: Stemronde bijlagen en mappen
635
637
  description:
636
638
  name: Beschrijving stemronde
637
- elections:
638
- name: Stemronde verkiezingen
639
- header:
640
- name: Stemronde koptekst
641
- html_block_1:
642
- name: Voting html blok 1
643
- html_block_2:
644
- name: Voting html blok 2
645
- html_block_3:
646
- name: Voting html blok 3
647
- metrics:
648
- name: Stemronde cijfers
649
- polling_stations:
650
- name: Stembureaus
651
- stats:
652
- name: Stemronde statistieken
653
- timeline:
654
- name: Stemronde tijdlijn
655
639
  index:
656
640
  not_published: Niet-gepubliceerd
657
641
  published: Gepubliceerd
@@ -945,8 +929,6 @@ nl:
945
929
  pages:
946
930
  home:
947
931
  highlighted_votings:
948
- active_votings: Actieve stemrondes
949
- see_all_votings: Bekijk alle stemrondes
950
932
  votings_button_title: Link naar de pagina Votings waarop alle stemrondes worden weergegeven
951
933
  polling_officer_zone:
952
934
  closures:
@@ -980,7 +962,7 @@ nl:
980
962
  info_text: 'Voer het totale aantal stemmen (enveloppen) in dat in dit stembureau werden herteld:'
981
963
  modal_ballots_count_error:
982
964
  btn_validate_total: Bevestig de totale hertelling van de stemmen
983
- close_modal: Sluit
965
+ close_modal: Afsluiten
984
966
  info_text: Het totale aantal ingevoerde stemmen (enveloppen) komt niet overeen met de lijst van mensen die in dit stembureau hebben gestemd.
985
967
  message_for_monitoring_committee: Bericht aan het Comité van toezicht
986
968
  review_recount: Controleer de hertelling
@@ -997,7 +979,7 @@ nl:
997
979
  sign:
998
980
  cancel: Annuleer
999
981
  check_box: Ik heb dit nagekeken en is hetzelfde als het fysieke verkiezingssluitingscertificaat
1000
- close_modal: Sluiten
982
+ close_modal: Afsluiten
1001
983
  confirm: Ok, verdergaan
1002
984
  error: Er is een fout opgetreden, probeer het opnieuw.
1003
985
  heading: Stem hertelling - Onderteken sluiting
@@ -1150,7 +1132,7 @@ nl:
1150
1132
  votings_m:
1151
1133
  footer_button_text:
1152
1134
  participate: Deelnemen
1153
- vote: Stemmen
1135
+ vote: Stemming
1154
1136
  voting_type:
1155
1137
  hybrid: Hybride
1156
1138
  in_person: In persoon
@@ -415,7 +415,6 @@
415
415
  active: Aktiv
416
416
  all: Alt
417
417
  finished: Fullført
418
- search: Søk
419
418
  upcoming: Kommende
420
419
  filters_small_view:
421
420
  close_modal: Lukk dialogboks
@@ -461,6 +460,7 @@
461
460
  tally:
462
461
  cast: Opptelling ferdig
463
462
  share: Opptellingsandel
463
+ start_icon: Ikon som indikerer en startknapp for å starte generering av valgnøklene
464
464
  title: Opptelling for %{election}
465
465
  update:
466
466
  error: Valgstatusen ble ikke oppdatert.
@@ -550,9 +550,24 @@
550
550
  menu:
551
551
  votings_submenu:
552
552
  monitoring_committee: Kontrollgruppe
553
+ polling_officer_zone:
554
+ closures:
555
+ new:
556
+ modal_ballots_count_error:
557
+ close_modal: Lukk
558
+ sign:
559
+ close_modal: Lukk
553
560
  votings:
561
+ elections_log:
562
+ election_log: Valglogg
554
563
  login:
555
564
  start_voting: Start avstemning
565
+ show:
566
+ dates: Datoer
567
+ votings_m:
568
+ footer_button_text:
569
+ view: Vis
570
+ vote: Stem
556
571
  layouts:
557
572
  decidim:
558
573
  election_votes_header:
@@ -20,6 +20,7 @@ pl:
20
20
  banner_image: Banner
21
21
  end_time: Głosowanie kończy się
22
22
  start_time: Głosowanie rozpoczyna się
23
+ voting_type: Typ głosowania
23
24
  errors:
24
25
  models:
25
26
  answer:
@@ -542,6 +543,7 @@ pl:
542
543
  tally:
543
544
  cast: Suma oddanych głosów
544
545
  share: Udostępnij ustalony wynik głosowania
546
+ start_icon: Ikona wskazująca przycisk startu dla tworzenia kluczy wyborczych
545
547
  title: Wynik głosowania dla %{election}
546
548
  update:
547
549
  error: Status wyborów nie został zaktualizowany.
@@ -596,7 +598,7 @@ pl:
596
598
  header: Oddawanie głosu...
597
599
  text: Twoja karta do głosowania jest składana do urny wyborczej.
598
600
  confirm:
599
- answer: Odpowiedz
601
+ answer: Odpowiedź
600
602
  answer_number: odpowiedz %{number}
601
603
  confirm: Potwierdź
602
604
  edit: edytuj
@@ -626,7 +628,7 @@ pl:
626
628
  ballot_decision: Oddaj głos, albo sprawdź poprawność szyfrowania Twojego głosu
627
629
  casting: Oddawanie głosu
628
630
  confirm: Potwierdź swój głos
629
- confirmed: Głos potwierdzony
631
+ confirmed: Oddanie głosu potwierdzone
630
632
  encrypting: Szyfrowanie głosu
631
633
  failed: Oddanie głosu nie powiodło się
632
634
  messages:
@@ -751,28 +753,8 @@ pl:
751
753
  highlighted_votings:
752
754
  max_results: Maksymalna ilość elementów do wyświetlenia
753
755
  landing_page:
754
- attachments_and_folders:
755
- name: Załączniki i foldery do głosowania
756
756
  description:
757
757
  name: Opis głosowania
758
- elections:
759
- name: Wybory
760
- header:
761
- name: Nagłówek głosowania
762
- html_block_1:
763
- name: Pierwszy blok html głosowania
764
- html_block_2:
765
- name: Drugi blok html głosowania
766
- html_block_3:
767
- name: Trzeci blok html głosowania
768
- metrics:
769
- name: Metryka głosowania
770
- polling_stations:
771
- name: Lokale wyborcze
772
- stats:
773
- name: Statystyki głosowania
774
- timeline:
775
- name: Oś czasu głosowania
776
758
  index:
777
759
  not_published: Nie opublikowano
778
760
  published: Opublikowano
@@ -1067,8 +1049,6 @@ pl:
1067
1049
  pages:
1068
1050
  home:
1069
1051
  highlighted_votings:
1070
- active_votings: Aktywne głosowania
1071
- see_all_votings: Zobacz wszystkie głosowania
1072
1052
  votings_button_title: Link do strony Głosowań wyświetla wszystkie głosowania
1073
1053
  polling_officer_zone:
1074
1054
  closures:
@@ -1288,7 +1268,7 @@ pl:
1288
1268
  invalid: Wystąpił błąd podczas wysyłania kodu dostępu
1289
1269
  success: Twój kod dostępu został wysłany pomyślnie
1290
1270
  show:
1291
- dates: Daty
1271
+ dates: Data
1292
1272
  votings_m:
1293
1273
  badge_name:
1294
1274
  finished: Zakończone
@@ -1297,7 +1277,7 @@ pl:
1297
1277
  footer_button_text:
1298
1278
  participate: Dołącz
1299
1279
  view: Zobacz
1300
- vote: Głosuj
1280
+ vote: Głosowanie
1301
1281
  unspecified: Nie określono
1302
1282
  voting_type:
1303
1283
  hybrid: Hybrydowe
@@ -18,7 +18,9 @@ pt-BR:
18
18
  title: Título
19
19
  voting:
20
20
  end_time: Votação termina
21
+ scope_id: Escopo
21
22
  start_time: A votação começa
23
+ voting_type: Tipo de votação
22
24
  errors:
23
25
  models:
24
26
  answer:
@@ -391,7 +393,7 @@ pt-BR:
391
393
  active: Ativo
392
394
  all: Todos
393
395
  finished: Finalizado
394
- search: Pesquisa
396
+ search: Pesquisar
395
397
  upcoming: Próximos
396
398
  filters_small_view:
397
399
  close_modal: Fechar modal
@@ -506,6 +508,7 @@ pt-BR:
506
508
  tally:
507
509
  cast: Transmissão de apuração
508
510
  share: Compartilhar apuração
511
+ start_icon: Ícone que indica um botão iniciar para começar a geração de chaves eleitorais
509
512
  title: Apuração para %{election}
510
513
  update:
511
514
  error: O status da eleição não foi atualizado.
@@ -544,6 +547,8 @@ pt-BR:
544
547
  upload_error:
545
548
  invalid_format: O arquivo enviado não contém nenhuma chave de identificação.
546
549
  invalid_key: As chaves de identificação no arquivo enviado não podem ser carregadas.
550
+ invalid_public_key: As chaves de identificação no arquivo enviado não correspondem à chave de identificação pública armazenada.
551
+ upload_legend: O servidor possui suas chaves de identificação pública, mas seu navegador ainda não as têm. Você precisa importar o arquivo com as suas chaves de identificação para o seu computador, a partir do "backup" que você criou após gerá-las.
547
552
  not_supported_browser_description: Parece que você está usando um navegador da web que não pode ser usado para atuar como um curador. Certifique-se de estar usando a versão mais recente do seu navegador, ou tente usar qualquer um dos navegadores mais populares para conseguir completar suas tarefas de confiança.
548
553
  not_supported_browser_title: Atualize o navegador para agir como um curador
549
554
  trustee_role_description: Você foi designado para agir como um curador em algumas das eleições realizadas nesta plataforma.
@@ -715,28 +720,8 @@ pt-BR:
715
720
  highlighted_votings:
716
721
  max_results: Quantidade máxima de elementos para mostrar
717
722
  landing_page:
718
- attachments_and_folders:
719
- name: Anexos e pastas de votação
720
723
  description:
721
724
  name: Descrição da votação
722
- elections:
723
- name: Eleição
724
- header:
725
- name: Cabeçalho do voto
726
- html_block_1:
727
- name: Bloco de votação html 1
728
- html_block_2:
729
- name: Bloco de votação html 2
730
- html_block_3:
731
- name: Bloco de votação html 3
732
- metrics:
733
- name: Métricas de votação
734
- polling_stations:
735
- name: Estações de votação
736
- stats:
737
- name: Estatísticas de votação
738
- timeline:
739
- name: Linha do tempo da votação
740
725
  index:
741
726
  not_published: Despublicado
742
727
  published: Publicado
@@ -936,6 +921,7 @@ pt-BR:
936
921
  update: Atualizar
937
922
  form:
938
923
  select_a_voting_type: Por favor, selecione um tipo de votação
924
+ show_check_census_help: Mostrar ou não o link "Posso votar?" no menu de votações públicas
939
925
  slug_help: 'Os slugs de URL são usados ​​para gerar os URLs que apontam para esse processo. Apenas aceita letras, números e traços, e deve começar com uma carta. Exemplo: %{url}'
940
926
  title: Título
941
927
  voting_type:
@@ -1031,8 +1017,6 @@ pt-BR:
1031
1017
  pages:
1032
1018
  home:
1033
1019
  highlighted_votings:
1034
- active_votings: Votações Ativas
1035
- see_all_votings: Ver todos os votações
1036
1020
  votings_button_title: Link para a Página de Votação exibindo todos os votos
1037
1021
  polling_officer_zone:
1038
1022
  closures:
@@ -1066,7 +1050,7 @@ pt-BR:
1066
1050
  info_text: 'Por favor, introduza o número total de votos (envelopes) recontados nesta Estação de Enquete:'
1067
1051
  modal_ballots_count_error:
1068
1052
  btn_validate_total: Validar a recontagem total de votos
1069
- close_modal: Fechar
1053
+ close_modal: Fechado
1070
1054
  info_text: O número total de votos (envelopes) introduzidos não corresponde ao registro de pessoas que votaram nesta Estação.
1071
1055
  message_for_monitoring_committee: Mensagem para o Comitê de Monitoramento
1072
1056
  review_recount: Revisar a recontagem
@@ -1083,7 +1067,7 @@ pt-BR:
1083
1067
  sign:
1084
1068
  cancel: Cancelar
1085
1069
  check_box: Eu revisei isso e é o mesmo que o certificado de fechamento eleitoral físico
1086
- close_modal: Fechar
1070
+ close_modal: Fechado
1087
1071
  confirm: Ok, continuar
1088
1072
  error: Ocorreu um erro. Por favor, tente novamente.
1089
1073
  heading: Recontagem de votos - Assinatura de encerramento
@@ -1215,7 +1199,7 @@ pt-BR:
1215
1199
  elections_log:
1216
1200
  bb_status: Status da eleição
1217
1201
  description: O registro das eleições mostrar-lhe-á todas as informações relevantes sobre cada votação. Por exemplo, o estatuto da cerimonia chave, ou apuração ou se os resultados já estão publicados. Clique sobre a eleição sobre a qual você quer as informações de registro.
1218
- election_log: Log da Eleição
1202
+ election_log: Log de Eleições
1219
1203
  title: Log da Eleição
1220
1204
  filters:
1221
1205
  active: Ativo
@@ -1259,7 +1243,7 @@ pt-BR:
1259
1243
  footer_button_text:
1260
1244
  participate: Participar
1261
1245
  view: Visualizar
1262
- vote: Votar
1246
+ vote: Voto
1263
1247
  unspecified: Não especificado
1264
1248
  voting_type:
1265
1249
  hybrid: Híbrido
@@ -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.
@@ -583,7 +585,7 @@ pt:
583
585
  header: A registar o voto...
584
586
  text: O seu boletim de voto está a ser registado na urna de voto.
585
587
  confirm:
586
- answer: Responder
588
+ answer: Resposta
587
589
  answer_number: resposta %{number}
588
590
  confirm: Confirmar
589
591
  edit: editar
@@ -738,28 +740,8 @@ pt:
738
740
  highlighted_votings:
739
741
  max_results: Montante máximo dos projectos a mostrar
740
742
  landing_page:
741
- attachments_and_folders:
742
- name: Anexos e pastas de votação
743
743
  description:
744
744
  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
745
  index:
764
746
  not_published: Publicação removida
765
747
  published: Publicado
@@ -1073,8 +1055,6 @@ pt:
1073
1055
  pages:
1074
1056
  home:
1075
1057
  highlighted_votings:
1076
- active_votings: Votações activas
1077
- see_all_votings: Ver todas as votações
1078
1058
  votings_button_title: Ligação para a página de Votações que mostra todas as votações
1079
1059
  polling_officer_zone:
1080
1060
  closures:
@@ -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
@@ -546,6 +545,7 @@ ro:
546
545
  header:
547
546
  confirm: Confirmă votul tău
548
547
  confirmed: Votare confirmată
548
+ failed: Vot eșuat
549
549
  messages:
550
550
  invalid_token: Sesiunea din cabina de vot nu este validă. Încercați să votați din nou.
551
551
  not_allowed: Nu aveţi voie să votaţi asupra acestor alegeri în acest moment.
@@ -600,12 +600,6 @@ ro:
600
600
  new:
601
601
  create: Creează
602
602
  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
603
  index:
610
604
  not_published: Anulează publicarea
611
605
  published: Publicate
@@ -702,7 +696,10 @@ ro:
702
696
  closures:
703
697
  new:
704
698
  modal_ballots_count_error:
699
+ close_modal: Inchide
705
700
  text_area_placeholder: Te rugăm să îți scrii mesajul
701
+ sign:
702
+ close_modal: Inchide
706
703
  in_person_votes:
707
704
  complete_voting:
708
705
  questions_title: 'Are drept de vot pentru umătoarele întrebări:'
@@ -748,6 +745,7 @@ ro:
748
745
  year_placeholder: AAAA
749
746
  elections_log:
750
747
  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.
748
+ election_log: Jurnal al alegerilor
751
749
  login:
752
750
  access_code: Cod de acces
753
751
  access_code_placeholder: Cod de acces
@@ -758,6 +756,12 @@ ro:
758
756
  step: Identificare
759
757
  title: Mă identifică cu datele mele de recensământ de vot
760
758
  no_census_contact_information: Nu există încă informații de contact
759
+ show:
760
+ dates: Date
761
+ votings_m:
762
+ footer_button_text:
763
+ view: Vizualizare
764
+ vote: Votează
761
765
  layouts:
762
766
  decidim:
763
767
  election_votes_header:
@@ -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:
@@ -436,7 +437,7 @@ sv:
436
437
  casting: Rösta
437
438
  confirm: Bekräfta din röst
438
439
  confirmed: Rösta bekräftad
439
- failed: Omröstningen misslyckades
440
+ failed: Röst ej framgångsrik
440
441
  messages:
441
442
  not_allowed: Ni får inte rösta om detta val just nu.
442
443
  modal:
@@ -504,16 +505,6 @@ sv:
504
505
  title: Valtyper
505
506
  new:
506
507
  create: Skapa
507
- content_blocks:
508
- landing_page:
509
- header:
510
- name: Omröstningsbanner
511
- metrics:
512
- name: Omröstningsmetrik
513
- stats:
514
- name: Omröstningsstatistik
515
- timeline:
516
- name: Omröstningstidslinje
517
508
  index:
518
509
  not_published: Ej publicerade
519
510
  published: Publicerad
@@ -654,8 +645,6 @@ sv:
654
645
  download: Ladda ner
655
646
  content_blocks:
656
647
  landing_page:
657
- description:
658
- title: Om den här omröstningen
659
648
  metrics:
660
649
  heading: Metrik
661
650
  polling_stations:
@@ -668,11 +657,6 @@ sv:
668
657
  destroy: Radera
669
658
  new: Ny medlem
670
659
  title: Åtgärder
671
- pages:
672
- home:
673
- highlighted_votings:
674
- active_votings: Activa omröstningar
675
- see_all_votings: Se alla omröstningar
676
660
  polling_officer_zone:
677
661
  closures:
678
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:
@@ -806,28 +806,8 @@ zh-TW:
806
806
  highlighted_votings:
807
807
  max_results: 顯示的最大元素數量
808
808
  landing_page:
809
- attachments_and_folders:
810
- name: 投票附件與資料夾
811
809
  description:
812
810
  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
811
  index:
832
812
  not_published: 尚未發布
833
813
  published: 已發佈
@@ -1146,8 +1126,6 @@ zh-TW:
1146
1126
  highlighted_votings:
1147
1127
  name: 重點顯示的投票
1148
1128
  landing_page:
1149
- description:
1150
- title: 關於本次投票
1151
1129
  metrics:
1152
1130
  heading: 指標
1153
1131
  polling_stations:
@@ -1164,8 +1142,6 @@ zh-TW:
1164
1142
  pages:
1165
1143
  home:
1166
1144
  highlighted_votings:
1167
- active_votings: 活躍的投票
1168
- see_all_votings: 查看所有投票
1169
1145
  votings_button_title: 鏈接到顯示所有投票的投票頁面
1170
1146
  polling_officer_zone:
1171
1147
  closures:
@@ -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.4"
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