decidim-elections 0.28.0.rc5 → 0.28.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) 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 +8 -8
  51. data/config/locales/cs.yml +1 -2
  52. data/config/locales/de.yml +3 -3
  53. data/config/locales/el.yml +0 -3
  54. data/config/locales/es-MX.yml +4 -4
  55. data/config/locales/es-PY.yml +3 -3
  56. data/config/locales/es.yml +8 -8
  57. data/config/locales/eu.yml +10 -3
  58. data/config/locales/fi-plain.yml +2 -2
  59. data/config/locales/fi.yml +2 -2
  60. data/config/locales/fr-CA.yml +2 -1
  61. data/config/locales/fr.yml +2 -1
  62. data/config/locales/gl.yml +2 -0
  63. data/config/locales/he-IL.yml +1 -0
  64. data/config/locales/hu.yml +14 -0
  65. data/config/locales/it.yml +2 -4
  66. data/config/locales/ja.yml +3 -3
  67. data/config/locales/lt.yml +0 -3
  68. data/config/locales/nl.yml +2 -2
  69. data/config/locales/no.yml +0 -2
  70. data/config/locales/pl.yml +6 -3
  71. data/config/locales/pt-BR.yml +207 -3
  72. data/config/locales/pt.yml +2 -4
  73. data/config/locales/ro-RO.yml +0 -1
  74. data/config/locales/ru.yml +5 -0
  75. data/config/locales/sk.yml +5 -0
  76. data/config/locales/sv.yml +3 -2
  77. data/config/locales/tr-TR.yml +0 -3
  78. data/config/locales/uk.yml +5 -0
  79. data/config/locales/zh-CN.yml +0 -2
  80. data/config/locales/zh-TW.yml +0 -3
  81. data/db/migrate/20210310120708_add_followable_counter_cache_to_votings.rb +6 -2
  82. data/decidim-elections.gemspec +44 -0
  83. data/lib/decidim/elections/version.rb +1 -1
  84. data/lib/decidim/votings/admin_engine.rb +0 -12
  85. data/lib/decidim/votings/content_blocks/registry_manager.rb +8 -1
  86. data/lib/decidim/votings/menu.rb +2 -5
  87. metadata +22 -21
  88. 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: Затваряне на избирателните секции.
@@ -639,7 +639,7 @@ ca:
639
639
  upload_legend: Al servidor hi consten les teves claus d'identificació públiques, però el teu navegador encara no les té. Cal que importis l'arxiu amb les teves claus d'identificació al teu ordinador des de la còpia de seguretat que has creat després de generar-les.
640
640
  not_supported_browser_description: Sembla que estàs usant un navegador web que no pot ser utilitzat per a actuar com a garant. Assegura't que estàs usant la versió més recent del teu navegador, o intenta fer servir qualsevol altre dels navegadors més populars per a poder completar les teves tasques com a garant.
641
641
  not_supported_browser_title: Actualitza el navegador per a actuar com a garant
642
- trustee_role_description: Se t'ha assignat com a garant en algunes de les eleccions celebrades en aquesta plataforma.
642
+ trustee_role_description: Has estat assignada com a garant en algunes de les eleccions celebrades en aquesta plataforma.
643
643
  update:
644
644
  success: La teva clau pública d'identificació va ser guardada amb èxit.
645
645
  votes:
@@ -726,36 +726,36 @@ ca:
726
726
  continue: Següent
727
727
  warnings:
728
728
  no_elections_warning: No hi ha cap votació que coincideixi amb la teva cerca o no n'hi ha cap programada.
729
- no_scheduled_elections_warning: Actualment no hi ha votacions programades, però pots veure les anteriors.
729
+ no_scheduled_elections_warning: Actualment no hi ha votacions programades, però pots veure un llistat de les anteriors.
730
730
  events:
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:
@@ -1152,7 +1152,7 @@ ca:
1152
1152
  certify:
1153
1153
  add_images: Afegir imatges
1154
1154
  error: S'ha produït un error en adjuntar el certificat. Si us plau, prova de nou.
1155
- form_legend: Puja una imatge del certificat de tancament electoral
1155
+ form_legend: Puja una imatge del Certificat de Tancament Electoral
1156
1156
  heading: Recompte de vots - Pujar certificat
1157
1157
  info_text: Si us plau, puja una imatge del certificat de tancament electoral.
1158
1158
  submit: Pujar el certificat
@@ -750,7 +750,7 @@ cs:
750
750
  continue: Další
751
751
  warnings:
752
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: V současné době nejsou žádné plánované volby, ale zde najdete všechny minulé volby na seznamu.
753
+ no_scheduled_elections_warning: Momentálně nejsou naplánovány žádné volby, ale tady najdete seznam všech uplynulých voleb.
754
754
  events:
755
755
  elections:
756
756
  election_published:
@@ -1177,7 +1177,6 @@ cs:
1177
1177
  certify:
1178
1178
  add_images: Přidat obrázky
1179
1179
  error: Došlo k chybě při připojování certifikátu, zkuste to prosím znovu.
1180
- form_legend: Nahrajte prosím fotografii volebního certifikátu o uzavření
1181
1180
  heading: Přepočet hlasů - Nahrát certifikát
1182
1181
  info_text: Nahrajte prosím fotografii volebního certifikátu o uzavření.
1183
1182
  submit: Nahrát certifikát
@@ -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:
@@ -639,7 +639,7 @@ de:
639
639
  upload_legend: Der Server hat Ihren öffentlichen Identifikationsschlüssel, aber Ihr Browser hat ihn immer noch nicht. Sie müssen die Datei mit Ihren Identifikationsschlüssel aus dem Backup auf Ihren Computer importieren, den Sie nach der Generierung der Schlüssel gespeichert haben.
640
640
  not_supported_browser_description: Es sieht so aus, als ob Sie einen Webbrowser verwenden, der als Wahlhelfer nicht verwendet werden kann. Stellen Sie sicher, dass Sie die neueste Version Ihres Browsers verwenden, oder versuchen Sie, einen der üblichen Browser zu verwenden, um Ihre Wahlhelfer-Aufgaben zu erfüllen.
641
641
  not_supported_browser_title: Browser aktualisieren, um als Wahlhelfer zu agieren
642
- trustee_role_description: Sie wurden beauftragt, bei einigen der auf dieser Plattform gehaltenen Wahlen als Wahlhelfer zu agieren.
642
+ trustee_role_description: Sie wurden als Wahlhelfer für einige Wahlen auf dieser Plattform bestimmt.
643
643
  update:
644
644
  success: Ihr öffentlicher Identifikationsschlüssel wurde erfolgreich gespeichert.
645
645
  votes:
@@ -726,7 +726,7 @@ de:
726
726
  continue: Weiter
727
727
  warnings:
728
728
  no_elections_warning: Keine Wahlen entsprechen Ihren Suchkriterien oder es ist keine Wahl geplant.
729
- no_scheduled_elections_warning: Derzeit sind keine Wahlen geplant, aber hier finden Sie alle vergangenen Wahlen aufgelistet.
729
+ no_scheduled_elections_warning: Derzeit sind keine Wahlen geplant. Sie finden hier alle vergangenen Wahlen aufgelistet.
730
730
  events:
731
731
  elections:
732
732
  election_published:
@@ -616,7 +616,6 @@ el:
616
616
  upload_legend: Ο διακομιστής έχει τα δημόσια κλειδιά ταυτοποίησης σας, αλλά το πρόγραμμα περιήγησής σας εξακολουθεί να μην το έχει. Θα πρέπει να εισάγετε το αρχείο με τα κλειδιά ταυτοποίησης στον υπολογιστή σας από το αντίγραφο ασφαλείας που δημιουργήσατε μετά τη δημιουργία τους.
617
617
  not_supported_browser_description: Φαίνεται ότι χρησιμοποιείτε ένα πρόγραμμα περιήγησης ιστού που δεν μπορεί να χρησιμοποιηθεί για να λειτουργήσει ως Επίτροπος. Βεβαιωθείτε ότι χρησιμοποιείτε την πιο πρόσφατη έκδοση του προγράμματος περιήγησής σας, ή δοκιμάστε να χρησιμοποιήσετε οποιοδήποτε από τα πιο δημοφιλή προγράμματα περιήγησης για να ολοκληρώσετε τις εργασίες Επιτρόπου.
618
618
  not_supported_browser_title: Αναβαθμίστε το πρόγραμμα περιήγησης για να ενεργήσετε ως Επίτροπος
