decidim-elections 0.27.0.rc1 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +1 -1
  3. data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +1 -4
  4. data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +1 -1
  5. data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +2 -2
  6. data/app/commands/decidim/votings/census/admin/create_dataset.rb +13 -5
  7. data/app/commands/decidim/votings/census/admin/launch_access_codes_export.rb +3 -1
  8. data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +1 -1
  9. data/app/controllers/decidim/votings/census/admin/census_controller.rb +6 -2
  10. data/app/forms/decidim/elections/admin/setup_form.rb +42 -0
  11. data/app/models/decidim/elections/election.rb +2 -2
  12. data/app/models/decidim/votings/census/dataset.rb +1 -1
  13. data/app/packs/src/decidim/elections/admin/pending_action.js +2 -0
  14. data/app/packs/src/decidim/elections/admin/trustees_process.js +2 -0
  15. data/app/packs/src/decidim/elections/broken_promises_handler.js +11 -0
  16. data/app/packs/src/decidim/elections/trustee/key_ceremony.js +3 -0
  17. data/app/packs/src/decidim/elections/trustee/tally.js +3 -0
  18. data/app/packs/src/decidim/elections/voter/casting-vote.js +3 -0
  19. data/app/packs/src/decidim/elections/voter/setup-vote.js +2 -6
  20. data/app/packs/src/decidim/votings/admin/update_census_dataset_status.js +2 -2
  21. data/app/packs/src/decidim/votings/in-person-vote.js +3 -0
  22. data/app/views/decidim/elections/admin/steps/_create_election.html.erb +14 -1
  23. data/app/views/decidim/elections/admin/steps/index.html.erb +2 -0
  24. data/app/views/decidim/elections/{votes/_server_error_modal.html.erb → shared/_broken_promises_modal.html.erb} +10 -5
  25. data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +2 -0
  26. data/app/views/decidim/elections/votes/_show_casting.html.erb +2 -0
  27. data/app/views/decidim/elections/votes/new.html.erb +1 -1
  28. data/app/views/decidim/votings/census/admin/census/_creating_data.html.erb +1 -1
  29. data/app/views/decidim/votings/census/admin/census/_exporting_codes.html.erb +1 -1
  30. data/app/views/decidim/votings/census/admin/census/_freeze.html.erb +2 -0
  31. data/app/views/decidim/votings/census/admin/census/_generate_codes.html.erb +14 -4
  32. data/app/views/decidim/votings/census/admin/census/show.html.erb +1 -1
  33. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +2 -0
  34. data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +2 -0
  35. data/app/views/decidim/votings/votings/_promoted_voting.html.erb +1 -1
  36. data/config/locales/am-ET.yml +0 -1
  37. data/config/locales/ca.yml +21 -7
  38. data/config/locales/cs.yml +26 -11
  39. data/config/locales/da.yml +0 -1
  40. data/config/locales/de.yml +55 -7
  41. data/config/locales/en.yml +22 -7
  42. data/config/locales/eo.yml +0 -1
  43. data/config/locales/es-MX.yml +22 -8
  44. data/config/locales/es-PY.yml +22 -8
  45. data/config/locales/es.yml +22 -8
  46. data/config/locales/et.yml +0 -1
  47. data/config/locales/eu.yml +0 -6
  48. data/config/locales/fi-plain.yml +22 -7
  49. data/config/locales/fi.yml +22 -7
  50. data/config/locales/fr-CA.yml +28 -3
  51. data/config/locales/fr.yml +28 -3
  52. data/config/locales/gl.yml +0 -6
  53. data/config/locales/hr.yml +0 -1
  54. data/config/locales/hu.yml +7 -0
  55. data/config/locales/id-ID.yml +0 -1
  56. data/config/locales/is-IS.yml +1 -2
  57. data/config/locales/it.yml +0 -6
  58. data/config/locales/ja.yml +24 -3
  59. data/config/locales/ko.yml +0 -1
  60. data/config/locales/lt.yml +1444 -0
  61. data/config/locales/mt.yml +0 -1
  62. data/config/locales/nl.yml +0 -6
  63. data/config/locales/oc-FR.yml +1 -0
  64. data/config/locales/om-ET.yml +0 -1
  65. data/config/locales/pl.yml +0 -6
  66. data/config/locales/pt-BR.yml +1 -7
  67. data/config/locales/pt.yml +0 -6
  68. data/config/locales/ru.yml +0 -1
  69. data/config/locales/si-LK.yml +0 -1
  70. data/config/locales/sk.yml +0 -1
  71. data/config/locales/so-SO.yml +0 -1
  72. data/config/locales/sr-CS.yml +0 -1
  73. data/config/locales/sv.yml +0 -2
  74. data/config/locales/sw-KE.yml +0 -1
  75. data/config/locales/ti-ER.yml +0 -1
  76. data/config/locales/uk.yml +0 -1
  77. data/config/locales/val-ES.yml +0 -1
  78. data/config/locales/vi.yml +0 -1
  79. data/config/locales/zh-TW.yml +0 -1
  80. data/db/migrate/20220711112802_rename_dataset_file_to_filename.rb +7 -0
  81. data/lib/decidim/elections/version.rb +1 -1
  82. data/lib/decidim/votings/test/factories.rb +1 -1
  83. metadata +18 -15
@@ -244,7 +244,11 @@ ca:
244
244
  success: La pregunta s'ha actualitzat correctament
245
245
  steps:
246
246
  create_election:
247
+ census: Cens
247
248
  errors:
249
+ census_codes_generated: No es generen codi electorals per al cens.
250
+ census_frozen: No s'exporten els codis electorals.
251
+ census_uploaded: No s'ha pujat el cens per a aquestes eleccions.
248
252
  component_published: L'elecció <strong>no està publicada</strong>.
249
253
  max_selections: Les preguntes no tenen un <strong>valor correcte per quantitat de respostes</strong>
250
254
  minimum_answers: Les preguntes han de tenir <strong>almenys dues respostes</strong>.
@@ -259,6 +263,9 @@ ca:
259
263
  'false': no té una <strong>clau pública</strong>
260
264
  'true': té una <strong>clau pública</strong>
261
265
  requirements:
266
+ census_codes_generated: Es generen codis de cens.
267
+ census_frozen: Els codis s'exporten i el cens es congela.
268
+ census_uploaded: El cens s'ha pujat.
262
269
  component_published: L'elecció està <strong>publicada</strong>.
263
270
  max_selections: Totes les preguntes tenen un valor correcte per <strong>màxim de respostes</strong>.
264
271
  minimum_answers: Cada pregunta té <strong>almenys 2 respostes</strong>.
@@ -372,6 +379,13 @@ ca:
372
379
  update: "%{user_name} ha actualitzat l'elecció %{resource_name} a %{space_name}"
373
380
  trustee:
374
381
  create: "%{user_name} ha assignat a la usuària %{trustee_user} com a garant"
382
+ connection:
383
+ failed:
384
+ modal:
385
+ close: Tancar
386
+ communication_lost: Malauradament, sembla que la comunicació amb el servidor de votació (Bulletin Board) s'ha perdut.<br>Pot ser que la connexió a Internet estigui avariada o que el servidor de destí estigui massa ocupat.<br>Pots provar-ho més tard o posar-te en contacte amb el servei d'assistència si aquest problema persisteix.
387
+ generic_error: Malauradament, s'ha produït un error desconegut. És probable que el teu navegador no estigui suportat o que estiguis fent servir el mode "d'incògnit" o "privat" que no són compatibles.
388
+ title: Alguna cosa ha anat malament
375
389
  election_m:
376
390
  badge_name:
377
391
  finished: Acabada
@@ -652,10 +666,6 @@ ca:
652
666
  failed:
653
667
  header: Vot fallit
654
668
  lead: El teu vot no s'ha enviat!
655
- modal:
656
- close: Tancar
657
- communication_lost: Malauradament, sembla que la comunicació amb el servidor de votació (Bulletin Board) s'ha perdut.<br>Pot ser que la connexió a Internet estigui avariada o que el servidor de destí estigui massa ocupat.<br>Pots provar-ho més tard o posar-te en contacte amb el servei d'assistència si aquest problema persisteix.
658
- title: Alguna cosa ha anat malament
659
669
  text: Alguna cosa ha anat malament. Si us plau, torna-ho a provar.
660
670
  try_again: Prova-ho de nou
661
671
  header:
@@ -1067,7 +1077,7 @@ ca:
1067
1077
  invalid: Hi ha hagut un error en pujar el cens, prova-ho de nou més tard.
1068
1078
  invalid_csv_header: Les capçaleres al CSV manquen o no son correctes. Si us plau, rellegeix atentament les instruccions
1069
1079
  creating_data:
1070
- info_message: "<strong>Si us plau espera</strong>, processades %{processed_count} de %{raw_count} fileres al fitxer de %{file}."
1080
+ info_message: "<strong>Si us plau espera</strong>, processades %{processed_count} de %{raw_count} fileres al fitxer de %{file} (això pot trigar alguns minuts)."
1071
1081
  delete:
1072
1082
  button: Eliminar totes les dades del cens
1073
1083
  confirm: L'eliminació del cens no es pot desfer. Segur que vols continuar?
@@ -1082,9 +1092,12 @@ ca:
1082
1092
  launch_error: Hi ha hagut un error en exportar els codis d'accés
1083
1093
  launch_success: S'ha iniciat l'exportació dels codis d'accés. En breu rebràs un correu a %{email}
1084
1094
  exporting_access_codes:
1085
- info_message: "<strong>Si us plau espera</strong>, s'està preparant l'exportació. En breu rebràs un correu a %{email}"
1095
+ info_message: "<strong>Si us plau espera</strong>, s'està preparant l'exportació, aviat la rebràs a %{email} (això pot trigar alguns minuts)."
1086
1096
  freeze:
1087
1097
  callout: El cens està tancat i no es pot modificar.
1098
+ help_html: |
1099
+ Les dades del cens s'han pujat correctament, els codis s'han generat i exportat correctament.<br><strong>Ara ja estàs llesta per a començar les eleccions.</strong><br>
1100
+ Fes servir el CSV exportat que inclou els codis individuals per a distribuir-les al cens fent servir els teus propis mitjans o activant la pestanya "Puc votar?" per a permetre que qualsevol pugui recuperar aquest codi fent servir les seves dades censals.
1088
1101
  generate_access_codes:
1089
1102
  button: Generar els codis d'accés de la votació
1090
1103
  callout: Ara ja pots generar els codis d'accés. Tingues en compte que, un cop els hagis generat, ja no podràs modificar el cens.
@@ -1093,8 +1106,9 @@ ca:
1093
1106
  info_message_warn: Si us plau, comprova que no s'hagi perdut cap dada, s'han creat %{data_count} registres i el fitxer pujat %{file} té %{raw_count} fileres.
1094
1107
  launch_error: Hi ha hagut un error en generar els codis d'accés
1095
1108
  launch_success: S'ha iniciat la generació dels codis.
1109
+ start_over: Si us plau, elimineu el cens actual i tornar a començar amb un arxiu CSV apropiat amb files vàlides.
1096
1110
  generating_access_codes:
1097
- info_message: "<strong>Si us plau, espera</strong>, s'estan generant el codis d'accés a la votació..."
1111
+ info_message: "<strong>Si us plau, espera</strong>, els codis d'accés a la votació s'estan generant (això pot trigar uns minuts)..."
1098
1112
  new:
1099
1113
  file_help:
1100
1114
  explanation: 'Instruccions per al fitxer:'
@@ -262,7 +262,11 @@ cs:
262
262
  success: Otázka byla úspěšně aktualizována
263
263
  steps:
264
264
  create_election:
265
+ census: Rejstřík obyvatel
265
266
  errors:
267
+ census_codes_generated: Volební kódy pro rejstřík obyvatel nejsou generovány.
268
+ census_frozen: Volební kódy nejsou exportovány.
269
+ census_uploaded: Pro tyto volby není nahrán žádný rejstřík obyvatel.
266
270
  component_published: Volební složka <strong>není publikována</strong>.
267
271
  max_selections: Otázky nemají <strong>správnou hodnotu pro množství odpovědí</strong>
268
272
  minimum_answers: Otázky musí mít <strong>alespoň dvě odpovědi</strong>.
@@ -277,7 +281,10 @@ cs:
277
281
  'false': nemá <strong>veřejný klíč</strong>
278
282
  'true': má <strong>veřejný klíč</strong>
279
283
  requirements:
280
- component_published: Vilební složka je <strong>publikována</strong>.
284
+ census_codes_generated: Vytvářejí se kódy pro rejstřík obyvatel.
285
+ census_frozen: Kódy jsou exportovány a rejstřík obyvatel je zmrazen.
286
+ census_uploaded: Rejstřík obyvatel je nahrán.
287
+ component_published: Volební komponenta je <strong>publikována</strong>.
281
288
  max_selections: Všechny otázky mají správnou hodnotu pro <strong>maximum odpovědí</strong>.
282
289
  minimum_answers: Každá otázka má <strong>alespoň 2 odpovědi</strong>.
283
290
  minimum_questions: Volba má <strong>alespoň jednu otázku</strong>.
@@ -390,6 +397,13 @@ cs:
390
397
  update: "%{user_name} aktualizoval volbu %{resource_name} z %{space_name}"
391
398
  trustee:
392
399
  create: "%{user_name} přiřadil uživatele %{trustee_user} jako důvěrníka"
400
+ connection:
401
+ failed:
402
+ modal:
403
+ close: Zavřít‏
404
+ communication_lost: Bohužel se zdá, že komunikace s hlasovacím serverem (Bulletin Board) je ztracena.<br>Může se stát, že připojení k internetu je přerušeno nebo že cílový server je příliš zaneprázdněný.<br>Pokud tento problém přetrvává, můžete to zkusit později nebo se obraťte na podporu.
405
+ generic_error: Bohužel došlo k neznámé chybě. Je pravděpodobné, že váš prohlížeč není podporován nebo že používáte "incognito" nebo "privátní" režim, který není podporován.
406
+ title: Něco se pokazilo
393
407
  election_m:
394
408
  badge_name:
395
409
  finished: Dokončeno
@@ -646,7 +660,7 @@ cs:
646
660
  back: Zahájit proces hlasování znovu
647
661
  ballot_hash: 'Identifikátor vašeho hlasování:'
648
662
  cast: Uložte hlasování, abyste dokončili vaše hlasování
649
- description: Zde máte možnost odevzdat hlasovací lístek tak, aby byl správně spočítán, nebo případně můžete kontrolovat, zda je vaše hlasování správně šifrované. Z důvodů porušeného zabezpečnení to váš hlasovací lístek může zrušit. To znamená, že abyste mohli hlasovat, budete muset znovu zahájit hlasovací proces.
663
+ description: Zde máte možnost odevzdat hlasovací lístek tak, aby byl správně spočítán, nebo případně můžete kontrolovat, zda je vaše hlasování správně šifrované. Z důvodů porušeného zabezpečení to váš hlasovací lístek může zrušit. To znamená, že abyste mohli hlasovat, budete muset znovu zahájit hlasovací proces.
650
664
  header: 'Hlasovací lístek je šifrovaný: zahlasujte s ním nebo jej auditujte'
651
665
  casting:
652
666
  header: Hlasování...
@@ -676,10 +690,6 @@ cs:
676
690
  failed:
677
691
  header: Hlasování se nezdařilo
678
692
  lead: Váš hlas nebyl odeslán!
679
- modal:
680
- close: Zavřít‏
681
- communication_lost: Bohužel se zdá, že komunikace s hlasovacím serverem (Bulletin Board) je ztracena.<br>Může se stát, že připojení k internetu je přerušeno nebo že cílový server je příliš zaneprázdněný.<br>Pokud tento problém přetrvává, můžete to zkusit později nebo se obraťte na podporu.
682
- title: Něco se pokazilo
683
693
  text: Něco se pokazilo, zkuste to prosím znovu.
684
694
  try_again: Zkuste to znovu
685
695
  header:
@@ -753,7 +763,7 @@ cs:
753
763
  notification_title: Jste důvěrník pro <a href="%{participatory_space_url}">%{resource_name}</a>.
754
764
  votes:
755
765
  accepted_votes:
756
- email_intro: 'Váš hlas byl přijat! Pomocí tvého hlasovacího tokenu: %{encrypted_vote_hash}, můžete ověřit svůj hlas <a href="%{verify_url}">zde</a>.'
766
+ email_intro: 'Váš hlas byl přijat! Pomocí vašeho hlasovacího tokenu: %{encrypted_vote_hash}, můžete ověřit svůj hlas <a href="%{verify_url}">zde</a>.'
757
767
  email_outro: Obdrželi jste toto oznámení, protože jste hlasovali pro hlasování %{resource_name}.
758
768
  email_subject: Váš hlas pro %{resource_name} byl přijat.
759
769
  notification_title: 'Váš hlas byl přijat. Ověřte svůj hlas <a href="%{verify_url}">zde</a> pomocí hlasovacího tokenu: %{encrypted_vote_hash}'
@@ -1044,7 +1054,7 @@ cs:
1044
1054
  select_a_voting_type: Vyberte prosím typ hlasování
1045
1055
  show_check_census_help: Zda zobrazit odkaz "Mohu hlasovat?" v nabídce veřejného hlasování
1046
1056
  slug: Slug
1047
- slug_help: 'URL slugů se používají k generování URL, které odkazují na toto hlasování. přijímá pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
1057
+ slug_help: 'URL slug se používá k generování URL, které odkazují na toto hlasování. přijímá pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
1048
1058
  title: Název
1049
1059
  voting_type:
1050
1060
  hybrid: Hybridní
@@ -1091,7 +1101,7 @@ cs:
1091
1101
  invalid: Při nahrávání seznamu osob došlo k chybě, opakujte akci později.
1092
1102
  invalid_csv_header: Hlavičky CSV chybí nebo nejsou správné - přečtěte si prosím pečlivě pokyny
1093
1103
  creating_data:
1094
- info_message: "<strong>Počkejte prosím</strong>, zpracováno %{processed_count} z %{raw_count} řádků ze souboru %{file}."
1104
+ info_message: "<strong>Počkejte prosím</strong>, zpracováno %{processed_count} z %{raw_count} řádků ze souboru %{file} (to může trvat několik minut)."
1095
1105
  delete:
1096
1106
  button: Odstranit všechna data ze seznamu obyvatel
1097
1107
  confirm: Odstranění všech dat z rejstříku osob nelze vrátit zpět. Opravdu chcete pokračovat?
@@ -1106,9 +1116,13 @@ cs:
1106
1116
  launch_error: Problém se spuštěním exportu přístupových kódů
1107
1117
  launch_success: Export přístupových kódů byl spuštěn. Brzy obdržíte e-mail na %{email}
1108
1118
  exporting_access_codes:
1109
- info_message: "<strong>Počkejte prosím</strong>, export se připravuje, brzy ho obdržíte na %{email}"
1119
+ info_message: "<strong>Počkejte prosím</strong>, export se připravuje, obdržíte ho brzy na %{email} (to může trvat několik minut)."
1110
1120
  freeze:
1111
1121
  callout: Seznam osob je zmrazen a nelze jej upravit.
1122
+ help_html: |
1123
+ Data z registru obyvatel byla nahrána, kódy byly úspěšně vygenerovány a exportovány.<br>
1124
+ <strong>Nyní jste připraveni zahájit volbu.</strong><br>
1125
+ Použijte exportovaný CSV s individuálními kódy k distribuci ve vašem sčítání pomocí vlastních prostředků nebo aktivujte záložku "Můžu hlasovat", aby kdokoliv mohl tento kód načíst pomocí vlastních dat ze sčítání.
1112
1126
  generate_access_codes:
1113
1127
  button: Generovat hlasovací přístupové kódy
1114
1128
  callout: Nyní můžete přejít k vygenerování přístupových kódů. Pamatujte, že po vygenerování přístupových kódů již nebudete moci měnit seznam osob.
@@ -1117,8 +1131,9 @@ cs:
1117
1131
  info_message_warn: Zkontrolujte, že žádná data nechybí, protože byly vytvořeno %{data_count} záznamů a nahraný soubor %{file} měl %{raw_count} řádků.
1118
1132
  launch_error: Problém při spuštění generování přístupových kódů
1119
1133
  launch_success: Vytváření kódů bylo spuštěno.
1134
+ start_over: Vymažte prosím aktuální rejstřík obyvatel a začněte znovu se správným CSV souborem s platnými řádky.
1120
1135
  generating_access_codes:
1121
- info_message: "<strong>Počkejte prosím</strong>, přístupové kódy hlasování jsou generovány..."
1136
+ info_message: "<strong>Počkejte prosím</strong>, přístupové kódy pro hlasování jsou vytvářeny (toto může trvat několik minut)..."
1122
1137
  new:
1123
1138
  file_help:
1124
1139
  explanation: 'Pokyny pro soubor:'
@@ -1,2 +1 @@
1
- ---
2
1
  da:
@@ -17,8 +17,14 @@ de:
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:
@@ -252,6 +266,7 @@ de:
252
266
  title: Wahl erstellt
253
267
  trustees: Wahlhelfer
254
268
  key_ceremony:
269
+ continue: Fortfahren
255
270
  title: Schlüsselzeremonie
256
271
  key_ceremony_ended:
257
272
  errors:
@@ -281,9 +296,14 @@ de:
281
296
  success: Die Anfrage zur Veröffentlichung der Resultate wurde erfolgreich ans Bulletin Board gesendet
282
297
  title: Berechnete Ergebnisse
283
298
  tally_started:
299
+ continue: Fortfahren
284
300
  invalid: Es ist ein Problem beim Melden des Stimmenzählers aufgetreten
285
301
  mark_as_missing: Als fehlend markieren
286
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.
287
307
  vote:
288
308
  errors:
289
309
  time_after: Die Wahl läuft noch. Sie müssen bis zum Ende (%{end_time}) warten, um die Abstimmungsperiode zu schließen.
@@ -325,6 +345,13 @@ de:
325
345
  update:
326
346
  invalid: Es ist ein Problem beim Aktualisieren des Wahlhelfers %{trustee} aufgetreten
327
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
328
355
  election_m:
329
356
  badge_name:
330
357
  finished: Abgeschlossen
@@ -395,6 +422,7 @@ de:
395
422
  filters:
396
423
  active: Aktiv
397
424
  all: Alle
425
+ date: Datum
398
426
  finished: Abgeschlossen
399
427
  search: Suche
400
428
  upcoming: Anstehend
@@ -504,12 +532,21 @@ de:
504
532
  upload_election_keys: Wahl-Schlüssel hochladen
505
533
  upload_icon: Symbol, das eine Download-Aktion anzeigt
506
534
  tally_started_steps:
535
+ back: Zurück
507
536
  description: Die Ergebnisse dieser Wahl werden im Bulletin Board berechnet. Um diesen Prozess abzuschließen ist Ihre Teilnahme als Wahlhelfer erforderlich.
508
537
  keys:
509
538
  end_tally: Stimmenzählung abgeschloßen
510
539
  tally:
511
540
  cast: Stimmzählung abgeben
512
541
  share: Stimmzählung austauschen
542
+ list:
543
+ status: Status
544
+ task: Aufgabe
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.
546
+ start: Starten
547
+ status:
548
+ completed: Abgeschlossen
549
+ pending: Ausstehend
513
550
  title: Stimmenzählung für %{election}
514
551
  update:
515
552
  error: Der Wahlstatus wurde nicht aktualisiert.
@@ -582,10 +619,12 @@ de:
582
619
  header: Abstimmung fehlgeschlagen
583
620
  lead: Ihre Stimme wurde nicht abgegeben!
584
621
  text: Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut.
622
+ try_again: Erneut versuchen
585
623
  header:
586
624
  ballot_decision: Stimme abgeben oder überprüfen
587
625
  confirm: Bestätige deine Stimme
588
626
  confirmed: Abstimmung bestätigt
627
+ failed: Abstimmung fehlgeschlagen
589
628
  messages:
590
629
  invalid_token: Ihre Sitzung in der Abstimmung ist nicht gültig. Versuchen Sie, erneut abzustimmen.
591
630
  not_allowed: Sie dürfen zur Zeit nicht an dieser Wahl teilnehmen.
@@ -603,6 +642,7 @@ de:
603
642
  close: Dialog schließen
604
643
  create_account: Konto erstellen
605
644
  no_account: Nein, danke.
645
+ title: Neu auf dieser Plattform?
606
646
  verify:
607
647
  content:
608
648
  heading: Stimme verifizieren
@@ -920,13 +960,18 @@ de:
920
960
  assign_missing_officers: Es gibt noch Wahllokale ohne Präsident und/oder Wahlleiter. Bitte ordnen Sie diese im Wahllokal-Abschnitt zu
921
961
  update: Aktualisieren
922
962
  form:
963
+ banner_image: Kopf-Bild
964
+ promoted: Hervorgehoben
923
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
924
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}'
925
969
  title: Titel
926
970
  voting_type:
927
971
  hybrid: Hybrid
928
972
  in_person: Persönlich
929
973
  online: Online
974
+ voting_type_label: Art der Abstimmung
930
975
  new:
931
976
  create: Erstellen
932
977
  title: Neue Abstimmung
@@ -947,8 +992,6 @@ de:
947
992
  census:
948
993
  create:
949
994
  invalid: Beim Hochladen der Erhebung ist ein Problem aufgetreten, bitte versuchen Sie es später erneut.
950
- creating_data:
951
- info_message: "<strong>Bitte warten</strong>, %{processed_count} von %{raw_count} Zeilen aus der Datei %{file} wurden verarbeitet."
952
995
  delete:
953
996
  button: Alle Erhebungsdaten löschen
954
997
  destroy:
@@ -958,10 +1001,9 @@ de:
958
1001
  button: Zugangscodes für die Abstimmung exportieren
959
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
960
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
961
1005
  launch_error: Beim Starten des Zugangscode-Exports ist ein Problem aufgetreten
962
1006
  launch_success: Der Zugangscode-Export wurde gestartet. Sie werden in Kürze eine E-Mail an %{email} erhalten
963
- exporting_access_codes:
964
- info_message: "<strong>Bitte warten</strong>, der Export wird gerade vorbereitet. Sie werden ihn in Kürze an %{email} erhalten"
965
1007
  freeze:
966
1008
  callout: Die Erhebung ist geschlossen und kann nicht verändert werden.
967
1009
  generate_access_codes:
@@ -972,8 +1014,6 @@ de:
972
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.
973
1015
  launch_error: Problem beim Starten der Zugangscodes Generierung
974
1016
  launch_success: Codegenerierung gestartet.
975
- generating_access_codes:
976
- info_message: "<strong>Bitte warten Sie</strong>, die Stimmzugriffscodes werden generiert..."
977
1017
  new:
978
1018
  file_help:
979
1019
  explanation: 'Hinweise für die Datei:'
@@ -1004,6 +1044,8 @@ de:
1004
1044
  highlighted_votings:
1005
1045
  name: Hervorgehobene Abstimmungen
1006
1046
  landing_page:
1047
+ description:
1048
+ title: Über diese Abstimmung
1007
1049
  metrics:
1008
1050
  heading: Metriken
1009
1051
  polling_stations:
@@ -1035,7 +1077,7 @@ de:
1035
1077
  submit: Zertifikat hochladen
1036
1078
  success: Zertifikat erfolgreich hochgeladen.
1037
1079
  create:
1038
- 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.
1039
1081
  success: Erfolgreich abgeschlossen.
1040
1082
  edit:
1041
1083
  heading: Nachzählung der Stimmen - Nachzählung der Antworten
@@ -1056,6 +1098,7 @@ de:
1056
1098
  modal_ballots_count_error:
1057
1099
  btn_validate_total: Neue Gesamtzahl der Stimmen überprüfen
1058
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:'
1059
1102
  info_text: Die eingegebene Gesamtzahl der Umschläge stimmt nicht mit der Liste der Personen überein, welche in diesem Wahllokal abgestimmt haben.
1060
1103
  message_for_monitoring_committee: Nachricht für den Überwachungsausschuss
1061
1104
  review_recount: Neuzählung überprüfen
@@ -1086,6 +1129,8 @@ de:
1086
1129
  in_person_votes:
1087
1130
  complete_voting:
1088
1131
  available_answers: 'Verfügbare Antworten:'
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.
1089
1134
  complete_voting: Abstimmung abschliessen
1090
1135
  identify_another: Einen anderen Teilnehmer identifizieren
1091
1136
  questions_title: 'Er hat das Recht, bei folgenden Anfragen abzustimmen:'
@@ -1180,6 +1225,7 @@ de:
1180
1225
  form_title: 'Füllen Sie das folgende Formular aus, um Ihre Erhebungsdaten zu überprüfen:'
1181
1226
  invalid: Bei der Überprüfung der Erhebung ist ein Problem aufgetreten.
1182
1227
  success:
1228
+ access_link: per E-Mail.
1183
1229
  access_link_with_sms: via SMS oder E-Mail.
1184
1230
  info: Sie sollten Ihren Zugangscode bereits via Briefpost bekommen haben. Falls nicht, können Sie ihn hier anfordern
1185
1231
  title: Ihre Erhebungsdaten sind korrekt!
@@ -1190,6 +1236,7 @@ de:
1190
1236
  day_placeholder: TT
1191
1237
  document_number: Dokumentennummer
1192
1238
  document_number_placeholder: ID-Nummer
1239
+ document_type: Dokumenttyp
1193
1240
  month: Monat
1194
1241
  month_placeholder: MM
1195
1242
  postal_code: Postleitzahl
@@ -1209,6 +1256,7 @@ de:
1209
1256
  filters:
1210
1257
  active: Aktiv
1211
1258
  all: Alle
1259
+ date: Datum
1212
1260
  finished: Abgeschlossen
1213
1261
  search: Suchen
1214
1262
  upcoming: Zukünftig
@@ -244,7 +244,11 @@ en:
244
244
  success: Question successfully updated
245
245
  steps:
246
246
  create_election:
247
+ census: Census
247
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.
248
252
  component_published: The election component is <strong>not published</strong>.
249
253
  max_selections: The questions do not have a <strong>correct value for amount of answers</strong>
250
254
  minimum_answers: Questions must have <strong>at least two answers</strong>.
@@ -259,6 +263,9 @@ en:
259
263
  'false': does not have a <strong>public key</strong>
260
264
  'true': has a <strong>public key</strong>
261
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.
262
269
  component_published: The election component is <strong>published</strong>.
263
270
  max_selections: All the questions have a correct value for <strong>maximum of answers</strong>.
264
271
  minimum_answers: Each question has <strong>at least 2 answers</strong>.
@@ -372,6 +379,13 @@ en:
372
379
  update: "%{user_name} updated the election %{resource_name} of %{space_name}"
373
380
  trustee:
374
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
375
389
  election_m:
376
390
  badge_name:
377
391
  finished: Finished
@@ -654,10 +668,6 @@ en:
654
668
  failed:
655
669
  header: Vote failed
656
670
  lead: Your vote has not been casted!
657
- modal:
658
- close: Close
659
- 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.
660
- title: Something went wrong
661
671
  text: Something went wrong, please try it again.
662
672
  try_again: Try again
663
673
  header:
@@ -1069,7 +1079,7 @@ en:
1069
1079
  invalid: An error occurred uploading the census, please try again later.
1070
1080
  invalid_csv_header: The CSV headers are missing or not correct - please read the instructions carefully
1071
1081
  creating_data:
1072
- 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)."
1073
1083
  delete:
1074
1084
  button: Delete all census data
1075
1085
  confirm: Deleting all the census data cannot be undone. Are you sure you want to continue?
@@ -1084,9 +1094,13 @@ en:
1084
1094
  launch_error: Problem launching the access codes export
1085
1095
  launch_success: Access codes export launched. Shortly you will receive an email to %{email}
1086
1096
  exporting_access_codes:
1087
- 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)."
1088
1098
  freeze:
1089
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.
1090
1104
  generate_access_codes:
1091
1105
  button: Generate voting Access Codes
1092
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.
@@ -1095,8 +1109,9 @@ en:
1095
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.
1096
1110
  launch_error: Problem launching the access codes generation
1097
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.
1098
1113
  generating_access_codes:
1099
- 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)..."
1100
1115
  new:
1101
1116
  file_help:
1102
1117
  explanation: 'Guidance for file:'
@@ -1,2 +1 @@
1
- ---
2
1
  eo:
@@ -244,13 +244,17 @@ es-MX:
244
244
  success: La pregunta se ha actualizado correctamente
245
245
  steps:
246
246
  create_election:
247
+ census: Censo
247
248
  errors:
249
+ census_codes_generated: Los códigos de acceso no se han podido generar.
250
+ census_frozen: Los códigos de acceso no se han exportado.
251
+ census_uploaded: No se ha subido ningún censo para esta elección.
248
252
  component_published: La elección <strong>no está publicada</strong>.
249
253
  max_selections: Las preguntas no tienen un valor <strong>correcto para la cantidad de respuestas</strong>
250
254
  minimum_answers: Las preguntas deben tener <strong>al menos dos respuestas</strong>.
251
255
  minimum_questions: La elección <strong>debe tener al menos una pregunta</strong>.
252
256
  published: La elección <strong>no está publicada</strong>.
253
- time_before: La hora de inicio está en <strong>menos de %{hours} horas</strong> antes de que comience la elección.
257
+ time_before: Se ha configurado la hora de inicio en <strong>menos de %{hours} horas</strong> antes de que comience la elección.
254
258
  trustees_number: El espacio participativo <strong>debe tener al menos %{number} garantes con clave pública</strong>.
255
259
  invalid: Hubo un problema al configurar esta elección
256
260
  no_trustees: No hay garantes configurados para este espacio participativo
@@ -259,6 +263,9 @@ es-MX:
259
263
  'false': no tiene una <strong>clave pública</strong>
260
264
  'true': tiene una <strong> clave pública</strong>
261
265
  requirements:
266
+ census_codes_generated: Los códigos de acceso se han generado.
267
+ census_frozen: Los códigos se exportan y el censo se congela.
268
+ census_uploaded: El censo está subido.
262
269
  component_published: La elección está <strong>publicada</strong>.
263
270
  max_selections: Todas las preguntas tienen un valor correcto para <strong>máximo de respuestas</strong>.
264
271
  minimum_answers: Cada pregunta tiene <strong>al menos 2 respuestas</strong>.
@@ -372,6 +379,13 @@ es-MX:
372
379
  update: "%{user_name} actualizó la elección %{resource_name} de %{space_name}"
373
380
  trustee:
374
381
  create: "%{user_name} asignó al usuario %{trustee_user} como garante"
382
+ connection:
383
+ failed:
384
+ modal:
385
+ close: Cerrar
386
+ communication_lost: Desafortunadamente, parece que la comunicación con el servidor de votación (Bulletin Board) se ha perdido.<br>Puede ser que la conexión a Internet esté averiada o que el servidor de destino esté demasiado ocupado.<br>Puedes intentarlo más tarde o ponerte en contacto con el servicio de asistencia si este problema persiste.
387
+ generic_error: Desafortunadamente, se ha producido un error desconocido. Es probable que tu navegador no esté soportado o que estés usando el modo "incógnito" o "privado" que no es compatible.
388
+ title: Algo salió mal
375
389
  election_m:
376
390
  badge_name:
377
391
  finished: Finalizada
@@ -652,10 +666,6 @@ es-MX:
652
666
  failed:
653
667
  header: Voto fallido
654
668
  lead: '¡Tu voto no ha sido emitido!'
655
- modal:
656
- close: Cerrar
657
- communication_lost: Desafortunadamente, parece que la comunicación con el servidor de votación (Bulletin Board) se ha perdido.<br>Puede ser que la conexión a Internet esté averiada o que el servidor de destino esté demasiado ocupado.<br>Puedes intentarlo más tarde o ponerte en contacto con el servicio de asistencia si este problema persiste.
658
- title: Algo salió mal
659
669
  text: Algo salió mal, por favor inténtalo de nuevo.
660
670
  try_again: Inténtalo de nuevo
661
671
  header:
@@ -1067,7 +1077,7 @@ es-MX:
1067
1077
  invalid: Se ha producido un error al subir el censo, por favor inténtalo de nuevo más tarde.
1068
1078
  invalid_csv_header: Los encabezados CSV faltan o no son correctos - por favor lee las instrucciones cuidadosamente
1069
1079
  creating_data:
1070
- info_message: "<strong>Por favor espera</strong>, procesadas %{processed_count} de %{raw_count} filas del fichero %{file}."
1080
+ info_message: "<strong>Por favor espera</strong>, procesadas %{processed_count} de %{raw_count} filas del fichero %{file} (esto puede tardar algunos minutos)."
1071
1081
  delete:
1072
1082
  button: Borrar todos los datos del censo
1073
1083
  confirm: Eliminar todo el censo no se puede deshacer. ¿Seguro que quieres continuar?
@@ -1082,9 +1092,12 @@ es-MX:
1082
1092
  launch_error: Problema al iniciar la exportación de códigos de acceso
1083
1093
  launch_success: Se ha iniciado la exportación de los códigos de acceso. En breve recibirás un correo en %{email}
1084
1094
  exporting_access_codes:
1085
- info_message: "<strong>Por favor, espera</strong>, se está preparando la exportación. La recibirás en breve en %{email}"
1095
+ info_message: "<strong>Por favor, espera</strong>, se está preparando la exportación, la recibirás en breve en %{email} (esto puede tardar unos minutos)."
1086
1096
  freeze:
1087
1097
  callout: El censo está cerrado y no se puede modificar.
1098
+ help_html: |
1099
+ Los datos del censo Se han subido correctamente, los códigos se han generado y exportado con éxito.<br><strong>Ahora estás lista para comenzar la elección.</strong><br>
1100
+ Utiliza el CSV exportado, que incluye los códigos individuales para distribuirlo al censo utilizando tus propios medios, o active la pestaña "¿Puedo votar?", para permitir que cualquiera recupere este código usando sus propios datos de censales.
1088
1101
  generate_access_codes:
1089
1102
  button: Generar códigos de acceso de la votación
1090
1103
  callout: Ahora puedes generar los códigos de acceso. Ten en cuenta que después de generarlos ya no podrás modificar más el censo.
@@ -1093,8 +1106,9 @@ es-MX:
1093
1106
  info_message_warn: Por favor, comprueba que no falten datos, ya que se han creado %{data_count} registros, pero el fichero que se ha subido (%{file}) tenía %{raw_count} filas.
1094
1107
  launch_error: Ha habido un problema al generar los códigos de acceso
1095
1108
  launch_success: Se ha iniciado la generación de códigos.
1109
+ start_over: Por favor, elimine el censo actual y vuelva a empezar con un archivo CSV apropiado con filas válidas.
1096
1110
  generating_access_codes:
1097
- info_message: "<strong>Por favor espera</strong>, se están generando los códigos de acceso a la votación..."
1111
+ info_message: "<strong>Por favor<</strong>, los códigos de acceso a la votación se están generando (esto puede tardar unos minutos)..."
1098
1112
  new:
1099
1113
  file_help:
1100
1114
  explanation: 'Instrucciones para el archivo:'