decidim-elections 0.27.9 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -3
- data/app/cells/decidim/elections/content_blocks/related_elections_cell.rb +13 -0
- data/app/cells/decidim/elections/election_cell.rb +7 -2
- data/app/cells/decidim/elections/election_g_cell.rb +23 -0
- data/app/cells/decidim/elections/election_metadata_cell.rb +57 -0
- data/app/cells/decidim/elections/election_preview/show.erb +24 -24
- data/app/cells/decidim/elections/election_results/progress_bar.erb +6 -7
- data/app/cells/decidim/elections/election_results/show.erb +36 -33
- data/app/cells/decidim/elections/election_s_cell.rb +10 -0
- data/app/cells/decidim/elections/election_vote_cta/show.erb +14 -26
- data/app/cells/decidim/elections/election_vote_cta_cell.rb +0 -9
- data/app/cells/decidim/elections/highlighted_elections_for_component/show.erb +18 -0
- data/app/cells/decidim/elections/highlighted_elections_for_component_cell.rb +50 -0
- data/app/cells/decidim/elections/remaining_time_callout/show.erb +1 -3
- data/app/cells/decidim/elections/voting_step_navigation/show.erb +21 -25
- data/app/cells/decidim/elections/voting_step_navigation_cell.rb +2 -2
- data/app/cells/decidim/votings/content_block_cell.rb +5 -1
- data/app/cells/decidim/votings/content_blocks/hero_cell.rb +53 -0
- data/app/cells/decidim/votings/content_blocks/hero_settings_form_cell.rb +15 -0
- data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +12 -21
- data/app/cells/decidim/votings/content_blocks/highlighted_votings_settings_form/show.erb +1 -1
- data/app/cells/decidim/votings/content_blocks/main_data_cell.rb +34 -0
- data/app/cells/decidim/votings/content_blocks/metrics_cell.rb +17 -0
- data/app/cells/decidim/votings/content_blocks/polling_stations/show.erb +21 -0
- data/app/cells/decidim/votings/content_blocks/polling_stations_cell.rb +31 -0
- data/app/cells/decidim/votings/content_blocks/statistics_cell.rb +18 -0
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker/show.erb +14 -13
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker_cell.rb +19 -16
- data/app/cells/decidim/votings/polling_station_closure_certificate/show.erb +5 -7
- data/app/cells/decidim/votings/polling_station_closure_recount/show.erb +55 -59
- data/app/cells/decidim/votings/voting_cell.rb +7 -2
- data/app/cells/decidim/votings/voting_dropdown_metadata_cell.rb +19 -0
- data/app/cells/decidim/votings/voting_g_cell.rb +19 -0
- data/app/cells/decidim/votings/voting_map/show.erb +16 -0
- data/app/cells/decidim/votings/voting_map_cell.rb +28 -0
- data/app/cells/decidim/votings/voting_metadata_cell.rb +66 -0
- data/app/cells/decidim/votings/voting_s_cell.rb +10 -0
- data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +5 -5
- data/app/commands/decidim/elections/admin/create_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/create_election.rb +0 -1
- data/app/commands/decidim/elections/admin/destroy_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/destroy_election.rb +0 -1
- data/app/commands/decidim/elections/admin/end_vote.rb +2 -2
- data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_results.rb +2 -2
- data/app/commands/decidim/elections/admin/report_missing_trustee.rb +2 -2
- data/app/commands/decidim/elections/admin/setup_election.rb +2 -2
- data/app/commands/decidim/elections/admin/start_key_ceremony.rb +2 -2
- data/app/commands/decidim/elections/admin/start_tally.rb +2 -2
- data/app/commands/decidim/elections/admin/start_vote.rb +2 -2
- data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
- data/app/commands/decidim/elections/admin/update_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
- data/app/commands/decidim/elections/admin/update_election.rb +0 -1
- data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +3 -3
- data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
- data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
- data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +4 -4
- data/app/commands/decidim/votings/admin/create_polling_officer.rb +4 -4
- data/app/commands/decidim/votings/admin/create_polling_station.rb +1 -1
- data/app/commands/decidim/votings/admin/create_voting.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
- data/app/commands/decidim/votings/admin/manage_polling_station.rb +1 -1
- data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
- data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/update_voting.rb +1 -1
- data/app/commands/decidim/votings/census/admin/create_dataset.rb +2 -2
- data/app/commands/decidim/votings/census/admin/create_datum.rb +3 -3
- data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
- data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
- data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +1 -1
- data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
- data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -2
- data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
- data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
- data/app/commands/decidim/votings/send_access_code.rb +5 -1
- data/app/commands/decidim/votings/sign_polling_station_closure.rb +2 -2
- data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
- data/app/constraints/decidim/votings/current_voting.rb +1 -1
- data/app/controllers/concerns/decidim/elections/content_security_policy.rb +23 -0
- data/app/controllers/concerns/decidim/elections/has_vote_flow.rb +2 -2
- data/app/controllers/concerns/decidim/votings/admin/voting_admin.rb +1 -1
- data/app/controllers/concerns/decidim/votings/needs_voting.rb +1 -1
- data/app/controllers/decidim/elections/admin/answers_controller.rb +9 -10
- data/app/controllers/decidim/elections/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/admin/elections_controller.rb +7 -7
- data/app/controllers/decidim/elections/admin/feedback_forms_controller.rb +2 -2
- data/app/controllers/decidim/elections/admin/proposals_imports_controller.rb +3 -3
- data/app/controllers/decidim/elections/admin/questions_controller.rb +7 -7
- data/app/controllers/decidim/elections/admin/steps_controller.rb +4 -4
- data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +2 -2
- data/app/controllers/decidim/elections/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/elections_controller.rb +5 -2
- data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +2 -2
- data/app/controllers/decidim/elections/trustee_zone/trustees_controller.rb +3 -3
- data/app/controllers/decidim/elections/votes_controller.rb +19 -13
- data/app/controllers/decidim/votings/admin/monitoring_committee_election_results_controller.rb +11 -3
- data/app/controllers/decidim/votings/admin/monitoring_committee_members_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/monitoring_committee_polling_station_closures_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/polling_officers_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/polling_stations_controller.rb +3 -4
- data/app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb +5 -0
- data/app/controllers/decidim/votings/admin/voting_attachments_controller.rb +5 -0
- data/app/controllers/decidim/votings/admin/voting_publications_controller.rb +25 -0
- data/app/controllers/decidim/votings/admin/votings_controller.rb +2 -26
- data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -5
- data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +4 -7
- data/app/controllers/decidim/votings/census/admin/census_controller.rb +2 -2
- data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +12 -12
- data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +17 -10
- data/app/controllers/decidim/votings/polling_officer_zone/polling_officers_controller.rb +1 -1
- data/app/controllers/decidim/votings/votings_controller.rb +7 -9
- data/app/events/decidim/elections/election_published_event.rb +1 -1
- data/app/events/decidim/elections/trustees/notify_new_trustee_event.rb +1 -1
- data/app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb +1 -1
- data/app/events/decidim/elections/votes/vote_accepted_event.rb +1 -1
- data/app/events/decidim/votings/polling_officers/polling_station_assigned_event.rb +1 -1
- data/app/forms/decidim/elections/admin/answer_form.rb +1 -1
- data/app/forms/decidim/elections/admin/election_form.rb +1 -1
- data/app/forms/decidim/votings/admin/publish_results_form.rb +5 -5
- data/app/forms/decidim/votings/admin/voting_form.rb +1 -1
- data/app/forms/decidim/votings/admin/{polling_officer_form.rb → voting_user_role_form.rb} +1 -1
- data/app/forms/decidim/votings/census/frontend_fields.rb +1 -1
- data/app/forms/decidim/votings/census/in_person_fields.rb +8 -4
- data/app/forms/decidim/votings/closure_result_form.rb +2 -2
- data/app/helpers/decidim/elections/admin/trustees_participatory_spaces_helper.rb +4 -2
- data/app/helpers/decidim/elections/application_helper.rb +8 -0
- data/app/helpers/decidim/votings/map_helper.rb +22 -0
- data/app/helpers/decidim/votings/votings_helper.rb +33 -0
- data/app/jobs/decidim/votings/census/admin/create_datum_job.rb +1 -1
- data/app/jobs/decidim/votings/census/admin/generate_access_codes_job.rb +2 -2
- data/app/mailers/decidim/votings/access_code_mailer.rb +1 -1
- data/app/mailers/decidim/votings/census/export_mailer.rb +1 -1
- data/app/models/decidim/elections/trustee.rb +2 -2
- data/app/models/decidim/votings/ballot_style.rb +1 -1
- data/app/models/decidim/votings/polling_officer.rb +2 -2
- data/app/models/decidim/votings/polling_station.rb +1 -1
- data/app/packs/entrypoints/decidim_elections.js +12 -0
- data/app/packs/entrypoints/decidim_elections_admin.js +6 -0
- data/app/packs/entrypoints/decidim_votings.js +11 -0
- data/app/packs/entrypoints/decidim_votings_admin.js +10 -0
- data/app/packs/src/decidim/elections/admin/pending_action.js +10 -7
- data/app/packs/src/decidim/elections/admin/trustees_process.js +107 -104
- data/app/packs/src/decidim/elections/admin/vote_statistics.js +6 -3
- data/app/packs/src/decidim/elections/broken_promises_handler.js +9 -7
- data/app/packs/src/decidim/elections/election_log.js +126 -128
- data/app/packs/src/decidim/elections/trustee/key_ceremony.js +138 -139
- data/app/packs/src/decidim/elections/trustee/tally.js +122 -118
- data/app/packs/src/decidim/elections/trustee/trustee_zone.js +9 -7
- data/app/packs/src/decidim/elections/voter/casting-vote.js +9 -7
- data/app/packs/src/decidim/elections/voter/new-vote.js +92 -71
- data/app/packs/src/decidim/elections/voter/setup-preview.js +0 -4
- data/app/packs/src/decidim/elections/voter/setup-vote.js +0 -4
- data/app/packs/src/decidim/elections/voter/verify-vote.js +11 -6
- data/app/packs/src/decidim/elections/voter/vote_questions.component.js +74 -28
- data/app/packs/src/decidim/votings/admin/polling_officers_picker.js +16 -31
- data/app/packs/src/decidim/votings/admin/polling_stations_form.js +4 -1
- data/app/packs/src/decidim/votings/admin/{polling_officers_form.js → voting_user_role_form.js} +1 -1
- data/app/packs/src/decidim/votings/in-person-vote.js +4 -4
- data/app/packs/src/decidim/votings/polling_officer_zone/edit-closure.js +4 -4
- data/app/packs/src/decidim/votings/polling_officer_zone/in-person-vote.js +1 -1
- data/app/packs/src/decidim/votings/polling_officer_zone/new-closure.js +6 -8
- data/app/packs/stylesheets/decidim/elections/elections.scss +200 -6
- data/app/packs/stylesheets/decidim/votings/admin/votings/_ballot-styles.scss +3 -3
- data/app/packs/stylesheets/decidim/votings/admin/votings/_monitoring-committee-polling-station-closures.scss +2 -2
- data/app/packs/stylesheets/decidim/votings/admin/votings/_results.scss +1 -1
- data/app/packs/stylesheets/decidim/votings/admin/votings.scss +20 -0
- data/app/packs/stylesheets/decidim/votings/votings.scss +53 -2
- data/app/permissions/decidim/votings/admin/permissions.rb +2 -2
- data/app/presenters/decidim/elections/admin_log/election_presenter.rb +2 -2
- data/app/presenters/decidim/elections/admin_log/trustee_presenter.rb +2 -2
- data/app/presenters/decidim/elections/trustee_presenter.rb +1 -1
- data/app/presenters/decidim/votings/admin_log/ballot_style_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/monitoring_committee_member_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/polling_officer_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/polling_station_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/voting_presenter.rb +2 -2
- data/app/presenters/decidim/votings/census/admin_log/dataset_presenter.rb +2 -2
- data/app/presenters/decidim/votings/voting_stats_presenter.rb +3 -42
- data/app/services/decidim/votings/census/access_codes_exporter.rb +1 -1
- data/app/services/decidim/votings/census_vote_flow.rb +3 -3
- data/app/views/decidim/elections/admin/answers/_form.html.erb +16 -18
- data/app/views/decidim/elections/admin/answers/edit.html.erb +21 -5
- data/app/views/decidim/elections/admin/answers/index.html.erb +33 -18
- data/app/views/decidim/elections/admin/answers/new.html.erb +21 -5
- data/app/views/decidim/elections/admin/elections/_form.html.erb +20 -19
- data/app/views/decidim/elections/admin/elections/edit.html.erb +16 -6
- data/app/views/decidim/elections/admin/elections/index.html.erb +72 -70
- data/app/views/decidim/elections/admin/elections/new.html.erb +16 -6
- data/app/views/decidim/elections/admin/proposals_imports/new.html.erb +36 -21
- data/app/views/decidim/elections/admin/questions/_form.html.erb +18 -20
- data/app/views/decidim/elections/admin/questions/edit.html.erb +20 -6
- data/app/views/decidim/elections/admin/questions/index.html.erb +50 -49
- data/app/views/decidim/elections/admin/questions/new.html.erb +20 -5
- data/app/views/decidim/elections/admin/steps/_create_election.html.erb +41 -36
- data/app/views/decidim/elections/admin/steps/_created.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_key_ceremony.html.erb +7 -7
- data/app/views/decidim/elections/admin/steps/_key_ceremony_ended.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_results_published.html.erb +4 -4
- data/app/views/decidim/elections/admin/steps/_tally_ended.html.erb +4 -4
- data/app/views/decidim/elections/admin/steps/_tally_started.html.erb +11 -11
- data/app/views/decidim/elections/admin/steps/_vote.html.erb +3 -3
- data/app/views/decidim/elections/admin/steps/_vote_ended.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_vote_stats.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/index.html.erb +44 -37
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/_form.html.erb +10 -14
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +57 -60
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +16 -5
- data/app/views/decidim/elections/elections/_elections.html.erb +9 -16
- data/app/views/decidim/elections/elections/election_log.html.erb +171 -179
- data/app/views/decidim/elections/elections/index.html.erb +18 -21
- data/app/views/decidim/elections/elections/index.js.erb +0 -5
- data/app/views/decidim/elections/elections/show.html.erb +63 -39
- data/app/views/decidim/elections/shared/_broken_promises_modal.html.erb +18 -27
- data/app/views/decidim/elections/trustee_zone/elections/_backup_modal.html.erb +10 -20
- data/app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb +32 -27
- data/app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb +11 -21
- data/app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb +46 -41
- data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +4 -6
- data/app/views/decidim/elections/trustee_zone/trustees/_no_public_keys.html.erb +30 -0
- data/app/views/decidim/elections/trustee_zone/trustees/_public_keys.html.erb +17 -0
- data/app/views/decidim/elections/trustee_zone/trustees/_table.html.erb +28 -0
- data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +21 -96
- data/app/views/decidim/elections/votes/_new_ballot_decision_step.html.erb +22 -26
- data/app/views/decidim/elections/votes/_new_confirm_step.html.erb +59 -47
- data/app/views/decidim/elections/votes/_new_encrypting_step.html.erb +8 -19
- data/app/views/decidim/elections/votes/_new_question.html.erb +12 -28
- data/app/views/decidim/elections/votes/_new_question_modal.html.erb +20 -23
- data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +14 -22
- data/app/views/decidim/elections/votes/_show_casted.html.erb +28 -30
- data/app/views/decidim/elections/votes/_show_casting.html.erb +12 -19
- data/app/views/decidim/elections/votes/_show_failed.html.erb +20 -17
- data/app/views/decidim/elections/votes/new.html.erb +78 -61
- data/app/views/decidim/elections/votes/show.html.erb +12 -11
- data/app/views/decidim/elections/votes/verify.html.erb +40 -61
- data/app/views/decidim/votings/admin/ballot_styles/_form.html.erb +19 -19
- data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +16 -6
- data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +50 -54
- data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +16 -6
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/_results.html.erb +43 -46
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/index.html.erb +23 -25
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/show.html.erb +5 -5
- data/app/views/decidim/votings/admin/monitoring_committee_members/_form.html.erb +19 -20
- data/app/views/decidim/votings/admin/monitoring_committee_members/index.html.erb +32 -34
- data/app/views/decidim/votings/admin/monitoring_committee_members/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closure_certificate_results.erb +1 -1
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closures.html.erb +53 -56
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb +22 -25
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/edit.html.erb +12 -11
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/show.html.erb +1 -1
- data/app/views/decidim/votings/admin/monitoring_committee_verify_elections/index.html.erb +37 -39
- data/app/views/decidim/votings/admin/polling_officers/_form.html.erb +19 -20
- data/app/views/decidim/votings/admin/polling_officers/index.html.erb +40 -41
- data/app/views/decidim/votings/admin/polling_officers/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/polling_stations/_form.html.erb +25 -31
- data/app/views/decidim/votings/admin/polling_stations/edit.html.erb +17 -6
- data/app/views/decidim/votings/admin/polling_stations/index.html.erb +46 -47
- data/app/views/decidim/votings/admin/polling_stations/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/votings/_form.html.erb +49 -52
- data/app/views/decidim/votings/admin/votings/edit.html.erb +35 -28
- data/app/views/decidim/votings/admin/votings/index.html.erb +58 -82
- data/app/views/decidim/votings/admin/votings/new.html.erb +16 -9
- data/app/views/decidim/votings/census/admin/census/_creating_data.html.erb +4 -4
- data/app/views/decidim/votings/census/admin/census/_export_codes.html.erb +3 -3
- data/app/views/decidim/votings/census/admin/census/_generate_codes.html.erb +8 -8
- data/app/views/decidim/votings/census/admin/census/_new_census.html.erb +8 -7
- data/app/views/decidim/votings/census/admin/census/_upload_info.html.erb +5 -5
- data/app/views/decidim/votings/census/admin/census/show.html.erb +7 -7
- data/app/views/decidim/votings/polling_officer_zone/closures/_answer_results_form_fields.html.erb +2 -3
- data/app/views/decidim/votings/polling_officer_zone/closures/_ballot_results_form_fields.html.erb +24 -35
- data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +5 -9
- data/app/views/decidim/votings/polling_officer_zone/closures/_modal_ballots_count_error.html.erb +34 -48
- data/app/views/decidim/votings/polling_officer_zone/closures/_modal_ballots_results_count_error.html.erb +18 -18
- data/app/views/decidim/votings/polling_officer_zone/closures/_question_results_form_fields.html.erb +12 -17
- data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +34 -49
- data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +50 -37
- data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +57 -51
- data/app/views/decidim/votings/polling_officer_zone/closures/show.html.erb +44 -34
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +40 -57
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_in_person_form.html.erb +34 -47
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_verify_document.html.erb +19 -22
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +12 -12
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +22 -21
- data/app/views/decidim/votings/polling_officer_zone/polling_officers/_polling_station.html.erb +34 -41
- data/app/views/decidim/votings/polling_officer_zone/polling_officers/index.html.erb +9 -5
- data/app/views/decidim/votings/votings/_access_code_modal.html.erb +26 -31
- data/app/views/decidim/votings/votings/_check_fields.html.erb +19 -28
- data/app/views/decidim/votings/votings/_polling_officers_picker.html.erb +4 -0
- data/app/views/decidim/votings/votings/_votings.html.erb +5 -11
- data/app/views/decidim/votings/votings/check_census.html.erb +53 -53
- data/app/views/decidim/votings/votings/elections_log.html.erb +25 -22
- data/app/views/decidim/votings/votings/index.html.erb +24 -25
- data/app/views/decidim/votings/votings/index.js.erb +0 -5
- data/app/views/decidim/votings/votings/login.html.erb +51 -44
- data/app/views/decidim/votings/votings/show.html.erb +5 -7
- data/app/views/layouts/decidim/admin/voting.html.erb +11 -11
- data/app/views/layouts/decidim/admin/votings.html.erb +16 -0
- data/app/views/layouts/decidim/votings.html.erb +10 -14
- data/config/assets.rb +3 -28
- data/config/locales/ar.yml +0 -6
- data/config/locales/bg.yml +0 -1431
- data/config/locales/ca.yml +169 -223
- data/config/locales/cs.yml +157 -210
- data/config/locales/de.yml +161 -215
- data/config/locales/el.yml +164 -108
- data/config/locales/en.yml +183 -237
- data/config/locales/es-MX.yml +164 -218
- data/config/locales/es-PY.yml +163 -217
- data/config/locales/es.yml +168 -222
- data/config/locales/eu.yml +165 -222
- data/config/locales/fi-plain.yml +154 -208
- data/config/locales/fi.yml +162 -216
- data/config/locales/fr-CA.yml +168 -223
- data/config/locales/fr.yml +171 -226
- data/config/locales/ga-IE.yml +0 -40
- data/config/locales/gl.yml +2 -79
- data/config/locales/hu.yml +0 -62
- data/config/locales/it.yml +6 -243
- data/config/locales/ja.yml +173 -227
- data/config/locales/lt.yml +135 -204
- data/config/locales/lv.yml +0 -34
- data/config/locales/nl.yml +2 -211
- data/config/locales/no.yml +1 -131
- data/config/locales/pl.yml +3 -407
- data/config/locales/pt-BR.yml +4 -374
- data/config/locales/pt.yml +4 -245
- data/config/locales/ro-RO.yml +2 -143
- data/config/locales/ru.yml +0 -5
- data/config/locales/sk.yml +0 -5
- data/config/locales/sv.yml +12 -109
- data/config/locales/tr-TR.yml +58 -126
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +1 -68
- data/config/locales/zh-TW.yml +84 -166
- data/db/migrate/20210310120708_add_followable_counter_cache_to_votings.rb +2 -6
- data/lib/decidim/api/election_type.rb +1 -1
- data/lib/decidim/api/elections_type.rb +1 -1
- data/lib/decidim/elections/admin_engine.rb +4 -19
- data/lib/decidim/elections/component.rb +4 -452
- data/lib/decidim/elections/engine.rb +23 -1
- data/lib/decidim/elections/menu.rb +39 -0
- data/lib/decidim/elections/seeds.rb +435 -0
- data/lib/decidim/elections/test/factories.rb +22 -21
- data/lib/decidim/elections/trustee_zone_engine.rb +3 -7
- data/lib/decidim/elections/version.rb +1 -1
- data/lib/decidim/elections.rb +6 -0
- data/lib/decidim/votings/admin_engine.rb +16 -122
- data/lib/decidim/votings/census_admin_engine.rb +4 -8
- data/lib/decidim/votings/census_menu.rb +18 -0
- data/lib/decidim/votings/content_blocks/registry_manager.rb +88 -0
- data/lib/decidim/votings/engine.rb +12 -88
- data/lib/decidim/votings/menu.rb +164 -0
- data/lib/decidim/votings/participatory_space.rb +6 -190
- data/lib/decidim/votings/polling_officer_zone_engine.rb +3 -7
- data/lib/decidim/votings/polling_officer_zone_menu.rb +17 -0
- data/lib/decidim/votings/query_extensions.rb +4 -4
- data/lib/decidim/votings/seeds.rb +197 -0
- data/lib/decidim/votings/test/factories.rb +29 -13
- data/lib/decidim/votings/voting_serializer.rb +1 -1
- data/lib/tasks/decidim_elections.rake +2 -2
- metadata +76 -125
- data/app/cells/decidim/elections/election_m/data.erb +0 -19
- data/app/cells/decidim/elections/election_m/footer.erb +0 -5
- data/app/cells/decidim/elections/election_m/tags.erb +0 -3
- data/app/cells/decidim/elections/election_m_cell.rb +0 -96
- data/app/cells/decidim/elections/election_results/blank_votes.erb +0 -7
- data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +0 -30
- data/app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb +0 -22
- data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +0 -15
- data/app/cells/decidim/votings/content_blocks/landing_page/description_cell.rb +0 -25
- data/app/cells/decidim/votings/content_blocks/landing_page/elections/show.erb +0 -15
- data/app/cells/decidim/votings/content_blocks/landing_page/elections/single.erb +0 -11
- data/app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb +0 -47
- data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +0 -29
- data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +0 -108
- data/app/cells/decidim/votings/content_blocks/landing_page/header_settings_form_cell.rb +0 -17
- data/app/cells/decidim/votings/content_blocks/landing_page/metrics/show.erb +0 -12
- data/app/cells/decidim/votings/content_blocks/landing_page/metrics_cell.rb +0 -19
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/address.erb +0 -14
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/map.erb +0 -18
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/show.erb +0 -25
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb +0 -56
- data/app/cells/decidim/votings/content_blocks/landing_page/statistics_cell.rb +0 -24
- data/app/cells/decidim/votings/content_blocks/landing_page/timeline/show.erb +0 -7
- data/app/cells/decidim/votings/content_blocks/landing_page/timeline_cell.rb +0 -17
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker/polling_officers.erb +0 -12
- data/app/cells/decidim/votings/voting_m/data.erb +0 -21
- data/app/cells/decidim/votings/voting_m/footer.erb +0 -5
- data/app/cells/decidim/votings/voting_m_cell.rb +0 -94
- data/app/commands/decidim/votings/admin/publish_voting.rb +0 -40
- data/app/commands/decidim/votings/admin/unpublish_voting.rb +0 -40
- data/app/forms/decidim/votings/admin/monitoring_committee_member_form.rb +0 -27
- data/app/helpers/decidim/votings/admin/polling_officers_picker_helper.rb +0 -29
- data/app/packs/entrypoints/decidim_elections_admin_pending_action.js +0 -1
- data/app/packs/entrypoints/decidim_elections_admin_trustees_process.js +0 -1
- data/app/packs/entrypoints/decidim_elections_admin_vote_statistics.js +0 -1
- data/app/packs/entrypoints/decidim_elections_election_log.js +0 -1
- data/app/packs/entrypoints/decidim_elections_onboarding.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_key_ceremony.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_tally_started.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_trustee_zone.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_zone.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_zone.scss +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_casting-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_new-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_setup-preview.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_setup-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_verify-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_monitoring_committee_members_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_officers_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_officers_picker.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_stations_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_update_census_dataset_status.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_votings.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_votings.scss +0 -1
- data/app/packs/entrypoints/decidim_votings_in-person-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting-description-cell.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-edit-closure.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-in-person-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-new-closure.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-sign-closure.js +0 -1
- data/app/packs/src/decidim/elections/onboarding.js +0 -5
- data/app/packs/src/decidim/votings/admin/monitoring_committee_members_form.js +0 -35
- data/app/packs/src/decidim/votings/voting-description-cell.js +0 -34
- data/app/packs/stylesheets/decidim/elections/focus/_accordion.scss +0 -36
- data/app/packs/stylesheets/decidim/elections/focus/_evote.scss +0 -344
- data/app/packs/stylesheets/decidim/elections/focus/_focus.scss +0 -128
- data/app/packs/stylesheets/decidim/elections/trustee_zone.scss +0 -24
- data/app/packs/stylesheets/decidim/votings/votings/_polling-stations-cell.scss +0 -6
- data/app/packs/stylesheets/decidim/votings/votings/_voting-description-cell.scss +0 -29
- data/app/views/decidim/elections/admin/answers/proposals_picker.html.erb +0 -1
- data/app/views/decidim/elections/elections/_count.html.erb +0 -1
- data/app/views/decidim/elections/elections/_election.html.erb +0 -1
- data/app/views/decidim/elections/elections/_filters.html.erb +0 -25
- data/app/views/decidim/elections/elections/_filters_small_view.html.erb +0 -18
- data/app/views/decidim/elections/votes/_focus_header.html.erb +0 -8
- data/app/views/decidim/elections/votes/_new_confirm_step_footer.html.erb +0 -23
- data/app/views/decidim/votings/admin/votings/polling_officers_picker.html.erb +0 -2
- data/app/views/decidim/votings/votings/_count.html.erb +0 -1
- data/app/views/decidim/votings/votings/_filters.html.erb +0 -25
- data/app/views/decidim/votings/votings/_filters_small_view.html.erb +0 -23
- data/app/views/decidim/votings/votings/_promoted_voting.html.erb +0 -27
- data/app/views/layouts/decidim/_election_votes_header.html.erb +0 -13
- data/app/views/layouts/decidim/election_votes.html.erb +0 -27
- data/app/views/layouts/decidim/voting_landing.html.erb +0 -13
- data/config/locales/he-IL.yml +0 -1
- data/db/seeds/Exampledocument.pdf +0 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/decidim-elections.gemspec +0 -37
- data/lib/decidim/elections/seeds/city.jpeg +0 -0
- data/lib/decidim/votings/test/capybara_polling_officers_picker.rb +0 -49
- /data/app/cells/decidim/votings/content_blocks/{landing_page/header_settings_form → hero_settings_form}/show.erb +0 -0
data/config/locales/en.yml
CHANGED
@@ -58,9 +58,9 @@ en:
|
|
58
58
|
trustee:
|
59
59
|
attributes:
|
60
60
|
name:
|
61
|
-
cant_be_changed:
|
61
|
+
cant_be_changed: cannot be changed
|
62
62
|
public_key:
|
63
|
-
cant_be_changed:
|
63
|
+
cant_be_changed: cannot be changed
|
64
64
|
voting:
|
65
65
|
attributes:
|
66
66
|
voting_type:
|
@@ -71,13 +71,13 @@ en:
|
|
71
71
|
decidim/votings/polling_officer:
|
72
72
|
attributes:
|
73
73
|
presided_polling_station:
|
74
|
-
president_and_manager: Polling officer already is a polling station president/manager
|
74
|
+
president_and_manager: Polling officer already is a polling station president/manager.
|
75
75
|
voting:
|
76
|
-
different_organization: The voting must be in the same organizatoin as the user
|
76
|
+
different_organization: The voting must be in the same organizatoin as the user.
|
77
77
|
decidim/votings/polling_station:
|
78
78
|
attributes:
|
79
79
|
polling_station_president:
|
80
|
-
different_voting: The polling officer must be in the same voting as the polling station
|
80
|
+
different_voting: The polling officer must be in the same voting as the polling station.
|
81
81
|
models:
|
82
82
|
decidim/elections/answer:
|
83
83
|
one: Answer
|
@@ -132,8 +132,15 @@ en:
|
|
132
132
|
validated_eq:
|
133
133
|
label: Validated
|
134
134
|
values:
|
135
|
-
'false':
|
136
|
-
'true':
|
135
|
+
'false': Not validated
|
136
|
+
'true': Validated
|
137
|
+
voting_publications:
|
138
|
+
create:
|
139
|
+
error: There was a problem publishing this voting.
|
140
|
+
success: Voting successfully published.
|
141
|
+
destroy:
|
142
|
+
error: There was a problem unpublishing this voting.
|
143
|
+
success: Voting successfully unpublished.
|
137
144
|
components:
|
138
145
|
elections:
|
139
146
|
actions:
|
@@ -154,7 +161,10 @@ en:
|
|
154
161
|
manage_answers: Manage answers
|
155
162
|
manage_questions: Manage questions
|
156
163
|
manage_steps: Manage steps
|
157
|
-
|
164
|
+
new_answer: New answer
|
165
|
+
new_election: New election
|
166
|
+
new_question: New question
|
167
|
+
new_trustee: New trustee
|
158
168
|
preview: Preview
|
159
169
|
publish: Publish
|
160
170
|
title: Actions
|
@@ -162,16 +172,16 @@ en:
|
|
162
172
|
admin:
|
163
173
|
answers:
|
164
174
|
create:
|
165
|
-
invalid: There was a problem creating this answer
|
166
|
-
success: Answer successfully created
|
175
|
+
invalid: There was a problem creating this answer.
|
176
|
+
success: Answer successfully created.
|
167
177
|
destroy:
|
168
|
-
invalid: There was a problem deleting this answer
|
169
|
-
success: Answer successfully deleted
|
178
|
+
invalid: There was a problem deleting this answer.
|
179
|
+
success: Answer successfully deleted.
|
170
180
|
edit:
|
171
181
|
title: Edit answer
|
172
182
|
update: Update answer
|
173
183
|
index:
|
174
|
-
invalid_max_selections: You need %{missing_answers} more answer/s to match max selections
|
184
|
+
invalid_max_selections: You need %{missing_answers} more answer/s to match max selections.
|
175
185
|
title: Answers
|
176
186
|
new:
|
177
187
|
create: Create answer
|
@@ -180,25 +190,27 @@ en:
|
|
180
190
|
select:
|
181
191
|
disable: Unselect answer
|
182
192
|
enable: Mark answer as selected
|
183
|
-
invalid: There was a problem selecting this answer
|
184
|
-
success: Answer successfully selected
|
193
|
+
invalid: There was a problem selecting this answer.
|
194
|
+
success: Answer successfully selected.
|
185
195
|
selected: Selected
|
186
196
|
unselect:
|
187
|
-
invalid: There was a problem unselecting this answer
|
188
|
-
success: Answer successfully unselected
|
197
|
+
invalid: There was a problem unselecting this answer.
|
198
|
+
success: Answer successfully unselected.
|
189
199
|
update:
|
190
|
-
invalid: There was a problem updating this answer
|
191
|
-
success: Answer successfully updated
|
200
|
+
invalid: There was a problem updating this answer.
|
201
|
+
success: Answer successfully updated.
|
192
202
|
elections:
|
193
203
|
create:
|
194
|
-
invalid: There was a problem creating this election
|
195
|
-
success: Election successfully created
|
204
|
+
invalid: There was a problem creating this election.
|
205
|
+
success: Election successfully created.
|
196
206
|
destroy:
|
197
|
-
invalid: There was a problem deleting this election
|
198
|
-
success: Election successfully deleted
|
207
|
+
invalid: There was a problem deleting this election.
|
208
|
+
success: Election successfully deleted.
|
199
209
|
edit:
|
200
210
|
title: Edit election
|
201
211
|
update: Update election
|
212
|
+
form:
|
213
|
+
organization_time_zone: Check that the organization time zone is correct in the organization settings. The current configuration is %{time_zone} (%{time}).
|
202
214
|
index:
|
203
215
|
no_bulletin_board: There is no <a href="https://github.com/decidim/decidim-bulletin-board">Bulletin Board server</a> configured, which is needed to use this module. This task should be done by the System Administrator.
|
204
216
|
title: Elections
|
@@ -210,31 +222,25 @@ en:
|
|
210
222
|
unpublish:
|
211
223
|
success: The election has been successfully unpublished.
|
212
224
|
update:
|
213
|
-
invalid: There was a problem updating this election
|
214
|
-
success: Election successfully updated
|
225
|
+
invalid: There was a problem updating this election.
|
226
|
+
success: Election successfully updated.
|
215
227
|
exports:
|
216
228
|
elections: Elections
|
217
229
|
feedback_form_answers: Feedback form answers
|
218
230
|
mailers:
|
219
231
|
trustee_mailer:
|
220
|
-
body: "<p>Hi %{user_name},</p><p>You
|
221
|
-
subject: You
|
232
|
+
body: "<p>Hi %{user_name},</p><p>You have been added as a trustee to %{resource_name}.</p>"
|
233
|
+
subject: You have been added as a trustee to %{resource_name}
|
222
234
|
trustee_zone: Take me to the trustee zone
|
223
235
|
menu:
|
224
236
|
trustees: Trustees
|
225
237
|
models:
|
226
238
|
answer:
|
227
239
|
name: Answer
|
228
|
-
election:
|
229
|
-
name: Election
|
230
|
-
question:
|
231
|
-
name: Question
|
232
|
-
trustee:
|
233
|
-
name: Trustee
|
234
240
|
proposals_imports:
|
235
241
|
create:
|
236
|
-
invalid: There was a problem importing the proposals into answers
|
237
|
-
success: "%{number} proposals successfully imported into answers"
|
242
|
+
invalid: There was a problem importing the proposals into answers.
|
243
|
+
success: "%{number} proposals successfully imported into answers."
|
238
244
|
new:
|
239
245
|
create: Import proposals to answers
|
240
246
|
no_components: There are no other proposal components in this participatory space to import the proposals into answers.
|
@@ -242,12 +248,12 @@ en:
|
|
242
248
|
title: Import proposals
|
243
249
|
questions:
|
244
250
|
create:
|
245
|
-
election_started: The election has already started
|
246
|
-
invalid: There was a problem creating this question
|
247
|
-
success: Question successfully created
|
251
|
+
election_started: The election has already started.
|
252
|
+
invalid: There was a problem creating this question.
|
253
|
+
success: Question successfully created.
|
248
254
|
destroy:
|
249
|
-
invalid: There was a problem deleting this question
|
250
|
-
success: Question successfully deleted
|
255
|
+
invalid: There was a problem deleting this question.
|
256
|
+
success: Question successfully deleted.
|
251
257
|
edit:
|
252
258
|
title: Edit question
|
253
259
|
update: Update question
|
@@ -257,8 +263,8 @@ en:
|
|
257
263
|
create: Create question
|
258
264
|
title: New question
|
259
265
|
update:
|
260
|
-
invalid: There was a problem updating this question
|
261
|
-
success: Question successfully updated
|
266
|
+
invalid: There was a problem updating this question.
|
267
|
+
success: Question successfully updated.
|
262
268
|
steps:
|
263
269
|
create_election:
|
264
270
|
census: Census
|
@@ -291,13 +297,13 @@ en:
|
|
291
297
|
time_before: The setup is being done <strong>at least %{hours}</strong> before the election starts.
|
292
298
|
trustees_number: The participatory space has <strong>at least %{number} trustees with public key</strong>.
|
293
299
|
submit: Setup election
|
294
|
-
success: Election successfully sent to the Bulletin Board
|
300
|
+
success: Election successfully sent to the Bulletin Board.
|
295
301
|
title: Setup election
|
296
302
|
trustees: Election Trustees
|
297
303
|
created:
|
298
|
-
invalid: There was a problem starting the key ceremony
|
304
|
+
invalid: There was a problem starting the key ceremony.
|
299
305
|
submit: Start the key ceremony
|
300
|
-
success: Start key ceremony request was successfully sent to the Bulletin Board
|
306
|
+
success: Start key ceremony request was successfully sent to the Bulletin Board.
|
301
307
|
title: Election created
|
302
308
|
trustees: Trustees
|
303
309
|
key_ceremony:
|
@@ -306,11 +312,11 @@ en:
|
|
306
312
|
key_ceremony_ended:
|
307
313
|
errors:
|
308
314
|
time_before: The election is ready to start. You have to wait until %{hours} hours before the starting time (%{start_time}) to start the voting period.
|
309
|
-
invalid: There was a problem starting the voting period
|
315
|
+
invalid: There was a problem starting the voting period.
|
310
316
|
requirements:
|
311
317
|
time_before: The election will start soon. You can start the voting period manually, or it will be started automatically before the starting time, at %{start_time}.
|
312
318
|
submit: Start voting period
|
313
|
-
success: Start voting period request was successfully sent to the Bulletin Board
|
319
|
+
success: Start voting period request was successfully sent to the Bulletin Board.
|
314
320
|
title: Ready to start
|
315
321
|
processing: Processing...
|
316
322
|
results_published:
|
@@ -328,30 +334,30 @@ en:
|
|
328
334
|
result: Result
|
329
335
|
selected: Selected
|
330
336
|
submit: Publish results
|
331
|
-
success: Publish results request was successfully sent to the Bulletin Board
|
337
|
+
success: Publish results request was successfully sent to the Bulletin Board.
|
332
338
|
title: Calculated results
|
333
339
|
tally_started:
|
334
340
|
continue: Continue
|
335
|
-
invalid: There was a problem reporting the missing trustee
|
341
|
+
invalid: There was a problem reporting the missing trustee.
|
336
342
|
mark_as_missing: Mark as missing
|
337
|
-
mark_as_missing_description: All the trustees should participate in this process, but if a trustee
|
338
|
-
success: Missing trustee report was successfully sent to the Bulletin Board
|
343
|
+
mark_as_missing_description: All the trustees should participate in this process, but if a trustee cannot take part in the process, you can mark it as missing.
|
344
|
+
success: Missing trustee report was successfully sent to the Bulletin Board.
|
339
345
|
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.
|
340
346
|
title: Tally process
|
341
347
|
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.
|
342
348
|
vote:
|
343
349
|
errors:
|
344
350
|
time_after: The election is still ongoing. You have to wait until the ending time (%{end_time}) to end the voting period.
|
345
|
-
invalid: There was a problem ending the voting period
|
351
|
+
invalid: There was a problem ending the voting period.
|
346
352
|
requirements:
|
347
353
|
time_after: The election has ended. You can end the voting period manually, or it will be ended automatically in a few minutes.
|
348
354
|
submit: End voting period
|
349
|
-
success: End voting period request was successfully sent to the Bulletin Board
|
355
|
+
success: End voting period request was successfully sent to the Bulletin Board.
|
350
356
|
title: Vote period
|
351
357
|
vote_ended:
|
352
|
-
invalid: There was a problem starting the tally
|
358
|
+
invalid: There was a problem starting the tally.
|
353
359
|
submit: Start tally
|
354
|
-
success: Start tally request was successfully sent to the Bulletin Board
|
360
|
+
success: Start tally request was successfully sent to the Bulletin Board.
|
355
361
|
text: Vote has ended. You can start the tally now.
|
356
362
|
title: Vote period ended
|
357
363
|
vote_stats:
|
@@ -364,12 +370,12 @@ en:
|
|
364
370
|
disable: Disable
|
365
371
|
enable: Consider
|
366
372
|
create:
|
367
|
-
exists: Trustee exists for this participatory space
|
368
|
-
invalid: There was a problem creating a trustee
|
369
|
-
success: Trustee successfully created
|
373
|
+
exists: Trustee exists for this participatory space.
|
374
|
+
invalid: There was a problem creating a trustee.
|
375
|
+
success: Trustee successfully created.
|
370
376
|
delete:
|
371
|
-
invalid: There was a problem removing this trustee
|
372
|
-
success: Trustee successfully removed
|
377
|
+
invalid: There was a problem removing this trustee.
|
378
|
+
success: Trustee successfully removed.
|
373
379
|
form:
|
374
380
|
select_user: Select user
|
375
381
|
index:
|
@@ -378,8 +384,8 @@ en:
|
|
378
384
|
create: Create Trustee
|
379
385
|
title: New Trustee
|
380
386
|
update:
|
381
|
-
invalid: There was a problem updating %{trustee} trustee
|
382
|
-
success: Trustee %{trustee} successfully updated
|
387
|
+
invalid: There was a problem updating %{trustee} trustee.
|
388
|
+
success: Trustee %{trustee} successfully updated.
|
383
389
|
admin_log:
|
384
390
|
election:
|
385
391
|
create: "%{user_name} created the election %{resource_name} of %{space_name}"
|
@@ -442,7 +448,6 @@ en:
|
|
442
448
|
key_ceremony_title: Key Ceremony
|
443
449
|
not_available: Not yet available
|
444
450
|
not_created: Not created
|
445
|
-
not_published: Not published
|
446
451
|
not_ready: Not ready
|
447
452
|
not_started: Not started
|
448
453
|
published: Published
|
@@ -457,10 +462,11 @@ en:
|
|
457
462
|
started: The tally process has started.
|
458
463
|
tally_title: Tally process
|
459
464
|
title: Election Log
|
465
|
+
unpublished: Unpublished
|
460
466
|
verifiable_results:
|
461
467
|
checksum: 'File SHA256 checksum:'
|
462
468
|
description:
|
463
|
-
not_ready: The verifiable election file and SHA256 checksum
|
469
|
+
not_ready: The verifiable election file and SHA256 checksum are not available yet. As soon as the results are published, you will be able to verify this election.
|
464
470
|
ready: 'Here, you have the option to verify the election. First, you have to download the file and make sure it has not been corrupted. To do so, run the following command and check that the ouput matches the checksum:'
|
465
471
|
how_to_verify: 'Once you downloaded the file and made sure it is ok, you can proceed to run the universal verifier. Clone <a href=''https://github.com/decidim/decidim-bulletin-board''>this repository</a> and, from the root folder, run the following command:'
|
466
472
|
title: Verify Election results
|
@@ -476,13 +482,7 @@ en:
|
|
476
482
|
all: All
|
477
483
|
date: Date
|
478
484
|
finished: Finished
|
479
|
-
search: Search
|
480
485
|
upcoming: Upcoming
|
481
|
-
filters_small_view:
|
482
|
-
close_modal: Close modal
|
483
|
-
filter: Filter
|
484
|
-
filter_by: Filter by
|
485
|
-
unfold: Unfold
|
486
486
|
preview:
|
487
487
|
available_answers: 'Available answers:'
|
488
488
|
description: 'These are the questions you will find in the voting process:'
|
@@ -501,7 +501,6 @@ en:
|
|
501
501
|
change_vote: Change your vote
|
502
502
|
vote: Start voting
|
503
503
|
vote_again: Vote again
|
504
|
-
back: Available elections
|
505
504
|
callout:
|
506
505
|
already_voted: You have already voted in this election. You can change your vote or verify it.
|
507
506
|
pending_vote: Your vote is being casted on the server.
|
@@ -519,7 +518,7 @@ en:
|
|
519
518
|
feedback:
|
520
519
|
answer:
|
521
520
|
invalid: There was a problem submitting your feedback.
|
522
|
-
spam_detected: There was a problem answering the form. Maybe you
|
521
|
+
spam_detected: There was a problem answering the form. Maybe you have been too quick, can you try again?
|
523
522
|
success: Feedback successfully sent.
|
524
523
|
models:
|
525
524
|
answer:
|
@@ -559,7 +558,6 @@ en:
|
|
559
558
|
backup_modal:
|
560
559
|
description: This election is being created in the Bulletin Board. Is is very important that every Trustee participating in it creates a backup copy of these keys and store them in a safe place. After that, the process continues.
|
561
560
|
download_election_keys: Download keys
|
562
|
-
download_icon: Icon that indicates a download action
|
563
561
|
title: Backup election keys for %{election}
|
564
562
|
key_ceremony_steps:
|
565
563
|
back: Back
|
@@ -574,7 +572,6 @@ en:
|
|
574
572
|
task: Task
|
575
573
|
process_warning: Once the process is started, you should not exit this page until the process ends. It will take several minutes, as all Trustees should be connected to complete it.
|
576
574
|
start: Start
|
577
|
-
start_icon: Icon that indicates a start button to start the election keys generation
|
578
575
|
status:
|
579
576
|
completed: Completed
|
580
577
|
pending: Pending
|
@@ -584,7 +581,6 @@ en:
|
|
584
581
|
description: The Bulletin Board has information from you as a Trustee on this election. To continue the process, first upload the backup file generated during the previous session.
|
585
582
|
title: Restore election keys for %{election}
|
586
583
|
upload_election_keys: Upload election keys
|
587
|
-
upload_icon: Icon that indicates a download action
|
588
584
|
tally_started_steps:
|
589
585
|
back: Back
|
590
586
|
description: The results for this election are being computed in the Bulletin Board. To complete this process, your participitation as a Trustee is needed.
|
@@ -598,15 +594,14 @@ en:
|
|
598
594
|
task: Task
|
599
595
|
process_warning: Once the process is started, you should not exit this page until the process ends. It will take several minutes, as all Trustees should be connected to complete it.
|
600
596
|
start: Start
|
601
|
-
start_icon: Icon that indicates a start button to start the election keys generation
|
602
597
|
status:
|
603
598
|
completed: Completed
|
604
599
|
pending: Pending
|
605
600
|
processing: Processing
|
606
601
|
title: Tally for %{election}
|
607
602
|
update:
|
608
|
-
error: The election status
|
609
|
-
success: 'The election status is: %{status}'
|
603
|
+
error: The election status was not updated.
|
604
|
+
success: 'The election status is: %{status}.'
|
610
605
|
menu:
|
611
606
|
trustee_zone: Trustee zone
|
612
607
|
no_bulletin_board:
|
@@ -632,7 +627,7 @@ en:
|
|
632
627
|
generate_legend: You need to generate an identification pair of keys to participate on elections as a Trustee.
|
633
628
|
generate_legend_1: After pressing the button you should download the file with the generated identification keys.
|
634
629
|
generate_legend_2: Copy the downloaded file to a clean USB device
|
635
|
-
generate_legend_3: Ensure your computer
|
630
|
+
generate_legend_3: Ensure your computer does not have a copy of the file (e.g. check the Downloads and Desktop folders).
|
636
631
|
generate_legend_4: Make another copy of the file on a different external device and store it in a very safe place.
|
637
632
|
submit: Submit
|
638
633
|
submit_legend: After following all the steps explained above, complete the process sending the public identification key to the server.
|
@@ -640,42 +635,40 @@ en:
|
|
640
635
|
title: Trustee identification keys
|
641
636
|
upload: Upload your identification keys
|
642
637
|
upload_error:
|
643
|
-
invalid_format: The uploaded file
|
644
|
-
invalid_key: The identification keys in the uploaded file
|
645
|
-
invalid_public_key: The identification keys in the uploaded file
|
646
|
-
upload_legend: The server has your public identification keys, but your browser still
|
647
|
-
not_supported_browser_description: It looks like you are using a web browser that
|
638
|
+
invalid_format: The uploaded file does not contain any identification key.
|
639
|
+
invalid_key: The identification keys in the uploaded file cannot be loaded.
|
640
|
+
invalid_public_key: The identification keys in the uploaded file does not match the public identification key stored.
|
641
|
+
upload_legend: The server has your public identification keys, but your browser still does not have it. You need to import the file with your identification keys to your computer from the backup you created after generating them.
|
642
|
+
not_supported_browser_description: It looks like you are using a web browser that cannot be used to act as a Trustee. Make sure you are 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.
|
648
643
|
not_supported_browser_title: Upgrade browser to act as a Trustee
|
649
644
|
trustee_role_description: You have been assigned to act as a Trustee in some of the elections celebrated in this platform.
|
650
645
|
update:
|
651
646
|
success: Your identification public key was successfully stored.
|
652
647
|
votes:
|
653
648
|
ballot_decision:
|
654
|
-
audit:
|
649
|
+
audit: Audit ballot
|
655
650
|
back: Start voting process again
|
656
651
|
ballot_hash: 'Your ballot identifier is:'
|
657
652
|
cast: Cast ballot to finish your vote
|
658
|
-
description: Here, you have the options to cast your ballot so that it
|
653
|
+
description: Here, you have the options to cast your ballot so that it is properly counted or, alternatively, you can audit that your ballot was correctly encrypted. For security reasons, auditing your ballot will spoil it. That means, to cast your vote, you will need to restart the voting process.
|
659
654
|
header: 'Ballot is encrypted: cast it or audit it'
|
660
655
|
casting:
|
661
656
|
header: Casting the vote...
|
662
657
|
text: Your ballot is being casted on the ballot box.
|
663
658
|
confirm:
|
664
|
-
answer: Answer
|
665
659
|
answer_number: answer %{number}
|
666
660
|
confirm: Confirm
|
667
661
|
edit: edit
|
668
662
|
header: Confirm your vote
|
669
663
|
intro: Here is a summary of the vote you are about to cast. <br> Please confirm your vote or edit your answers.
|
670
664
|
nota_option: Blank
|
671
|
-
question: Question %{count}
|
672
665
|
confirmed:
|
673
666
|
back: Back to elections
|
674
667
|
experience: How was your experience?
|
675
668
|
feedback: Give us some feedback
|
676
669
|
header: Vote confirmed
|
677
670
|
lead: Your vote has been cast!
|
678
|
-
text: 'You can check that your vote has been successfully added to the ballot box with the following identifier:
|
671
|
+
text: 'You can check that your vote has been successfully added to the ballot box with the following identifier: '
|
679
672
|
verify_link: To check it, copy the identifier and paste it on the <a href="%{link}">vote verification page</a>
|
680
673
|
create:
|
681
674
|
error: There was a problem casting the vote. Please, try again.
|
@@ -688,12 +681,11 @@ en:
|
|
688
681
|
text: Something went wrong, please try it again.
|
689
682
|
try_again: Try again
|
690
683
|
header:
|
691
|
-
ballot_decision: Cast
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
failed: Vote failed
|
684
|
+
ballot_decision: Cast
|
685
|
+
confirm: Confirm
|
686
|
+
election: Election
|
687
|
+
register: Register
|
688
|
+
vote_for: Vote for %{title}
|
697
689
|
messages:
|
698
690
|
invalid_token: Your session in the voting booth is not valid. Try to vote again.
|
699
691
|
not_allowed: You are not allowed to vote on this election at this moment.
|
@@ -706,9 +698,8 @@ en:
|
|
706
698
|
nota_option: Blank/ None of the above
|
707
699
|
preview_alert: This is a preview of the voting booth.
|
708
700
|
question_steps: Question %{current_step} of %{total_steps}
|
709
|
-
selections: "%{selected} of %{max_selections}
|
701
|
+
selections: "%{selected} of %{max_selections} selections"
|
710
702
|
onboarding_modal:
|
711
|
-
close: Close modal
|
712
703
|
create_account: Create Account
|
713
704
|
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.
|
714
705
|
no_account: No, thanks.
|
@@ -731,12 +722,12 @@ en:
|
|
731
722
|
title: Verify your vote
|
732
723
|
success:
|
733
724
|
header: Vote located!
|
734
|
-
info: Your encrypted vote is in the %{link} ballot box
|
725
|
+
info: Your encrypted vote is in the %{link} ballot box.
|
735
726
|
voting_step:
|
736
727
|
back: Back
|
737
728
|
continue: Next
|
738
729
|
warnings:
|
739
|
-
no_elections_warning: No elections match your search criteria or there
|
730
|
+
no_elections_warning: No elections match your search criteria or there is not any election scheduled.
|
740
731
|
no_scheduled_elections_warning: Currently, there are no scheduled elections, but here you can find all the past elections listed.
|
741
732
|
events:
|
742
733
|
elections:
|
@@ -748,18 +739,18 @@ en:
|
|
748
739
|
trustees:
|
749
740
|
new_election:
|
750
741
|
email_intro: You got added as a trustee for the %{resource_title} election.
|
751
|
-
email_outro: You have received this notification because you
|
742
|
+
email_outro: You have received this notification because you have been added as trustee for the %{resource_title} election.
|
752
743
|
email_subject: You are a trustee for the %{resource_title} election..
|
753
744
|
notification_title: You are a trustee for <a href="%{resource_path}">%{resource_title}</a> election.
|
754
745
|
new_trustee:
|
755
746
|
email_intro: An admin has added you as trustee for %{resource_name}. You should create your public key <a href='%{trustee_zone_url}'>in your trustee zone</a>
|
756
|
-
email_outro: You have received this notification because you
|
747
|
+
email_outro: You have received this notification because you have been added as trustee for %{resource_name}.
|
757
748
|
email_subject: You are a trustee for %{resource_name}.
|
758
749
|
notification_title: You are a trustee for <a href="%{participatory_space_url}">%{resource_name}</a>.
|
759
750
|
votes:
|
760
751
|
accepted_votes:
|
761
752
|
email_intro: 'Your vote was accepted! Using your voting token: %{encrypted_vote_hash}, you can verify your vote <a href="%{verify_url}">here</a>.'
|
762
|
-
email_outro: You have received this notification because you
|
753
|
+
email_outro: You have received this notification because you have voted for the %{resource_name} election.
|
763
754
|
email_subject: Your vote for %{resource_name} was accepted.
|
764
755
|
notification_title: 'Your vote was accepted. Verify your vote <a href="%{verify_url}">here</a> using your vote token: %{encrypted_vote_hash}'
|
765
756
|
votings:
|
@@ -780,6 +771,9 @@ en:
|
|
780
771
|
title: What are votings?
|
781
772
|
menu:
|
782
773
|
votings: Votings
|
774
|
+
participatory_spaces:
|
775
|
+
related_elections:
|
776
|
+
see_all: See all elections
|
783
777
|
statistics:
|
784
778
|
elections_count: Elections
|
785
779
|
votings_count: Votings
|
@@ -787,71 +781,63 @@ en:
|
|
787
781
|
admin:
|
788
782
|
ballot_styles:
|
789
783
|
create:
|
790
|
-
error: There was a problem creating this ballot style
|
791
|
-
success: Ballot style successfully created
|
784
|
+
error: There was a problem creating this ballot style.
|
785
|
+
success: Ballot style successfully created.
|
792
786
|
destroy:
|
793
|
-
invalid: There was a problem deleting this ballot style
|
794
|
-
success: Ballot style successfully deleted
|
787
|
+
invalid: There was a problem deleting this ballot style.
|
788
|
+
success: Ballot style successfully deleted.
|
795
789
|
edit:
|
796
790
|
title: Edit ballot style
|
797
791
|
update: Update
|
798
792
|
form:
|
799
|
-
code_help: 'Hint: the code is the link between the census and a ballot style. When uploading the census data, every entry will be assigned a ballot style by matching the code'
|
793
|
+
code_help: 'Hint: the code is the link between the census and a ballot style. When uploading the census data, every entry will be assigned a ballot style by matching the code.'
|
800
794
|
election: Election
|
801
795
|
questions: Questions for this ballot style
|
802
|
-
questions_help: 'Hint: select the questions from the election components to be presented to the voters assigned to this ballot style'
|
796
|
+
questions_help: 'Hint: select the questions from the election components to be presented to the voters assigned to this ballot style.'
|
803
797
|
index:
|
804
798
|
actions:
|
805
799
|
confirm_destroy: Are you sure?
|
806
800
|
destroy: Delete
|
807
801
|
edit: Edit
|
808
|
-
new: New
|
802
|
+
new: New ballot style
|
809
803
|
title: Actions
|
810
804
|
associated_census_data: Associated census entries
|
811
|
-
explanation_callout: A ballot style specifies what questions a voter will be presented in the booth. In a ballot style, you can choose what questions from this voting's election components belong to a ballot. The ballot style code is used to match a voter from the census with the ballot they will be presented in the booth.
|
805
|
+
explanation_callout: A ballot style specifies what questions a voter will be presented in the booth. In a ballot style, you can choose what questions from this voting's election components belong to a ballot. The ballot style code is used to match a voter from the census with the ballot they will be presented in the booth. Do not create any ballot style if you always want to present all the questions.
|
812
806
|
title: Ballot Styles
|
813
807
|
new:
|
814
808
|
create: Create
|
815
809
|
title: Create ballot style
|
816
810
|
update:
|
817
|
-
invalid: There was a problem updating this ballot style
|
818
|
-
success: Ballot style successfully updated
|
811
|
+
invalid: There was a problem updating this ballot style.
|
812
|
+
success: Ballot style successfully updated.
|
819
813
|
content_blocks:
|
814
|
+
attachments_and_folders:
|
815
|
+
name: Voting attachments and folders
|
816
|
+
header:
|
817
|
+
name: Voting header
|
820
818
|
highlighted_votings:
|
821
819
|
max_results: Maximum amount of elements to show
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
name: Voting polling stations
|
841
|
-
stats:
|
842
|
-
name: Voting statistics
|
843
|
-
timeline:
|
844
|
-
name: Voting timeline
|
820
|
+
html_block_1:
|
821
|
+
name: Voting html block 1
|
822
|
+
html_block_2:
|
823
|
+
name: Voting html block 2
|
824
|
+
html_block_3:
|
825
|
+
name: Voting html block 3
|
826
|
+
main_data:
|
827
|
+
name: Title and description
|
828
|
+
metrics:
|
829
|
+
name: Voting metrics
|
830
|
+
polling_stations:
|
831
|
+
name: Voting polling stations
|
832
|
+
related_elections:
|
833
|
+
name: Voting elections
|
834
|
+
stats:
|
835
|
+
name: Voting statistics
|
836
|
+
timeline:
|
837
|
+
name: Voting timeline
|
845
838
|
index:
|
846
|
-
not_published: Unpublished
|
847
839
|
published: Published
|
848
|
-
|
849
|
-
content_blocks:
|
850
|
-
edit:
|
851
|
-
update: Update
|
852
|
-
edit:
|
853
|
-
active_content_blocks: Active content blocks
|
854
|
-
inactive_content_blocks: Inactive content blocks
|
840
|
+
unpublished: Unpublished
|
855
841
|
menu:
|
856
842
|
votings: Votings
|
857
843
|
votings_submenu:
|
@@ -861,7 +847,7 @@ en:
|
|
861
847
|
ballot_styles: Ballot Styles
|
862
848
|
census: Census
|
863
849
|
components: Components
|
864
|
-
info:
|
850
|
+
info: About this voting
|
865
851
|
landing_page: Landing Page
|
866
852
|
monitoring_committee: Monitoring Committee
|
867
853
|
monitoring_committee_election_results: Validate Results
|
@@ -870,33 +856,29 @@ en:
|
|
870
856
|
monitoring_committee_verify_elections: Verify Elections
|
871
857
|
polling_officers: Polling Officers
|
872
858
|
polling_stations: Polling Stations
|
859
|
+
see_voting: See voting
|
873
860
|
models:
|
874
861
|
ballot_style:
|
875
862
|
fields:
|
876
863
|
code: Code
|
877
|
-
name: Ballot Style
|
878
864
|
monitoring_committee_member:
|
879
865
|
fields:
|
880
866
|
email: Email
|
881
867
|
name: Name
|
882
|
-
name: Monitoring Committee Member
|
883
868
|
polling_officer:
|
884
869
|
fields:
|
885
870
|
email: Email
|
886
871
|
name: Name
|
887
872
|
polling_station: Polling station (role)
|
888
|
-
name: Polling Officer
|
889
873
|
polling_station:
|
890
874
|
fields:
|
891
875
|
address: Address
|
892
876
|
polling_station_managers: Managers
|
893
877
|
polling_station_president: President
|
894
878
|
title: Title
|
895
|
-
name: Polling Station
|
896
879
|
voting:
|
897
880
|
fields:
|
898
881
|
created_at: Created at
|
899
|
-
promoted: Highlighted
|
900
882
|
published: Published
|
901
883
|
title: Title
|
902
884
|
monitoring_committee_election_results:
|
@@ -923,16 +905,16 @@ en:
|
|
923
905
|
publish_results: Publish results
|
924
906
|
publishing: Publishing results...
|
925
907
|
update:
|
926
|
-
invalid: There was a problem publishing the results
|
908
|
+
invalid: There was a problem publishing the results.
|
927
909
|
rejected: The publication of the results was rejected by the Bulletin Board. Try again or contact the system administrator.
|
928
|
-
success: The results were successfully published
|
910
|
+
success: The results were successfully published.
|
929
911
|
monitoring_committee_members:
|
930
912
|
create:
|
931
|
-
invalid: There was a problem creating this monitoring committee member
|
932
|
-
success: Monitoring committee member successfully created
|
913
|
+
invalid: There was a problem creating this monitoring committee member.
|
914
|
+
success: Monitoring committee member successfully created.
|
933
915
|
destroy:
|
934
|
-
invalid: There was a problem deleting this monitoring committee member
|
935
|
-
success: Monitoring committee member successfully deleted
|
916
|
+
invalid: There was a problem deleting this monitoring committee member.
|
917
|
+
success: Monitoring committee member successfully deleted.
|
936
918
|
form:
|
937
919
|
existing_user: Existing participant
|
938
920
|
non_user: Invite new participant
|
@@ -964,8 +946,8 @@ en:
|
|
964
946
|
change_polling_station: Back to Polling Stations
|
965
947
|
monitoring_committee_notes: Remarks from the Monitoring Committee
|
966
948
|
validate:
|
967
|
-
error: There was a problem validating the closure
|
968
|
-
success: The closure has been validated correctly
|
949
|
+
error: There was a problem validating the closure.
|
950
|
+
success: The closure has been validated correctly.
|
969
951
|
monitoring_committee_verify_elections:
|
970
952
|
index:
|
971
953
|
download: Download
|
@@ -977,11 +959,11 @@ en:
|
|
977
959
|
title: Elections
|
978
960
|
polling_officers:
|
979
961
|
create:
|
980
|
-
invalid: There was a problem creating this polling officer
|
981
|
-
success: Polling officer successfully created
|
962
|
+
invalid: There was a problem creating this polling officer.
|
963
|
+
success: Polling officer successfully created.
|
982
964
|
destroy:
|
983
|
-
invalid: There was a problem deleting this polling officer
|
984
|
-
success: Polling officer successfully deleted
|
965
|
+
invalid: There was a problem deleting this polling officer.
|
966
|
+
success: Polling officer successfully deleted.
|
985
967
|
form:
|
986
968
|
existing_user: Existing participant
|
987
969
|
non_user: Invite new participant
|
@@ -996,16 +978,14 @@ en:
|
|
996
978
|
title: Create polling officer
|
997
979
|
polling_officers_picker:
|
998
980
|
choose_polling_officers: Choose polling officers
|
999
|
-
|
1000
|
-
more_polling_officers: There are %{number} more polling officers. Refine your search to locate them.
|
1001
|
-
no_polling_officers: No polling officers match your search criteria or there isn't any polling officer.
|
981
|
+
no_polling_officers: No polling officers match your search criteria or there is not any polling officer.
|
1002
982
|
polling_stations:
|
1003
983
|
create:
|
1004
|
-
invalid: There was a problem creating this polling station
|
1005
|
-
success: Polling station successfully created
|
984
|
+
invalid: There was a problem creating this polling station.
|
985
|
+
success: Polling station successfully created.
|
1006
986
|
destroy:
|
1007
|
-
invalid: There was a problem deleting this polling station
|
1008
|
-
success: Polling station successfully deleted
|
987
|
+
invalid: There was a problem deleting this polling station.
|
988
|
+
success: Polling station successfully deleted.
|
1009
989
|
edit:
|
1010
990
|
title: Edit polling station
|
1011
991
|
update: Update polling station
|
@@ -1014,7 +994,7 @@ en:
|
|
1014
994
|
location_help: 'Location: message directed to the voters implying the exact place of the polling station'
|
1015
995
|
location_hints_help: 'Location hints: additional info. Example: the floor of the building where the polling station is located.'
|
1016
996
|
polling_station_managers_help: 'Polling station managers: the officers that will act as polling station managers. Make sure the officers have already been created in Polling Officers and that they are not already assigned to another polling station'
|
1017
|
-
polling_station_president_help: 'Polling station
|
997
|
+
polling_station_president_help: 'Polling station president: the officer that will act as polling station president. Make sure the officer has already been created in Polling Officers and that (s)he is not already assigned to another polling station'
|
1018
998
|
select_president: Select a polling officer as president of the polling station
|
1019
999
|
index:
|
1020
1000
|
title: Polling stations
|
@@ -1022,8 +1002,8 @@ en:
|
|
1022
1002
|
create: Create
|
1023
1003
|
title: Create polling station
|
1024
1004
|
update:
|
1025
|
-
invalid: There was a problem updating this polling station
|
1026
|
-
success: Polling station successfully updated
|
1005
|
+
invalid: There was a problem updating this polling station.
|
1006
|
+
success: Polling station successfully updated.
|
1027
1007
|
titles:
|
1028
1008
|
votings: Votings
|
1029
1009
|
votings:
|
@@ -1031,14 +1011,12 @@ en:
|
|
1031
1011
|
confirm_destroy: Are you sure?
|
1032
1012
|
destroy: Destroy
|
1033
1013
|
new_voting: New Voting Space
|
1034
|
-
publish: Publish
|
1035
|
-
unpublish: Unpublish
|
1036
1014
|
create:
|
1037
|
-
invalid: There was a problem creating this voting
|
1038
|
-
success: Voting successfully created
|
1015
|
+
invalid: There was a problem creating this voting.
|
1016
|
+
success: Voting successfully created.
|
1039
1017
|
edit:
|
1040
|
-
add_election_component: You
|
1041
|
-
assign_missing_officers: There are Polling Stations without President and/or Managers. Please assign them from the Polling stations section
|
1018
|
+
add_election_component: You do not have any election configured for this voting. Please add it in the Components section.
|
1019
|
+
assign_missing_officers: There are Polling Stations without President and/or Managers. Please assign them from the Polling stations section.
|
1042
1020
|
update: Update
|
1043
1021
|
form:
|
1044
1022
|
banner_image: Banner image
|
@@ -1047,9 +1025,9 @@ en:
|
|
1047
1025
|
introductory_image: Introductory image
|
1048
1026
|
promoted: Promoted
|
1049
1027
|
select_a_voting_type: Please select a voting type
|
1050
|
-
show_check_census_help: Whether to show the "Can I vote?" link at the public votings menu
|
1028
|
+
show_check_census_help: Whether to show the "Can I vote?" link at the public votings menu.
|
1051
1029
|
slug: Slug
|
1052
|
-
|
1030
|
+
slug_help_html: '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}'
|
1053
1031
|
title: Title
|
1054
1032
|
voting_type:
|
1055
1033
|
hybrid: Hybrid
|
@@ -1059,13 +1037,9 @@ en:
|
|
1059
1037
|
new:
|
1060
1038
|
create: Create
|
1061
1039
|
title: New Voting
|
1062
|
-
publish:
|
1063
|
-
success: Voting successfully published
|
1064
|
-
unpublish:
|
1065
|
-
success: Voting successfully unpublished
|
1066
1040
|
update:
|
1067
|
-
invalid: There was a problem updating this voting
|
1068
|
-
success: Voting successfully updated
|
1041
|
+
invalid: There was a problem updating this voting.
|
1042
|
+
success: Voting successfully updated.
|
1069
1043
|
admin_log:
|
1070
1044
|
ballot_style:
|
1071
1045
|
create: "%{user_name} created a ballot style with code %{ballot_style_code} in the space %{space_name}"
|
@@ -1094,7 +1068,7 @@ en:
|
|
1094
1068
|
census:
|
1095
1069
|
create:
|
1096
1070
|
invalid: An error occurred uploading the census, please try again later.
|
1097
|
-
invalid_csv_header: The CSV headers are missing or not correct - please read the instructions carefully
|
1071
|
+
invalid_csv_header: The CSV headers are missing or not correct - please read the instructions carefully.
|
1098
1072
|
creating_data:
|
1099
1073
|
info_message: "<strong>Please wait</strong>, processed %{processed_count} of %{raw_count} rows from %{file} file (this may take several minutes)."
|
1100
1074
|
delete:
|
@@ -1102,14 +1076,14 @@ en:
|
|
1102
1076
|
confirm: Deleting all the census data cannot be undone. Are you sure you want to continue?
|
1103
1077
|
destroy:
|
1104
1078
|
error: An error occurred deleting the census, please try again later.
|
1105
|
-
success: Census data deleted
|
1079
|
+
success: Census data deleted.
|
1106
1080
|
export_access_codes:
|
1107
1081
|
button: Export voting Access Codes
|
1108
1082
|
callout: You can now proceed to export the access codes. This can only be done once. Once you launch the exportation, you will receive an email with the instructions to <strong>%{email}</strong>
|
1109
1083
|
confirm: You can only export the access codes once. Make sure you have access to the email account <strong>%{email}</strong>.
|
1110
|
-
file_not_exist: This file does not exist
|
1111
|
-
launch_error: Problem launching the access codes export
|
1112
|
-
launch_success: Access codes export launched. Shortly you will receive an email to %{email}
|
1084
|
+
file_not_exist: This file does not exist.
|
1085
|
+
launch_error: Problem launching the access codes export.
|
1086
|
+
launch_success: Access codes export launched. Shortly you will receive an email to %{email}.
|
1113
1087
|
exporting_access_codes:
|
1114
1088
|
info_message: "<strong>Please wait</strong>, the export is being prepared, you will receive it shortly to %{email} (this may take several minutes)."
|
1115
1089
|
freeze:
|
@@ -1147,8 +1121,7 @@ en:
|
|
1147
1121
|
csv_header_after: Do not include the last field ("%{ballot_style_code_header}") if you do not need ballot styles/conditional questions
|
1148
1122
|
csv_header_before: 'The census file must be a CSV file with the following header:'
|
1149
1123
|
document_types:
|
1150
|
-
|
1151
|
-
nie: NIE
|
1124
|
+
identification_number: Identification number
|
1152
1125
|
passport: Passport
|
1153
1126
|
export_mailer:
|
1154
1127
|
access_codes_export:
|
@@ -1157,20 +1130,14 @@ en:
|
|
1157
1130
|
subject: The export of the voting access codes for %{voting_title} is available
|
1158
1131
|
vote_flow:
|
1159
1132
|
already_voted_in_person: This participant has already voted in person and is not entitled to vote.
|
1160
|
-
datum_not_found: The given data
|
1133
|
+
datum_not_found: The given data does not match any voter.
|
1161
1134
|
content_blocks:
|
1162
1135
|
highlighted_votings:
|
1163
1136
|
name: Highlighted votings
|
1164
1137
|
landing_page:
|
1165
|
-
description:
|
1166
|
-
title: About this voting
|
1167
|
-
metrics:
|
1168
|
-
heading: Metrics
|
1169
1138
|
polling_stations:
|
1170
1139
|
heading: Polling stations
|
1171
1140
|
no_polling_stations: There are no polling stations yet.
|
1172
|
-
timeline:
|
1173
|
-
heading: Timeline
|
1174
1141
|
monitoring_committee_members:
|
1175
1142
|
actions:
|
1176
1143
|
confirm_destroy: Are you sure?
|
@@ -1180,9 +1147,8 @@ en:
|
|
1180
1147
|
pages:
|
1181
1148
|
home:
|
1182
1149
|
highlighted_votings:
|
1183
|
-
|
1184
|
-
|
1185
|
-
votings_button_title: Link to the Votings page displaying all the votings
|
1150
|
+
active_spaces: Active votings
|
1151
|
+
see_all_spaces: See all votings
|
1186
1152
|
polling_officer_zone:
|
1187
1153
|
closures:
|
1188
1154
|
back_to_polling_stations: Back to polling stations
|
@@ -1202,7 +1168,7 @@ en:
|
|
1202
1168
|
info_text: Please introduce the total number of answers for each question.
|
1203
1169
|
modal_ballots_results_count_error:
|
1204
1170
|
close_modal: Close
|
1205
|
-
info_text: The total number of ballots
|
1171
|
+
info_text: The total number of ballots does not match the total number of envelopes. Please review the total of ballots.
|
1206
1172
|
title: Total of ballots do not add up
|
1207
1173
|
save_recount: Save recount
|
1208
1174
|
total_ballots: Total ballots
|
@@ -1215,9 +1181,8 @@ en:
|
|
1215
1181
|
info_text: 'Please introduce the total number of ballots (envelopes) recounted in this Polling Station:'
|
1216
1182
|
modal_ballots_count_error:
|
1217
1183
|
btn_validate_total: Validate total recount of ballots
|
1218
|
-
close_modal: Close
|
1219
1184
|
info_explanation_text: 'Please review the total number of ballots. If the total number is incorrect, you must provide an explanation for the Monitoring Committee:'
|
1220
|
-
info_text: The total number of ballots (envelopes) introduced
|
1185
|
+
info_text: The total number of ballots (envelopes) introduced does not match the record of people that has voted in this Polling Station.
|
1221
1186
|
message_for_monitoring_committee: Message for the Monitoring Committee
|
1222
1187
|
review_recount: Review the recount
|
1223
1188
|
text_area_placeholder: Please type your message
|
@@ -1232,15 +1197,13 @@ en:
|
|
1232
1197
|
info_text: Polling station electoral closure.
|
1233
1198
|
sign:
|
1234
1199
|
cancel: Cancel
|
1235
|
-
check_box: I
|
1236
|
-
close_modal: Close
|
1200
|
+
check_box: I have reviewed this and is the same as the physical electoral closure certificate
|
1237
1201
|
confirm: Ok, continue
|
1238
1202
|
error: An error occurred, please try again.
|
1239
1203
|
heading: Vote recount - Sign closure
|
1240
|
-
info_text: If you continue you can no longer modify any of the information, this action
|
1204
|
+
info_text: If you continue you can no longer modify any of the information, this action cannot be undone.
|
1241
1205
|
submit: Sign the closure
|
1242
1206
|
success: Closure signed successfully.
|
1243
|
-
title: Action can't be undone
|
1244
1207
|
update:
|
1245
1208
|
error: An error occurred updating the closure results, please try again later.
|
1246
1209
|
success: Closure results successfully updated.
|
@@ -1251,7 +1214,7 @@ en:
|
|
1251
1214
|
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.
|
1252
1215
|
complete_voting: Complete voting
|
1253
1216
|
identify_another: Identify another participant
|
1254
|
-
questions_title: 'They
|
1217
|
+
questions_title: 'They are entitled to vote in the following questions:'
|
1255
1218
|
questions_title_voted: 'This participant has already voted online and is entitled to vote in the following questions:'
|
1256
1219
|
voted: The participant has voted
|
1257
1220
|
create:
|
@@ -1307,7 +1270,7 @@ en:
|
|
1307
1270
|
actions:
|
1308
1271
|
confirm_destroy: Are you sure?
|
1309
1272
|
destroy: Delete
|
1310
|
-
new: New
|
1273
|
+
new: New polling officer
|
1311
1274
|
title: Actions
|
1312
1275
|
roles:
|
1313
1276
|
manager: Manager
|
@@ -1328,12 +1291,12 @@ en:
|
|
1328
1291
|
confirm_destroy: Are you sure?
|
1329
1292
|
destroy: Delete
|
1330
1293
|
edit: Edit
|
1331
|
-
new: New
|
1294
|
+
new: New polling station
|
1332
1295
|
title: Actions
|
1333
1296
|
votings:
|
1334
1297
|
access_code_modal:
|
1335
1298
|
email: Send by email to %{email}
|
1336
|
-
info: You need an Access Code to participate. If you
|
1299
|
+
info: You need an Access Code to participate. If you did not get one by postal mail, we can send you a new one.
|
1337
1300
|
no_email: No email available
|
1338
1301
|
no_sms: No phone number available
|
1339
1302
|
sms: Send by SMS to %{sms}
|
@@ -1342,14 +1305,14 @@ en:
|
|
1342
1305
|
check_status: Check status
|
1343
1306
|
description: Here, you have the option to check your census data to know if you have the right to participate in this voting. You should have an access code already but if you lost it, you can ask for it again, when your data is correct.
|
1344
1307
|
error:
|
1345
|
-
info: 'Please try again. If you think the data in the system is incorrect, you can report it here: %{census_contact_information}'
|
1308
|
+
info: 'Please try again. If you think the data in the system is incorrect, you can report it here: %{census_contact_information}.'
|
1346
1309
|
title: The data you have entered are not in the census for this vote
|
1347
1310
|
form_title: 'Fill the following form to check your census data:'
|
1348
1311
|
invalid: There was a problem checking the census.
|
1349
1312
|
success:
|
1350
1313
|
access_link: via email.
|
1351
1314
|
access_link_with_sms: via SMS or email.
|
1352
|
-
info: You should have received your Access Code by postal mail already. In case, you
|
1315
|
+
info: You should have received your Access Code by postal mail already. In case, you do not have it, you can request it here
|
1353
1316
|
title: Your census data is correct!
|
1354
1317
|
title: Can I vote?
|
1355
1318
|
check_fields:
|
@@ -1371,9 +1334,7 @@ en:
|
|
1371
1334
|
one: "%{count} voting"
|
1372
1335
|
other: "%{count} votings"
|
1373
1336
|
elections_log:
|
1374
|
-
bb_status: Election status
|
1375
1337
|
description: The election log will show you all relevant information about each voting. For example, the status of the key ceremony or tally or if results are published already. Click on the election you want the log information about.
|
1376
|
-
election_log: Election Log
|
1377
1338
|
title: Election log
|
1378
1339
|
filters:
|
1379
1340
|
active: Active
|
@@ -1382,11 +1343,6 @@ en:
|
|
1382
1343
|
finished: Finished
|
1383
1344
|
search: Search
|
1384
1345
|
upcoming: Upcoming
|
1385
|
-
filters_small_view:
|
1386
|
-
close_modal: Close modal
|
1387
|
-
filter: Filter
|
1388
|
-
filter_by: Filter by
|
1389
|
-
unfold: Unfold
|
1390
1346
|
index:
|
1391
1347
|
no_votings: No voting matches your search criteria.
|
1392
1348
|
only_finished: Currently, there are no scheduled votings, but here you can find the finished votings listed.
|
@@ -1395,47 +1351,37 @@ en:
|
|
1395
1351
|
access_code: Access code
|
1396
1352
|
access_code_placeholder: Access code
|
1397
1353
|
ask_for_a_new_one: Ask for a new one.
|
1398
|
-
dont_have_access_code:
|
1354
|
+
dont_have_access_code: Do not have an access code?
|
1399
1355
|
form_title: 'Fill the following form to access the voting:'
|
1400
1356
|
start_voting: Start voting
|
1401
|
-
step: Identification
|
1402
1357
|
title: Identify myself with my voting census data
|
1403
|
-
no_census_contact_information: There
|
1358
|
+
no_census_contact_information: There is no contact information yet.
|
1404
1359
|
orders:
|
1405
1360
|
label: 'Sort votings by:'
|
1406
1361
|
random: Random
|
1407
1362
|
recent: Most recent
|
1408
1363
|
send_access_code:
|
1409
|
-
invalid: There was a problem sending the Access Code
|
1410
|
-
success: Your Access Code got send successfully
|
1364
|
+
invalid: There was a problem sending the Access Code.
|
1365
|
+
success: Your Access Code got send successfully.
|
1411
1366
|
show:
|
1412
|
-
|
1367
|
+
title: About this voting
|
1413
1368
|
votings_m:
|
1414
1369
|
badge_name:
|
1415
1370
|
finished: Finished
|
1416
1371
|
ongoing: Ongoing
|
1417
1372
|
upcoming: Upcoming
|
1418
|
-
footer_button_text:
|
1419
|
-
participate: Participate
|
1420
|
-
view: View
|
1421
|
-
vote: Vote
|
1422
1373
|
unspecified: Not specified
|
1423
1374
|
voting_type:
|
1424
1375
|
hybrid: Hybrid
|
1425
1376
|
in_person: In person
|
1426
1377
|
online: Online
|
1427
|
-
voting_types_label: Voting type
|
1428
1378
|
layouts:
|
1429
1379
|
decidim:
|
1430
|
-
election_votes_header:
|
1431
|
-
exit: Exit
|
1432
1380
|
voting_navigation:
|
1433
1381
|
check_census: Can I vote?
|
1434
1382
|
election_log: Election log
|
1435
|
-
voting_menu_item: The voting
|
1436
1383
|
votings:
|
1437
1384
|
index:
|
1438
1385
|
promoted_votings: Highlighted votings
|
1439
1386
|
promoted_voting:
|
1440
|
-
more_info: More info
|
1441
1387
|
vote: Vote
|