619
- trustee_role_description: Σας έχει ανατεθεί να ενεργήσετε ως Επίτροπος σε ορισμένες από τις εκλογές σε αυτή την πλατφόρμα.
620
619
  update:
621
620
  success: Το δημόσιο κλειδί ταυτοποίησής σας αποθηκεύτηκε με επιτυχία.
622
621
  votes:
@@ -694,7 +693,6 @@ el:
694
693
  continue: Επόμενο
695
694
  warnings:
696
695
  no_elections_warning: Δεν υπάρχουν εκλογές σύμφωνα με τα κριτήρια αναζήτησης ή δεν έχουν προγραμματιστεί εκλογές.
697
- no_scheduled_elections_warning: Προς το παρόν, δεν υπάρχουν προγραμματισμένες εκλογές, αλλά εδώ μπορείτε να βρείτε όλες τις προηγούμενες εκλογές.
698
696
  events:
699
697
  elections:
700
698
  election_published:
@@ -1085,7 +1083,6 @@ el:
1085
1083
  certify:
1086
1084
  add_images: Προσθήκη εικόνων
1087
1085
  error: Παρουσιάστηκε σφάλμα κατά την επισύναψη του πιστοποιητικού, παρακαλώ προσπαθήστε ξανά.
1088
- form_legend: Ανεβάστε μια εικόνα του Πιστοποιητικού Κλεισίματος των Εκλογών
1089
1086
  heading: Επανακαταμέτρηση ψηφοφορίας - Μεταφόρτωση πιστοποιητικού
1090
1087
  info_text: Ανεβάστε μια φωτογραφία του Πιστοποιητικού Κλεισίματος Εκλογών.
1091
1088
  submit: Ανέβασμα Πιστοποιητικού
@@ -639,7 +639,7 @@ es-MX:
639
639
  upload_legend: En el servidor constan tus claves públicas de identificación, pero tu navegador todavía no las tiene. Necesitas importar el archivo con tus claves de identificación a tu ordenador desde la copia de seguridad que creaste después de generarlas.
640
640
  not_supported_browser_description: Parece que estás usando un navegador que no puede ser utilizado para actuar como garante. Asegúrate de que estás usando la versión más reciente de tu navegador, o intenta utilizar cualquier otro de los navegadores más populares para poder completar tus tareas como garante.
641
641
  not_supported_browser_title: Actualiza el navegador para actuar como garante
642
- trustee_role_description: Se le ha asignado como garante en algunas de las elecciones celebradas en esta plataforma.
642
+ trustee_role_description: Has sido asignada como garante en algunas de las elecciones celebradas en esta plataforma.
643
643
  update:
644
644
  success: Tu clave pública de identificación fue guardada con éxito.
645
645
  votes:
@@ -726,7 +726,7 @@ es-MX:
726
726
  continue: Siguiente
727
727
  warnings:
728
728
  no_elections_warning: No hay ninguna votación que coincida con tu búsqueda o no hay ninguna programada.
729
- no_scheduled_elections_warning: Actualmente no hay votaciones programadas, pero puedes ver las anteriores.
729
+ no_scheduled_elections_warning: Actualmente no hay elecciones programadas, pero puedes ver un listado de las anteriores.
730
730
  events:
731
731
  elections:
732
732
  election_published:
@@ -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:
@@ -1152,7 +1152,7 @@ es-MX:
1152
1152
  certify:
1153
1153
  add_images: Añadir imágenes
1154
1154
  error: Se ha producido un error al adjuntar el certificado, por favor inténtalo de nuevo.
1155
- form_legend: Sube una foto del certificado de cierre electoral
1155
+ form_legend: Sube una foto del Certificado de Cierre Electoral
1156
1156
  heading: Recuento de votos - Subir certificado
1157
1157
  info_text: Por favor, sube una foto del certificado de cierre electoral.
1158
1158
  submit: Subir el certificado
@@ -639,7 +639,7 @@ es-PY:
639
639
  upload_legend: En el servidor constan tus claves públicas de identificación, pero tu navegador todavía no las tiene. Necesitas importar el archivo con tus claves de identificación a tu ordenador desde la copia de seguridad que creaste después de generarlas.
640
640
  not_supported_browser_description: Parece que estás usando un navegador que no puede ser utilizado para actuar como garante. Asegúrate de que estás usando la versión más reciente de tu navegador, o intenta utilizar cualquier otro de los navegadores más populares para poder completar tus tareas como garante.
641
641
  not_supported_browser_title: Actualiza el navegador para actuar como garante
642
- trustee_role_description: Se le ha asignado como garante en algunas de las elecciones celebradas en esta plataforma.
642
+ trustee_role_description: Has sido asignada como garante en algunas de las elecciones celebradas en esta plataforma.
643
643
  update:
644
644
  success: Tu clave pública de identificación fue guardada con éxito.
645
645
  votes:
@@ -726,7 +726,7 @@ es-PY:
726
726
  continue: Siguiente
727
727
  warnings:
728
728
  no_elections_warning: No hay ninguna votación que coincida con tu búsqueda o no hay ninguna programada.
729
- no_scheduled_elections_warning: Actualmente no hay votaciones programadas, pero puedes ver las anteriores.
729
+ no_scheduled_elections_warning: Actualmente no hay elecciones programadas, pero puedes ver un listado de las anteriores.
730
730
  events:
731
731
  elections:
732
732
  election_published:
@@ -1152,7 +1152,7 @@ es-PY:
1152
1152
  certify:
1153
1153
  add_images: Añadir imágenes
1154
1154
  error: Se ha producido un error al adjuntar el certificado, por favor inténtalo de nuevo.
1155
- form_legend: Sube una foto del certificado de cierre electoral
1155
+ form_legend: Sube una foto del Certificado de Cierre Electoral
1156
1156
  heading: Recuento de votos - Subir certificado
1157
1157
  info_text: Por favor, sube una foto del certificado de cierre electoral.
1158
1158
  submit: Subir el certificado
@@ -639,7 +639,7 @@ es:
639
639
  upload_legend: En el servidor constan tus claves públicas de identificación, pero tu navegador todavía no las tiene. Necesitas importar el archivo con tus claves de identificación a tu ordenador desde la copia de seguridad que creaste después de generarlas.
640
640
  not_supported_browser_description: Parece que estás usando un navegador que no puede ser utilizado para actuar como garante. Asegúrate de que estás usando la versión más reciente de tu navegador, o intenta utilizar cualquier otro de los navegadores más populares para poder completar tus tareas como garante.
641
641
  not_supported_browser_title: Actualiza el navegador para actuar como garante
642
- trustee_role_description: Se le ha asignado como garante en algunas de las elecciones celebradas en esta plataforma.
642
+ trustee_role_description: Has sido asignada como garante en algunas de las elecciones celebradas en esta plataforma.
643
643
  update:
644
644
  success: Tu clave pública de identificación fue guardada con éxito.
645
645
  votes:
@@ -726,36 +726,36 @@ es:
726
726
  continue: Siguiente
727
727
  warnings:
728
728
  no_elections_warning: No hay ninguna votación que coincida con tu búsqueda o no hay ninguna programada.
729
- no_scheduled_elections_warning: Actualmente no hay votaciones programadas, pero puedes ver las anteriores.
729
+ no_scheduled_elections_warning: Actualmente no hay elecciones programadas, pero puedes ver un listado de las anteriores.
730
730
  events:
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:
@@ -1152,7 +1152,7 @@ es:
1152
1152
  certify:
1153
1153
  add_images: Añadir imágenes
1154
1154
  error: Se ha producido un error al adjuntar el certificado, por favor inténtalo de nuevo.
1155
- form_legend: Sube una foto del certificado de cierre electoral
1155
+ form_legend: Sube una foto del Certificado de Cierre Electoral
1156
1156
  heading: Recuento de votos - Subir certificado
1157
1157
  info_text: Por favor, sube una foto del certificado de cierre electoral.
1158
1158
  submit: Subir el certificado
@@ -34,7 +34,7 @@ eu:
34
34
  trustees_participatory_space:
35
35
  user_id: Parte-hartzailea
36
36
  voting:
37
- banner_image: Bannerra
37
+ banner_image: Banner-irudia
38
38
  census_contact_information: Erroldako kontaktoen informazioa
39
39
  description: Deskribapena
40
40
  end_time: Bozketaren amaiera-data
@@ -74,6 +74,10 @@ eu:
74
74
  president_and_manager: Mahaiko kudeatzailea dagoeneko bozketa-puntuaren presidentea/kudeatzailea da.
75
75
  voting:
76
76
  different_organization: Bozketa parte-hartzailearen erakunde berean egon behar da.
77
+ decidim/votings/polling_station:
78
+ attributes:
79
+ polling_station_president:
80
+ different_voting: Mahaiko kudeatzaileak bozketa-puntuaren bozketa berean egon behar du.
77
81
  models:
78
82
  decidim/elections/answer:
79
83
  one: Erantzuna
@@ -84,6 +88,9 @@ eu:
84
88
  decidim/elections/question:
85
89
  one: Galdera
86
90
  other: Galderak
91
+ decidim/voting:
92
+ one: Bozketa
93
+ other: Bozketak
87
94
  decidim/votings/census/dataset:
88
95
  one: Data-multzoa
89
96
  other: Data-multzoa
@@ -716,7 +723,7 @@ eu:
716
723
  continue: Hurrengoa
717
724
  warnings:
718
725
  no_elections_warning: Ez dago beren bilaketa-irizpideekin bat datorren hauteskunderik, edo ez dago hauteskunde programaturik.
719
- no_scheduled_elections_warning: Orain ez dago bozketa programaturik, baina aurrekoak ikus ditzakezu.
726
+ no_scheduled_elections_warning: Egun, ez dago programatutako hauteskunderik, baina hemen aurreko hauteskundeen zerrenda ikus dezakezu.
720
727
  events:
721
728
  elections:
722
729
  election_published:
@@ -1143,7 +1150,7 @@ eu:
1143
1150
  certify:
1144
1151
  add_images: Gehiru irudiak
1145
1152
  error: Arazo bat izan da ziurtagiria eranstean, mesedez, saiatu berriro.
1146
- form_legend: Igo bozketa-itxieraren ziurtagiriaren argazki bat
1153
+ form_legend: Igo Hauteskundearen Itxieraren Egiaztagiriaren agazkia
1147
1154
  heading: Botoen zenbaketa - Igo ziurtagiria
1148
1155
  info_text: Mesedez, igo bozketa-itxieraren ziurtagiriaren argazki bat.
1149
1156
  submit: Igo ziurtagiria
@@ -726,7 +726,7 @@ fi-pl:
726
726
  continue: Seuraava
727
727
  warnings:
728
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ä ei ole suuniteltuja vaaleja, mutta täältä löydät kaikki aikaisemmat vaalit.
729
+ no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
730
730
  events:
731
731
  elections:
732
732
  election_published:
@@ -1153,7 +1153,7 @@ fi-pl:
1153
1153
  certify:
1154
1154
  add_images: Lisää kuvia
1155
1155
  error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
1156
- form_legend: Lataa kuva äänestyksen päättämisen varmenteesta
1156
+ form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
1157
1157
  heading: Äänten uudelleenlaskenta - Lataa varmenne
1158
1158
  info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
1159
1159
  submit: Lataa varmenne
@@ -726,7 +726,7 @@ fi:
726
726
  continue: Seuraava
727
727
  warnings:
728
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ä ei ole suuniteltuja vaaleja, mutta täältä löydät kaikki aikaisemmat vaalit.
729
+ no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
730
730
  events:
731
731
  elections:
732
732
  election_published:
@@ -1153,7 +1153,7 @@ fi:
1153
1153
  certify:
1154
1154
  add_images: Lisää kuvia
1155
1155
  error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
1156
- form_legend: Lataa kuva äänestyksen päättämisen varmenteesta
1156
+ form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
1157
1157
  heading: Äänten uudelleenlaskenta - Lataa varmenne
1158
1158
  info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
1159
1159
  submit: Lataa varmenne
@@ -639,7 +639,7 @@ fr-CA:
639
639
  upload_legend: Le serveur dispose de vos clés d'identification publiques, mais pas votre navigateur. Vous devez importer le fichier contenant vos clés d'identification sur votre ordinateur à partir de la sauvegarde que vous avez créée après les avoir générées.
640
640
  not_supported_browser_description: Il semblerait que votre navigateur web ne peut pas être utilisé pour agir en tant qu'administrateur. Assurez-vous d'utiliser la dernière version de votre navigateur ou essayez d'utiliser l'un des navigateurs les plus populaires afin de réaliser vos tâches.
641
641
  not_supported_browser_title: Mettre à niveau le navigateur pour agir en tant que garant
642
- trustee_role_description: Vous avez été assigné à agir en tant que garant lors de certaines des élections mises en place sur cette plateforme.
642
+ trustee_role_description: Vous avez été assigné à agir en tant que garant lors de certaines élections mises en place sur cette plateforme.
643
643
  update:
644
644
  success: Votre clé d'identification publique a bien été stockée.
645
645
  votes:
@@ -1119,6 +1119,7 @@ fr-CA:
1119
1119
  csv_header_after: Ne pas inclure le dernier champ ("%{ballot_style_code_header}") si vous n'avez pas besoin de styles de bulletin/questions conditionnelles
1120
1120
  csv_header_before: 'Le fichier de recensement doit être un fichier CSV avec l''en-tête suivante :'
1121
1121
  document_types:
1122
+ identification_number: Numéro d'identification
1122
1123
  passport: Passeport
1123
1124
  export_mailer:
1124
1125
  access_codes_export:
@@ -639,7 +639,7 @@ fr:
639
639
  upload_legend: Le serveur dispose de vos clés d'identification publiques, mais pas votre navigateur. Vous devez importer le fichier contenant vos clés d'identification sur votre ordinateur à partir de la sauvegarde que vous avez créée après les avoir générées.
640
640
  not_supported_browser_description: Il semblerait que votre navigateur web ne peut pas être utilisé pour agir en tant qu'administrateur. Assurez-vous d'utiliser la dernière version de votre navigateur ou essayez d'utiliser l'un des navigateurs les plus populaires afin de réaliser vos tâches.
641
641
  not_supported_browser_title: Mettre à niveau le navigateur pour agir en tant que garant
642
- trustee_role_description: Vous avez été assigné à agir en tant que garant lors de certaines des élections mises en place sur cette plateforme.
642
+ trustee_role_description: Vous avez été assigné à agir en tant que garant lors de certaines élections mises en place sur cette plateforme.
643
643
  update:
644
644
  success: Votre clé d'identification publique a bien été stockée.
645
645
  votes:
@@ -1119,6 +1119,7 @@ fr:
1119
1119
  csv_header_after: Ne pas inclure le dernier champ ("%{ballot_style_code_header}") si vous n'avez pas besoin de styles de bulletin/questions conditionnelles
1120
1120
  csv_header_before: 'Le fichier de recensement doit être un fichier CSV avec l''en-tête suivante :'
1121
1121
  document_types:
1122
+ identification_number: Numéro d'identification
1122
1123
  passport: Passeport
1123
1124
  export_mailer:
1124
1125
  access_codes_export:
@@ -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:
@@ -460,7 +460,6 @@ it:
460
460
  title: Codici di identificazione del Garante
461
461
  upload: Carica i tuoi codici di identificazione
462
462
  not_supported_browser_title: Aggiorna il browser per fungere da Garante
463
- trustee_role_description: Ti è stato assegnato di ruolo di Garante in alcune delle elezioni che si svolgeranno su questa piattaforma.
464
463
  update:
465
464
  success: I tuoi codici di identificazione pubblici sono stati salvati con successo.
466
465
  votes:
@@ -535,8 +534,6 @@ it:
535
534
  voting_step:
536
535
  back: Indietro
537
536
  continue: Successivo
538
- warnings:
539
- no_scheduled_elections_warning: Al momento non sono previste elezioni, ma qui puoi trovare un elenco di tutte quelle passate.
540
537
  events:
541
538
  elections:
542
539
  election_published:
@@ -849,7 +846,6 @@ it:
849
846
  certify:
850
847
  add_images: Aggiungi immagini
851
848
  error: Si è verificato un errore nell'allegare il certificato, per favore riprova.
852
- form_legend: Carica una foto del certificato di chiusura elettorale
853
849
  heading: Resoconto del voto - Certificato di caricamento
854
850
  info_text: Carica una foto del certificato di chiusura elettorale.
855
851
  submit: Carica il certificato
@@ -986,6 +982,8 @@ it:
986
982
  check_census:
987
983
  check_status: Verifica stato
988
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}.'
989
987
  form_title: 'Compila il seguente modulo per controllare i dati del censimento:'
990
988
  invalid: Si è verificato un errore nel controllare il censimento.
991
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,7 +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
+ trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者として行動するようにアサインされています。
631
631
  update:
632
632
  success: 公開識別キーを保存しました。
633
633
  votes:
@@ -714,7 +714,7 @@ ja:
714
714
  continue: 次へ
715
715
  warnings:
716
716
  no_elections_warning: 検索条件に一致する選挙がないか、予定されている選挙がありません。
717
- no_scheduled_elections_warning: 現在、予定された選挙はありませんが、ここでは記載されているすべての過去の選挙を見つけることができます。
717
+ no_scheduled_elections_warning: 現在、予定された選挙はありませんが、過去のすべての選挙を検索できます。
718
718
  events:
719
719
  elections:
720
720
  election_published:
@@ -651,7 +651,6 @@ lt:
651
651
  upload_legend: Serveris turi atpažinimo raktus, tačiau naršyklė jų neturi. Turite importuoti atpažinimo raktų rinkimeną į kompiuterį iš atsarginės saugyklos kurią sukūrėte sugeneravę raktus.
652
652
  not_supported_browser_description: Regis naudojate patikėtinio rolei netinkamą naršyklę. Įsitikinkite, kad naršyklė atnaujinta arba pabandykite naudoti kitas naršykles.
653
653
  not_supported_browser_title: Atnaujinkite naršyklę
654
- trustee_role_description: Buvote priskirtas kaip patikėtinis šioje platformoje vyksiantiems rinkimams.
655
654
  update:
656
655
  success: Jūsų viešas atpažinimo raktas sėkmingai išsaugotas.
657
656
  votes:
@@ -738,7 +737,6 @@ lt:
738
737
  continue: Kita
739
738
  warnings:
740
739
  no_elections_warning: Jūsų paieškos kriterijus atitinkančių rinkimų nerasta arba neplanuojama.
741
- no_scheduled_elections_warning: Dabar neplanuojama rinkimų, tačiau čia galite rasti visų įvykusių rinkimų sąrašą.
742
740
  events:
743
741
  elections:
744
742
  election_published:
@@ -1157,7 +1155,6 @@ lt:
1157
1155
  certify:
1158
1156
  add_images: Pridėti paveikslėlių
1159
1157
  error: Prisegant sertifikatą įvyko klaida. Pabandykite dar kartą.
1160
- form_legend: Įkelkite rinkiminės baigties sertifikato nuotrauką
1161
1158
  heading: Balsų perksaičiavimas - įkelkite sertifikatą
1162
1159
  info_text: Įkelkite rinkiminės baigties sertifikato nuotrauką.
1163
1160
  submit: Įkelkite sertifikatą
@@ -389,7 +389,6 @@ nl:
389
389
  title: Trustee identificatiesleutels
390
390
  upload: Upload jouw identificatiesleutels
391
391
  not_supported_browser_title: Upgrade de browser om als Trustee te fungeren
392
- trustee_role_description: Je bent aangeduid om als Trustee te fungeren in enkele verkiezingen op dit platform.
393
392
  update:
394
393
  success: Jouw publieke identificatiesleutel werd succesvol opgeslagen.
395
394
  votes:
@@ -752,7 +751,6 @@ nl:
752
751
  certify:
753
752
  add_images: Afbeeldingen toevoegen
754
753
  error: Er is een fout opgetreden tijdens het toevoegen van het certificaat, probeer het opnieuw.
755
- form_legend: Upload een foto van het Stemmensluitingscertificaat
756
754
  heading: Stem hertelling - Upload certificaat
757
755
  info_text: Upload een foto van het Stemmensluitingscertificaat.
758
756
  submit: Certificaat uploaden
@@ -885,6 +883,8 @@ nl:
885
883
  check_census:
886
884
  check_status: Status controleren
887
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}.'
888
888
  form_title: 'Vul het formulier in om de gegevens van je stemlijst te controleren:'
889
889
  invalid: Er is een probleem opgetreden tijdens het controleren van de kiezerslijst.
890
890
  success:
@@ -430,8 +430,6 @@
430
430
  voting_step:
431
431
  back: Tilbake
432
432
  continue: Neste
433
- warnings:
434
- no_scheduled_elections_warning: Det er foreløpig ingen planlagte valg, men her kan du finne alle tidligere valg.
435
433
  events:
436
434
  elections:
437
435
  election_published: