decidim-elections 0.27.8 → 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 +157 -211
- 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 +11 -108
- 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/ca.yml
CHANGED
@@ -71,13 +71,13 @@ ca:
|
|
71
71
|
decidim/votings/polling_officer:
|
72
72
|
attributes:
|
73
73
|
presided_polling_station:
|
74
|
-
president_and_manager: El gestor
|
74
|
+
president_and_manager: El gestor electoral ja és president o gestor del punt de votació.
|
75
75
|
voting:
|
76
|
-
different_organization: La votació ha d'estar a la mateixa organització que la
|
76
|
+
different_organization: La votació ha d'estar a la mateixa organització que la participant.
|
77
77
|
decidim/votings/polling_station:
|
78
78
|
attributes:
|
79
79
|
polling_station_president:
|
80
|
-
different_voting:
|
80
|
+
different_voting: L'oficial de votació ha d'estar a la mateixa votació que el punt de votació.
|
81
81
|
models:
|
82
82
|
decidim/elections/answer:
|
83
83
|
one: Resposta
|
@@ -132,8 +132,15 @@ ca:
|
|
132
132
|
validated_eq:
|
133
133
|
label: Validat
|
134
134
|
values:
|
135
|
-
'false':
|
136
|
-
'true':
|
135
|
+
'false': Sense validar
|
136
|
+
'true': Validada
|
137
|
+
voting_publications:
|
138
|
+
create:
|
139
|
+
error: S'ha produït un error en publicar aquesta votació.
|
140
|
+
success: La votació s'ha publicat correctament.
|
141
|
+
destroy:
|
142
|
+
error: Hi ha hagut un problema en despublicar aquesta votació.
|
143
|
+
success: La votació s'ha despublicat correctament.
|
137
144
|
components:
|
138
145
|
elections:
|
139
146
|
actions:
|
@@ -154,7 +161,10 @@ ca:
|
|
154
161
|
manage_answers: Gestionar les respostes
|
155
162
|
manage_questions: Administrar preguntes
|
156
163
|
manage_steps: Administrar les fases
|
157
|
-
|
164
|
+
new_answer: Afegir resposta
|
165
|
+
new_election: Afegir elecció
|
166
|
+
new_question: Afegir pregunta
|
167
|
+
new_trustee: Afegir garant
|
158
168
|
preview: Previsualitzar
|
159
169
|
publish: Publicar
|
160
170
|
title: Accions
|
@@ -162,16 +172,16 @@ ca:
|
|
162
172
|
admin:
|
163
173
|
answers:
|
164
174
|
create:
|
165
|
-
invalid: Hi ha hagut un problema en crear aquesta resposta
|
166
|
-
success: Resposta creada amb èxit
|
175
|
+
invalid: Hi ha hagut un problema en crear aquesta resposta.
|
176
|
+
success: Resposta creada amb èxit.
|
167
177
|
destroy:
|
168
|
-
invalid: Hi ha hagut un problema en esborrar aquesta resposta
|
169
|
-
success: Resposta eliminada amb èxit
|
178
|
+
invalid: Hi ha hagut un problema en esborrar aquesta resposta.
|
179
|
+
success: Resposta eliminada amb èxit.
|
170
180
|
edit:
|
171
181
|
title: Editar resposta
|
172
182
|
update: Actualitzar resposta
|
173
183
|
index:
|
174
|
-
invalid_max_selections: Cal %{missing_answers}
|
184
|
+
invalid_max_selections: Cal %{missing_answers} resposta/es més per a arribar al màxim de seleccions.
|
175
185
|
title: Respostes
|
176
186
|
new:
|
177
187
|
create: Crear resposta
|
@@ -180,25 +190,27 @@ ca:
|
|
180
190
|
select:
|
181
191
|
disable: Deseleccionar resposta
|
182
192
|
enable: Marcar resposta com seleccionada
|
183
|
-
invalid: S'ha produït un error en seleccionar
|
184
|
-
success: Resposta seleccionada correctament
|
193
|
+
invalid: S'ha produït un error en seleccionar aquesta resposta.
|
194
|
+
success: Resposta seleccionada correctament.
|
185
195
|
selected: Seleccionada
|
186
196
|
unselect:
|
187
|
-
invalid: Hi ha hagut un problema en deseleccionar la resposta
|
188
|
-
success: Resposta deseleccionada correctament
|
197
|
+
invalid: Hi ha hagut un problema en deseleccionar la resposta.
|
198
|
+
success: Resposta deseleccionada correctament.
|
189
199
|
update:
|
190
|
-
invalid: Hi ha hagut un problema en actualitzar
|
191
|
-
success: Resposta actualitzada correctament
|
200
|
+
invalid: Hi ha hagut un problema en actualitzar aquesta resposta.
|
201
|
+
success: Resposta actualitzada correctament.
|
192
202
|
elections:
|
193
203
|
create:
|
194
|
-
invalid: S'ha produït un error en crear l'
|
195
|
-
success: L'elecció s'ha creat correctament
|
204
|
+
invalid: S'ha produït un error en crear l'elecció.
|
205
|
+
success: L'elecció s'ha creat correctament.
|
196
206
|
destroy:
|
197
|
-
invalid: S'ha produït un error en eliminar l'
|
198
|
-
success: S'ha eliminat l'elecció correctament
|
207
|
+
invalid: S'ha produït un error en eliminar l'elecció.
|
208
|
+
success: S'ha eliminat l'elecció correctament.
|
199
209
|
edit:
|
200
210
|
title: Editar la votació
|
201
211
|
update: Actualitzar la votació
|
212
|
+
form:
|
213
|
+
organization_time_zone: Comprova que la zona horària és correcta a la configuració de l'organització. La configuració actual és %{time_zone} (%{time}).
|
202
214
|
index:
|
203
215
|
no_bulletin_board: No hi ha cap <a href="https://github.com/decidim/decidim-bulletin-board">servidor de Bulletin Board</a> configurat, el qual és necessari per utilitzar aquest mòdul. Aquesta tasca ha de ser realitzada per la persona administradora del sistema.
|
204
216
|
title: Votacions
|
@@ -210,14 +222,14 @@ ca:
|
|
210
222
|
unpublish:
|
211
223
|
success: La votació s'ha despublicat correctament.
|
212
224
|
update:
|
213
|
-
invalid: S'ha produït un error en actualitzar aquesta
|
214
|
-
success: La votació s'ha actualitzat correctament
|
225
|
+
invalid: S'ha produït un error en actualitzar aquesta votació.
|
226
|
+
success: La votació s'ha actualitzat correctament.
|
215
227
|
exports:
|
216
228
|
elections: Eleccions
|
217
229
|
feedback_form_answers: Feedback de les respostes
|
218
230
|
mailers:
|
219
231
|
trustee_mailer:
|
220
|
-
body: "<p>Hola %{user_name},</p><p>Se t'ha afegit com a garant
|
232
|
+
body: "<p>Hola %{user_name},</p><p>Se t'ha afegit com a garant de %{resource_name}.</p>"
|
221
233
|
subject: Se t'ha afegit com a garant de %{resource_name}
|
222
234
|
trustee_zone: Portant a l'espai de garants
|
223
235
|
menu:
|
@@ -225,16 +237,10 @@ ca:
|
|
225
237
|
models:
|
226
238
|
answer:
|
227
239
|
name: Resposta
|
228
|
-
election:
|
229
|
-
name: Elecció
|
230
|
-
question:
|
231
|
-
name: Pregunta
|
232
|
-
trustee:
|
233
|
-
name: Garant
|
234
240
|
proposals_imports:
|
235
241
|
create:
|
236
|
-
invalid: S'ha produït un error en importar les propostes a respostes
|
237
|
-
success: "S'ha importat amb èxit %{number} propostes a respostes"
|
242
|
+
invalid: S'ha produït un error en importar les propostes a respostes.
|
243
|
+
success: "S'ha importat amb èxit %{number} propostes a respostes."
|
238
244
|
new:
|
239
245
|
create: Importa propostes a respostes
|
240
246
|
no_components: No hi ha cap altre component de propostes en aquest espai participatiu per importar les propostes a respostes.
|
@@ -242,12 +248,12 @@ ca:
|
|
242
248
|
title: Importar propostes
|
243
249
|
questions:
|
244
250
|
create:
|
245
|
-
election_started: L'elecció ja ha començat
|
246
|
-
invalid: S'ha produït un error en crear aquesta pregunta
|
247
|
-
success: S'ha creat
|
251
|
+
election_started: L'elecció ja ha començat.
|
252
|
+
invalid: S'ha produït un error en crear aquesta pregunta.
|
253
|
+
success: S'ha creat una pregunta correctament.
|
248
254
|
destroy:
|
249
|
-
invalid: S'ha produït un error en esborrar aquesta
|
250
|
-
success: S'ha eliminat la pregunta correctament
|
255
|
+
invalid: S'ha produït un error en esborrar aquesta votació.
|
256
|
+
success: S'ha eliminat la pregunta correctament.
|
251
257
|
edit:
|
252
258
|
title: Editar pregunta
|
253
259
|
update: Actualitzar la pregunta
|
@@ -257,8 +263,8 @@ ca:
|
|
257
263
|
create: Crear una pregunta
|
258
264
|
title: Nova pregunta
|
259
265
|
update:
|
260
|
-
invalid: S'ha produït un error en actualitzar aquesta pregunta
|
261
|
-
success: La pregunta s'ha actualitzat correctament
|
266
|
+
invalid: S'ha produït un error en actualitzar aquesta pregunta.
|
267
|
+
success: La pregunta s'ha actualitzat correctament.
|
262
268
|
steps:
|
263
269
|
create_election:
|
264
270
|
census: Cens
|
@@ -291,13 +297,13 @@ ca:
|
|
291
297
|
time_before: La configuració s'està fent <strong>almenys %{hours} hores</strong> abans de que comenci l'elecció.
|
292
298
|
trustees_number: L'espai de participació té <strong>almenys %{number} garants amb clau pública</strong>.
|
293
299
|
submit: Configurar elecció
|
294
|
-
success: L'elecció s'ha enviat
|
300
|
+
success: L'elecció s'ha enviat amb èxit al "Bulletin Board".
|
295
301
|
title: Configurar elecció
|
296
302
|
trustees: Garants de l'elecció
|
297
303
|
created:
|
298
|
-
invalid: S'ha produït un error en començar la cerimònia de claus
|
304
|
+
invalid: S'ha produït un error en començar la cerimònia de claus.
|
299
305
|
submit: Començar la cerimònia de claus
|
300
|
-
success: La sol·licitud per iniciar la cerimònia de claus s'ha enviat correctament al Bulletin Board
|
306
|
+
success: La sol·licitud per iniciar la cerimònia de claus s'ha enviat correctament al "Bulletin Board".
|
301
307
|
title: Elecció creada
|
302
308
|
trustees: Garants
|
303
309
|
key_ceremony:
|
@@ -306,11 +312,11 @@ ca:
|
|
306
312
|
key_ceremony_ended:
|
307
313
|
errors:
|
308
314
|
time_before: L'elecció està llesta per començar. Has d'esperar fins a %{hours} hores abans de l'hora d'inici (%{start_time}) per iniciar el període de votació.
|
309
|
-
invalid: S'ha produït un error en iniciar el període de
|
315
|
+
invalid: S'ha produït un error en iniciar el període de votació.
|
310
316
|
requirements:
|
311
317
|
time_before: L'elecció començarà aviat. Pots iniciar el període de votació manualment, o començarà automàticament abans de l'hora d'inici, a les %{start_time}.
|
312
318
|
submit: Iniciar període de votació
|
313
|
-
success: La sol·licitud per iniciar el període de votació s'ha enviat correctament al Bulletin Board
|
319
|
+
success: La sol·licitud per iniciar el període de votació s'ha enviat correctament al "Bulletin Board".
|
314
320
|
title: A punt per començar
|
315
321
|
processing: Processant...
|
316
322
|
results_published:
|
@@ -328,30 +334,30 @@ ca:
|
|
328
334
|
result: Resultat
|
329
335
|
selected: Seleccionat
|
330
336
|
submit: Publicar resultats
|
331
|
-
success: La sol·licitud per publicar els resultats s'ha enviat correctament al Bulletin Board
|
337
|
+
success: La sol·licitud per publicar els resultats s'ha enviat correctament al "Bulletin Board".
|
332
338
|
title: Resultats calculats
|
333
339
|
tally_started:
|
334
340
|
continue: Continuar
|
335
|
-
invalid: S'ha produït un error en notificar l'absència de la garant
|
341
|
+
invalid: S'ha produït un error en notificar l'absència de la garant.
|
336
342
|
mark_as_missing: Marcar com absent
|
337
343
|
mark_as_missing_description: Totes les garants haurien de participar en aquest procés, però si una garant no en pot prendre part, la pots marcar com a absent.
|
338
|
-
success: La notificació d'absència de la garant ha
|
344
|
+
success: La notificació d'absència de la garant s'ha enviat amb èxit al "Bulletin Board".
|
339
345
|
tally_completion: El procés es completarà quan totes les garants estiguin actives o marcades com a absents. Fan falta com un mínim de %{quorum} garant per a completar el procés.
|
340
346
|
title: Procés de recompte
|
341
347
|
undo_mark_as_missing: Una garant marcada com a absent per error podrà participar abans de la finalització del procés. Pot actuar com de costum i la seva absència serà ignorada.
|
342
348
|
vote:
|
343
349
|
errors:
|
344
350
|
time_after: L'elecció està en curs encara. Has d'esperar fins l'hora de fi (%{end_time}) per finalitzar el període de votació.
|
345
|
-
invalid: S'ha produït un error en finalitzar el període de
|
351
|
+
invalid: S'ha produït un error en finalitzar el període de votació.
|
346
352
|
requirements:
|
347
353
|
time_after: L'elecció s'ha acabat. Pots finalitzar el període de votació manualment, o finalitzarà automàticament en breus instants.
|
348
354
|
submit: Finalitzar període de votació
|
349
|
-
success: La sol·licitud per finalitzar el període de votació s'ha enviat correctament al Bulletin Board
|
355
|
+
success: La sol·licitud per finalitzar el període de votació s'ha enviat correctament al "Bulletin Board".
|
350
356
|
title: Període de votació
|
351
357
|
vote_ended:
|
352
|
-
invalid: S'ha produït un error en començar el recompte
|
358
|
+
invalid: S'ha produït un error en començar el recompte.
|
353
359
|
submit: Començar recompte
|
354
|
-
success: La sol·licitud per iniciar el recompte s'ha enviat correctament al Bulletin Board
|
360
|
+
success: La sol·licitud per iniciar el recompte s'ha enviat correctament al "Bulletin Board".
|
355
361
|
text: La votació ha finalitzat. Pots iniciar el recompte ara.
|
356
362
|
title: Període de votació finalitzat
|
357
363
|
vote_stats:
|
@@ -364,12 +370,12 @@ ca:
|
|
364
370
|
disable: Desactivar
|
365
371
|
enable: Considerar
|
366
372
|
create:
|
367
|
-
exists:
|
368
|
-
invalid: S'ha produït un error en crear
|
369
|
-
success: Garant
|
373
|
+
exists: Existeix garant per aquest espai participatiu.
|
374
|
+
invalid: S'ha produït un error en crear una garant.
|
375
|
+
success: Garant creada correctament.
|
370
376
|
delete:
|
371
|
-
invalid: S'ha produït un error en eliminar
|
372
|
-
success: Garant
|
377
|
+
invalid: S'ha produït un error en eliminar aquesta garant.
|
378
|
+
success: Garant eliminada correctament.
|
373
379
|
form:
|
374
380
|
select_user: Seleccionar usuari
|
375
381
|
index:
|
@@ -378,8 +384,8 @@ ca:
|
|
378
384
|
create: Crear garant
|
379
385
|
title: Nou garant
|
380
386
|
update:
|
381
|
-
invalid: S'ha produït un error en actualitzar
|
382
|
-
success:
|
387
|
+
invalid: S'ha produït un error en actualitzar a %{trustee} com a garant.
|
388
|
+
success: Garant %{trustee} actualitzada correctament.
|
383
389
|
admin_log:
|
384
390
|
election:
|
385
391
|
create: "%{user_name} ha creat l'elecció %{resource_name} a %{space_name}"
|
@@ -441,7 +447,6 @@ ca:
|
|
441
447
|
key_ceremony_title: Cerimònia de claus
|
442
448
|
not_available: Encara no està disponible
|
443
449
|
not_created: No s'ha creat
|
444
|
-
not_published: No publicat
|
445
450
|
not_ready: No preparat
|
446
451
|
not_started: No s'ha iniciat
|
447
452
|
published: Publicat
|
@@ -456,6 +461,7 @@ ca:
|
|
456
461
|
started: El procés de recompte ha començat.
|
457
462
|
tally_title: Procés de recompte
|
458
463
|
title: Registre de l'elecció
|
464
|
+
unpublished: Despublicada
|
459
465
|
verifiable_results:
|
460
466
|
checksum: 'Suma de comprovació SHA256 de l''arxiu:'
|
461
467
|
description:
|
@@ -475,13 +481,7 @@ ca:
|
|
475
481
|
all: Totes
|
476
482
|
date: Data
|
477
483
|
finished: Finalizada
|
478
|
-
search: Cercar
|
479
484
|
upcoming: Properes
|
480
|
-
filters_small_view:
|
481
|
-
close_modal: Tancar el modal
|
482
|
-
filter: Filtrar
|
483
|
-
filter_by: Filtra per
|
484
|
-
unfold: Desplegar
|
485
485
|
preview:
|
486
486
|
available_answers: 'Respostes disponibles:'
|
487
487
|
description: 'Aquestes són les preguntes que trobaràs al procés de votació:'
|
@@ -499,7 +499,6 @@ ca:
|
|
499
499
|
change_vote: Canvia el teu vot
|
500
500
|
vote: Començar a votar
|
501
501
|
vote_again: Votar de nou
|
502
|
-
back: Eleccions disponibles
|
503
502
|
callout:
|
504
503
|
already_voted: Ja has votat en aquesta elecció. Pots canviar el teu vot o verificar-lo.
|
505
504
|
pending_vote: S'està dipositant el vot al servidor.
|
@@ -517,7 +516,7 @@ ca:
|
|
517
516
|
feedback:
|
518
517
|
answer:
|
519
518
|
invalid: S'ha produït un error en enviar els teus comentaris.
|
520
|
-
spam_detected: Hi ha hagut un problema
|
519
|
+
spam_detected: Hi ha hagut un problema responent el formulari. Potser has anat massa ràpid, ho pots tornar a intentar?
|
521
520
|
success: Comentaris enviats amb èxit.
|
522
521
|
models:
|
523
522
|
answer:
|
@@ -557,7 +556,6 @@ ca:
|
|
557
556
|
backup_modal:
|
558
557
|
description: Aquesta elecció s'està creant al Bulletin Board. És molt important que cada garant que hi participa creï una còpia de seguretat d'aquestes claus i les guardi en un lloc segur. Després d'això, el procés continuarà.
|
559
558
|
download_election_keys: Descarregar claus
|
560
|
-
download_icon: Icona que indica una acció de descàrrega
|
561
559
|
title: Còpia de seguretat de les claus per l'elecció %{election}
|
562
560
|
key_ceremony_steps:
|
563
561
|
back: Tornar
|
@@ -572,7 +570,6 @@ ca:
|
|
572
570
|
task: Tasca
|
573
571
|
process_warning: Un cop ha començat el procés, no hauries de sortir d'aquesta pàgina fins que aquest acabi. Trigarà varis minuts, ja que tots els garants han de connectar-se al mateix temps per completar-lo.
|
574
572
|
start: Començar
|
575
|
-
start_icon: Icona que indica un botó d'inici per a la generació de claus d'una elecció
|
576
573
|
status:
|
577
574
|
completed: Completada
|
578
575
|
pending: Pendent
|
@@ -582,7 +579,6 @@ ca:
|
|
582
579
|
description: El Bulletin Board té informació teva com a garant d'aquesta elecció. Per continuar amb el procés, primer puja l'arxiu generat com a còpia de seguretat durant la sessió anterior.
|
583
580
|
title: Restaurar claus per l'elecció %{election}
|
584
581
|
upload_election_keys: Pujar claus de l'elecció
|
585
|
-
upload_icon: Icona que indica una acció de descàrrega
|
586
582
|
tally_started_steps:
|
587
583
|
back: Enrere
|
588
584
|
description: Els resultats d'aquesta elecció s'estan computant al Bulletin Board. Per completar aquest procés, és necessària la teva participació com a garant.
|
@@ -596,7 +592,6 @@ ca:
|
|
596
592
|
task: Tasca
|
597
593
|
process_warning: Un cop ha començat el procés, no hauries de sortir d'aquesta pàgina fins que aquest acabi. Trigarà alguns minuts, ja que totes les garants han de connectar-se al mateix temps per completar-lo.
|
598
594
|
start: Començar
|
599
|
-
start_icon: Icona que indica un botó d'inici per a la generació de claus d'una elecció
|
600
595
|
status:
|
601
596
|
completed: Completat
|
602
597
|
pending: Pendent
|
@@ -604,7 +599,7 @@ ca:
|
|
604
599
|
title: Recompte per %{election}
|
605
600
|
update:
|
606
601
|
error: L'estat de l'elecció no s'havia actualitzat.
|
607
|
-
success: 'L''estat de l''elecció és: %{status}'
|
602
|
+
success: 'L''estat de l''elecció és: %{status}.'
|
608
603
|
menu:
|
609
604
|
trustee_zone: Zona de garants
|
610
605
|
no_bulletin_board:
|
@@ -630,7 +625,7 @@ ca:
|
|
630
625
|
generate_legend: Has de generar un parell de claus d'identificació per participar en les eleccions com a garant.
|
631
626
|
generate_legend_1: Després de prémer el botó has de descarregar l'arxiu amb les claus d'identificació generades.
|
632
627
|
generate_legend_2: Copia l'arxiu descarregat a un dispositiu USB net
|
633
|
-
generate_legend_3: Assegura't
|
628
|
+
generate_legend_3: Assegura't que el teu equip no tingui una còpia de l'arxiu (per exemple, comprova les carpetes de Baixades i d'Escriptori).
|
634
629
|
generate_legend_4: Fes una altra copia de l'arxiu en un dispositiu extern diferent i guarda'l a un lloc molt segur.
|
635
630
|
submit: Enviar
|
636
631
|
submit_legend: Després de seguir tots els passos explicats anteriorment, completa el procés enviant la clau d'identificació pública al servidor.
|
@@ -641,39 +636,37 @@ ca:
|
|
641
636
|
invalid_format: L'arxiu pujat no conté cap clau d'identificació.
|
642
637
|
invalid_key: Les claus d'identificació a l'arxiu pujat no es poden carregar.
|
643
638
|
invalid_public_key: Les claus d'identificació a l'arxiu pujat no coincideixen amb la clau d'identificació pública emmagatzemada.
|
644
|
-
upload_legend:
|
645
|
-
not_supported_browser_description: Sembla que estàs usant un navegador que no pot ser utilitzat per a actuar com a garant. Assegura't que estàs usant la versió més recent del teu navegador, o intenta
|
639
|
+
upload_legend: Al servidor hi consten les teves claus d'identificació públiques, però el teu navegador encara no les té. Cal que importis l'arxiu amb les teves claus d'identificació al teu ordinador des de la còpia de seguretat que has creat després de generar-les.
|
640
|
+
not_supported_browser_description: Sembla que estàs usant un navegador web que no pot ser utilitzat per a actuar com a garant. Assegura't que estàs usant la versió més recent del teu navegador, o intenta fer servir qualsevol altre dels navegadors més populars per a poder completar les teves tasques com a garant.
|
646
641
|
not_supported_browser_title: Actualitza el navegador per a actuar com a garant
|
647
|
-
trustee_role_description:
|
642
|
+
trustee_role_description: Se t'ha assignat com a garant en algunes de les eleccions celebrades en aquesta plataforma.
|
648
643
|
update:
|
649
644
|
success: La teva clau pública d'identificació va ser guardada amb èxit.
|
650
645
|
votes:
|
651
646
|
ballot_decision:
|
652
|
-
audit:
|
647
|
+
audit: ( Auditar papereta )
|
653
648
|
back: Començar de nou el procés de votació
|
654
649
|
ballot_hash: 'L''identificador de la teva papereta és:'
|
655
650
|
cast: Dipositar la papereta per a finalitzar el teu vot
|
656
|
-
description: Aquí tens les opcions per emetre la teva papereta perquè sigui degudament comptada o, alternativament, pots auditar que la teva papereta hagi estat xifrada correctament. Per raons de seguretat, l'auditoria de la teva papereta
|
651
|
+
description: Aquí tens les opcions per emetre la teva papereta perquè sigui degudament comptada o, alternativament, pots auditar que la teva papereta hagi estat xifrada correctament. Per raons de seguretat, l'auditoria de la teva papereta s'invalidarà. Això vol dir, que per a emetre el teu vot hauràs de reiniciar el procés de votació.
|
657
652
|
header: 'La papereta està xifrada: pots dipositar-la o auditar-la'
|
658
653
|
casting:
|
659
654
|
header: El vot s'està dipositant...
|
660
655
|
text: La papereta s'està dipositant a l'urna.
|
661
656
|
confirm:
|
662
|
-
answer: Resposta
|
663
657
|
answer_number: resposta %{number}
|
664
658
|
confirm: Confirmar
|
665
659
|
edit: editar
|
666
660
|
header: Confirmar el teu vot
|
667
661
|
intro: Aquí trobarás un resum del vot que estàs a punt d'emetre. <br> Si us plau, confirma el teu vot o edita les teves respostes.
|
668
662
|
nota_option: En blanc
|
669
|
-
question: Preguntes %{count}
|
670
663
|
confirmed:
|
671
664
|
back: Tornar a les votacions
|
672
665
|
experience: Com valores l'experiència?
|
673
666
|
feedback: Dona'ns la teva opinió
|
674
667
|
header: Vot confirmat
|
675
668
|
lead: El teu vot ha estat emès!
|
676
|
-
text: 'Pots comprovar que el teu vot s''ha afegit correctament a l''urna amb el següent identificador:
|
669
|
+
text: 'Pots comprovar que el teu vot s''ha afegit correctament a l''urna amb el següent identificador: '
|
677
670
|
verify_link: Per comprovar-ho, copia l'identificador i enganxa'l a la <a href="%{link}">pàgina de verificació de vot</a>
|
678
671
|
create:
|
679
672
|
error: Hi ha hagut un problema en emetre el vot. Prova-ho de nou.
|
@@ -686,12 +679,11 @@ ca:
|
|
686
679
|
text: Alguna cosa ha anat malament. Si us plau, torna-ho a provar.
|
687
680
|
try_again: Prova-ho de nou
|
688
681
|
header:
|
689
|
-
ballot_decision:
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
failed: Vot fallit
|
682
|
+
ballot_decision: Emetre
|
683
|
+
confirm: Confirma el teu vot
|
684
|
+
election: Elecció
|
685
|
+
register: Registra't
|
686
|
+
vote_for: Vota per %{title}
|
695
687
|
messages:
|
696
688
|
invalid_token: La sessió de la cabina de votació no és vàlida. Prova de votar de nou.
|
697
689
|
not_allowed: No pots votar en aquesta votació en aquest moment.
|
@@ -706,7 +698,6 @@ ca:
|
|
706
698
|
question_steps: Pregunta %{current_step} de %{total_steps}
|
707
699
|
selections: "Seleccionada <br> %{selected} de %{max_selections}"
|
708
700
|
onboarding_modal:
|
709
|
-
close: Tanca el modal
|
710
701
|
create_account: Crea un compte
|
711
702
|
description: Vols crear un nou compte? Podràs participar als processos i ser part activa de l'organització.
|
712
703
|
no_account: No, gràcies.
|
@@ -729,29 +720,29 @@ ca:
|
|
729
720
|
title: Verifica el teu vot
|
730
721
|
success:
|
731
722
|
header: Vot localitzat!
|
732
|
-
info: El teu vot encriptat es troba a l'urna %{link}
|
723
|
+
info: El teu vot encriptat es troba a l'urna %{link}.
|
733
724
|
voting_step:
|
734
725
|
back: Enrere
|
735
726
|
continue: Següent
|
736
727
|
warnings:
|
737
728
|
no_elections_warning: No hi ha cap votació que coincideixi amb la teva cerca o no n'hi ha cap programada.
|
738
|
-
no_scheduled_elections_warning: Actualment no hi ha votacions programades, però pots veure
|
729
|
+
no_scheduled_elections_warning: Actualment no hi ha votacions programades, però pots veure les anteriors.
|
739
730
|
events:
|
740
731
|
elections:
|
741
732
|
election_published:
|
742
733
|
email_intro: 'La votació %{resource_title} ja està activa a %{participatory_space_title}. Pots veure-la des d''aquesta pàgina:'
|
743
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai
|
734
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
744
735
|
email_subject: La votació %{resource_title} ja està activa a %{participatory_space_title}.
|
745
736
|
notification_title: La votació <a href="%{resource_path}">%{resource_title}</a> a %{participatory_space_title} ja està activa.
|
746
737
|
trustees:
|
747
738
|
new_election:
|
748
739
|
email_intro: Has estat afegit com a garant de l'elecció %{resource_title}.
|
749
|
-
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció
|
740
|
+
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció %{resource_title}.
|
750
741
|
email_subject: Ets un garant de l'elecció %{resource_title}..
|
751
742
|
notification_title: Ets un garant de l'elecció <a href="%{resource_path}">%{resource_title}</a>.
|
752
743
|
new_trustee:
|
753
744
|
email_intro: Una administradora t'ha afegit com a garant de %{resource_name}. Hauries de crear la teva clau pública a la teva <a href='%{trustee_zone_url}'>zona de garants</a>
|
754
|
-
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de
|
745
|
+
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de %{resource_name}.
|
755
746
|
email_subject: Ets garant de %{resource_name}.
|
756
747
|
notification_title: Ets garant de <a href="%{participatory_space_url}">%{resource_name}</a>.
|
757
748
|
votes:
|
@@ -764,7 +755,7 @@ ca:
|
|
764
755
|
polling_officers:
|
765
756
|
polling_station_assigned:
|
766
757
|
email_intro: T'han assignat com %{role} del punt de votació %{polling_station_name} a <a href="%{resource_url}">%{resource_title}</a>. Pots gestionar el punt de votació accedint a la <a href="%{polling_officer_zone_url}">Zona de gestors de mesa</a>.
|
767
|
-
email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de
|
758
|
+
email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de %{polling_station_name}.
|
768
759
|
email_subject: Ets %{role} del punt de votació %{polling_station_name}.
|
769
760
|
notification_title: Ets %{role} del punt de votació %{polling_station_name} a la votació <a href="%{resource_path}">%{resource_title}</a>.
|
770
761
|
send_access_code:
|
@@ -778,6 +769,9 @@ ca:
|
|
778
769
|
title: Què són les votacions?
|
779
770
|
menu:
|
780
771
|
votings: Votacions
|
772
|
+
participatory_spaces:
|
773
|
+
related_elections:
|
774
|
+
see_all: Veure totes les eleccions
|
781
775
|
statistics:
|
782
776
|
elections_count: Eleccions
|
783
777
|
votings_count: Votacions
|
@@ -785,71 +779,63 @@ ca:
|
|
785
779
|
admin:
|
786
780
|
ballot_styles:
|
787
781
|
create:
|
788
|
-
error: Hi ha hagut un error en crear l'estil de papereta
|
789
|
-
success: L'estil de papereta s'ha creat correctament
|
782
|
+
error: Hi ha hagut un error en crear l'estil de papereta.
|
783
|
+
success: L'estil de papereta s'ha creat correctament.
|
790
784
|
destroy:
|
791
|
-
invalid: Hi ha hagut un error en esborrar l'estil de papereta
|
792
|
-
success: S'ha esborrat l'estil de papereta
|
785
|
+
invalid: Hi ha hagut un error en esborrar l'estil de papereta.
|
786
|
+
success: S'ha esborrat correctament l'estil de papereta.
|
793
787
|
edit:
|
794
788
|
title: Editar estil de papereta
|
795
789
|
update: Actualitzar
|
796
790
|
form:
|
797
|
-
code_help: 'Pista: El codi és l''enllaç entre el cens i l''estil de papereta. Quan puges les dades del cens, a cada entrada s''assigna un estil de papereta
|
791
|
+
code_help: 'Pista: El codi és l''enllaç entre el cens i l''estil de papereta. Quan puges les dades del cens, a cada entrada s''assigna un estil de papereta que coincideixi amb el codi.'
|
798
792
|
election: Elecció
|
799
793
|
questions: Preguntes per a l'estil de papereta
|
800
|
-
questions_help: 'Pista:
|
794
|
+
questions_help: 'Pista: selecciona les preguntes en el component d''elecció per presentar-les a les votants assignades a aquest estil de papereta.'
|
801
795
|
index:
|
802
796
|
actions:
|
803
797
|
confirm_destroy: N'estàs segura?
|
804
798
|
destroy: Esborrar
|
805
799
|
edit: Editar
|
806
|
-
new:
|
800
|
+
new: Afegir estil de papereta
|
807
801
|
title: Accions
|
808
802
|
associated_census_data: Entrades del cens associades
|
809
|
-
explanation_callout: Un estil de papereta especifica quines són les preguntes que veuran
|
803
|
+
explanation_callout: Un estil de papereta especifica quines són les preguntes que veuran les votants a la cabina. Així, en aquesta elecció pots escollir-ne quines formaran part de la papereta. El codi d'estil de papereta normalment es fa servir per fer coincidir a una votant del cens amb la papereta que se li ha de mostrar a la cabina. No creïs cap estil de papereta si vols que sempre es mostrin totes les preguntes.
|
810
804
|
title: Estils de papereta
|
811
805
|
new:
|
812
806
|
create: Crear
|
813
807
|
title: Crear un estil de papereta
|
814
808
|
update:
|
815
|
-
invalid: Hi ha hagut un error en actualitzar l'estil de papereta
|
816
|
-
success: L'estil de papereta s'ha actualitzat correctament
|
809
|
+
invalid: Hi ha hagut un error en actualitzar l'estil de papereta.
|
810
|
+
success: L'estil de papereta s'ha actualitzat correctament.
|
817
811
|
content_blocks:
|
812
|
+
attachments_and_folders:
|
813
|
+
name: Arxius i carpetes de la votació
|
814
|
+
header:
|
815
|
+
name: Capçalera de la votació
|
818
816
|
highlighted_votings:
|
819
817
|
max_results: Quantitat màxima d'elements per mostrar
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
name: Punts de votació
|
839
|
-
stats:
|
840
|
-
name: Estadístiques de la votació
|
841
|
-
timeline:
|
842
|
-
name: Calendari de la votació
|
818
|
+
html_block_1:
|
819
|
+
name: Bloc html 1 de la votació
|
820
|
+
html_block_2:
|
821
|
+
name: Bloc html 2 de la votació
|
822
|
+
html_block_3:
|
823
|
+
name: Bloc html 3 de la votació
|
824
|
+
main_data:
|
825
|
+
name: Títol i descripció
|
826
|
+
metrics:
|
827
|
+
name: Mètriques de la votació
|
828
|
+
polling_stations:
|
829
|
+
name: Punts de votació
|
830
|
+
related_elections:
|
831
|
+
name: Eleccions
|
832
|
+
stats:
|
833
|
+
name: Estadístiques de la votació
|
834
|
+
timeline:
|
835
|
+
name: Calendari de la votació
|
843
836
|
index:
|
844
|
-
not_published: Despublicada
|
845
837
|
published: Publicada
|
846
|
-
|
847
|
-
content_blocks:
|
848
|
-
edit:
|
849
|
-
update: Actualitzar
|
850
|
-
edit:
|
851
|
-
active_content_blocks: Blocs de contingut actius
|
852
|
-
inactive_content_blocks: Blocs de contingut inactius
|
838
|
+
unpublished: Despublicada
|
853
839
|
menu:
|
854
840
|
votings: Votacions
|
855
841
|
votings_submenu:
|
@@ -859,7 +845,7 @@ ca:
|
|
859
845
|
ballot_styles: Estils de papereta
|
860
846
|
census: Cens
|
861
847
|
components: Components
|
862
|
-
info:
|
848
|
+
info: Sobre aquesta votació
|
863
849
|
landing_page: Pàgina d'inici
|
864
850
|
monitoring_committee: Comitè de seguiment
|
865
851
|
monitoring_committee_election_results: Valida els resultats
|
@@ -868,33 +854,29 @@ ca:
|
|
868
854
|
monitoring_committee_verify_elections: Verificar eleccions
|
869
855
|
polling_officers: Gestors de mesa
|
870
856
|
polling_stations: Punts de votació
|
857
|
+
see_voting: Veure la votació
|
871
858
|
models:
|
872
859
|
ballot_style:
|
873
860
|
fields:
|
874
861
|
code: Codi
|
875
|
-
name: Estil de papereta
|
876
862
|
monitoring_committee_member:
|
877
863
|
fields:
|
878
864
|
email: Correu electrònic
|
879
865
|
name: Nom
|
880
|
-
name: Membre del comitè de seguiment
|
881
866
|
polling_officer:
|
882
867
|
fields:
|
883
868
|
email: Correu electrònic
|
884
869
|
name: Nom
|
885
870
|
polling_station: Punt de votació (rol)
|
886
|
-
name: Gestor de mesa
|
887
871
|
polling_station:
|
888
872
|
fields:
|
889
873
|
address: Adreça
|
890
874
|
polling_station_managers: Administradors
|
891
875
|
polling_station_president: President
|
892
876
|
title: Títol
|
893
|
-
name: Punt de votació
|
894
877
|
voting:
|
895
878
|
fields:
|
896
879
|
created_at: Creada el
|
897
|
-
promoted: Destacada
|
898
880
|
published: Publicada
|
899
881
|
title: Títol
|
900
882
|
monitoring_committee_election_results:
|
@@ -921,16 +903,16 @@ ca:
|
|
921
903
|
publish_results: Publicar resultats
|
922
904
|
publishing: Publicant resultats...
|
923
905
|
update:
|
924
|
-
invalid: Hi ha hagut un problema en publicar els resultats
|
906
|
+
invalid: Hi ha hagut un problema en publicar els resultats.
|
925
907
|
rejected: El Bulletin Board ha rebutjat la publicació dels resultats. Prova-ho de nou, o contacta amb l'administrador del sistema.
|
926
|
-
success:
|
908
|
+
success: Els resultats s'han publicat correctament.
|
927
909
|
monitoring_committee_members:
|
928
910
|
create:
|
929
|
-
invalid: Hi ha hagut un problema en crear
|
930
|
-
success: Membre
|
911
|
+
invalid: Hi ha hagut un problema en crear aquesta membre de la comissió de seguiment.
|
912
|
+
success: Membre de la comissió de seguiment creada amb èxit.
|
931
913
|
destroy:
|
932
|
-
invalid: Hi ha hagut un problema en eliminar
|
933
|
-
success: Membre
|
914
|
+
invalid: Hi ha hagut un problema en eliminar aquesta membre de la comissió de seguiment.
|
915
|
+
success: Membre de la comissió de seguiment eliminada amb èxit.
|
934
916
|
form:
|
935
917
|
existing_user: Participant existent
|
936
918
|
non_user: Convidar una nova participant
|
@@ -962,8 +944,8 @@ ca:
|
|
962
944
|
change_polling_station: Tornar als punts de votació
|
963
945
|
monitoring_committee_notes: Annotacions del Comitè de Seguiment
|
964
946
|
validate:
|
965
|
-
error: Hi ha hagut un problema en validar el tancament
|
966
|
-
success: El tancament s'ha validat correctament
|
947
|
+
error: Hi ha hagut un problema en validar el tancament.
|
948
|
+
success: El tancament s'ha validat correctament.
|
967
949
|
monitoring_committee_verify_elections:
|
968
950
|
index:
|
969
951
|
download: Descarregar
|
@@ -975,11 +957,11 @@ ca:
|
|
975
957
|
title: Eleccions
|
976
958
|
polling_officers:
|
977
959
|
create:
|
978
|
-
invalid: S'ha produït un error en crear
|
979
|
-
success:
|
960
|
+
invalid: S'ha produït un error en crear aquesta oficial de votació.
|
961
|
+
success: Oficial de votació creada amb èxit.
|
980
962
|
destroy:
|
981
|
-
invalid: S'ha produït un error en eliminar
|
982
|
-
success:
|
963
|
+
invalid: S'ha produït un error en eliminar aquesta oficial de votació.
|
964
|
+
success: Oficial de votació eliminada amb èxit.
|
983
965
|
form:
|
984
966
|
existing_user: Participant existent
|
985
967
|
non_user: Convidar una nova participant
|
@@ -994,16 +976,14 @@ ca:
|
|
994
976
|
title: Crear gestor de mesa
|
995
977
|
polling_officers_picker:
|
996
978
|
choose_polling_officers: Escollir gestors de mesa
|
997
|
-
|
998
|
-
more_polling_officers: Hi ha %{number} gestors de mesa més. Refina la teva cerca per localitzar-los.
|
999
|
-
no_polling_officers: No hi ha gestors de mesa que coincideixin amb els teus criteris de cerca o no existeix cap.
|
979
|
+
no_polling_officers: No hi ha gestores de mesa que coincideixin amb els teus criteris de cerca o no existeix cap gestora de mesa.
|
1000
980
|
polling_stations:
|
1001
981
|
create:
|
1002
|
-
invalid: S'ha produït un error en crear aquest punt de
|
1003
|
-
success: Punt de votació creat correctament
|
982
|
+
invalid: S'ha produït un error en crear aquest punt de votació.
|
983
|
+
success: Punt de votació creat correctament.
|
1004
984
|
destroy:
|
1005
|
-
invalid: S'ha produït un error en eliminar aquest punt de
|
1006
|
-
success: Punt de votació eliminat correctament
|
985
|
+
invalid: S'ha produït un error en eliminar aquest punt de votació.
|
986
|
+
success: Punt de votació eliminat correctament.
|
1007
987
|
edit:
|
1008
988
|
title: Editar punt de votació
|
1009
989
|
update: Actualitzar punt de votació
|
@@ -1012,7 +992,7 @@ ca:
|
|
1012
992
|
location_help: 'Ubicació: missatge dirigit als votants amb el lloc exacte del punt de votació'
|
1013
993
|
location_hints_help: 'Detalls d''ubicació: informació addicional. Exemple: la planta de l''edifici on està situat el punt de votació.'
|
1014
994
|
polling_station_managers_help: 'Gestors de mesa: els tècnics que actuaran com a responsables del punt de votació. Assegura''t que han estat creats en Gestors de mesa i que no estan ja assignats a un altre punt de votació'
|
1015
|
-
polling_station_president_help: '
|
995
|
+
polling_station_president_help: 'Presidència de mesa: oficials que faran les funcions de presidència al punt de votació. Assegura''t que estan habilitades com a gestores de mesa i que no estan ja assignades a un altre punt de votació.'
|
1016
996
|
select_president: Selecciona un gestor com a president del punt de votació
|
1017
997
|
index:
|
1018
998
|
title: Punts de votació
|
@@ -1020,8 +1000,8 @@ ca:
|
|
1020
1000
|
create: Crear
|
1021
1001
|
title: Crear punt de votació
|
1022
1002
|
update:
|
1023
|
-
invalid: S'ha produït un error en actualitzar aquest punt de
|
1024
|
-
success: Punt de votació actualitzat correctament
|
1003
|
+
invalid: S'ha produït un error en actualitzar aquest punt de votació.
|
1004
|
+
success: Punt de votació actualitzat correctament.
|
1025
1005
|
titles:
|
1026
1006
|
votings: Votacions
|
1027
1007
|
votings:
|
@@ -1029,14 +1009,12 @@ ca:
|
|
1029
1009
|
confirm_destroy: N'estàs segura?
|
1030
1010
|
destroy: Eliminar
|
1031
1011
|
new_voting: Nou espai de votació
|
1032
|
-
publish: Publicar
|
1033
|
-
unpublish: Despublicar
|
1034
1012
|
create:
|
1035
|
-
invalid: S'ha produït un error en crear aquesta
|
1036
|
-
success: Votació creada correctament
|
1013
|
+
invalid: S'ha produït un error en crear aquesta votació.
|
1014
|
+
success: Votació creada correctament.
|
1037
1015
|
edit:
|
1038
|
-
add_election_component: No tens cap elecció configurada per a aquesta votació. Si us plau, afegeix-la a la secció de components
|
1039
|
-
assign_missing_officers: Hi ha punts de votació sense
|
1016
|
+
add_election_component: No tens cap elecció configurada per a aquesta votació. Si us plau, afegeix-la a la secció de components.
|
1017
|
+
assign_missing_officers: Hi ha punts de votació sense presidència i/o gestores. Si us plau, assigna-les des de la secció de punts de votació.
|
1040
1018
|
update: Actualitzar
|
1041
1019
|
form:
|
1042
1020
|
banner_image: Imatge de capçalera
|
@@ -1045,9 +1023,9 @@ ca:
|
|
1045
1023
|
introductory_image: Imatge de presentació
|
1046
1024
|
promoted: Destacada
|
1047
1025
|
select_a_voting_type: Si us plau selecciona un tipus de votació
|
1048
|
-
show_check_census_help:
|
1026
|
+
show_check_census_help: Especifica si es mostra l'enllaç "Puc votar?" al menú públic de votacions.
|
1049
1027
|
slug: Nom curt d'URL
|
1050
|
-
|
1028
|
+
slug_help_html: 'Els noms curts d''URL s''utilitzen per generar els URL que apunten a aquesta votació. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
|
1051
1029
|
title: Títol
|
1052
1030
|
voting_type:
|
1053
1031
|
hybrid: Híbrida
|
@@ -1057,13 +1035,9 @@ ca:
|
|
1057
1035
|
new:
|
1058
1036
|
create: Crear
|
1059
1037
|
title: Nova votació
|
1060
|
-
publish:
|
1061
|
-
success: La votació s'ha publicat correctament
|
1062
|
-
unpublish:
|
1063
|
-
success: La votació s'ha despublicat correctament
|
1064
1038
|
update:
|
1065
|
-
invalid: S'ha produït un error en actualitzar aquesta
|
1066
|
-
success: La votació s'ha actualitzat correctament
|
1039
|
+
invalid: S'ha produït un error en actualitzar aquesta votació.
|
1040
|
+
success: La votació s'ha actualitzat correctament.
|
1067
1041
|
admin_log:
|
1068
1042
|
ballot_style:
|
1069
1043
|
create: "%{user_name} ha creat un estil de papereta amb codi %{ballot_style_code} a l'espai %{space_name}"
|
@@ -1092,7 +1066,7 @@ ca:
|
|
1092
1066
|
census:
|
1093
1067
|
create:
|
1094
1068
|
invalid: Hi ha hagut un error en pujar el cens, prova-ho de nou més tard.
|
1095
|
-
invalid_csv_header: Les capçaleres al CSV manquen o no
|
1069
|
+
invalid_csv_header: Les capçaleres al CSV manquen o no són correctes. Si us plau, llegeix atentament les instruccions.
|
1096
1070
|
creating_data:
|
1097
1071
|
info_message: "<strong>Si us plau espera</strong>, processades %{processed_count} de %{raw_count} fileres al fitxer de %{file} (això pot trigar alguns minuts)."
|
1098
1072
|
delete:
|
@@ -1100,14 +1074,14 @@ ca:
|
|
1100
1074
|
confirm: L'eliminació del cens no es pot desfer. Segur que vols continuar?
|
1101
1075
|
destroy:
|
1102
1076
|
error: Hi ha hagut un error en esborrar el cens, prova-ho de nou més tard.
|
1103
|
-
success: Dades del cens eliminades
|
1077
|
+
success: Dades del cens eliminades.
|
1104
1078
|
export_access_codes:
|
1105
1079
|
button: Exportar els codis d'accés de la votació
|
1106
1080
|
callout: Ara ja pots exportar els codis d'accés. Això només es pot fer una sola vegada. Tan bon punt comencis amb l'exportació, rebràs un correu electrònic amb les instruccions a <strong>%{email}</strong>
|
1107
1081
|
confirm: Només pots exportar els codis d'accés una sola vegada. Assegura't de poder rebre'ls correctament a l'adreça de correu electrònic <strong>%{email}</strong>.
|
1108
|
-
file_not_exist: Aquest
|
1109
|
-
launch_error: Hi ha hagut un error en
|
1110
|
-
launch_success: S'ha iniciat l'exportació dels codis d'accés.
|
1082
|
+
file_not_exist: Aquest arxiu no existeix.
|
1083
|
+
launch_error: Hi ha hagut un error en iniciar l'exportació els codis d'accés.
|
1084
|
+
launch_success: S'ha iniciat l'exportació dels codis d'accés. Ben aviat rebràs un correu a %{email}.
|
1111
1085
|
exporting_access_codes:
|
1112
1086
|
info_message: "<strong>Si us plau espera</strong>, s'està preparant l'exportació, aviat la rebràs a %{email} (això pot trigar alguns minuts)."
|
1113
1087
|
freeze:
|
@@ -1144,8 +1118,7 @@ ca:
|
|
1144
1118
|
csv_header_after: No incloguis l'últim camp ("%{ballot_style_code_header}") si no necessites preguntes condicionals/estils de papereta
|
1145
1119
|
csv_header_before: 'El fitxer del cens ha de ser un fitxer CSV amb la següent capçalera:'
|
1146
1120
|
document_types:
|
1147
|
-
|
1148
|
-
nie: NIE
|
1121
|
+
identification_number: Número d'identificació
|
1149
1122
|
passport: Passaport
|
1150
1123
|
export_mailer:
|
1151
1124
|
access_codes_export:
|
@@ -1154,20 +1127,14 @@ ca:
|
|
1154
1127
|
subject: L'exportació dels codis d'accés a la votació de %{voting_title} està disponible
|
1155
1128
|
vote_flow:
|
1156
1129
|
already_voted_in_person: La participant ja ha votat de forma presencial i no té dret a vot.
|
1157
|
-
datum_not_found:
|
1130
|
+
datum_not_found: Les dades introduïdes no coincideixen amb cap votant.
|
1158
1131
|
content_blocks:
|
1159
1132
|
highlighted_votings:
|
1160
1133
|
name: Votacions destacades
|
1161
1134
|
landing_page:
|
1162
|
-
description:
|
1163
|
-
title: Quant a aquesta votació
|
1164
|
-
metrics:
|
1165
|
-
heading: Mètriques
|
1166
1135
|
polling_stations:
|
1167
1136
|
heading: Punts de votació
|
1168
1137
|
no_polling_stations: Encara no hi ha cap punt de voració.
|
1169
|
-
timeline:
|
1170
|
-
heading: Línia de temps
|
1171
1138
|
monitoring_committee_members:
|
1172
1139
|
actions:
|
1173
1140
|
confirm_destroy: N'estàs segura?
|
@@ -1177,16 +1144,15 @@ ca:
|
|
1177
1144
|
pages:
|
1178
1145
|
home:
|
1179
1146
|
highlighted_votings:
|
1180
|
-
|
1181
|
-
|
1182
|
-
votings_button_title: Enllaç a la pàgina de Votacions que les mostra totes
|
1147
|
+
active_spaces: Votacions actives
|
1148
|
+
see_all_spaces: Veure totes les votacions
|
1183
1149
|
polling_officer_zone:
|
1184
1150
|
closures:
|
1185
1151
|
back_to_polling_stations: Tornar als punts de votació
|
1186
1152
|
certify:
|
1187
1153
|
add_images: Afegir imatges
|
1188
1154
|
error: S'ha produït un error en adjuntar el certificat. Si us plau, prova de nou.
|
1189
|
-
form_legend: Puja una imatge del
|
1155
|
+
form_legend: Puja una imatge del certificat de tancament electoral
|
1190
1156
|
heading: Recompte de vots - Pujar certificat
|
1191
1157
|
info_text: Si us plau, puja una imatge del certificat de tancament electoral.
|
1192
1158
|
submit: Pujar el certificat
|
@@ -1212,7 +1178,6 @@ ca:
|
|
1212
1178
|
info_text: 'Si us plau, introdueix el nombre total de paperetes (sobres) recomptades en aquest punt de votació:'
|
1213
1179
|
modal_ballots_count_error:
|
1214
1180
|
btn_validate_total: Validar recompte total de paperetes
|
1215
|
-
close_modal: Tancar
|
1216
1181
|
info_explanation_text: 'Si us plau, revisa el nombre total de paperetes. Si el número total és incorrecte, has de proporcionar una explicació per al Comitè de Seguiment:'
|
1217
1182
|
info_text: El nombre total de paperetes (sobres) introduïdes no coincideix amb el registre de persones que han votat en aquest punt de votació.
|
1218
1183
|
message_for_monitoring_committee: Missatge per al Comitè de Seguiment
|
@@ -1230,14 +1195,12 @@ ca:
|
|
1230
1195
|
sign:
|
1231
1196
|
cancel: Cancel·lar
|
1232
1197
|
check_box: Ho he revisat i és idèntic al certificat físic de tancament electoral
|
1233
|
-
close_modal: Tancar
|
1234
1198
|
confirm: D'acord, continuar
|
1235
1199
|
error: Hi ha hagut un error. Si us plau, torna-ho a provar.
|
1236
1200
|
heading: Recompte de vots - Signar el tancament
|
1237
1201
|
info_text: Si continues ja no podràs modificar cap informació, aquesta acció no es pot desfer.
|
1238
1202
|
submit: Signar el tancament
|
1239
1203
|
success: Tancament signat correctament.
|
1240
|
-
title: Aquesta acció no es pot desfer
|
1241
1204
|
update:
|
1242
1205
|
error: S'ha produït un error en actualitzar els resultats del tancament. Intenta-ho de nou més tard.
|
1243
1206
|
success: Resultats de tancament actualitzats correctament.
|
@@ -1248,7 +1211,7 @@ ca:
|
|
1248
1211
|
census_verified_with_online_vote: Aquesta participant ja ha votat en línia. Si vota presencialment, la votació prèvia serà invalidada i aquest serà el seu vot definitiu.
|
1249
1212
|
complete_voting: Completar el vot
|
1250
1213
|
identify_another: Identificar una altra participant
|
1251
|
-
questions_title: '
|
1214
|
+
questions_title: 'Tenen dret a vot a les següents preguntes:'
|
1252
1215
|
questions_title_voted: 'Aquesta participant ja ha votat en línia i té dret a votar a les següents preguntes:'
|
1253
1216
|
voted: La participant ha votat
|
1254
1217
|
create:
|
@@ -1304,7 +1267,7 @@ ca:
|
|
1304
1267
|
actions:
|
1305
1268
|
confirm_destroy: N'estàs segura?
|
1306
1269
|
destroy: Esborrar
|
1307
|
-
new:
|
1270
|
+
new: Afegir gestora de mesa
|
1308
1271
|
title: Accions
|
1309
1272
|
roles:
|
1310
1273
|
manager: Administrador
|
@@ -1325,7 +1288,7 @@ ca:
|
|
1325
1288
|
confirm_destroy: N'estàs segura?
|
1326
1289
|
destroy: Esborrar
|
1327
1290
|
edit: Editar
|
1328
|
-
new:
|
1291
|
+
new: Afegir punt de votació
|
1329
1292
|
title: Accions
|
1330
1293
|
votings:
|
1331
1294
|
access_code_modal:
|
@@ -1339,7 +1302,7 @@ ca:
|
|
1339
1302
|
check_status: Comprovar l'estat
|
1340
1303
|
description: Comprova les dades del cens per saber si tens dret a participar en la votació. Si les dades són correctes, hauries de tenir ja un codi d'accés, però si l'has perdut pots demanar-lo de nou si les teves dades són correctes.
|
1341
1304
|
error:
|
1342
|
-
info: 'Prova de nou, si us plau. Si creus que les dades que tenim al sistema no són correctes, pots avisar-nos a %{census_contact_information}'
|
1305
|
+
info: 'Prova de nou, si us plau. Si creus que les dades que tenim al sistema no són correctes, pots avisar-nos a %{census_contact_information}.'
|
1343
1306
|
title: Les dades que has introduït no es troben al cens d'aquesta votació
|
1344
1307
|
form_title: 'Emplena el formulari següent per comprovar les dades del cens:'
|
1345
1308
|
invalid: Hi ha hagut un problema en comprovar el cens.
|
@@ -1368,9 +1331,7 @@ ca:
|
|
1368
1331
|
one: "%{count} votació"
|
1369
1332
|
other: "%{count} votacions"
|
1370
1333
|
elections_log:
|
1371
|
-
bb_status: Estat de l'elecció
|
1372
1334
|
description: El registre de l'elecció et mostrarà tota la informació rellevant sobre cada votació. Per exemple, l'estat de la cerimònia de claus o el recompte o si els resultats ja estan publicats. Fes clic en l'elecció sobre la qual vols la informació del registre.
|
1373
|
-
election_log: Registre de l'elecció
|
1374
1335
|
title: Registre de l'elecció
|
1375
1336
|
filters:
|
1376
1337
|
active: Actives
|
@@ -1379,11 +1340,6 @@ ca:
|
|
1379
1340
|
finished: Finalitzades
|
1380
1341
|
search: Cercar
|
1381
1342
|
upcoming: Properes
|
1382
|
-
filters_small_view:
|
1383
|
-
close_modal: Tancar finestra
|
1384
|
-
filter: Filtrar
|
1385
|
-
filter_by: Filtrar per
|
1386
|
-
unfold: Desplegar
|
1387
1343
|
index:
|
1388
1344
|
no_votings: Cap votació s'ajusta als vostres criteris de cerca.
|
1389
1345
|
only_finished: Actualment no hi ha votacions programades, però podeu trobar les votacions ja finalitzades.
|
@@ -1395,44 +1351,34 @@ ca:
|
|
1395
1351
|
dont_have_access_code: No tens un codi d'accès?
|
1396
1352
|
form_title: 'Emplena el formulari següent per accedir a la votació:'
|
1397
1353
|
start_voting: Començar a votar
|
1398
|
-
step: Identificació
|
1399
1354
|
title: Vull identificar-me amb les meves dades del cens de la votació
|
1400
|
-
no_census_contact_information: Encara no hi ha cap informació de contacte
|
1355
|
+
no_census_contact_information: Encara no hi ha cap informació de contacte.
|
1401
1356
|
orders:
|
1402
1357
|
label: 'Ordenar votacions per:'
|
1403
1358
|
random: Aleatori
|
1404
1359
|
recent: Més recents
|
1405
1360
|
send_access_code:
|
1406
|
-
invalid: Hi ha hagut un problema en enviar el codi d'
|
1407
|
-
success: El codi d'
|
1361
|
+
invalid: Hi ha hagut un problema en enviar el codi d'accés.
|
1362
|
+
success: El teu codi d'accés s'ha enviat correctament.
|
1408
1363
|
show:
|
1409
|
-
|
1364
|
+
title: Quant a aquesta votació
|
1410
1365
|
votings_m:
|
1411
1366
|
badge_name:
|
1412
1367
|
finished: Finalitzades
|
1413
1368
|
ongoing: En curs
|
1414
1369
|
upcoming: Properes
|
1415
|
-
footer_button_text:
|
1416
|
-
participate: Participa
|
1417
|
-
view: Veure
|
1418
|
-
vote: Votar
|
1419
1370
|
unspecified: Sense especificar
|
1420
1371
|
voting_type:
|
1421
1372
|
hybrid: Híbrida
|
1422
1373
|
in_person: Presencial
|
1423
1374
|
online: En línia
|
1424
|
-
voting_types_label: Tipus de votació
|
1425
1375
|
layouts:
|
1426
1376
|
decidim:
|
1427
|
-
election_votes_header:
|
1428
|
-
exit: Sortir
|
1429
1377
|
voting_navigation:
|
1430
1378
|
check_census: Puc votar?
|
1431
1379
|
election_log: Registre de l'elecció
|
1432
|
-
voting_menu_item: La votació
|
1433
1380
|
votings:
|
1434
1381
|
index:
|
1435
1382
|
promoted_votings: Votacions destacades
|
1436
1383
|
promoted_voting:
|
1437
|
-
more_info: Més informació
|
1438
1384
|
vote: Votar
|