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
@@ -25,7 +25,7 @@ ja:
25
25
  location: 場所
26
26
  location_hints: 位置情報のヒント
27
27
  polling_station_managers: マネージャー
28
- polling_station_president_id: 投票管理者
28
+ polling_station_president_id: 投票責任者
29
29
  title: タイトル
30
30
  question:
31
31
  max_selections: 選択範囲の最大数
@@ -44,7 +44,7 @@ ja:
44
44
  show_check_census: '「センサスの確認」ページを表示'
45
45
  start_time: 投票開始
46
46
  title: タイトル
47
- voting_type: 投票タイプ
47
+ voting_type: 投票方式
48
48
  errors:
49
49
  models:
50
50
  answer:
@@ -109,7 +109,7 @@ ja:
109
109
  label: ロール
110
110
  values:
111
111
  manager: マネージャー
112
- president: 投票管理者
112
+ president: 投票責任者
113
113
  unassigned: 未割り当て
114
114
  search_placeholder:
115
115
  name_or_email_or_nickname_or_presided_station_title_or_managed_station_title_cont: '%{collection} を名前/メールアドレス/ニックネーム/投票所で検索します。'
@@ -584,7 +584,7 @@ ja:
584
584
  task: タスク
585
585
  process_warning: 処理が開始された後は、処理が終了するまでこのページを閉じないでください。 すべての受託者が接続し完了するまで、しばらくかかることがあります。
586
586
  start: 開始
587
- start_icon: アイコンは、選挙キーの生成を開始するためのスタートボタンを示します
587
+ start_icon: アイコンは、選挙キーの生成を開始するための開始ボタンを示します
588
588
  status:
589
589
  completed: 完了
590
590
  pending: 保留
@@ -813,7 +813,7 @@ ja:
813
813
  elections:
814
814
  name: 投票する選挙
815
815
  header:
816
- name: 投票のヘッダー
816
+ name: 投票ヘッダー
817
817
  html_block_1:
818
818
  name: 投票htmlブロック1
819
819
  html_block_2:
@@ -821,9 +821,9 @@ ja:
821
821
  html_block_3:
822
822
  name: 投票htmlブロック3
823
823
  metrics:
824
- name: 投票メトリクス
824
+ name: 投票メトリック
825
825
  polling_stations:
826
- name: 投票ステーション
826
+ name: 投票所
827
827
  stats:
828
828
  name: 投票の統計
829
829
  timeline:
@@ -876,7 +876,7 @@ ja:
876
876
  fields:
877
877
  address: 住所
878
878
  polling_station_managers: マネージャー
879
- polling_station_president: 投票管理者
879
+ polling_station_president: 投票責任者
880
880
  title: タイトル
881
881
  name: 投票所
882
882
  voting:
@@ -1001,7 +1001,7 @@ ja:
1001
1001
  location_hints_help: '場所のヒント: 追加情報。例:投票所がある建物のフロア。'
1002
1002
  polling_station_managers_help: '投票所管理者: 投票所の管理を行う担当者。担当者がすでに投票委員として作成されていること、および他の投票所に割り当てられていないことを確認してください'
1003
1003
  polling_station_president_help: '投票所責任者:投票所の代表を務める担当者。 投票委員がすでに投票所に設置されていること、および他の投票所に割り当てられていないことを確認してください'
1004
- select_president: 投票所の投票管理者として投票委員を選択してください
1004
+ select_president: 投票所の投票責任者として投票委員を選択してください
1005
1005
  index:
1006
1006
  title: 投票所
1007
1007
  new:
@@ -1165,7 +1165,7 @@ ja:
1165
1165
  pages:
1166
1166
  home:
1167
1167
  highlighted_votings:
1168
- active_votings: アクティブな投票
1168
+ active_votings: 有効な投票
1169
1169
  see_all_votings: すべての投票を表示
1170
1170
  votings_button_title: すべての投票を表示する投票ページへのリンク
1171
1171
  polling_officer_zone:
@@ -1276,7 +1276,7 @@ ja:
1276
1276
  polling_officer_zone: 投票委員ゾーン
1277
1277
  polling_officers:
1278
1278
  index:
1279
- polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(長またはマネージャー) として行動するように割り当てられています。
1279
+ polling_officer_role_description: あなたは、このプラットフォームで行われるいくつかの選挙で、投票所の責任者(またはマネージャー) として行動するように割り当てられています。
1280
1280
  polling_station:
1281
1281
  address: 住所
1282
1282
  count_votes: 投票数の集計
@@ -0,0 +1 @@
1
+ kaa:
@@ -133,7 +133,6 @@ lt:
133
133
  label: Patvirtinta
134
134
  values:
135
135
  'false': Patvirtinta
136
- 'true': Nepatvirtinta
137
136
  components:
138
137
  elections:
139
138
  actions:
@@ -820,28 +819,8 @@ lt:
820
819
  highlighted_votings:
821
820
  max_results: Didžiausias rodomų elementų skaičius
822
821
  landing_page:
823
- attachments_and_folders:
824
- name: Balsavimo prisegimai ir aplankai
825
822
  description:
826
823
  name: Balsavimo aprašymas
827
- elections:
828
- name: Balsavimo rinkimai
829
- header:
830
- name: Balsavimo antraštė
831
- html_block_1:
832
- name: Balsavimo html blokas 1
833
- html_block_2:
834
- name: Balsavimo html blokas 2
835
- html_block_3:
836
- name: Balsavimo html blokas 3
837
- metrics:
838
- name: Balsavimo rodikliai
839
- polling_stations:
840
- name: Balsavimo punktai
841
- stats:
842
- name: Balsavimo statistika
843
- timeline:
844
- name: Balsavimo laiko juosta
845
824
  index:
846
825
  not_published: Nebeskelbiama
847
826
  published: Paskelbta
@@ -1160,8 +1139,6 @@ lt:
1160
1139
  highlighted_votings:
1161
1140
  name: Paryškinti balsavimai
1162
1141
  landing_page:
1163
- description:
1164
- title: Apie šį balsavimą
1165
1142
  metrics:
1166
1143
  heading: Rodikliai
1167
1144
  polling_stations:
@@ -1178,8 +1155,6 @@ lt:
1178
1155
  pages:
1179
1156
  home:
1180
1157
  highlighted_votings:
1181
- active_votings: Aktyvūs balsavimai
1182
- see_all_votings: Žiūrėti visus balsavimus
1183
1158
  votings_button_title: Nuoroda į puslapį „Balsavimai“, kuriame pateikiami visi balsavimai
1184
1159
  polling_officer_zone:
1185
1160
  closures:
@@ -138,3 +138,6 @@ lv:
138
138
  answers: Atbildes
139
139
  max_selections: Maks. izvēles
140
140
  title: Nosaukums
141
+ votes:
142
+ confirm:
143
+ answer: Atbilde
@@ -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:
@@ -91,7 +92,6 @@ nl:
91
92
  label: Gevalideerd
92
93
  values:
93
94
  'false': Gevalideerd
94
- 'true': Niet gevalideerd
95
95
  components:
96
96
  elections:
97
97
  actions:
@@ -345,6 +345,8 @@ nl:
345
345
  not_started: Het stemproces is nog niet begonnen.
346
346
  started: Het stemproces is begonnen.
347
347
  vote_title: Stemproces
348
+ filters:
349
+ search: Zoeken
348
350
  preview:
349
351
  available_answers: 'Beschikbare antwoorden:'
350
352
  description: 'Dit zijn de vragen die je tijdens het stemproces tegenkomt:'
@@ -436,6 +438,7 @@ nl:
436
438
  upload_icon: Icoon dat een downloadactie aangeeft
437
439
  tally_started_steps:
438
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
439
442
  update:
440
443
  error: De verkiezingsstatus is niet bijgewerkt.
441
444
  success: 'De verkiezingsstatus is: %{status}'
@@ -631,28 +634,8 @@ nl:
631
634
  highlighted_votings:
632
635
  max_results: Maximum aantal elementen dat kan worden weergegeven
633
636
  landing_page:
634
- attachments_and_folders:
635
- name: Stemronde bijlagen en mappen
636
637
  description:
637
638
  name: Beschrijving stemronde
638
- elections:
639
- name: Stemronde verkiezingen
640
- header:
641
- name: Stemronde koptekst
642
- html_block_1:
643
- name: Voting html blok 1
644
- html_block_2:
645
- name: Voting html blok 2
646
- html_block_3:
647
- name: Voting html blok 3
648
- metrics:
649
- name: Stemronde cijfers
650
- polling_stations:
651
- name: Stembureaus
652
- stats:
653
- name: Stemronde statistieken
654
- timeline:
655
- name: Stemronde tijdlijn
656
639
  index:
657
640
  not_published: Niet-gepubliceerd
658
641
  published: Gepubliceerd
@@ -946,8 +929,6 @@ nl:
946
929
  pages:
947
930
  home:
948
931
  highlighted_votings:
949
- active_votings: Actieve stemrondes
950
- see_all_votings: Bekijk alle stemrondes
951
932
  votings_button_title: Link naar de pagina Votings waarop alle stemrondes worden weergegeven
952
933
  polling_officer_zone:
953
934
  closures:
@@ -981,7 +962,7 @@ nl:
981
962
  info_text: 'Voer het totale aantal stemmen (enveloppen) in dat in dit stembureau werden herteld:'
982
963
  modal_ballots_count_error:
983
964
  btn_validate_total: Bevestig de totale hertelling van de stemmen
984
- close_modal: Sluit
965
+ close_modal: Afsluiten
985
966
  info_text: Het totale aantal ingevoerde stemmen (enveloppen) komt niet overeen met de lijst van mensen die in dit stembureau hebben gestemd.
986
967
  message_for_monitoring_committee: Bericht aan het Comité van toezicht
987
968
  review_recount: Controleer de hertelling
@@ -998,7 +979,7 @@ nl:
998
979
  sign:
999
980
  cancel: Annuleer
1000
981
  check_box: Ik heb dit nagekeken en is hetzelfde als het fysieke verkiezingssluitingscertificaat
1001
- close_modal: Sluiten
982
+ close_modal: Afsluiten
1002
983
  confirm: Ok, verdergaan
1003
984
  error: Er is een fout opgetreden, probeer het opnieuw.
1004
985
  heading: Stem hertelling - Onderteken sluiting
@@ -1151,7 +1132,7 @@ nl:
1151
1132
  votings_m:
1152
1133
  footer_button_text:
1153
1134
  participate: Deelnemen
1154
- vote: Stemmen
1135
+ vote: Stemming
1155
1136
  voting_type:
1156
1137
  hybrid: Hybride
1157
1138
  in_person: In persoon
@@ -100,7 +100,6 @@
100
100
  label: Godkjent
101
101
  values:
102
102
  'false': Godkjent
103
- 'true': Ikke godkjent
104
103
  components:
105
104
  elections:
106
105
  actions:
@@ -416,7 +415,6 @@
416
415
  active: Aktiv
417
416
  all: Alt
418
417
  finished: Fullført
419
- search: Søk
420
418
  upcoming: Kommende
421
419
  filters_small_view:
422
420
  close_modal: Lukk dialogboks
@@ -462,6 +460,7 @@
462
460
  tally:
463
461
  cast: Opptelling ferdig
464
462
  share: Opptellingsandel
463
+ start_icon: Ikon som indikerer en startknapp for å starte generering av valgnøklene
465
464
  title: Opptelling for %{election}
466
465
  update:
467
466
  error: Valgstatusen ble ikke oppdatert.
@@ -551,9 +550,24 @@
551
550
  menu:
552
551
  votings_submenu:
553
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
554
560
  votings:
561
+ elections_log:
562
+ election_log: Valglogg
555
563
  login:
556
564
  start_voting: Start avstemning
565
+ show:
566
+ dates: Datoer
567
+ votings_m:
568
+ footer_button_text:
569
+ view: Vis
570
+ vote: Stem
557
571
  layouts:
558
572
  decidim:
559
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:
@@ -117,7 +118,6 @@ pl:
117
118
  label: Zweryfikowano
118
119
  values:
119
120
  'false': Zweryfikowano
120
- 'true': Nie zweryfikowano
121
121
  components:
122
122
  elections:
123
123
  actions:
@@ -543,6 +543,7 @@ pl:
543
543
  tally:
544
544
  cast: Suma oddanych głosów
545
545
  share: Udostępnij ustalony wynik głosowania
546
+ start_icon: Ikona wskazująca przycisk startu dla tworzenia kluczy wyborczych
546
547
  title: Wynik głosowania dla %{election}
547
548
  update:
548
549
  error: Status wyborów nie został zaktualizowany.
@@ -597,7 +598,7 @@ pl:
597
598
  header: Oddawanie głosu...
598
599
  text: Twoja karta do głosowania jest składana do urny wyborczej.
599
600
  confirm:
600
- answer: Odpowiedz
601
+ answer: Odpowiedź
601
602
  answer_number: odpowiedz %{number}
602
603
  confirm: Potwierdź
603
604
  edit: edytuj
@@ -627,7 +628,7 @@ pl:
627
628
  ballot_decision: Oddaj głos, albo sprawdź poprawność szyfrowania Twojego głosu
628
629
  casting: Oddawanie głosu
629
630
  confirm: Potwierdź swój głos
630
- confirmed: Głos potwierdzony
631
+ confirmed: Oddanie głosu potwierdzone
631
632
  encrypting: Szyfrowanie głosu
632
633
  failed: Oddanie głosu nie powiodło się
633
634
  messages:
@@ -752,28 +753,8 @@ pl:
752
753
  highlighted_votings:
753
754
  max_results: Maksymalna ilość elementów do wyświetlenia
754
755
  landing_page:
755
- attachments_and_folders:
756
- name: Załączniki i foldery do głosowania
757
756
  description:
758
757
  name: Opis głosowania
759
- elections:
760
- name: Wybory
761
- header:
762
- name: Nagłówek głosowania
763
- html_block_1:
764
- name: Pierwszy blok html głosowania
765
- html_block_2:
766
- name: Drugi blok html głosowania
767
- html_block_3:
768
- name: Trzeci blok html głosowania
769
- metrics:
770
- name: Metryka głosowania
771
- polling_stations:
772
- name: Lokale wyborcze
773
- stats:
774
- name: Statystyki głosowania
775
- timeline:
776
- name: Oś czasu głosowania
777
758
  index:
778
759
  not_published: Nie opublikowano
779
760
  published: Opublikowano
@@ -1068,8 +1049,6 @@ pl:
1068
1049
  pages:
1069
1050
  home:
1070
1051
  highlighted_votings:
1071
- active_votings: Aktywne głosowania
1072
- see_all_votings: Zobacz wszystkie głosowania
1073
1052
  votings_button_title: Link do strony Głosowań wyświetla wszystkie głosowania
1074
1053
  polling_officer_zone:
1075
1054
  closures:
@@ -1289,7 +1268,7 @@ pl:
1289
1268
  invalid: Wystąpił błąd podczas wysyłania kodu dostępu
1290
1269
  success: Twój kod dostępu został wysłany pomyślnie
1291
1270
  show:
1292
- dates: Daty
1271
+ dates: Data
1293
1272
  votings_m:
1294
1273
  badge_name:
1295
1274
  finished: Zakończone
@@ -1298,7 +1277,7 @@ pl:
1298
1277
  footer_button_text:
1299
1278
  participate: Dołącz
1300
1279
  view: Zobacz
1301
- vote: Głosuj
1280
+ vote: Głosowanie
1302
1281
  unspecified: Nie określono
1303
1282
  voting_type:
1304
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:
@@ -100,7 +102,6 @@ pt-BR:
100
102
  label: Validado
101
103
  values:
102
104
  'false': Validado
103
- 'true': Não validado
104
105
  components:
105
106
  elections:
106
107
  actions:
@@ -392,7 +393,7 @@ pt-BR:
392
393
  active: Ativo
393
394
  all: Todos
394
395
  finished: Finalizado
395
- search: Pesquisa
396
+ search: Pesquisar
396
397
  upcoming: Próximos
397
398
  filters_small_view:
398
399
  close_modal: Fechar modal
@@ -507,6 +508,7 @@ pt-BR:
507
508
  tally:
508
509
  cast: Transmissão de apuração
509
510
  share: Compartilhar apuração
511
+ start_icon: Ícone que indica um botão iniciar para começar a geração de chaves eleitorais
510
512
  title: Apuração para %{election}
511
513
  update:
512
514
  error: O status da eleição não foi atualizado.
@@ -545,6 +547,8 @@ pt-BR:
545
547
  upload_error:
546
548
  invalid_format: O arquivo enviado não contém nenhuma chave de identificação.
547
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.
548
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.
549
553
  not_supported_browser_title: Atualize o navegador para agir como um curador
550
554
  trustee_role_description: Você foi designado para agir como um curador em algumas das eleições realizadas nesta plataforma.
@@ -716,28 +720,8 @@ pt-BR:
716
720
  highlighted_votings:
717
721
  max_results: Quantidade máxima de elementos para mostrar
718
722
  landing_page:
719
- attachments_and_folders:
720
- name: Anexos e pastas de votação
721
723
  description:
722
724
  name: Descrição da votação
723
- elections:
724
- name: Eleição
725
- header:
726
- name: Cabeçalho do voto
727
- html_block_1:
728
- name: Bloco de votação html 1
729
- html_block_2:
730
- name: Bloco de votação html 2
731
- html_block_3:
732
- name: Bloco de votação html 3
733
- metrics:
734
- name: Métricas de votação
735
- polling_stations:
736
- name: Estações de votação
737
- stats:
738
- name: Estatísticas de votação
739
- timeline:
740
- name: Linha do tempo da votação
741
725
  index:
742
726
  not_published: Despublicado
743
727
  published: Publicado
@@ -937,6 +921,7 @@ pt-BR:
937
921
  update: Atualizar
938
922
  form:
939
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
940
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}'
941
926
  title: Título
942
927
  voting_type:
@@ -1032,8 +1017,6 @@ pt-BR:
1032
1017
  pages:
1033
1018
  home:
1034
1019
  highlighted_votings:
1035
- active_votings: Votações Ativas
1036
- see_all_votings: Ver todos os votações
1037
1020
  votings_button_title: Link para a Página de Votação exibindo todos os votos
1038
1021
  polling_officer_zone:
1039
1022
  closures:
@@ -1067,7 +1050,7 @@ pt-BR:
1067
1050
  info_text: 'Por favor, introduza o número total de votos (envelopes) recontados nesta Estação de Enquete:'
1068
1051
  modal_ballots_count_error:
1069
1052
  btn_validate_total: Validar a recontagem total de votos
1070
- close_modal: Fechar
1053
+ close_modal: Fechado
1071
1054
  info_text: O número total de votos (envelopes) introduzidos não corresponde ao registro de pessoas que votaram nesta Estação.
1072
1055
  message_for_monitoring_committee: Mensagem para o Comitê de Monitoramento
1073
1056
  review_recount: Revisar a recontagem
@@ -1084,7 +1067,7 @@ pt-BR:
1084
1067
  sign:
1085
1068
  cancel: Cancelar
1086
1069
  check_box: Eu revisei isso e é o mesmo que o certificado de fechamento eleitoral físico
1087
- close_modal: Fechar
1070
+ close_modal: Fechado
1088
1071
  confirm: Ok, continuar
1089
1072
  error: Ocorreu um erro. Por favor, tente novamente.
1090
1073
  heading: Recontagem de votos - Assinatura de encerramento
@@ -1216,7 +1199,7 @@ pt-BR:
1216
1199
  elections_log:
1217
1200
  bb_status: Status da eleição
1218
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.
1219
- election_log: Log da Eleição
1202
+ election_log: Log de Eleições
1220
1203
  title: Log da Eleição
1221
1204
  filters:
1222
1205
  active: Ativo
@@ -1260,7 +1243,7 @@ pt-BR:
1260
1243
  footer_button_text:
1261
1244
  participate: Participar
1262
1245
  view: Visualizar
1263
- vote: Votar
1246
+ vote: Voto
1264
1247
  unspecified: Não especificado
1265
1248
  voting_type:
1266
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:
@@ -100,7 +101,6 @@ pt:
100
101
  label: Validado
101
102
  values:
102
103
  'false': Validado
103
- 'true': Não validado
104
104
  components:
105
105
  elections:
106
106
  actions:
@@ -530,6 +530,7 @@ pt:
530
530
  tally:
531
531
  cast: Registar a contagem
532
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
533
534
  title: Contagem para %{election}
534
535
  update:
535
536
  error: O estado da eleição não foi actualizado.
@@ -584,7 +585,7 @@ pt:
584
585
  header: A registar o voto...
585
586
  text: O seu boletim de voto está a ser registado na urna de voto.
586
587
  confirm:
587
- answer: Responder
588
+ answer: Resposta
588
589
  answer_number: resposta %{number}
589
590
  confirm: Confirmar
590
591
  edit: editar
@@ -739,28 +740,8 @@ pt:
739
740
  highlighted_votings:
740
741
  max_results: Montante máximo dos projectos a mostrar
741
742
  landing_page:
742
- attachments_and_folders:
743
- name: Anexos e pastas de votação
744
743
  description:
745
744
  name: Descrição da votação
746
- elections:
747
- name: Eleições de votação
748
- header:
749
- name: Cabeçalho de votação
750
- html_block_1:
751
- name: Bloco html de votação 1
752
- html_block_2:
753
- name: Bloco html de votação 2
754
- html_block_3:
755
- name: Bloco html de votação 3
756
- metrics:
757
- name: Métricas da votação
758
- polling_stations:
759
- name: Assembleias de voto
760
- stats:
761
- name: Estatísticas da votação
762
- timeline:
763
- name: Cronologia da votação
764
745
  index:
765
746
  not_published: Publicação removida
766
747
  published: Publicado
@@ -1074,8 +1055,6 @@ pt:
1074
1055
  pages:
1075
1056
  home:
1076
1057
  highlighted_votings:
1077
- active_votings: Votações activas
1078
- see_all_votings: Ver todas as votações
1079
1058
  votings_button_title: Ligação para a página de Votações que mostra todas as votações
1080
1059
  polling_officer_zone:
1081
1060
  closures:
@@ -20,6 +20,7 @@ ro:
20
20
  title: Titlu
21
21
  voting:
22
22
  end_time: Votarea se încheie
23
+ scope_id: Domeniu de interes
23
24
  start_time: Votarea începe
24
25
  title: Titlu
25
26
  errors:
@@ -103,7 +104,6 @@ ro:
103
104
  label: Validat
104
105
  values:
105
106
  'false': Validat
106
- 'true': Nevalidat
107
107
  components:
108
108
  elections:
109
109
  actions:
@@ -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: