decidim-elections 0.28.0 → 0.28.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/elections/highlighted_elections_for_component/show.erb +1 -1
  3. data/app/cells/decidim/votings/content_blocks/hero_cell.rb +0 -12
  4. data/app/controllers/concerns/decidim/votings/admin/voting_admin.rb +3 -2
  5. data/app/controllers/decidim/votings/admin/monitoring_committee_members_controller.rb +15 -0
  6. data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +3 -0
  7. data/app/helpers/decidim/votings/votings_helper.rb +1 -1
  8. data/app/views/decidim/elections/admin/answers/edit.html.erb +2 -2
  9. data/app/views/decidim/elections/admin/answers/index.html.erb +2 -2
  10. data/app/views/decidim/elections/admin/answers/new.html.erb +2 -2
  11. data/app/views/decidim/elections/admin/elections/edit.html.erb +2 -2
  12. data/app/views/decidim/elections/admin/elections/index.html.erb +2 -2
  13. data/app/views/decidim/elections/admin/elections/new.html.erb +2 -2
  14. data/app/views/decidim/elections/admin/proposals_imports/new.html.erb +2 -2
  15. data/app/views/decidim/elections/admin/questions/edit.html.erb +2 -2
  16. data/app/views/decidim/elections/admin/questions/index.html.erb +2 -2
  17. data/app/views/decidim/elections/admin/questions/new.html.erb +2 -2
  18. data/app/views/decidim/elections/admin/steps/_created.html.erb +1 -1
  19. data/app/views/decidim/elections/admin/steps/_key_ceremony.html.erb +1 -1
  20. data/app/views/decidim/elections/admin/steps/_key_ceremony_ended.html.erb +1 -1
  21. data/app/views/decidim/elections/admin/steps/_results_published.html.erb +2 -2
  22. data/app/views/decidim/elections/admin/steps/_tally_ended.html.erb +2 -2
  23. data/app/views/decidim/elections/admin/steps/_tally_started.html.erb +1 -1
  24. data/app/views/decidim/elections/admin/steps/_vote.html.erb +1 -1
  25. data/app/views/decidim/elections/admin/steps/_vote_ended.html.erb +1 -1
  26. data/app/views/decidim/elections/admin/steps/_vote_stats.html.erb +2 -2
  27. data/app/views/decidim/elections/admin/steps/index.html.erb +2 -2
  28. data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +2 -2
  29. data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +2 -2
  30. data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +2 -2
  31. data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +2 -2
  32. data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +2 -2
  33. data/app/views/decidim/votings/admin/monitoring_committee_election_results/_results.html.erb +2 -2
  34. data/app/views/decidim/votings/admin/monitoring_committee_election_results/index.html.erb +2 -2
  35. data/app/views/decidim/votings/admin/monitoring_committee_members/index.html.erb +2 -2
  36. data/app/views/decidim/votings/admin/monitoring_committee_members/new.html.erb +2 -2
  37. data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closures.html.erb +2 -2
  38. data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb +2 -2
  39. data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/edit.html.erb +2 -2
  40. data/app/views/decidim/votings/admin/monitoring_committee_verify_elections/index.html.erb +2 -2
  41. data/app/views/decidim/votings/admin/polling_officers/index.html.erb +2 -2
  42. data/app/views/decidim/votings/admin/polling_officers/new.html.erb +2 -2
  43. data/app/views/decidim/votings/admin/polling_stations/edit.html.erb +2 -2
  44. data/app/views/decidim/votings/admin/polling_stations/index.html.erb +2 -2
  45. data/app/views/decidim/votings/admin/polling_stations/new.html.erb +2 -2
  46. data/app/views/decidim/votings/admin/votings/edit.html.erb +2 -2
  47. data/app/views/decidim/votings/admin/votings/new.html.erb +2 -2
  48. data/app/views/decidim/votings/census/admin/census/show.html.erb +2 -2
  49. data/config/locales/bg.yml +35 -0
  50. data/config/locales/ca.yml +5 -5
  51. data/config/locales/cs.yml +2 -0
  52. data/config/locales/de.yml +1 -1
  53. data/config/locales/es-MX.yml +1 -1
  54. data/config/locales/es.yml +5 -5
  55. data/config/locales/eu.yml +3 -0
  56. data/config/locales/fi-plain.yml +3 -0
  57. data/config/locales/fi.yml +3 -0
  58. data/config/locales/gl.yml +2 -0
  59. data/config/locales/he-IL.yml +1 -0
  60. data/config/locales/hu.yml +14 -0
  61. data/config/locales/it.yml +2 -0
  62. data/config/locales/ja.yml +4 -1
  63. data/config/locales/nl.yml +2 -0
  64. data/config/locales/pl.yml +2 -0
  65. data/config/locales/pt-BR.yml +178 -0
  66. data/config/locales/pt.yml +2 -0
  67. data/config/locales/ru.yml +5 -0
  68. data/config/locales/sk.yml +5 -0
  69. data/config/locales/sv.yml +3 -0
  70. data/config/locales/uk.yml +5 -0
  71. data/db/migrate/20210310120708_add_followable_counter_cache_to_votings.rb +6 -2
  72. data/decidim-elections.gemspec +44 -0
  73. data/lib/decidim/elections/version.rb +1 -1
  74. data/lib/decidim/votings/admin_engine.rb +0 -12
  75. data/lib/decidim/votings/content_blocks/registry_manager.rb +8 -1
  76. data/lib/decidim/votings/menu.rb +2 -5
  77. metadata +20 -19
  78. data/config/environment.rb +0 -3
@@ -1,7 +1,7 @@
1
1
  <% add_decidim_page_title(t("show.heading", scope: "decidim.votings.census.admin.census")) %>
2
2
  <div class="card">
3
3
  <div class="item_show__header">
4
- <h2 class="item_show__header-title">
4
+ <h1 class="item_show__header-title">
5
5
  <%= t("show.heading", scope: "decidim.votings.census.admin.census") %>
6
6
 
7
7
  <% if current_census.data_created? %>
@@ -11,7 +11,7 @@
11
11
  method: :delete,
12
12
  data: { confirm: t("delete.confirm", scope: "decidim.votings.census.admin.census") } %>
13
13
  <% end %>
14
- </h2>
14
+ </h1>
15
15
  </div>
16
16
 
17
17
  <div id="wrapper-action-view">
@@ -6,3 +6,38 @@ bg:
6
6
  description: Описание
7
7
  image: Изображение
8
8
  proposals: Свързани предложения
9
+ voting:
10
+ scope_id: Обхват
11
+ decidim:
12
+ elections:
13
+ admin:
14
+ mailers:
15
+ trustee_mailer:
16
+ body: "<p>Hi %{user_name},</p><p>Бяхте добавен като Валидатор към %{resource_name}.</p>"
17
+ trustee_zone:
18
+ trustees:
19
+ show:
20
+ elections:
21
+ no_elections: Няма избори, докато действате като Валидатор.
22
+ votes:
23
+ ballot_decision:
24
+ description: Тук имате опциите да пуснете бюлетината си, така че да проверите дали тя се преброява коректно и се криптира правилно. От съображения за сигурност проверката на вашата бюлетина ще я развали. Това означава, че за реално гласуване, ще трябва да рестартирате процеса на гласуване.
25
+ warnings:
26
+ no_elections_warning: На критериите Ви за търсене не съответстват минали или насрочени избори.
27
+ events:
28
+ elections:
29
+ trustees:
30
+ new_election:
31
+ email_subject: Вие сте Валидатор на изборите %{resource_title}..
32
+ notification_title: Вие сте Валидатор на изборите <a href="%{resource_path}">%{resource_title}</a>.
33
+ new_trustee:
34
+ notification_title: Вие сте Валидатор на изборите <a href="%{participatory_space_url}">%{resource_name}</a>.
35
+ votings:
36
+ polling_officer_zone:
37
+ closures:
38
+ certify:
39
+ add_images: Добави изображения
40
+ edit:
41
+ info_text: Моля, въведете общия брой отговори за всеки въпрос.
42
+ show:
43
+ info_text: Затваряне на избирателните секции.
@@ -731,31 +731,31 @@ ca:
731
731
  elections:
732
732
  election_published:
733
733
  email_intro: 'La votació %{resource_title} ja està activa a %{participatory_space_title}. Pots veure-la des d''aquesta pàgina:'
734
- email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
734
+ email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
735
735
  email_subject: La votació %{resource_title} ja està activa a %{participatory_space_title}.
736
736
  notification_title: La votació <a href="%{resource_path}">%{resource_title}</a> a %{participatory_space_title} ja està activa.
737
737
  trustees:
738
738
  new_election:
739
739
  email_intro: Has estat afegit com a garant de l'elecció %{resource_title}.
740
- email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció %{resource_title}.
740
+ email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció "%{resource_title}".
741
741
  email_subject: Ets un garant de l'elecció %{resource_title}..
742
742
  notification_title: Ets un garant de l'elecció <a href="%{resource_path}">%{resource_title}</a>.
743
743
  new_trustee:
744
744
  email_intro: Una administradora t'ha afegit com a garant de %{resource_name}. Hauries de crear la teva clau pública a la teva <a href='%{trustee_zone_url}'>zona de garants</a>
745
- email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de %{resource_name}.
745
+ email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció "%{resource_name}".
746
746
  email_subject: Ets garant de %{resource_name}.
747
747
  notification_title: Ets garant de <a href="%{participatory_space_url}">%{resource_name}</a>.
748
748
  votes:
749
749
  accepted_votes:
750
750
  email_intro: 'El teu vot s''ha acceptat! Utilitzant el comprovant de vot: %{encrypted_vote_hash}, pots verificar-lo <a href="%{verify_url}">aquí</a>.'
751
- email_outro: Has rebut aquesta notificació perquè has votat a l'elecció %{resource_name}.
751
+ email_outro: Has rebut aquesta notificació perquè has votat a l'elecció "%{resource_name}".
752
752
  email_subject: El teu vot a %{resource_name} s'ha acceptat.
753
753
  notification_title: 'El teu vot s''ha acceptat. Verifica''l <a href="%{verify_url}">aquí</a> utilitzant el comprovant de vot: %{encrypted_vote_hash}'
754
754
  votings:
755
755
  polling_officers:
756
756
  polling_station_assigned:
757
757
  email_intro: T'han assignat com %{role} del punt de votació %{polling_station_name} a <a href="%{resource_url}">%{resource_title}</a>. Pots gestionar el punt de votació accedint a la <a href="%{polling_officer_zone_url}">Zona de gestors de mesa</a>.
758
- email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de %{polling_station_name}.
758
+ email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de "%{polling_station_name}".
759
759
  email_subject: Ets %{role} del punt de votació %{polling_station_name}.
760
760
  notification_title: Ets %{role} del punt de votació %{polling_station_name} a la votació <a href="%{resource_path}">%{resource_title}</a>.
761
761
  send_access_code:
@@ -663,6 +663,7 @@ cs:
663
663
  upload_legend: Server má vaše veřejné identifikační klíče, ale váš prohlížeč jej stále nemá. Je třeba importovat soubor s identifikačními klíči do počítače ze zálohy, kterou jste vytvořili po jejich vygenerování.
664
664
  not_supported_browser_description: Vypadá to, že používáte webový prohlížeč, který nelze použít jako správce. Ujistěte se, že používáte nejnovější verzi prohlížeče, nebo zkuste použít některý z nejpopulárnějších prohlížečů, abyste mohli dokončit své úkoly správce.
665
665
  not_supported_browser_title: Upgradujte prohlížeč abyste mohl fungovat jako důvěrník
666
+ trustee_role_description: Byl jste pověřen, abyste v některých volbách, které na této platformě probíhají, jednal jako důvěrník.
666
667
  update:
667
668
  success: Váš identifikační veřejný klíč byl úspěšně uložen.
668
669
  votes:
@@ -749,6 +750,7 @@ cs:
749
750
  continue: Další
750
751
  warnings:
751
752
  no_elections_warning: Žádné volby neodpovídají vašim kritériím vyhledávání nebo nejsou naplánovány žádné volby.
753
+ no_scheduled_elections_warning: Momentálně nejsou naplánovány žádné volby, ale tady najdete seznam všech uplynulých voleb.
752
754
  events:
753
755
  elections:
754
756
  election_published:
@@ -44,7 +44,7 @@ de:
44
44
  show_check_census: '"Überprüfe Erhebung"-Seite anzeigen'
45
45
  start_time: Abstimmung beginnt
46
46
  title: Titel
47
- voting_type: Abstimmungsart
47
+ voting_type: Art der Abstimmung
48
48
  errors:
49
49
  models:
50
50
  answer:
@@ -828,7 +828,7 @@ es-MX:
828
828
  polling_stations:
829
829
  name: Puntos de votación
830
830
  related_elections:
831
- name: Elecciones
831
+ name: Votaciones electorales
832
832
  stats:
833
833
  name: Estadísticas de la votación
834
834
  timeline:
@@ -731,31 +731,31 @@ es:
731
731
  elections:
732
732
  election_published:
733
733
  email_intro: 'La votación %{resource_title} ya está activa en %{participatory_space_title}. Puedes verla desde esta página:'
734
- email_outro: Has recibido esta notificación porque estás siguiendo %{participatory_space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
734
+ email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
735
735
  email_subject: La votación %{resource_title} en %{participatory_space_title} ya está activa.
736
736
  notification_title: La votación <a href="%{resource_path}">%{resource_title}</a> ya está activa en %{participatory_space_title}.
737
737
  trustees:
738
738
  new_election:
739
739
  email_intro: Has sido añadido como garante para la elección de %{resource_title}.
740
- email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección %{resource_title}.
740
+ email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección "%{resource_title}".
741
741
  email_subject: Eres garante para la elección de %{resource_title}..
742
742
  notification_title: Eres garante para la elección de <a href="%{resource_path}">%{resource_title}</a>.
743
743
  new_trustee:
744
744
  email_intro: Un administrador te ha añadido como garante para %{resource_name}. Debes crear tu clave pública <a href='%{trustee_zone_url}'>en tu zona de garantes</a>
745
- email_outro: Has recibido esta notificación porque has sido añadido como garante para %{resource_name}.
745
+ email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección "%{resource_name}".
746
746
  email_subject: Eres garante de %{resource_name}.
747
747
  notification_title: Eres garante de <a href="%{participatory_space_url}">%{resource_name}</a>.
748
748
  votes:
749
749
  accepted_votes:
750
750
  email_intro: '¡Tu voto ha sido aceptado! Utilizando tu token de voto: %{encrypted_vote_hash}, puedes verificar tu voto <a href="%{verify_url}">aquí</a>.'
751
- email_outro: Has recibido esta notificación porque has votado en la elección %{resource_name}.
751
+ email_outro: Has recibido esta notificación porque has votado en la elección "%{resource_name}".
752
752
  email_subject: Tu voto para %{resource_name} ha sido aceptado.
753
753
  notification_title: 'Tu voto ha sido aceptado. Verifica tu voto <a href="%{verify_url}">aquí</a> usando tu token de voto: %{encrypted_vote_hash}'
754
754
  votings:
755
755
  polling_officers:
756
756
  polling_station_assigned:
757
757
  email_intro: Se te ha asignado como %{role} del punto de votación %{polling_station_name} en <a href="%{resource_url}">%{resource_title}</a>. Puedes administrar el punto de votación desde el espacio <a href="%{polling_officer_zone_url}">Zona de gestores de mesa</a>.
758
- email_outro: Has recibido esta notificación porque has sido asignado como %{role} de %{polling_station_name}.
758
+ email_outro: Has recibido esta notificación porque has sido asignado como %{role} de "%{polling_station_name}".
759
759
  email_subject: Eres %{role} del punto de votación %{polling_station_name}.
760
760
  notification_title: Eres %{role} del punto de votación %{polling_station_name} en la votación <a href="%{resource_path}">%{resource_title}</a>.
761
761
  send_access_code:
@@ -88,6 +88,9 @@ eu:
88
88
  decidim/elections/question:
89
89
  one: Galdera
90
90
  other: Galderak
91
+ decidim/voting:
92
+ one: Bozketa
93
+ other: Bozketak
91
94
  decidim/votings/census/dataset:
92
95
  one: Data-multzoa
93
96
  other: Data-multzoa
@@ -639,6 +639,7 @@ fi-pl:
639
639
  upload_legend: Julkiset tunnistusavaimet ovat palvelimella, mutta eivät selaimessasi. Sinun täytyy tuoda tunnistusavainten tiedosto omalle tietokoneellesi varmuuskopiosta, jonka tallensit avaimia luotaessa.
640
640
  not_supported_browser_description: Näyttää siltä, että käytät selainta, jota ei voi käyttää luottamushenkilönä toimimiseen. Tarkasta, että käytät selaimesi viimeisintä versiota tai yritä käyttää jotain suosituimmista selaimista luottamushenkilön tehtävien suorittamiseksi.
641
641
  not_supported_browser_title: Päivitä selaimesi toimiaksesi luottamushenkilönä
642
+ trustee_role_description: Sinulle on annettu luottamushenkilön tehtävä joissain vaaleissa tällä alustalla.
642
643
  update:
643
644
  success: Julkisen tunnistusavaimesi tallentaminen onnistui.
644
645
  votes:
@@ -725,6 +726,7 @@ fi-pl:
725
726
  continue: Seuraava
726
727
  warnings:
727
728
  no_elections_warning: Yksikään vaali ei vastaa hakukriteerejäsi tai yhtään vaalia ei ole tulossa.
729
+ no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
728
730
  events:
729
731
  elections:
730
732
  election_published:
@@ -1151,6 +1153,7 @@ fi-pl:
1151
1153
  certify:
1152
1154
  add_images: Lisää kuvia
1153
1155
  error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
1156
+ form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
1154
1157
  heading: Äänten uudelleenlaskenta - Lataa varmenne
1155
1158
  info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
1156
1159
  submit: Lataa varmenne
@@ -639,6 +639,7 @@ fi:
639
639
  upload_legend: Julkiset tunnistusavaimet ovat palvelimella, mutta eivät selaimessasi. Sinun täytyy tuoda tunnistusavainten tiedosto omalle tietokoneellesi varmuuskopiosta, jonka tallensit avaimia luotaessa.
640
640
  not_supported_browser_description: Näyttää siltä, että käytät selainta, jota ei voi käyttää luottamushenkilönä toimimiseen. Tarkasta, että käytät selaimesi viimeisintä versiota tai yritä käyttää jotain suosituimmista selaimista luottamushenkilön tehtävien suorittamiseksi.
641
641
  not_supported_browser_title: Päivitä selaimesi toimiaksesi luottamushenkilönä
642
+ trustee_role_description: Sinulle on annettu luottamushenkilön tehtävä joissain vaaleissa tällä alustalla.
642
643
  update:
643
644
  success: Julkisen tunnistusavaimesi tallentaminen onnistui.
644
645
  votes:
@@ -725,6 +726,7 @@ fi:
725
726
  continue: Seuraava
726
727
  warnings:
727
728
  no_elections_warning: Yksikään vaali ei vastaa hakukriteerejäsi tai yhtään vaalia ei ole tulossa.
729
+ no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
728
730
  events:
729
731
  elections:
730
732
  election_published:
@@ -1151,6 +1153,7 @@ fi:
1151
1153
  certify:
1152
1154
  add_images: Lisää kuvia
1153
1155
  error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
1156
+ form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
1154
1157
  heading: Äänten uudelleenlaskenta - Lataa varmenne
1155
1158
  info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
1156
1159
  submit: Lataa varmenne
@@ -510,6 +510,8 @@ gl:
510
510
  check_census:
511
511
  check_status: Verificar censo
512
512
  description: Tes a opción de verificar os datos do censo para saber se tes dereito a participar na votación. Xa terías de ter un código de acceso, porén, se o perdiches podes pedilo de novo se os teus datos son correctos.
513
+ error:
514
+ info: 'Por favor, téntao de novo. Se cres que os datos do sistema non so correctos, podes informar aquí: %{census_contact_information}.'
513
515
  form_title: 'Enche o seguinte formulario para verificar os teus datos do censo:'
514
516
  invalid: Produciuse un problema ao verificar o censo.
515
517
  success:
@@ -0,0 +1 @@
1
+ he:
@@ -105,6 +105,8 @@ hu:
105
105
  unpublish: Közzététel visszavonása
106
106
  admin:
107
107
  answers:
108
+ create:
109
+ success: A válasz létrehozása sikeres.
108
110
  edit:
109
111
  title: Válasz szerkesztése
110
112
  update: Válasz frissítése
@@ -137,6 +139,7 @@ hu:
137
139
  proposals_imports:
138
140
  new:
139
141
  create: Válaszjavaslatok importálása
142
+ no_components: Ezen a részvételi téren nincsenek más javaslati komponensek, amelyek a javaslatokat kérdésekbe importálják.
140
143
  select_component: Kérjük, válassz egy komponenst
141
144
  title: Javaslatok importálása
142
145
  questions:
@@ -193,6 +196,8 @@ hu:
193
196
  back: Vissza a platformra
194
197
  voting_step:
195
198
  continue: Következő
199
+ warnings:
200
+ no_elections_warning: Egy választás sem felel meg a keresési feltételeknek, vagy nincs ütemezett választás.
196
201
  events:
197
202
  elections:
198
203
  election_published:
@@ -205,6 +210,10 @@ hu:
205
210
  menu:
206
211
  votings_submenu:
207
212
  monitoring_committee: Ellenőrző Bizottság
213
+ polling_officers:
214
+ index:
215
+ role_manager: menedzser
216
+ role_president: elnök
208
217
  votings:
209
218
  form:
210
219
  census_contact_information_help: Ez a kapcsolatfelvételi információ azoknak a résztvevőknek szól, akik a népszámlálással kapcsolatos problémákat szeretnének jelenteni. Ez lehet e-mail cím, kapcsolatfelvételi űrlap egy másik oldalon, kérdőív a látogatók számára, stb.
@@ -219,6 +228,11 @@ hu:
219
228
  no_polling_stations: Még nem vagy kijelölve egyetlen szavazóhelyiséghez sem.
220
229
  role: A te szereped
221
230
  voting: Szavazás
231
+ polling_officers:
232
+ roles:
233
+ manager: Menedzser
234
+ president: Elnök
235
+ unassigned: Nem hozzárendelt
222
236
  votings:
223
237
  check_census:
224
238
  success:
@@ -982,6 +982,8 @@ it:
982
982
  check_census:
983
983
  check_status: Verifica stato
984
984
  description: Qui, hai la possibilità di controllare i tuoi dati di censimento per sapere se hai il diritto di partecipare a questa votazione. Dovresti avere già un codice di accesso, ma se lo hai perso, puoi chiederlo di nuovo, quando i tuoi dati sono corretti.
985
+ error:
986
+ info: 'Per favore riprova. Se pensi che i dati nel sistema non siano corretti, puoi segnalarli qui: %{census_contact_information}.'
985
987
  form_title: 'Compila il seguente modulo per controllare i dati del censimento:'
986
988
  invalid: Si è verificato un errore nel controllare il censimento.
987
989
  success:
@@ -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:
@@ -627,6 +627,7 @@ ja:
627
627
  upload_legend: サーバーには公開識別キーがありますが、ブラウザにはまだ公開識別キーがありません。 生成後に作成したバックアップから、識別キーのあるファイルをコンピュータにインポートする必要があります。
628
628
  not_supported_browser_description: お使いのWebブラウザでは受託者の業務を行うことができません。ブラウザの最新バージョンを使用していることを確認するか、もっと一般的なブラウザのいずれかを使用して、受託者タスクを完了できるようにしてください。
629
629
  not_supported_browser_title: ブラウザをアップグレードして受託者として行動する
630
+ trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者として行動するようにアサインされています。
630
631
  update:
631
632
  success: 公開識別キーを保存しました。
632
633
  votes:
@@ -713,6 +714,7 @@ ja:
713
714
  continue: 次へ
714
715
  warnings:
715
716
  no_elections_warning: 検索条件に一致する選挙がないか、予定されている選挙がありません。
717
+ no_scheduled_elections_warning: 現在、予定された選挙はありませんが、過去のすべての選挙を検索できます。
716
718
  events:
717
719
  elections:
718
720
  election_published:
@@ -1138,6 +1140,7 @@ ja:
1138
1140
  certify:
1139
1141
  add_images: 画像を追加
1140
1142
  error: 証明書の添付中にエラーが発生しました。もう一度やり直してください。
1143
+ form_legend: 選挙閉鎖証明書の写真をアップロードする
1141
1144
  heading: 投票の再集計 - 証明書をアップロード
1142
1145
  info_text: 選挙閉鎖証明の写真をアップロードしてください
1143
1146
  submit: 証明書をアップロードする
@@ -883,6 +883,8 @@ nl:
883
883
  check_census:
884
884
  check_status: Status controleren
885
885
  description: Hier heb je de mogelijkheid om je gegevens op de kiezerslijst te controleren om te weten of je stemrecht hebt. Je zou al een toegangscode moeten hebben, maar als je die hebt verloren, kun je er opnieuw om vragen, als je gegevens juist zijn.
886
+ error:
887
+ info: 'Probeer het opnieuw. Als je denkt dat de gegevens in het systeem onjuist zijn, kunt u het hier melden: %{census_contact_information}.'
886
888
  form_title: 'Vul het formulier in om de gegevens van je stemlijst te controleren:'
887
889
  invalid: Er is een probleem opgetreden tijdens het controleren van de kiezerslijst.
888
890
  success:
@@ -986,6 +986,8 @@ pl:
986
986
  check_census:
987
987
  check_status: Sprawdź status
988
988
  description: Tutaj masz możliwość sprawdzenia danych umieszczonych na liście wyborców, aby wiedzieć, czy masz prawo uczestniczyć w tym głosowaniu. Powinieneś mieć już kod dostępu, ale jeśli go zgubiłeś, możesz ponownie o ten kod poprosić, gdy Twoje dane są poprawne.
989
+ error:
990
+ info: 'Spróbuj ponownie. Jeśli uważasz, że dane w systemie są nieprawidłowe, możesz je zgłosić tutaj: %{census_contact_information}.'
989
991
  form_title: 'Wypełnij formularz, aby sprawdzić Twoje dane na liście wyborców:'
990
992
  invalid: Wystąpił błąd przy sprawdzaniu listy wyborców.
991
993
  success: