decidim-elections 0.26.2 → 0.27.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (197) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +2 -2
  4. data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +1 -4
  5. data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +1 -1
  6. data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +2 -2
  7. data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +1 -1
  8. data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +1 -1
  9. data/app/commands/decidim/elections/admin/create_answer.rb +1 -1
  10. data/app/commands/decidim/elections/admin/create_election.rb +1 -1
  11. data/app/commands/decidim/elections/admin/create_question.rb +1 -2
  12. data/app/commands/decidim/elections/admin/destroy_answer.rb +1 -1
  13. data/app/commands/decidim/elections/admin/destroy_election.rb +1 -1
  14. data/app/commands/decidim/elections/admin/destroy_question.rb +1 -1
  15. data/app/commands/decidim/elections/admin/end_vote.rb +1 -1
  16. data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
  17. data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
  18. data/app/commands/decidim/elections/admin/publish_results.rb +1 -1
  19. data/app/commands/decidim/elections/admin/remove_trustee_from_participatory_space.rb +1 -1
  20. data/app/commands/decidim/elections/admin/report_missing_trustee.rb +1 -1
  21. data/app/commands/decidim/elections/admin/setup_election.rb +4 -2
  22. data/app/commands/decidim/elections/admin/start_key_ceremony.rb +1 -1
  23. data/app/commands/decidim/elections/admin/start_tally.rb +1 -1
  24. data/app/commands/decidim/elections/admin/start_vote.rb +1 -1
  25. data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
  26. data/app/commands/decidim/elections/admin/update_action_status.rb +1 -1
  27. data/app/commands/decidim/elections/admin/update_answer.rb +1 -1
  28. data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
  29. data/app/commands/decidim/elections/admin/update_election.rb +1 -1
  30. data/app/commands/decidim/elections/admin/update_question.rb +1 -2
  31. data/app/commands/decidim/elections/admin/update_trustee_participatory_space.rb +1 -1
  32. data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +1 -1
  33. data/app/commands/decidim/elections/trustee_zone/update_trustee.rb +1 -1
  34. data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
  35. data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
  36. data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
  37. data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +1 -1
  38. data/app/commands/decidim/votings/admin/create_polling_officer.rb +1 -1
  39. data/app/commands/decidim/votings/admin/create_voting.rb +3 -2
  40. data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +1 -1
  41. data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
  42. data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
  43. data/app/commands/decidim/votings/admin/destroy_polling_station.rb +1 -1
  44. data/app/commands/decidim/votings/admin/manage_polling_station.rb +2 -2
  45. data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
  46. data/app/commands/decidim/votings/admin/publish_voting.rb +1 -1
  47. data/app/commands/decidim/votings/admin/unpublish_voting.rb +1 -1
  48. data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
  49. data/app/commands/decidim/votings/admin/update_voting.rb +3 -2
  50. data/app/commands/decidim/votings/census/admin/create_dataset.rb +32 -21
  51. data/app/commands/decidim/votings/census/admin/create_datum.rb +1 -1
  52. data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
  53. data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
  54. data/app/commands/decidim/votings/census/admin/launch_access_codes_export.rb +4 -2
  55. data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +2 -2
  56. data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
  57. data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -1
  58. data/app/commands/decidim/votings/check_census.rb +1 -1
  59. data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
  60. data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
  61. data/app/commands/decidim/votings/send_access_code.rb +1 -1
  62. data/app/commands/decidim/votings/sign_polling_station_closure.rb +1 -1
  63. data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
  64. data/app/commands/decidim/votings/voter/update_in_person_vote_status.rb +1 -1
  65. data/app/controllers/decidim/elections/admin/steps_controller.rb +2 -2
  66. data/app/controllers/decidim/elections/elections_controller.rb +10 -12
  67. data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +1 -1
  68. data/app/controllers/decidim/votings/census/admin/census_controller.rb +6 -2
  69. data/app/controllers/decidim/votings/votings_controller.rb +10 -13
  70. data/app/forms/decidim/elections/admin/question_form.rb +0 -2
  71. data/app/forms/decidim/elections/admin/setup_form.rb +46 -3
  72. data/app/forms/decidim/elections/admin/vote_period_form.rb +2 -2
  73. data/app/forms/decidim/votings/admin/ballot_style_form.rb +1 -1
  74. data/app/forms/decidim/votings/admin/voting_form.rb +4 -3
  75. data/app/forms/decidim/votings/census/admin/dataset_form.rb +2 -5
  76. data/app/forms/decidim/votings/census/admin/datum_form.rb +1 -1
  77. data/app/helpers/decidim/elections/application_helper.rb +1 -1
  78. data/app/helpers/decidim/votings/votings_helper.rb +1 -1
  79. data/app/models/decidim/elections/answer.rb +1 -6
  80. data/app/models/decidim/elections/election.rb +15 -4
  81. data/app/models/decidim/elections/question.rb +2 -7
  82. data/app/models/decidim/votings/census/dataset.rb +1 -1
  83. data/app/models/decidim/votings/polling_station.rb +2 -3
  84. data/app/models/decidim/votings/voting.rb +15 -0
  85. data/app/packs/entrypoints/{decidim_elections_trustee_tally.js → decidim_elections_trustee_tally_started.js} +0 -0
  86. data/app/packs/src/decidim/elections/admin/pending_action.js +2 -0
  87. data/app/packs/src/decidim/elections/admin/trustees_process.js +2 -0
  88. data/app/packs/src/decidim/elections/broken_promises_handler.js +11 -0
  89. data/app/packs/src/decidim/elections/trustee/key_ceremony.js +3 -0
  90. data/app/packs/src/decidim/elections/trustee/tally.js +4 -1
  91. data/app/packs/src/decidim/elections/voter/casting-vote.js +3 -0
  92. data/app/packs/src/decidim/elections/voter/setup-vote.js +3 -0
  93. data/app/packs/src/decidim/votings/admin/update_census_dataset_status.js +2 -2
  94. data/app/packs/src/decidim/votings/in-person-vote.js +3 -0
  95. data/app/permissions/decidim/votings/admin/permissions.rb +2 -14
  96. data/app/permissions/decidim/votings/permissions.rb +1 -3
  97. data/app/presenters/decidim/votings/voting_stats_presenter.rb +4 -1
  98. data/app/queries/decidim/elections/admin/pending_actions.rb +1 -1
  99. data/app/queries/decidim/elections/admin/votes_for_statistics.rb +1 -1
  100. data/app/queries/decidim/elections/elections_finished_to_end.rb +1 -1
  101. data/app/queries/decidim/elections/elections_ready_to_start.rb +1 -1
  102. data/app/queries/decidim/elections/filtered_elections.rb +1 -1
  103. data/app/queries/decidim/elections/trustees/by_participatory_space.rb +1 -1
  104. data/app/queries/decidim/elections/trustees/by_participatory_space_trustee_ids.rb +1 -1
  105. data/app/queries/decidim/elections/votes/last_vote_for_voter.rb +1 -1
  106. data/app/queries/decidim/elections/votes/pending_votes.rb +1 -1
  107. data/app/queries/decidim/votings/admin/admin_users.rb +1 -1
  108. data/app/queries/decidim/votings/admin/ballot_style_by_voting_code.rb +1 -1
  109. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations.rb +1 -1
  110. data/app/queries/decidim/votings/admin/polling_officers_join_polling_stations_and_user.rb +2 -2
  111. data/app/queries/decidim/votings/admin/polling_officers_join_user.rb +1 -1
  112. data/app/queries/decidim/votings/organization_prioritized_votings.rb +2 -2
  113. data/app/queries/decidim/votings/organization_promoted_votings.rb +1 -1
  114. data/app/queries/decidim/votings/organization_published_votings.rb +2 -2
  115. data/app/queries/decidim/votings/organization_votings.rb +1 -1
  116. data/app/queries/decidim/votings/prioritized_votings.rb +1 -1
  117. data/app/queries/decidim/votings/published_votings.rb +1 -1
  118. data/app/queries/decidim/votings/votes/in_person_vote_for_voter.rb +1 -1
  119. data/app/queries/decidim/votings/votes/pending_in_person_votes.rb +1 -1
  120. data/app/services/decidim/votings/census_vote_flow.rb +1 -3
  121. data/app/views/decidim/elections/admin/questions/_form.html.erb +0 -4
  122. data/app/views/decidim/elections/admin/steps/_create_election.html.erb +14 -1
  123. data/app/views/decidim/elections/admin/steps/{_tally.html.erb → _tally_started.html.erb} +1 -1
  124. data/app/views/decidim/elections/admin/steps/index.html.erb +2 -0
  125. data/app/views/decidim/elections/elections/_filters.html.erb +2 -2
  126. data/app/views/decidim/elections/elections/election_log.html.erb +3 -1
  127. data/app/views/decidim/elections/shared/_broken_promises_modal.html.erb +33 -0
  128. data/app/views/decidim/elections/trustee_zone/elections/{_tally_steps.html.erb → _tally_started_steps.html.erb} +0 -0
  129. data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +5 -1
  130. data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +3 -1
  131. data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +3 -1
  132. data/app/views/decidim/elections/votes/_show_casting.html.erb +5 -1
  133. data/app/views/decidim/elections/votes/new.html.erb +11 -5
  134. data/app/views/decidim/elections/votes/verify.html.erb +4 -1
  135. data/app/views/decidim/votings/admin/votings/_form.html.erb +9 -0
  136. data/app/views/decidim/votings/census/admin/census/_creating_data.html.erb +1 -1
  137. data/app/views/decidim/votings/census/admin/census/_exporting_codes.html.erb +1 -1
  138. data/app/views/decidim/votings/census/admin/census/_freeze.html.erb +2 -0
  139. data/app/views/decidim/votings/census/admin/census/_generate_codes.html.erb +14 -4
  140. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -1
  141. data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +3 -1
  142. data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +3 -1
  143. data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +3 -1
  144. data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +3 -1
  145. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +8 -2
  146. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +5 -1
  147. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +5 -1
  148. data/app/views/decidim/votings/votings/_filters.html.erb +2 -3
  149. data/app/views/decidim/votings/votings/_promoted_voting.html.erb +1 -1
  150. data/app/views/layouts/decidim/election_votes.html.erb +3 -1
  151. data/config/assets.rb +1 -1
  152. data/config/locales/ar.yml +2 -3
  153. data/config/locales/bg.yml +1 -0
  154. data/config/locales/ca.yml +64 -30
  155. data/config/locales/cs.yml +66 -27
  156. data/config/locales/de.yml +53 -30
  157. data/config/locales/el.yml +1 -1
  158. data/config/locales/en.yml +63 -27
  159. data/config/locales/es-MX.yml +65 -31
  160. data/config/locales/es-PY.yml +65 -31
  161. data/config/locales/es.yml +67 -33
  162. data/config/locales/eu.yml +5 -40
  163. data/config/locales/fi-plain.yml +64 -29
  164. data/config/locales/fi.yml +66 -31
  165. data/config/locales/fr-CA.yml +64 -29
  166. data/config/locales/fr.yml +62 -27
  167. data/config/locales/ga-IE.yml +1 -15
  168. data/config/locales/gl.yml +22 -32
  169. data/config/locales/hu.yml +28 -13
  170. data/config/locales/it.yml +5 -34
  171. data/config/locales/ja.yml +65 -33
  172. data/config/locales/lb.yml +1 -0
  173. data/config/locales/lt.yml +1445 -0
  174. data/config/locales/lv.yml +1 -1
  175. data/config/locales/nl.yml +10 -51
  176. data/config/locales/no.yml +11 -39
  177. data/config/locales/pl.yml +16 -35
  178. data/config/locales/pt-BR.yml +6 -34
  179. data/config/locales/pt.yml +12 -40
  180. data/config/locales/ro-RO.yml +11 -25
  181. data/config/locales/sl.yml +1 -0
  182. data/config/locales/sv.yml +60 -11
  183. data/config/locales/tr-TR.yml +4 -14
  184. data/config/locales/zh-CN.yml +1 -5
  185. data/db/migrate/20220404112802_rename_bb_status_tally_to_tally_started.rb +19 -0
  186. data/db/migrate/20220424121541_add_show_check_census_to_votings.rb +7 -0
  187. data/db/migrate/20220615102642_remove_description_from_elections_questions.rb +7 -0
  188. data/db/migrate/20220711112802_rename_dataset_file_to_filename.rb +7 -0
  189. data/lib/decidim/api/election_question_type.rb +0 -1
  190. data/lib/decidim/elections/component.rb +4 -16
  191. data/lib/decidim/elections/test/factories.rb +4 -5
  192. data/lib/decidim/elections/version.rb +1 -1
  193. data/lib/decidim/votings/participatory_space.rb +3 -3
  194. data/lib/decidim/votings/test/factories.rb +3 -2
  195. metadata +31 -27
  196. data/app/services/decidim/elections/election_search.rb +0 -35
  197. data/app/services/decidim/votings/voting_search.rb +0 -46
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -12,13 +13,18 @@ de:
12
13
  start_time: Die Abstimmung beginnt um
13
14
  title: Titel
14
15
  question:
15
- description: Beschreibung
16
16
  max_selections: Maximale Anzahl Antworten
17
17
  min_selections: Nichts davon
18
18
  title: Titel
19
19
  voting:
20
+ banner_image: Kopf-Bild
21
+ census_contact_information: Kontaktinformation des Zensus
22
+ description: Beschreibung
20
23
  end_time: Abstimmung endet
24
+ promoted: Hervorgehoben
21
25
  start_time: Abstimmung beginnt
26
+ title: Titel
27
+ voting_type: Art der Abstimmung
22
28
  errors:
23
29
  models:
24
30
  answer:
@@ -35,6 +41,10 @@ de:
35
41
  cant_be_changed: kann nicht geändert werden
36
42
  public_key:
37
43
  cant_be_changed: kann nicht geändert werden
44
+ voting:
45
+ attributes:
46
+ voting_type:
47
+ inclusion: "%{value} ist kein gültiger Abstimmungstyp"
38
48
  activerecord:
39
49
  errors:
40
50
  models:
@@ -58,6 +68,9 @@ de:
58
68
  decidim/elections/question:
59
69
  one: Frage
60
70
  other: Fragen
71
+ decidim/voting:
72
+ one: Abstimmung
73
+ other: Abstimmungen
61
74
  decidim/votings/census/dataset:
62
75
  one: Datensatz
63
76
  other: Datensätze
@@ -204,6 +217,7 @@ de:
204
217
  title: Vorschläge importieren
205
218
  questions:
206
219
  create:
220
+ election_started: Die Wahl hat bereits begonnen
207
221
  invalid: Beim Erstellen dieser Frage ist ein Fehler aufgetreten
208
222
  success: Frage wurde erfolgreich erstellt
209
223
  destroy:
@@ -227,7 +241,6 @@ de:
227
241
  minimum_answers: Fragen müssen <strong>mindestens zwei Antworten</strong> haben.
228
242
  minimum_questions: Die Wahl <strong>muss mindestens eine Frage</strong> haben.
229
243
  published: Die Wahl ist <strong>nicht veröffentlicht</strong>.
230
- time_before: Die Startzeit ist in <strong>weniger als 3 Stunden</strong> vor Beginn der Wahl.
231
244
  trustees_number: <strong>Mindestens %{number} Wahlhelfer mit Public Key</strong> werden benötigt.
232
245
  invalid: Beim Erstellen dieser Wahl ist ein Fehler aufgetreten
233
246
  no_trustees: Es sind keine Wahlhelfer eingetragen
@@ -253,6 +266,7 @@ de:
253
266
  title: Wahl erstellt
254
267
  trustees: Wahlhelfer
255
268
  key_ceremony:
269
+ continue: Fortfahren
256
270
  title: Schlüsselzeremonie
257
271
  key_ceremony_ended:
258
272
  errors:
@@ -272,11 +286,6 @@ de:
272
286
  selected: Ausgewählt
273
287
  submit: Absenden
274
288
  title: Ergebnisse veröffentlicht
275
- tally:
276
- invalid: Es ist ein Problem beim Melden des Stimmenzählers aufgetreten
277
- mark_as_missing: Als fehlend markieren
278
- mark_as_missing_description: Alle Wahlhelfer sollten an diesem Prozess teilnehmen. Wenn ein Wahlhelfer nicht am Prozess teilnehmen kann, können Sie ihn als fehlend markieren.
279
- title: Stimmenzählung
280
289
  tally_ended:
281
290
  answer: Antwort
282
291
  not_selected: Nicht ausgewählt
@@ -286,6 +295,15 @@ de:
286
295
  submit: Resultate veröffentlichen
287
296
  success: Die Anfrage zur Veröffentlichung der Resultate wurde erfolgreich ans Bulletin Board gesendet
288
297
  title: Berechnete Ergebnisse
298
+ tally_started:
299
+ continue: Fortfahren
300
+ invalid: Es ist ein Problem beim Melden des Stimmenzählers aufgetreten
301
+ mark_as_missing: Als fehlend markieren
302
+ mark_as_missing_description: Alle Wahlhelfer sollten an diesem Prozess teilnehmen. Wenn ein Wahlhelfer nicht am Prozess teilnehmen kann, können Sie ihn als fehlend markieren.
303
+ success: Eine Meldung über das Fehlen des Wahlhelfers wurde erfolgreich ans Forum gesendet
304
+ tally_completion: Der Prozess wird abgeschlossen, wenn alle Wahlhelfer aktiv sind oder als fehlend markiert wurden. Mindestens %{quorum} Wahlhelfer sind erforderlich, um den Prozess abzuschließen.
305
+ title: Stimmenzähl-Prozess
306
+ undo_mark_as_missing: Ein Wahlhelfer, der versehentlich als fehlend markiert wurde, kann vor Abschluss des Prozesses teilnehmen. Sie können wie gewohnt fortfahren und die fehlend-Markierung wird ignoriert.
289
307
  vote:
290
308
  errors:
291
309
  time_after: Die Wahl läuft noch. Sie müssen bis zum Ende (%{end_time}) warten, um die Abstimmungsperiode zu schließen.
@@ -327,6 +345,13 @@ de:
327
345
  update:
328
346
  invalid: Es ist ein Problem beim Aktualisieren des Wahlhelfers %{trustee} aufgetreten
329
347
  success: Wahlhelfer %{trustee} erfolgreich aktualisiert
348
+ connection:
349
+ failed:
350
+ modal:
351
+ close: Schliessen
352
+ communication_lost: Leider scheint die Kommunikation mit dem Abstimmungsserver (Bulletin Board) unterbrochen.<br>Möglicherweise ist die Internetverbindung gestört oder der Server ist überlastet.<br>Bitte versuche es später noch einmal oder kontaktiere den Support, falls das Problem weiterhin besteht.
353
+ generic_error: Leider ist ein unbekannter Fehler aufgetreten. Es ist wahrscheinlich, dass Ihr Browser nicht unterstützt wird oder dass Sie den Modus "incognito" oder "private" verwenden, der nicht unterstützt wird.
354
+ title: Etwas ist schiefgelaufen
330
355
  election_m:
331
356
  badge_name:
332
357
  finished: Abgeschlossen
@@ -337,7 +362,6 @@ de:
337
362
  remaining_time:
338
363
  one: "<strong>%{count} Stunde %{minutes} Minuten</strong> verbleiben zur Abstimmung."
339
364
  other: "<strong>%{count} Stunden %{minutes} Minuten</strong> verbleiben zur Abstimmung."
340
- zero: "<strong>%{minutes} Minuten</strong> verbleibend zur Abstimmung."
341
365
  view: Ansicht
342
366
  vote: Abstimmung
343
367
  label:
@@ -398,9 +422,9 @@ de:
398
422
  filters:
399
423
  active: Aktiv
400
424
  all: Alle
425
+ date: Datum
401
426
  finished: Abgeschlossen
402
427
  search: Suche
403
- state: Status
404
428
  upcoming: Anstehend
405
429
  filters_small_view:
406
430
  close_modal: Dialog schließen
@@ -419,7 +443,6 @@ de:
419
443
  votes:
420
444
  one: "%{count} Stimme"
421
445
  other: "%{count} Stimmen"
422
- zero: "%{count} Stimmen"
423
446
  show:
424
447
  action_button:
425
448
  change_vote: Stimme ändern
@@ -508,7 +531,7 @@ de:
508
531
  title: Wahl-Schlüssel für %{election} wiederherstellen
509
532
  upload_election_keys: Wahl-Schlüssel hochladen
510
533
  upload_icon: Symbol, das eine Download-Aktion anzeigt
511
- tally_steps:
534
+ tally_started_steps:
512
535
  back: Zurück
513
536
  description: Die Ergebnisse dieser Wahl werden im Bulletin Board berechnet. Um diesen Prozess abzuschließen ist Ihre Teilnahme als Wahlhelfer erforderlich.
514
537
  keys:
@@ -520,12 +543,10 @@ de:
520
543
  status: Status
521
544
  task: Aufgabe
522
545
  process_warning: Sobald der Prozess gestartet ist, sollten Sie diese Seite nicht verlassen, bis der Prozess endet. Dies kann einige Minuten dauern, da alle Wahlhelfer verbunden sein müssen um den Prozess abzuschliessen.
523
- start: Start
524
- start_icon: Symbol, das einen Startknopf anzeigt, um die Erzeugung der Wahl-Schlüssel zu starten
546
+ start: Starten
525
547
  status:
526
548
  completed: Abgeschlossen
527
549
  pending: Ausstehend
528
- processing: In Verarbeitung
529
550
  title: Stimmenzählung für %{election}
530
551
  update:
531
552
  error: Der Wahlstatus wurde nicht aktualisiert.
@@ -558,15 +579,12 @@ de:
558
579
  generate_legend_3: Stellen Sie sicher, dass Ihr Computer keine Kopie der Datei hat (z.B. überprüfen Sie die Download- und Desktop-Ordner).
559
580
  generate_legend_4: Machen Sie eine weitere Kopie der Datei auf einem anderen externen Gerät und speichern Sie sie an einem sehr sicheren Ort.
560
581
  submit: Einreichen
561
- submit_legend: Nachdem Sie alle oben beschriebenen Schritte befolgt haben, führen Sie den Prozess durch, der den öffentlichen Identifikationsschlüssel an den Decidim-Server sendet.
562
582
  submit_title: Öffentlichen Identifikationsschlüssel einreichen
563
583
  title: Wahlhelfer-Identifikationsschlüssel
564
584
  upload: Lade deine Identifikationsschlüssel hoch
565
585
  upload_error:
566
586
  invalid_format: Die hochgeladene Datei enthält keinen Identifikationsschlüssel.
567
587
  invalid_key: Die Identifikationsschlüssel in der hochgeladenen Datei können nicht geladen werden.
568
- invalid_public_key: Die Identifikationsschlüssel in der hochgeladenen Datei stimmen nicht mit dem öffentlichen Identifikationsschlüssel überein, der von Decidim gespeichert wird.
569
- upload_legend: Decidim 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, das Sie nach der Generierung erstellt haben.
570
588
  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.
571
589
  not_supported_browser_title: Browser aktualisieren, um als Wahlhelfer zu agieren
572
590
  trustee_role_description: Sie wurden beauftragt, bei einigen der auf dieser Plattform gehaltenen Wahlen als Wahlhelfer zu agieren.
@@ -601,10 +619,12 @@ de:
601
619
  header: Abstimmung fehlgeschlagen
602
620
  lead: Ihre Stimme wurde nicht abgegeben!
603
621
  text: Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut.
622
+ try_again: Erneut versuchen
604
623
  header:
605
624
  ballot_decision: Stimme abgeben oder überprüfen
606
625
  confirm: Bestätige deine Stimme
607
626
  confirmed: Abstimmung bestätigt
627
+ failed: Abstimmung fehlgeschlagen
608
628
  messages:
609
629
  invalid_token: Ihre Sitzung in der Abstimmung ist nicht gültig. Versuchen Sie, erneut abzustimmen.
610
630
  not_allowed: Sie dürfen zur Zeit nicht an dieser Wahl teilnehmen.
@@ -621,9 +641,8 @@ de:
621
641
  onboarding_modal:
622
642
  close: Dialog schließen
623
643
  create_account: Konto erstellen
624
- description: Möchten Sie ein neues Konto in Decidim erstellen? Sie können an den Prozessen teilnehmen und aktiv an der Organisation teilnehmen.
625
644
  no_account: Nein, danke.
626
- title: Neu bei Decidim?
645
+ title: Neu auf dieser Plattform?
627
646
  verify:
628
647
  content:
629
648
  heading: Stimme verifizieren
@@ -632,7 +651,6 @@ de:
632
651
  header: Stimme nicht gefunden!
633
652
  info: Diese Kennung wurde nicht in der Wahlurne %{link} gefunden. Versuchen Sie es erneut.
634
653
  form:
635
- back: Zurück zu Decidim
636
654
  submit: Überprüfen
637
655
  vote_identifier: 'Kennung:'
638
656
  header:
@@ -942,13 +960,18 @@ de:
942
960
  assign_missing_officers: Es gibt noch Wahllokale ohne Präsident und/oder Wahlleiter. Bitte ordnen Sie diese im Wahllokal-Abschnitt zu
943
961
  update: Aktualisieren
944
962
  form:
963
+ banner_image: Kopf-Bild
964
+ promoted: Hervorgehoben
945
965
  select_a_voting_type: Bitte einen Abstimmungs-Typ auswählen
966
+ show_check_census_help: Soll der Link "Kann ich abstimmen?" im Menü "öffentliche Abstimmung" angezeigt werden
967
+ slug: URL-Segment
946
968
  slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Abstimmung verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
947
969
  title: Titel
948
970
  voting_type:
949
971
  hybrid: Hybrid
950
972
  in_person: Persönlich
951
973
  online: Online
974
+ voting_type_label: Art der Abstimmung
952
975
  new:
953
976
  create: Erstellen
954
977
  title: Neue Abstimmung
@@ -969,8 +992,6 @@ de:
969
992
  census:
970
993
  create:
971
994
  invalid: Beim Hochladen der Erhebung ist ein Problem aufgetreten, bitte versuchen Sie es später erneut.
972
- creating_data:
973
- info_message: "<strong>Bitte warten</strong>, %{processed_count} von %{raw_count} Zeilen aus der Datei %{file} wurden verarbeitet."
974
995
  delete:
975
996
  button: Alle Erhebungsdaten löschen
976
997
  destroy:
@@ -980,10 +1001,9 @@ de:
980
1001
  button: Zugangscodes für die Abstimmung exportieren
981
1002
  callout: Sie können jetzt die Zugangscodes exportieren. Dies kann nur einmal geschehen. Sobald Sie den Export gestartet haben, werden Sie eine E-Mail mit den Anweisungen unter <strong>%{email}</strong> erhalten
982
1003
  confirm: Sie können die Zugangscodes nur einmal exportieren. Stellen Sie sicher, dass Sie Zugang zum E-Mail-Konto <strong>%{email}</strong> haben.
1004
+ file_not_exist: Diese Datei existiert nicht
983
1005
  launch_error: Beim Starten des Zugangscode-Exports ist ein Problem aufgetreten
984
1006
  launch_success: Der Zugangscode-Export wurde gestartet. Sie werden in Kürze eine E-Mail an %{email} erhalten
985
- exporting_access_codes:
986
- info_message: "<strong>Bitte warten</strong>, der Export wird gerade vorbereitet. Sie werden ihn in Kürze an %{email} erhalten"
987
1007
  freeze:
988
1008
  callout: Die Erhebung ist geschlossen und kann nicht verändert werden.
989
1009
  generate_access_codes:
@@ -994,8 +1014,6 @@ de:
994
1014
  info_message_warn: Bitte überprüfen Sie, dass keine Daten fehlen, denn es wurden %{data_count} Datensätze erstellt und die hochgeladene Datei %{file} enthielt %{raw_count} Zeilen.
995
1015
  launch_error: Problem beim Starten der Zugangscodes Generierung
996
1016
  launch_success: Codegenerierung gestartet.
997
- generating_access_codes:
998
- info_message: "<strong>Bitte warten Sie</strong>, die Stimmzugriffscodes werden generiert..."
999
1017
  new:
1000
1018
  file_help:
1001
1019
  explanation: 'Hinweise für die Datei:'
@@ -1026,6 +1044,8 @@ de:
1026
1044
  highlighted_votings:
1027
1045
  name: Hervorgehobene Abstimmungen
1028
1046
  landing_page:
1047
+ description:
1048
+ title: Über diese Abstimmung
1029
1049
  metrics:
1030
1050
  heading: Metriken
1031
1051
  polling_stations:
@@ -1057,7 +1077,7 @@ de:
1057
1077
  submit: Zertifikat hochladen
1058
1078
  success: Zertifikat erfolgreich hochgeladen.
1059
1079
  create:
1060
- error: Beim Abschliessen ist ein Fehler aufgetreten, bitte versuchen Sie es später erneut.
1080
+ error: Beim Abschließen ist ein Fehler aufgetreten, bitte versuchen Sie es später erneut.
1061
1081
  success: Erfolgreich abgeschlossen.
1062
1082
  edit:
1063
1083
  heading: Nachzählung der Stimmen - Nachzählung der Antworten
@@ -1078,6 +1098,7 @@ de:
1078
1098
  modal_ballots_count_error:
1079
1099
  btn_validate_total: Neue Gesamtzahl der Stimmen überprüfen
1080
1100
  close_modal: Schließen
1101
+ info_explanation_text: 'Bitte überprüfen Sie die Gesamtzahl der Stimmzettel. Wenn die Gesamtzahl falsch ist, müssen Sie dem Wahlausschuss eine Erklärung abgeben:'
1081
1102
  info_text: Die eingegebene Gesamtzahl der Umschläge stimmt nicht mit der Liste der Personen überein, welche in diesem Wahllokal abgestimmt haben.
1082
1103
  message_for_monitoring_committee: Nachricht für den Überwachungsausschuss
1083
1104
  review_recount: Neuzählung überprüfen
@@ -1108,11 +1129,11 @@ de:
1108
1129
  in_person_votes:
1109
1130
  complete_voting:
1110
1131
  available_answers: 'Verfügbare Antworten:'
1111
- census_verified: Der Teilnehmer hat noch nicht abgestimmt.
1132
+ census_verified: Dieser Benutzer hat noch nicht persönlich gewählt.
1133
+ census_verified_with_online_vote: Dieser Teilnehmer hat bereits online abgestimmt. Wenn er persönlich abstimmt, wird die vorherigen Abstimmung ungültig und dies wird die endgültige Abstimmung sein.
1112
1134
  complete_voting: Abstimmung abschliessen
1113
1135
  identify_another: Einen anderen Teilnehmer identifizieren
1114
1136
  questions_title: 'Er hat das Recht, bei folgenden Anfragen abzustimmen:'
1115
- questions_title_voted: 'Der Teilnehmer hat bereits online abgestimmt und kann bei folgenden Fragen abstimmen:'
1116
1137
  voted: Der Teilnehmer hat abgestimmt
1117
1138
  create:
1118
1139
  error: Die Stimme wurde nicht registriert. Bitte versuchen Sie es erneut.
@@ -1204,6 +1225,7 @@ de:
1204
1225
  form_title: 'Füllen Sie das folgende Formular aus, um Ihre Erhebungsdaten zu überprüfen:'
1205
1226
  invalid: Bei der Überprüfung der Erhebung ist ein Problem aufgetreten.
1206
1227
  success:
1228
+ access_link: per E-Mail.
1207
1229
  access_link_with_sms: via SMS oder E-Mail.
1208
1230
  info: Sie sollten Ihren Zugangscode bereits via Briefpost bekommen haben. Falls nicht, können Sie ihn hier anfordern
1209
1231
  title: Ihre Erhebungsdaten sind korrekt!
@@ -1214,6 +1236,7 @@ de:
1214
1236
  day_placeholder: TT
1215
1237
  document_number: Dokumentennummer
1216
1238
  document_number_placeholder: ID-Nummer
1239
+ document_type: Dokumenttyp
1217
1240
  month: Monat
1218
1241
  month_placeholder: MM
1219
1242
  postal_code: Postleitzahl
@@ -1233,9 +1256,9 @@ de:
1233
1256
  filters:
1234
1257
  active: Aktiv
1235
1258
  all: Alle
1259
+ date: Datum
1236
1260
  finished: Abgeschlossen
1237
1261
  search: Suchen
1238
- state: Status
1239
1262
  upcoming: Zukünftig
1240
1263
  filters_small_view:
1241
1264
  close_modal: Dialog schließen
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -12,7 +13,6 @@ el:
12
13
  start_time: Η ψηφοφορία ξεκινά στις
13
14
  title: Τίτλος
14
15
  question:
15
- description: Περιγραφή
16
16
  max_selections: Μέγιστος αριθμός επιλογών
17
17
  title: Τίτλος
18
18
  errors:
@@ -13,13 +13,21 @@ en:
13
13
  start_time: Voting start at
14
14
  title: Title
15
15
  question:
16
- description: Description
17
16
  max_selections: Maximum number of selections
18
17
  min_selections: None of the above option
19
18
  title: Title
20
19
  voting:
20
+ banner_image: Banner image
21
+ census_contact_information: Census contact information
22
+ description: Description
21
23
  end_time: Voting ends
24
+ introductory_image: Introductory image
25
+ promoted: Promoted
26
+ scope: Scope
27
+ show_check_census: Show "check census" page
22
28
  start_time: Voting begins
29
+ title: Title
30
+ voting_type: Voting type
23
31
  errors:
24
32
  models:
25
33
  answer:
@@ -36,6 +44,10 @@ en:
36
44
  cant_be_changed: can't be changed
37
45
  public_key:
38
46
  cant_be_changed: can't be changed
47
+ voting:
48
+ attributes:
49
+ voting_type:
50
+ inclusion: "%{value} is not a valid voting type"
39
51
  activerecord:
40
52
  errors:
41
53
  models:
@@ -232,12 +244,17 @@ en:
232
244
  success: Question successfully updated
233
245
  steps:
234
246
  create_election:
247
+ census: Census
235
248
  errors:
249
+ census_codes_generated: Election codes for the census are not generated.
250
+ census_frozen: Election codes are not exported.
251
+ census_uploaded: There is no census uploaded for this election.
252
+ component_published: The election component is <strong>not published</strong>.
236
253
  max_selections: The questions do not have a <strong>correct value for amount of answers</strong>
237
254
  minimum_answers: Questions must have <strong>at least two answers</strong>.
238
255
  minimum_questions: The election <strong>must have at least one question</strong>.
239
256
  published: The election is <strong>not published</strong>.
240
- time_before: The start time is in <strong>less than 3 hours</strong> before the election starts.
257
+ time_before: The start time is in <strong>less than %{hours} hours</strong> before the election starts.
241
258
  trustees_number: The participatory space <strong>must have at least %{number} trustees with public key</strong>.
242
259
  invalid: There was a problem setting up this election
243
260
  no_trustees: There are no Trustees configured for this participatory space
@@ -246,6 +263,10 @@ en:
246
263
  'false': does not have a <strong>public key</strong>
247
264
  'true': has a <strong>public key</strong>
248
265
  requirements:
266
+ census_codes_generated: Census codes are generated.
267
+ census_frozen: Codes are exported and census is frozen.
268
+ census_uploaded: Census is uploaded.
269
+ component_published: The election component is <strong>published</strong>.
249
270
  max_selections: All the questions have a correct value for <strong>maximum of answers</strong>.
250
271
  minimum_answers: Each question has <strong>at least 2 answers</strong>.
251
272
  minimum_questions: The election has <strong>at least 1 question</strong>.
@@ -283,15 +304,6 @@ en:
283
304
  selected: Selected
284
305
  submit: Submit
285
306
  title: Results published
286
- tally:
287
- continue: Continue
288
- invalid: There was a problem reporting the missing trustee
289
- mark_as_missing: Mark as missing
290
- mark_as_missing_description: All the trustees should participate in this process, but if a trustee can't take part in the process, you can mark it as missing.
291
- success: Missing trustee report was successfully sent to the Bulletin Board
292
- tally_completion: The process will be completed when all the trustees are active or marked as missing. At least %{quorum} trustees are required to complete the process.
293
- title: Tally process
294
- undo_mark_as_missing: A trustee marked as missing by mistake will be able to participate before the completion of the process. They can proceed as usual and the missing mark will be ignored.
295
307
  tally_ended:
296
308
  answer: Answer
297
309
  not_selected: Not selected
@@ -301,6 +313,15 @@ en:
301
313
  submit: Publish results
302
314
  success: Publish results request was successfully sent to the Bulletin Board
303
315
  title: Calculated results
316
+ tally_started:
317
+ continue: Continue
318
+ invalid: There was a problem reporting the missing trustee
319
+ mark_as_missing: Mark as missing
320
+ mark_as_missing_description: All the trustees should participate in this process, but if a trustee can't take part in the process, you can mark it as missing.
321
+ success: Missing trustee report was successfully sent to the Bulletin Board
322
+ tally_completion: The process will be completed when all the trustees are active or marked as missing. At least %{quorum} trustees are required to complete the process.
323
+ title: Tally process
324
+ undo_mark_as_missing: A trustee marked as missing by mistake will be able to participate before the completion of the process. They can proceed as usual and the missing mark will be ignored.
304
325
  vote:
305
326
  errors:
306
327
  time_after: The election is still ongoing. You have to wait until the ending time (%{end_time}) to end the voting period.
@@ -358,6 +379,13 @@ en:
358
379
  update: "%{user_name} updated the election %{resource_name} of %{space_name}"
359
380
  trustee:
360
381
  create: "%{user_name} assigned the user %{trustee_user} as Trustee"
382
+ connection:
383
+ failed:
384
+ modal:
385
+ close: Close
386
+ communication_lost: Unfortunately, it looks like the communication with the voting server (Bulletin Board) is lost.<br>It might be that the Internet connection is broken or that the destination server is too busy.<br>You can try again later or contact support if this problem persist.
387
+ generic_error: Unfortunately, an unknown error has occurred. It is likely that your browser is not supported or that you are using the "incognito" or "private" mode which is not supported.
388
+ title: Something went wrong
361
389
  election_m:
362
390
  badge_name:
363
391
  finished: Finished
@@ -429,9 +457,9 @@ en:
429
457
  filters:
430
458
  active: Active
431
459
  all: All
460
+ date: Date
432
461
  finished: Finished
433
462
  search: Search
434
- state: Status
435
463
  upcoming: Upcoming
436
464
  filters_small_view:
437
465
  close_modal: Close modal
@@ -540,7 +568,7 @@ en:
540
568
  title: Restore election keys for %{election}
541
569
  upload_election_keys: Upload election keys
542
570
  upload_icon: Icon that indicates a download action
543
- tally_steps:
571
+ tally_started_steps:
544
572
  back: Back
545
573
  description: The results for this election are being computed in the Bulletin Board. To complete this process, your participitation as a Trustee is needed.
546
574
  keys:
@@ -590,15 +618,15 @@ en:
590
618
  generate_legend_3: Ensure your computer doesn't have a copy of the file (e.g. check the Downloads and Desktop folders).
591
619
  generate_legend_4: Make another copy of the file on a different external device and store it in a very safe place.
592
620
  submit: Submit
593
- submit_legend: After following all the steps explained above, complete the process sending the public identification key to the Decidim server.
621
+ submit_legend: After following all the steps explained above, complete the process sending the public identification key to the server.
594
622
  submit_title: Submit the public identification key
595
623
  title: Trustee identification keys
596
624
  upload: Upload your identification keys
597
625
  upload_error:
598
626
  invalid_format: The uploaded file doesn't contain any identification key.
599
627
  invalid_key: The identification keys in the uploaded file can't be loaded.
600
- invalid_public_key: The identification keys in the uploaded file doesn't match the public identification key stored by Decidim.
601
- upload_legend: Decidim has your public identification keys, but your browser still doesn't have it. You need to import the file with your identification keys to your computer from the backup you created after generating them.
628
+ invalid_public_key: The identification keys in the uploaded file doesn't match the public identification key stored.
629
+ upload_legend: The server has your public identification keys, but your browser still doesn't have it. You need to import the file with your identification keys to your computer from the backup you created after generating them.
602
630
  not_supported_browser_description: It looks like you are using a web browser that can't be used to act as a Trustee. Make sure you're using the most recent version of your browser, or try using any of the most popular browsers to be able to complete your Trustee tasks.
603
631
  not_supported_browser_title: Upgrade browser to act as a Trustee
604
632
  trustee_role_description: You have been assigned to act as a Trustee in some of the elections celebrated in this platform.
@@ -665,9 +693,9 @@ en:
665
693
  onboarding_modal:
666
694
  close: Close modal
667
695
  create_account: Create Account
668
- description: Do you want to create a new account in Decidim? You will be able to participate in the processes and be an active part of the organization.
696
+ description: Do you want to create a new account on the platform? You will be able to participate in the processes and be an active part of the organization.
669
697
  no_account: No, thanks.
670
- title: New to Decidim?
698
+ title: New to the platform?
671
699
  update:
672
700
  error: There was a problem updating the vote status. Please, vote again.
673
701
  verify:
@@ -678,9 +706,10 @@ en:
678
706
  header: Vote not found!
679
707
  info: The vote code was not found in the %{link} ballot box, try again.
680
708
  form:
681
- back: Back to Decidim
709
+ back: Back to the platform
682
710
  submit: Check
683
711
  vote_identifier: 'Identifier code:'
712
+ vote_identifier_help: This is the identifier that was given to you after you cast your vote (not the code to enter the voting booth).
684
713
  header:
685
714
  title: Verify your vote
686
715
  success:
@@ -1001,6 +1030,7 @@ en:
1001
1030
  introductory_image: Introductory image
1002
1031
  promoted: Promoted
1003
1032
  select_a_voting_type: Please select a voting type
1033
+ show_check_census_help: Whether to show the "Can I vote?" link at the public votings menu
1004
1034
  slug: Slug
1005
1035
  slug_help: 'URL slugs are used to generate the URLs that point to this voting. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
1006
1036
  title: Title
@@ -1049,7 +1079,7 @@ en:
1049
1079
  invalid: An error occurred uploading the census, please try again later.
1050
1080
  invalid_csv_header: The CSV headers are missing or not correct - please read the instructions carefully
1051
1081
  creating_data:
1052
- info_message: "<strong>Please wait</strong>, processed %{processed_count} of %{raw_count} rows from %{file} file."
1082
+ info_message: "<strong>Please wait</strong>, processed %{processed_count} of %{raw_count} rows from %{file} file (this may take several minutes)."
1053
1083
  delete:
1054
1084
  button: Delete all census data
1055
1085
  confirm: Deleting all the census data cannot be undone. Are you sure you want to continue?
@@ -1064,9 +1094,13 @@ en:
1064
1094
  launch_error: Problem launching the access codes export
1065
1095
  launch_success: Access codes export launched. Shortly you will receive an email to %{email}
1066
1096
  exporting_access_codes:
1067
- info_message: "<strong>Please wait</strong>, the export is being prepared, you will receive it shortly to %{email}"
1097
+ info_message: "<strong>Please wait</strong>, the export is being prepared, you will receive it shortly to %{email} (this may take several minutes)."
1068
1098
  freeze:
1069
1099
  callout: The census is frozen and cannot be modified.
1100
+ help_html: |
1101
+ The census data has been uploaded, the codes generated and exported successfully.<br>
1102
+ <strong>You are now ready to start the election.</strong><br>
1103
+ Use the exported CSV with the individual codes to distribute it along your census using you own means or activate the "Can I vote" tab to let anyone retrieve this code using their own census data.
1070
1104
  generate_access_codes:
1071
1105
  button: Generate voting Access Codes
1072
1106
  callout: You can now proceed to generate the access codes. Mind that after generating the access codes you will not be able to modify the census anymore.
@@ -1075,8 +1109,9 @@ en:
1075
1109
  info_message_warn: Please check that no data is missing, because %{data_count} records were created and the uploaded file %{file} had %{raw_count} rows.
1076
1110
  launch_error: Problem launching the access codes generation
1077
1111
  launch_success: Codes generation launched.
1112
+ start_over: Please delete the current census and start over again with a proper CSV file with valid rows.
1078
1113
  generating_access_codes:
1079
- info_message: "<strong>Please wait</strong>, the voting access codes are being generated..."
1114
+ info_message: "<strong>Please wait</strong>, the voting access codes are being generated (this may take several minutes)..."
1080
1115
  new:
1081
1116
  file_help:
1082
1117
  explanation: 'Guidance for file:'
@@ -1195,17 +1230,18 @@ en:
1195
1230
  in_person_votes:
1196
1231
  complete_voting:
1197
1232
  available_answers: 'Available answers:'
1198
- census_verified: The participant has not voted yet.
1233
+ census_verified: This participant has not voted in person yet.
1234
+ census_verified_with_online_vote: This participant has already voted online. If they vote in person, the previous votes will be invalidated and this will be the definitive vote.
1199
1235
  complete_voting: Complete voting
1200
1236
  identify_another: Identify another participant
1201
- questions_title: 'She is entitled to vote in the following questions:'
1202
- questions_title_voted: 'The participant has already voted online and is entitled to vote in the following questions:'
1237
+ questions_title: 'They''re entitled to vote in the following questions:'
1238
+ questions_title_voted: 'This participant has already voted online and is entitled to vote in the following questions:'
1203
1239
  voted: The participant has voted
1204
1240
  create:
1205
1241
  error: The vote was not registered. Please try again.
1206
1242
  in_person_form:
1207
1243
  census_not_present: This participant is not listed in the census.
1208
- census_not_present_description: She must go to the census complaint office or contact support.
1244
+ census_not_present_description: They must go to the census complaint office or contact support.
1209
1245
  date_of_birth: Date of birth
1210
1246
  day: Day
1211
1247
  day_placeholder: DD
@@ -1325,9 +1361,9 @@ en:
1325
1361
  filters:
1326
1362
  active: Active
1327
1363
  all: All
1364
+ date: Date
1328
1365
  finished: Finished
1329
1366
  search: Search
1330
- state: Status
1331
1367
  upcoming: Upcoming
1332
1368
  filters_small_view:
1333
1369
  close_modal: Close modal