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/ja.yml
CHANGED
@@ -44,7 +44,7 @@ ja:
|
|
44
44
|
show_check_census: '「センサスの確認」ページを表示'
|
45
45
|
start_time: 投票開始
|
46
46
|
title: タイトル
|
47
|
-
voting_type:
|
47
|
+
voting_type: 投票方式
|
48
48
|
errors:
|
49
49
|
models:
|
50
50
|
answer:
|
@@ -71,13 +71,13 @@ ja:
|
|
71
71
|
decidim/votings/polling_officer:
|
72
72
|
attributes:
|
73
73
|
presided_polling_station:
|
74
|
-
president_and_manager:
|
74
|
+
president_and_manager: 投票委員はすでに投票所の責任者/マネージャーです。
|
75
75
|
voting:
|
76
|
-
different_organization:
|
76
|
+
different_organization: 投票は、ユーザーと同じ組織内で行う必要があります。
|
77
77
|
decidim/votings/polling_station:
|
78
78
|
attributes:
|
79
79
|
polling_station_president:
|
80
|
-
different_voting:
|
80
|
+
different_voting: 投票委員は、投票所と同じ投票区内にいる必要があります。
|
81
81
|
models:
|
82
82
|
decidim/elections/answer:
|
83
83
|
other: 回答
|
@@ -123,8 +123,15 @@ ja:
|
|
123
123
|
validated_eq:
|
124
124
|
label: 検証済み
|
125
125
|
values:
|
126
|
-
'false':
|
127
|
-
'true':
|
126
|
+
'false': 未検証
|
127
|
+
'true': 検証済み
|
128
|
+
voting_publications:
|
129
|
+
create:
|
130
|
+
error: この投票の公開中に問題が発生しました。
|
131
|
+
success: 投票を公開しました。
|
132
|
+
destroy:
|
133
|
+
error: 投票を非公開にする際に問題が発生しました。
|
134
|
+
success: 投票を非公開にしました。
|
128
135
|
components:
|
129
136
|
elections:
|
130
137
|
actions:
|
@@ -145,7 +152,10 @@ ja:
|
|
145
152
|
manage_answers: 回答の管理
|
146
153
|
manage_questions: 質問の管理
|
147
154
|
manage_steps: ステップの管理
|
148
|
-
|
155
|
+
new_answer: 新しい回答
|
156
|
+
new_election: 新しい選挙
|
157
|
+
new_question: 新しい質問
|
158
|
+
new_trustee: 新しい受託者
|
149
159
|
preview: プレビュー
|
150
160
|
publish: 公開
|
151
161
|
title: アクション
|
@@ -153,16 +163,16 @@ ja:
|
|
153
163
|
admin:
|
154
164
|
answers:
|
155
165
|
create:
|
156
|
-
invalid:
|
157
|
-
success:
|
166
|
+
invalid: 回答を作成する際に問題がありました。
|
167
|
+
success: 回答を作成しました。
|
158
168
|
destroy:
|
159
|
-
invalid:
|
160
|
-
success:
|
169
|
+
invalid: 回答を削除する際に問題が発生しました。
|
170
|
+
success: 回答を削除しました。
|
161
171
|
edit:
|
162
172
|
title: 回答を編集
|
163
173
|
update: 回答を更新
|
164
174
|
index:
|
165
|
-
invalid_max_selections:
|
175
|
+
invalid_max_selections: 最大選択数に合わせるには、%{missing_answers} 個以上の回答が必要です。
|
166
176
|
title: 回答
|
167
177
|
new:
|
168
178
|
create: 回答を作成
|
@@ -171,25 +181,27 @@ ja:
|
|
171
181
|
select:
|
172
182
|
disable: 回答の選択を解除
|
173
183
|
enable: 回答を選択済みとしてマーク
|
174
|
-
invalid:
|
175
|
-
success:
|
184
|
+
invalid: 回答を選択する際に問題が発生しました。
|
185
|
+
success: 回答を選択しました。
|
176
186
|
selected: 選択済み
|
177
187
|
unselect:
|
178
|
-
invalid:
|
179
|
-
success:
|
188
|
+
invalid: 回答の選択を解除する際に問題が発生しました。
|
189
|
+
success: 選択を解除しました。
|
180
190
|
update:
|
181
|
-
invalid:
|
182
|
-
success:
|
191
|
+
invalid: 回答を更新する際に問題が発生しました。
|
192
|
+
success: 回答を更新しました。
|
183
193
|
elections:
|
184
194
|
create:
|
185
|
-
invalid:
|
186
|
-
success:
|
195
|
+
invalid: 選挙を作る際に問題がありました。
|
196
|
+
success: 選挙を作成しました。
|
187
197
|
destroy:
|
188
|
-
invalid:
|
189
|
-
success:
|
198
|
+
invalid: 選挙を削除する際に問題が発生しました。
|
199
|
+
success: 選挙を削除しました。
|
190
200
|
edit:
|
191
201
|
title: 選挙を編集
|
192
202
|
update: 選挙を更新
|
203
|
+
form:
|
204
|
+
organization_time_zone: 組織のタイムゾーンが正しいことを確認してください。現在の設定は %{time_zone} (%{time}) です。
|
193
205
|
index:
|
194
206
|
no_bulletin_board: <a href="https://github.com/decidim/decidim-bulletin-board">BBS</a> が設定されていませんが、このモジュールを使用するためには必要です。このタスクはシステム管理者が行う必要があります。
|
195
207
|
title: 選挙
|
@@ -201,14 +213,14 @@ ja:
|
|
201
213
|
unpublish:
|
202
214
|
success: 選挙を非公開にしました。
|
203
215
|
update:
|
204
|
-
invalid:
|
205
|
-
success:
|
216
|
+
invalid: 選挙を更新する際に問題が発生しました。
|
217
|
+
success: 選挙を更新しました。
|
206
218
|
exports:
|
207
219
|
elections: 選挙
|
208
220
|
feedback_form_answers: フィードバックフォームの回答
|
209
221
|
mailers:
|
210
222
|
trustee_mailer:
|
211
|
-
body: "<p
|
223
|
+
body: "<p>%{user_name} さん、こんにちは。</p><p>あなたは%{resource_name} の受託者として追加されました。</p>"
|
212
224
|
subject: あなたは %{resource_name} に受託者として追加されました
|
213
225
|
trustee_zone: 私を受託者ゾーンに連れて行ってください
|
214
226
|
menu:
|
@@ -216,16 +228,10 @@ ja:
|
|
216
228
|
models:
|
217
229
|
answer:
|
218
230
|
name: 回答
|
219
|
-
election:
|
220
|
-
name: 選挙
|
221
|
-
question:
|
222
|
-
name: 質問
|
223
|
-
trustee:
|
224
|
-
name: 受託者
|
225
231
|
proposals_imports:
|
226
232
|
create:
|
227
|
-
invalid:
|
228
|
-
success: "%{number}
|
233
|
+
invalid: 提案を回答にインポートする際に問題が発生しました。
|
234
|
+
success: "%{number} 件の提案を回答にインポートしました。"
|
229
235
|
new:
|
230
236
|
create: 提案を回答にインポート
|
231
237
|
no_components: この参加スペースには、回答に提案をインポートするための他の提案コンポーネントはありません。
|
@@ -233,12 +239,12 @@ ja:
|
|
233
239
|
title: 提案のインポート
|
234
240
|
questions:
|
235
241
|
create:
|
236
|
-
election_started:
|
237
|
-
invalid:
|
238
|
-
success:
|
242
|
+
election_started: 選挙はすでに始まっています。
|
243
|
+
invalid: 質問を作成中に問題が発生しました。
|
244
|
+
success: 質問を作成しました。
|
239
245
|
destroy:
|
240
|
-
invalid:
|
241
|
-
success:
|
246
|
+
invalid: 質問を削除する際に問題が発生しました。
|
247
|
+
success: 質問を削除しました。
|
242
248
|
edit:
|
243
249
|
title: 質問を編集
|
244
250
|
update: 質問を更新
|
@@ -248,8 +254,8 @@ ja:
|
|
248
254
|
create: 質問を作成
|
249
255
|
title: 新しい質問
|
250
256
|
update:
|
251
|
-
invalid:
|
252
|
-
success:
|
257
|
+
invalid: 質問の更新中に問題が発生しました。
|
258
|
+
success: 質問を更新しました。
|
253
259
|
steps:
|
254
260
|
create_election:
|
255
261
|
census: センサス
|
@@ -282,13 +288,13 @@ ja:
|
|
282
288
|
time_before: 選挙開始の <strong>少なくとも %{hours} 時間前</strong> までに準備を完了させます。
|
283
289
|
trustees_number: 参加スペースには <strong>少なくとも %{number} 人の公開鍵を持つ受託者</strong>がいます。
|
284
290
|
submit: 選挙を設定
|
285
|
-
success:
|
291
|
+
success: 選挙を掲示板に送信しました。
|
286
292
|
title: 選挙を設定する
|
287
293
|
trustees: 選挙受託者
|
288
294
|
created:
|
289
|
-
invalid:
|
295
|
+
invalid: キーセレモニーを開始する際に問題が発生しました。
|
290
296
|
submit: キーセレモニーを開始
|
291
|
-
success:
|
297
|
+
success: キーセレモニーの開始リクエストを掲示板に送信しました。
|
292
298
|
title: 選挙の作成
|
293
299
|
trustees: 受託者
|
294
300
|
key_ceremony:
|
@@ -297,11 +303,11 @@ ja:
|
|
297
303
|
key_ceremony_ended:
|
298
304
|
errors:
|
299
305
|
time_before: 選挙を開始する準備ができました。投票期間を開始するには、 開始時刻 ( %{start_time}) の%{hours} 時間前まで待つ必要があります。
|
300
|
-
invalid:
|
306
|
+
invalid: 投票期間の開始に問題がありました。
|
301
307
|
requirements:
|
302
308
|
time_before: 選挙はまもなく開始されます。手動で投票期間を開始するか、開始時刻の %{start_time} より前に自動的に開始されます。
|
303
309
|
submit: 投票期間を開始
|
304
|
-
success:
|
310
|
+
success: 投票期間の開始リクエストを掲示板に送信しました。
|
305
311
|
title: 開始準備完了
|
306
312
|
processing: 処理しています...
|
307
313
|
results_published:
|
@@ -319,30 +325,30 @@ ja:
|
|
319
325
|
result: 結果
|
320
326
|
selected: 選択済み
|
321
327
|
submit: 結果を公開
|
322
|
-
success:
|
328
|
+
success: 公開結果リクエストを掲示板に送信しました。
|
323
329
|
title: 計算結果
|
324
330
|
tally_started:
|
325
331
|
continue: 続ける
|
326
|
-
invalid:
|
332
|
+
invalid: 不在の受託者を報告する際に問題が発生しました。
|
327
333
|
mark_as_missing: missing としてマーク
|
328
|
-
mark_as_missing_description:
|
329
|
-
success:
|
334
|
+
mark_as_missing_description: 全ての受託者はこのプロセスに参加する必要がありますが、受託者がプロセスに参加できない場合は、不在としてマークすることができます。
|
335
|
+
success: 不在の受託者の報告は正常に掲示板に送信されました。
|
330
336
|
tally_completion: すべての受託者がアクティブまたは missing とマークされた場合、プロセスは完了します。少なくとも %{quorum} 人の受託者がプロセスを完了する必要があります。
|
331
337
|
title: 集計処理
|
332
338
|
undo_mark_as_missing: 受託者は、プロセスが完了する前に、間違ってmissingとマークされていることができます。 その場合、通常通りに進行することができ、missingのマークは無視されます。
|
333
339
|
vote:
|
334
340
|
errors:
|
335
341
|
time_after: 選挙はまだ進行中です。投票期間を終了するには、終了時間(%{end_time})まで待つ必要があります。
|
336
|
-
invalid:
|
342
|
+
invalid: 投票期間の終了に問題がありました。
|
337
343
|
requirements:
|
338
344
|
time_after: 選挙は終了しました。投票期間を手動で終了するか、数分で自動的に終了します。
|
339
345
|
submit: 投票を終了する
|
340
|
-
success:
|
346
|
+
success: 投票期間終了リクエストは掲示板に正常に送信されました。
|
341
347
|
title: 投票期間
|
342
348
|
vote_ended:
|
343
|
-
invalid:
|
349
|
+
invalid: 集計を開始する際に問題が発生しました。
|
344
350
|
submit: 集計を開始
|
345
|
-
success:
|
351
|
+
success: 集計開始リクエストは掲示板に正常に送信されました。
|
346
352
|
text: 投票が終了しました。今すぐ集計を開始できます。
|
347
353
|
title: 投票期間が終了しました
|
348
354
|
vote_stats:
|
@@ -355,12 +361,12 @@ ja:
|
|
355
361
|
disable: 無効
|
356
362
|
enable: 検討する
|
357
363
|
create:
|
358
|
-
exists:
|
359
|
-
invalid:
|
360
|
-
success:
|
364
|
+
exists: 受託者はこの参加スペースに存在します。
|
365
|
+
invalid: 受託者の作成中に問題が発生しました。
|
366
|
+
success: 受託者の作成に成功しました。
|
361
367
|
delete:
|
362
|
-
invalid:
|
363
|
-
success:
|
368
|
+
invalid: 受託者を削除する際に問題が発生しました。
|
369
|
+
success: 受託者を削除しました。
|
364
370
|
form:
|
365
371
|
select_user: ユーザーを選択
|
366
372
|
index:
|
@@ -369,8 +375,8 @@ ja:
|
|
369
375
|
create: 受託者を作成
|
370
376
|
title: 新しい受託者
|
371
377
|
update:
|
372
|
-
invalid: 受託者 %{trustee}
|
373
|
-
success: 受託者 %{trustee}
|
378
|
+
invalid: 受託者 %{trustee} の更新中に問題が発生しました。
|
379
|
+
success: 受託者 %{trustee} が正常に更新されました。
|
374
380
|
admin_log:
|
375
381
|
election:
|
376
382
|
create: "%{user_name} が %{space_name} の選挙 %{resource_name} を作成しました"
|
@@ -430,7 +436,6 @@ ja:
|
|
430
436
|
key_ceremony_title: キーセレモニー
|
431
437
|
not_available: まだ利用できません
|
432
438
|
not_created: 作成されていません
|
433
|
-
not_published: 公開されていません
|
434
439
|
not_ready: 準備中
|
435
440
|
not_started: 開始前
|
436
441
|
published: 公開済み
|
@@ -445,10 +450,11 @@ ja:
|
|
445
450
|
started: 集計処理が始まりました。
|
446
451
|
tally_title: 集計処理
|
447
452
|
title: 選挙ログ
|
453
|
+
unpublished: 未公開
|
448
454
|
verifiable_results:
|
449
455
|
checksum: 'ファイルのSHA256 チェックサム:'
|
450
456
|
description:
|
451
|
-
not_ready: 検証可能な選挙ファイルとSHA256
|
457
|
+
not_ready: 検証可能な選挙ファイルと SHA256 チェックサムはまだ利用できません。 結果が公表されるとすぐに、あなたはこの選挙を確認することができます。
|
452
458
|
ready: 'ここでは、選挙を検証するためのオプションが用意されています。まず、ファイルをダウンロードし、破損していないことを確認する必要があります。そのためには、次のコマンドを実行し、outputがチェックサムと一致することを確認します。'
|
453
459
|
how_to_verify: 'いったんファイルをダウンロードし問題のないことが確認できたら、ユニバーサルベリファイアの実行に進めます。 <a href=''https://github.com/decidim/decidim-bulletin-board''>このリポジトリ</a> をクローンして、ルートのフォルダにて次のコマンドを実行します:'
|
454
460
|
title: 選挙結果を検証
|
@@ -464,13 +470,7 @@ ja:
|
|
464
470
|
all: 全て
|
465
471
|
date: 日付
|
466
472
|
finished: 完了
|
467
|
-
search: 検索
|
468
473
|
upcoming: 今後の予定
|
469
|
-
filters_small_view:
|
470
|
-
close_modal: ウィンドウを閉じる
|
471
|
-
filter: 絞り込み
|
472
|
-
filter_by: 絞り込み条件
|
473
|
-
unfold: 展開
|
474
474
|
preview:
|
475
475
|
available_answers: '利用可能な回答:'
|
476
476
|
description: 'これらは投票プロセスでの質問内容です。'
|
@@ -487,7 +487,6 @@ ja:
|
|
487
487
|
change_vote: 投票の変更
|
488
488
|
vote: 投票の開始
|
489
489
|
vote_again: 再投票
|
490
|
-
back: 利用可能な選挙
|
491
490
|
callout:
|
492
491
|
already_voted: すでにこの選挙に投票しました。投票の変更と確認ができます。
|
493
492
|
pending_vote: あなたの投票はサーバー上で行われています。
|
@@ -505,7 +504,7 @@ ja:
|
|
505
504
|
feedback:
|
506
505
|
answer:
|
507
506
|
invalid: フィードバックの送信中に問題が発生しました。
|
508
|
-
spam_detected:
|
507
|
+
spam_detected: フォームに回答する際に問題が発生しました。もう一度やり直していただけますか?
|
509
508
|
success: フィードバックを送信しました
|
510
509
|
models:
|
511
510
|
answer:
|
@@ -545,7 +544,6 @@ ja:
|
|
545
544
|
backup_modal:
|
546
545
|
description: この選挙は、掲示板で作成されています。 それに参加しているすべての受託者がこれらのキーのバックアップコピーを作成し、安全な場所に保存することが非常に重要です。 その後、処理が続行されます。
|
547
546
|
download_election_keys: ダウンロードキー
|
548
|
-
download_icon: ダウンロードアクションを示すアイコン
|
549
547
|
title: '%{election} のバックアップ選挙キー'
|
550
548
|
key_ceremony_steps:
|
551
549
|
back: 戻る
|
@@ -560,7 +558,6 @@ ja:
|
|
560
558
|
task: タスク
|
561
559
|
process_warning: プロセスが開始された後は、プロセスが終了するまでこのページを終了しないでください。 すべての受託者が連結され完了されるまで、数分かかることがあります。
|
562
560
|
start: 開始
|
563
|
-
start_icon: アイコンは、選挙キーの生成を開始するための開始ボタンを示します
|
564
561
|
status:
|
565
562
|
completed: 完了
|
566
563
|
pending: 保留中
|
@@ -570,7 +567,6 @@ ja:
|
|
570
567
|
description: 掲示板には、今回の選挙の受託者としての情報が掲載されます。 処理を続行するには、最初に前回のセッションで生成されたバックアップファイルをアップロードします。
|
571
568
|
title: '%{election} の選挙用キーを復元'
|
572
569
|
upload_election_keys: 選挙用キーをアップロード
|
573
|
-
upload_icon: ダウンロードアクションを示すアイコン
|
574
570
|
tally_started_steps:
|
575
571
|
back: 戻る
|
576
572
|
description: この選挙の結果は、掲示板上で計算されます。この処理を完了するには、受託者として参加すること必要があります。
|
@@ -584,15 +580,14 @@ ja:
|
|
584
580
|
task: タスク
|
585
581
|
process_warning: 処理が開始された後は、処理が終了するまでこのページを閉じないでください。 すべての受託者が接続し完了するまで、しばらくかかることがあります。
|
586
582
|
start: 開始
|
587
|
-
start_icon: アイコンは、選挙キーの生成を開始するための開始ボタンを示します
|
588
583
|
status:
|
589
584
|
completed: 完了
|
590
585
|
pending: 保留
|
591
586
|
processing: 処理中
|
592
587
|
title: '%{election} の合計'
|
593
588
|
update:
|
594
|
-
error:
|
595
|
-
success: '
|
589
|
+
error: 選挙ステータスは更新されませんでした。
|
590
|
+
success: '選挙ステータスは %{status} です。'
|
596
591
|
menu:
|
597
592
|
trustee_zone: Trusteeゾーン
|
598
593
|
no_bulletin_board:
|
@@ -618,7 +613,7 @@ ja:
|
|
618
613
|
generate_legend: あなたは、受託者として選挙に参加するために識別キーのペアを生成する必要があります。
|
619
614
|
generate_legend_1: ボタンを押すと、生成された識別キーを含むファイルがダウンロードされます。
|
620
615
|
generate_legend_2: ダウンロードしたファイルをクリーンなUSBデバイスにコピーします
|
621
|
-
generate_legend_3: コンピュータにファイルのコピーがないことを確認してください(
|
616
|
+
generate_legend_3: 'コンピュータにファイルのコピーがないことを確認してください (例: ダウンロードフォルダとデスクトップフォルダを確認してください)。'
|
622
617
|
generate_legend_4: 異なる外部デバイスにファイルの別のコピーを作成し、非常に安全な場所に保存します。
|
623
618
|
submit: 送信
|
624
619
|
submit_legend: 上記のすべての手順に従えば、公開識別キーをサーバーに送信するプロセスは完了になります。
|
@@ -627,41 +622,39 @@ ja:
|
|
627
622
|
upload: 識別キーをアップロード
|
628
623
|
upload_error:
|
629
624
|
invalid_format: アップロードされたファイルには識別キーが含まれていません。
|
630
|
-
invalid_key:
|
631
|
-
invalid_public_key:
|
632
|
-
upload_legend:
|
633
|
-
not_supported_browser_description:
|
625
|
+
invalid_key: アップロードされたファイルの識別キーが読み込めません。
|
626
|
+
invalid_public_key: アップロードされたファイルの識別キーが公開識別キーと一致しません。
|
627
|
+
upload_legend: サーバーには公開識別キーがありますが、ブラウザにはまだ公開識別キーがありません。 生成後に作成したバックアップから、識別キーのあるファイルをコンピュータにインポートする必要があります。
|
628
|
+
not_supported_browser_description: お使いのWebブラウザでは受託者の業務を行うことができません。ブラウザの最新バージョンを使用していることを確認するか、もっと一般的なブラウザのいずれかを使用して、受託者タスクを完了できるようにしてください。
|
634
629
|
not_supported_browser_title: ブラウザをアップグレードして受託者として行動する
|
635
|
-
trustee_role_description:
|
630
|
+
trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者を務めることになっています。
|
636
631
|
update:
|
637
632
|
success: 公開識別キーを保存しました。
|
638
633
|
votes:
|
639
634
|
ballot_decision:
|
640
|
-
audit:
|
635
|
+
audit: (監査投票)
|
641
636
|
back: 投票プロセスを再度開始
|
642
637
|
ballot_hash: '投票用紙の識別子:'
|
643
638
|
cast: 投票を完了するには投票を行ってください
|
644
|
-
description:
|
639
|
+
description: ここでは、あなたの投票が適切にカウントされるように投票を行うオプションがあります。また、代替案として、あなたの投票が正しく暗号化されたかを確認することができます。セキュリティ上の理由から、投票を確認することでその投票は無効になります。つまり、投票を行うためには投票プロセスを再度始める必要があります。
|
645
640
|
header: '投票は暗号化されています:キャストまたは監査されます'
|
646
641
|
casting:
|
647
642
|
header: 投票中…
|
648
643
|
text: あなたの投票は投票箱に投じられています。
|
649
644
|
confirm:
|
650
|
-
answer: 回答
|
651
645
|
answer_number: 回答 %{number}
|
652
646
|
confirm: 確定
|
653
647
|
edit: 編集
|
654
648
|
header: 投票を確定
|
655
649
|
intro: あなたが投じようとしている投票の概要です。 <br> 投票を確定するか、回答を編集してください。
|
656
650
|
nota_option: 空白
|
657
|
-
question: 質問 %{count}
|
658
651
|
confirmed:
|
659
652
|
back: 選挙に戻る
|
660
653
|
experience: ご利用いただき、どう思われますか?
|
661
654
|
feedback: フィードバックを送る
|
662
655
|
header: 投票が確定されました
|
663
656
|
lead: あなたの投票が行われました!
|
664
|
-
text: '
|
657
|
+
text: '投票が投票箱に追加されたことを、次の識別子で確認できます: <strong class="evote__poll-id">%{e_vote_poll_id}</strong> '
|
665
658
|
verify_link: 確認するには、識別子をコピーして <a href="%{link}">投票検証ページ</a> に貼り付けます
|
666
659
|
create:
|
667
660
|
error: 投票を行う際に問題が発生しました。もう一度やり直してください。
|
@@ -675,11 +668,10 @@ ja:
|
|
675
668
|
try_again: 再実行
|
676
669
|
header:
|
677
670
|
ballot_decision: 投票を行うか監査する
|
678
|
-
casting: 投票の実行中
|
679
671
|
confirm: 投票を確定
|
680
|
-
|
681
|
-
|
682
|
-
|
672
|
+
election: 選挙
|
673
|
+
register: 登録
|
674
|
+
vote_for: '%{title} に投票'
|
683
675
|
messages:
|
684
676
|
invalid_token: 投票ブースでのセッションが無効です。もう一度投票してください。
|
685
677
|
not_allowed: 現在、この選挙に投票することはできません。
|
@@ -694,7 +686,6 @@ ja:
|
|
694
686
|
question_steps: '%{current_step} / %{total_steps} の質問'
|
695
687
|
selections: "%{selected} / %{max_selections}<br> の選択"
|
696
688
|
onboarding_modal:
|
697
|
-
close: 閉じる
|
698
689
|
create_account: アカウントの作成
|
699
690
|
description: プラットフォームに新しいアカウントを作成しますか? プロセスに参加し、組織の積極的な一員になることができます。
|
700
691
|
no_account: いいえ結構です。
|
@@ -717,13 +708,13 @@ ja:
|
|
717
708
|
title: 投票を確認
|
718
709
|
success:
|
719
710
|
header: 投票しました!
|
720
|
-
info:
|
711
|
+
info: 暗号化された投票は、投票箱 %{link} に入っています。
|
721
712
|
voting_step:
|
722
713
|
back: 戻る
|
723
714
|
continue: 次へ
|
724
715
|
warnings:
|
725
|
-
no_elections_warning:
|
726
|
-
no_scheduled_elections_warning:
|
716
|
+
no_elections_warning: 検索条件に一致する選挙がないか、予定されている選挙がありません。
|
717
|
+
no_scheduled_elections_warning: 現在、予定された選挙はありませんが、ここでは記載されているすべての過去の選挙を見つけることができます。
|
727
718
|
events:
|
728
719
|
elections:
|
729
720
|
election_published:
|
@@ -734,12 +725,12 @@ ja:
|
|
734
725
|
trustees:
|
735
726
|
new_election:
|
736
727
|
email_intro: '%{resource_title} 選挙の受託者として追加されました。'
|
737
|
-
email_outro: '%{resource_title}
|
728
|
+
email_outro: '%{resource_title} 選挙の受託者に追加されたため、この通知を受け取りました。'
|
738
729
|
email_subject: あなたは %{resource_title} 選挙の受託者です..
|
739
730
|
notification_title: あなたは <a href="%{resource_path}">%{resource_title}</a> 選挙の受託者です。
|
740
731
|
new_trustee:
|
741
732
|
email_intro: 管理者が %{resource_name} の受託者としてあなたを追加しました。受託者ゾーンで <a href='%{trustee_zone_url}'>公開鍵を作成する必要があります。</a>
|
742
|
-
email_outro: '%{resource_name}
|
733
|
+
email_outro: '%{resource_name} の受託者に追加されたため、この通知を受信しました。'
|
743
734
|
email_subject: あなたは %{resource_name} の受託者です。
|
744
735
|
notification_title: あなたは <a href="%{participatory_space_url}">%{resource_name}</a> の受託者です。
|
745
736
|
votes:
|
@@ -766,6 +757,9 @@ ja:
|
|
766
757
|
title: 投票とは何ですか?
|
767
758
|
menu:
|
768
759
|
votings: 投票
|
760
|
+
participatory_spaces:
|
761
|
+
related_elections:
|
762
|
+
see_all: すべての選挙を見る
|
769
763
|
statistics:
|
770
764
|
elections_count: 選挙
|
771
765
|
votings_count: 投票
|
@@ -773,71 +767,63 @@ ja:
|
|
773
767
|
admin:
|
774
768
|
ballot_styles:
|
775
769
|
create:
|
776
|
-
error:
|
777
|
-
success:
|
770
|
+
error: この投票スタイルの作成に問題がありました。
|
771
|
+
success: 投票スタイルを作成しました。
|
778
772
|
destroy:
|
779
|
-
invalid:
|
780
|
-
success:
|
773
|
+
invalid: この投票スタイルを削除する際に問題が発生しました。
|
774
|
+
success: 投票スタイルを削除しました。
|
781
775
|
edit:
|
782
776
|
title: 投票スタイルを編集
|
783
777
|
update: 更新
|
784
778
|
form:
|
785
|
-
code_help: 'ヒント:
|
779
|
+
code_help: 'ヒント: コードは、センサスと投票スタイルとのリンクです。 センサスデータをアップロードする場合、コードに一致する投票スタイルが各エントリに割り当てられます。'
|
786
780
|
election: 選挙
|
787
781
|
questions: この投票スタイルに関する質問
|
788
|
-
questions_help: 'ヒント:
|
782
|
+
questions_help: 'ヒント: この投票スタイルに割り当てられた投票者用の選挙コンポーネントから質問を選択します。'
|
789
783
|
index:
|
790
784
|
actions:
|
791
785
|
confirm_destroy: 本当に削除してよろしいですか?
|
792
786
|
destroy: 削除
|
793
787
|
edit: 編集
|
794
|
-
new:
|
788
|
+
new: 新しい投票スタイル
|
795
789
|
title: アクション
|
796
790
|
associated_census_data: 関連センサス項目
|
797
|
-
explanation_callout:
|
791
|
+
explanation_callout: 投票者にどのような質問がブースで提示されるかは、投票スタイルで指定します。 投票スタイルでは、投票の構成要素からどの質問が投票に属するかを選択できます。 投票コードは、センサスの投票者とブースで提示される投票用紙を一致させるために使用されます。 すべての質問を常に提示する場合は、投票スタイルを作成しないでください。
|
798
792
|
title: 投票スタイル
|
799
793
|
new:
|
800
794
|
create: 作成
|
801
795
|
title: 投票スタイルを作成
|
802
796
|
update:
|
803
|
-
invalid:
|
804
|
-
success:
|
797
|
+
invalid: この投票スタイルの更新中に問題が発生しました。
|
798
|
+
success: 投票スタイルを更新しました。
|
805
799
|
content_blocks:
|
800
|
+
attachments_and_folders:
|
801
|
+
name: 投票の添付ファイルとフォルダ
|
802
|
+
header:
|
803
|
+
name: 投票ヘッダー
|
806
804
|
highlighted_votings:
|
807
805
|
max_results: 表示する要素の最大量
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
name: 投票所
|
827
|
-
stats:
|
828
|
-
name: 投票の統計
|
829
|
-
timeline:
|
830
|
-
name: 投票のタイムライン
|
806
|
+
html_block_1:
|
807
|
+
name: 投票htmlブロック1
|
808
|
+
html_block_2:
|
809
|
+
name: 投票htmlブロック2
|
810
|
+
html_block_3:
|
811
|
+
name: 投票htmlブロック3
|
812
|
+
main_data:
|
813
|
+
name: タイトルと説明
|
814
|
+
metrics:
|
815
|
+
name: 投票メトリック
|
816
|
+
polling_stations:
|
817
|
+
name: 投票所
|
818
|
+
related_elections:
|
819
|
+
name: 投票する選挙
|
820
|
+
stats:
|
821
|
+
name: 投票の統計
|
822
|
+
timeline:
|
823
|
+
name: 投票のタイムライン
|
831
824
|
index:
|
832
|
-
not_published: 未公開
|
833
825
|
published: 公開済み
|
834
|
-
|
835
|
-
content_blocks:
|
836
|
-
edit:
|
837
|
-
update: 更新
|
838
|
-
edit:
|
839
|
-
active_content_blocks: アクティブコンテンツブロック
|
840
|
-
inactive_content_blocks: 非アクティブコンテンツブロック
|
826
|
+
unpublished: 未公開
|
841
827
|
menu:
|
842
828
|
votings: 投票
|
843
829
|
votings_submenu:
|
@@ -847,7 +833,7 @@ ja:
|
|
847
833
|
ballot_styles: 投票スタイル
|
848
834
|
census: センサス
|
849
835
|
components: コンポーネント
|
850
|
-
info:
|
836
|
+
info: この投票について
|
851
837
|
landing_page: ランディングページ
|
852
838
|
monitoring_committee: 監視委員会
|
853
839
|
monitoring_committee_election_results: 結果を検証する
|
@@ -856,33 +842,29 @@ ja:
|
|
856
842
|
monitoring_committee_verify_elections: 選挙の検証
|
857
843
|
polling_officers: 投票委員
|
858
844
|
polling_stations: 投票所
|
845
|
+
see_voting: 投票を見る
|
859
846
|
models:
|
860
847
|
ballot_style:
|
861
848
|
fields:
|
862
849
|
code: コード
|
863
|
-
name: 投票スタイル
|
864
850
|
monitoring_committee_member:
|
865
851
|
fields:
|
866
852
|
email: Eメールアドレス
|
867
853
|
name: 名前
|
868
|
-
name: 監視委員会のメンバー
|
869
854
|
polling_officer:
|
870
855
|
fields:
|
871
856
|
email: Eメールアドレス
|
872
857
|
name: 名前
|
873
858
|
polling_station: 投票所 (role)
|
874
|
-
name: 投票委員
|
875
859
|
polling_station:
|
876
860
|
fields:
|
877
861
|
address: 住所
|
878
862
|
polling_station_managers: マネージャー
|
879
863
|
polling_station_president: 投票責任者
|
880
864
|
title: タイトル
|
881
|
-
name: 投票所
|
882
865
|
voting:
|
883
866
|
fields:
|
884
867
|
created_at: 作成日時
|
885
|
-
promoted: ハイライト
|
886
868
|
published: 公開済み
|
887
869
|
title: タイトル
|
888
870
|
monitoring_committee_election_results:
|
@@ -909,16 +891,16 @@ ja:
|
|
909
891
|
publish_results: 結果を公開
|
910
892
|
publishing: 結果を公開中...
|
911
893
|
update:
|
912
|
-
invalid:
|
894
|
+
invalid: 結果の公表中に問題が発生しました。
|
913
895
|
rejected: 結果の公開が掲示板によって拒否されました。もう一度試すか、システム管理者に連絡してください。
|
914
|
-
success:
|
896
|
+
success: 結果を公開しました。
|
915
897
|
monitoring_committee_members:
|
916
898
|
create:
|
917
|
-
invalid:
|
918
|
-
success:
|
899
|
+
invalid: 監視委員会のメンバーの作成中に問題が発生しました。
|
900
|
+
success: 監視委員会メンバーを作成しました。
|
919
901
|
destroy:
|
920
|
-
invalid:
|
921
|
-
success:
|
902
|
+
invalid: 監視委員会メンバーの削除中に問題が発生しました。
|
903
|
+
success: 監視委員会のメンバーを削除しました。
|
922
904
|
form:
|
923
905
|
existing_user: 既存の参加者
|
924
906
|
non_user: 新しい参加者を招待
|
@@ -950,8 +932,8 @@ ja:
|
|
950
932
|
change_polling_station: 投票所に戻る
|
951
933
|
monitoring_committee_notes: 監視委員会からの発言
|
952
934
|
validate:
|
953
|
-
error:
|
954
|
-
success:
|
935
|
+
error: 閉鎖のチェック中に問題が発生しました。
|
936
|
+
success: 閉鎖が正しく検証されました。
|
955
937
|
monitoring_committee_verify_elections:
|
956
938
|
index:
|
957
939
|
download: ダウンロード
|
@@ -963,11 +945,11 @@ ja:
|
|
963
945
|
title: 選挙
|
964
946
|
polling_officers:
|
965
947
|
create:
|
966
|
-
invalid:
|
967
|
-
success:
|
948
|
+
invalid: この投票委員の作成中に問題が発生しました。
|
949
|
+
success: 投票委員を作成しました。
|
968
950
|
destroy:
|
969
|
-
invalid:
|
970
|
-
success:
|
951
|
+
invalid: 投票委員の削除中に問題が発生しました。
|
952
|
+
success: 投票委員を削除しました。
|
971
953
|
form:
|
972
954
|
existing_user: 既存の参加者
|
973
955
|
non_user: 新しい参加者を招待
|
@@ -982,16 +964,14 @@ ja:
|
|
982
964
|
title: 投票委員を作成
|
983
965
|
polling_officers_picker:
|
984
966
|
choose_polling_officers: 投票委員を選択してください
|
985
|
-
close: 閉じる
|
986
|
-
more_polling_officers: あと %{number} 人の投票委員がいます。検索を絞り込んで探しましょう。
|
987
967
|
no_polling_officers: 検索条件に一致する投票委員がいないか、または投票委員が存在しません。
|
988
968
|
polling_stations:
|
989
969
|
create:
|
990
|
-
invalid:
|
991
|
-
success:
|
970
|
+
invalid: 投票所を作成する際に問題が発生しました。
|
971
|
+
success: 投票所を作成しました。
|
992
972
|
destroy:
|
993
|
-
invalid:
|
994
|
-
success:
|
973
|
+
invalid: 投票所を削除する際に問題が発生しました。
|
974
|
+
success: 投票所を削除しました。
|
995
975
|
edit:
|
996
976
|
title: 投票所を編集
|
997
977
|
update: 投票所を更新
|
@@ -1000,7 +980,7 @@ ja:
|
|
1000
980
|
location_help: '場所: 投票所の正確な場所を知らせるための投票者向けメッセージ'
|
1001
981
|
location_hints_help: '場所のヒント: 追加情報。例:投票所がある建物のフロア。'
|
1002
982
|
polling_station_managers_help: '投票所管理者: 投票所の管理を行う担当者。担当者がすでに投票委員として作成されていること、および他の投票所に割り当てられていないことを確認してください'
|
1003
|
-
polling_station_president_help: '
|
983
|
+
polling_station_president_help: '投票所の代表者:投票所の代表を務める委員。 委員がすでに投票所に配置されていること、および他の投票所に割り当てられていないことを確認してください'
|
1004
984
|
select_president: 投票所の投票責任者として投票委員を選択してください
|
1005
985
|
index:
|
1006
986
|
title: 投票所
|
@@ -1008,8 +988,8 @@ ja:
|
|
1008
988
|
create: 作成
|
1009
989
|
title: 投票所の作成
|
1010
990
|
update:
|
1011
|
-
invalid:
|
1012
|
-
success:
|
991
|
+
invalid: この投票所の更新中に問題が発生しました。
|
992
|
+
success: 投票所を更新しました。
|
1013
993
|
titles:
|
1014
994
|
votings: 投票
|
1015
995
|
votings:
|
@@ -1017,14 +997,12 @@ ja:
|
|
1017
997
|
confirm_destroy: 本当に削除してよろしいですか?
|
1018
998
|
destroy: 削除
|
1019
999
|
new_voting: 新しい投票スペース
|
1020
|
-
publish: 公開
|
1021
|
-
unpublish: 公開しない
|
1022
1000
|
create:
|
1023
|
-
invalid:
|
1024
|
-
success:
|
1001
|
+
invalid: 投票の作成中に問題が発生しました。
|
1002
|
+
success: 投票を作成しました。
|
1025
1003
|
edit:
|
1026
1004
|
add_election_component: この投票用に設定された選挙がありません。コンポーネントセクションに追加してください。
|
1027
|
-
assign_missing_officers:
|
1005
|
+
assign_missing_officers: 投票所には、責任者やマネージャーがいない場合があります。投票所セクションからそれらを割り当ててください。
|
1028
1006
|
update: 更新
|
1029
1007
|
form:
|
1030
1008
|
banner_image: バナー画像
|
@@ -1033,9 +1011,9 @@ ja:
|
|
1033
1011
|
introductory_image: 導入画像
|
1034
1012
|
promoted: プロモート
|
1035
1013
|
select_a_voting_type: 投票方式を選択してください
|
1036
|
-
show_check_census_help:
|
1014
|
+
show_check_census_help: 公開されている投票メニューに「投票できますか?」リンクを表示するかどうか。
|
1037
1015
|
slug: スラグ
|
1038
|
-
|
1016
|
+
slug_help_html: 'URLスラグは、この投票を指すURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
1039
1017
|
title: タイトル
|
1040
1018
|
voting_type:
|
1041
1019
|
hybrid: ハイブリッド
|
@@ -1045,13 +1023,9 @@ ja:
|
|
1045
1023
|
new:
|
1046
1024
|
create: 作成
|
1047
1025
|
title: 新しい投票
|
1048
|
-
publish:
|
1049
|
-
success: 投票が正常に公開されました
|
1050
|
-
unpublish:
|
1051
|
-
success: 投票を非公開にしました
|
1052
1026
|
update:
|
1053
|
-
invalid:
|
1054
|
-
success:
|
1027
|
+
invalid: 投票の更新中に問題が発生しました。
|
1028
|
+
success: 投票が更新されました。
|
1055
1029
|
admin_log:
|
1056
1030
|
ballot_style:
|
1057
1031
|
create: "%{user_name} がスペース %{space_name} にコード %{ballot_style_code} の投票スタイルを作成しました"
|
@@ -1088,13 +1062,13 @@ ja:
|
|
1088
1062
|
confirm: センサスデータをすべて削除します。元に戻すことはできません。続行してもよろしいですか?
|
1089
1063
|
destroy:
|
1090
1064
|
error: センサスの削除中にエラーが発生しました。後でもう一度お試しください。
|
1091
|
-
success:
|
1065
|
+
success: センサスデータを削除しました。
|
1092
1066
|
export_access_codes:
|
1093
1067
|
button: 投票アクセスコードをエクスポート
|
1094
1068
|
callout: これで、アクセスコードのエクスポートに進むことができます。これは一度だけ行うことができます。 エクスポートを開始すると、指示が記載されたメールが <strong>%{email}</strong> に届きます。
|
1095
1069
|
confirm: アクセスコードは一度だけエクスポートできます。メールアカウント <strong>%{email}</strong> へのアクセス権があることを確認してください.
|
1096
|
-
file_not_exist:
|
1097
|
-
launch_error:
|
1070
|
+
file_not_exist: このファイルは存在しません。
|
1071
|
+
launch_error: アクセスコードのエクスポートを起動する際に問題が発生しました。
|
1098
1072
|
launch_success: アクセスコードのエクスポートが開始されました。まもなく %{email} にメールが届きます。
|
1099
1073
|
exporting_access_codes:
|
1100
1074
|
info_message: "<strong>しばらくお待ち下さい</strong>, エクスポートを準備しており, 間もなく %{email} に送信されます (数分かかる場合があります)"
|
@@ -1132,8 +1106,7 @@ ja:
|
|
1132
1106
|
csv_header_after: 投票スタイル/条件付き質問が必要ない場合は、最後のフィールド ("%{ballot_style_code_header}") を含めないでください
|
1133
1107
|
csv_header_before: 'センサスファイルは次のヘッダを持つCSVファイルでなければなりません:'
|
1134
1108
|
document_types:
|
1135
|
-
|
1136
|
-
nie: NIE
|
1109
|
+
identification_number: 識別番号
|
1137
1110
|
passport: パスポート
|
1138
1111
|
export_mailer:
|
1139
1112
|
access_codes_export:
|
@@ -1142,20 +1115,14 @@ ja:
|
|
1142
1115
|
subject: '%{voting_title} の投票アクセスコードのエクスポートが可能です'
|
1143
1116
|
vote_flow:
|
1144
1117
|
already_voted_in_person: この参加者はすでに対面で投票を行っており、投票権がありません。
|
1145
|
-
datum_not_found:
|
1118
|
+
datum_not_found: 指定されたデータが投票者と一致しません。
|
1146
1119
|
content_blocks:
|
1147
1120
|
highlighted_votings:
|
1148
1121
|
name: 注目の投票
|
1149
1122
|
landing_page:
|
1150
|
-
description:
|
1151
|
-
title: この投票について
|
1152
|
-
metrics:
|
1153
|
-
heading: メトリクス
|
1154
1123
|
polling_stations:
|
1155
1124
|
heading: 投票所
|
1156
1125
|
no_polling_stations: 投票所がまだありません。
|
1157
|
-
timeline:
|
1158
|
-
heading: タイムライン
|
1159
1126
|
monitoring_committee_members:
|
1160
1127
|
actions:
|
1161
1128
|
confirm_destroy: 本当に削除してよろしいですか?
|
@@ -1165,9 +1132,8 @@ ja:
|
|
1165
1132
|
pages:
|
1166
1133
|
home:
|
1167
1134
|
highlighted_votings:
|
1168
|
-
|
1169
|
-
|
1170
|
-
votings_button_title: すべての投票を表示する投票ページへのリンク
|
1135
|
+
active_spaces: 有効な投票
|
1136
|
+
see_all_spaces: すべての投票を表示
|
1171
1137
|
polling_officer_zone:
|
1172
1138
|
closures:
|
1173
1139
|
back_to_polling_stations: 投票所に戻る
|
@@ -1187,7 +1153,7 @@ ja:
|
|
1187
1153
|
info_text: 各質問の回答総数を入力してください。
|
1188
1154
|
modal_ballots_results_count_error:
|
1189
1155
|
close_modal: 閉じる
|
1190
|
-
info_text:
|
1156
|
+
info_text: 投票数が封筒の合計数と一致しません。投票数の合計を確認してください。
|
1191
1157
|
title: 投票数の合計が足りません
|
1192
1158
|
save_recount: 再集計を保存
|
1193
1159
|
total_ballots: 総投票数
|
@@ -1200,9 +1166,8 @@ ja:
|
|
1200
1166
|
info_text: 'こちらの投票所で再集計された総投票数(封筒)を入力してください:'
|
1201
1167
|
modal_ballots_count_error:
|
1202
1168
|
btn_validate_total: 投票の再集計を検証します。
|
1203
|
-
close_modal: 閉じる
|
1204
1169
|
info_explanation_text: '投票の合計数を確認してください。合計数が正しくない場合は、監視委員会に説明する必要があります。'
|
1205
|
-
info_text:
|
1170
|
+
info_text: 投票所で投票した人数の記録と、投票の(封筒の)総数が一致しません。
|
1206
1171
|
message_for_monitoring_committee: 監視委員会へのメッセージ
|
1207
1172
|
review_recount: 再集計を確認する
|
1208
1173
|
text_area_placeholder: メッセージを入力してください
|
@@ -1217,15 +1182,13 @@ ja:
|
|
1217
1182
|
info_text: 投票所の選挙閉鎖。
|
1218
1183
|
sign:
|
1219
1184
|
cancel: キャンセル
|
1220
|
-
check_box:
|
1221
|
-
close_modal: 閉じる
|
1185
|
+
check_box: 私はこれを確認し、物理的な選挙閉鎖証明書と同じであることを確認しました。
|
1222
1186
|
confirm: はい、続行します
|
1223
1187
|
error: エラーが発生しました。もう一度やり直してください。
|
1224
1188
|
heading: 投票の再集計 - 閉鎖を署名
|
1225
|
-
info_text:
|
1189
|
+
info_text: 続行すると、情報を変更できなくなります。このアクションは取り消せません。
|
1226
1190
|
submit: 閉鎖に署名する
|
1227
1191
|
success: 閉鎖の署名に成功しました。
|
1228
|
-
title: このアクションは元に戻せません
|
1229
1192
|
update:
|
1230
1193
|
error: 閉鎖結果の更新中にエラーが発生しました。後でもう一度お試しください。
|
1231
1194
|
success: 閉鎖結果が正常に更新されました。
|
@@ -1236,7 +1199,7 @@ ja:
|
|
1236
1199
|
census_verified_with_online_vote: この参加者はすでにオンラインで投票しています。参加者が直接投票した場合、以前の投票は無効になり、こちらが最終投票となります。
|
1237
1200
|
complete_voting: 投票を完了
|
1238
1201
|
identify_another: 他の参加者を特定する
|
1239
|
-
questions_title: '
|
1202
|
+
questions_title: '彼らは次の質問に投票する権利があります:'
|
1240
1203
|
questions_title_voted: 'この参加者はすでにオンラインに投票しており、次の質問に投票する権利があります:'
|
1241
1204
|
voted: 参加者が投票しました
|
1242
1205
|
create:
|
@@ -1292,7 +1255,7 @@ ja:
|
|
1292
1255
|
actions:
|
1293
1256
|
confirm_destroy: 本当に削除してよろしいですか?
|
1294
1257
|
destroy: 削除
|
1295
|
-
new:
|
1258
|
+
new: 新しい投票委員
|
1296
1259
|
title: アクション
|
1297
1260
|
roles:
|
1298
1261
|
manager: マネージャー
|
@@ -1313,12 +1276,12 @@ ja:
|
|
1313
1276
|
confirm_destroy: 本当に削除してよろしいですか?
|
1314
1277
|
destroy: 削除
|
1315
1278
|
edit: 編集
|
1316
|
-
new:
|
1279
|
+
new: 新しい投票所
|
1317
1280
|
title: アクション
|
1318
1281
|
votings:
|
1319
1282
|
access_code_modal:
|
1320
1283
|
email: '%{email} にメールで送信'
|
1321
|
-
info:
|
1284
|
+
info: 参加するにはアクセスコードが必要です。郵便で受け取っていない場合は、新しいものをお送りします。
|
1322
1285
|
no_email: メールアドレスがありません
|
1323
1286
|
no_sms: 電話番号がありません
|
1324
1287
|
sms: SMSで %{sms} に送信
|
@@ -1327,14 +1290,14 @@ ja:
|
|
1327
1290
|
check_status: ステータスの確認
|
1328
1291
|
description: ここでは、あなたがこの投票に参加する権利があるかどうかを知るためにあなたのセンサスデータをチェックするオプションがあります。 すでにアクセスコードを持っているはずですが、紛失した場合は、データが正しいときにもう一度それを求めることができます。
|
1329
1292
|
error:
|
1330
|
-
info: '
|
1293
|
+
info: 'もう一度やり直してください。システム内のデータが正しくないと思われる場合は、こちらからご報告ください: %{census_contact_information}.'
|
1331
1294
|
title: 入力したデータはこの投票のためのセンサスにありません
|
1332
1295
|
form_title: 'あなたのセンサスデータを確認するには、次のフォームに記入してください:'
|
1333
1296
|
invalid: センサスの確認中に問題がありました。
|
1334
1297
|
success:
|
1335
1298
|
access_link: メール経由
|
1336
1299
|
access_link_with_sms: SMSまたは電子メールで
|
1337
|
-
info:
|
1300
|
+
info: すでに郵便でアクセスコードを受け取っているはずです。お持ちでない場合、こちらからリクエストできます。
|
1338
1301
|
title: あなたのセンサスデータは正しいです!
|
1339
1302
|
title: 投票できますか?
|
1340
1303
|
check_fields:
|
@@ -1355,9 +1318,7 @@ ja:
|
|
1355
1318
|
title:
|
1356
1319
|
other: "%{count} 票"
|
1357
1320
|
elections_log:
|
1358
|
-
bb_status: 選挙状況
|
1359
1321
|
description: 選挙ログには、各投票に関するすべての関連情報が表示されます。 例えば、キーセレモニーや集計の状態、または結果がすでに公開されているがどうかなどです。 ログ情報を表示する選挙をクリックしてください。
|
1360
|
-
election_log: 選挙ログ
|
1361
1322
|
title: 選挙ログ
|
1362
1323
|
filters:
|
1363
1324
|
active: 有効
|
@@ -1366,11 +1327,6 @@ ja:
|
|
1366
1327
|
finished: 完了
|
1367
1328
|
search: 検索
|
1368
1329
|
upcoming: 今後の予定
|
1369
|
-
filters_small_view:
|
1370
|
-
close_modal: 閉じる
|
1371
|
-
filter: フィルター
|
1372
|
-
filter_by: 絞り込み条件
|
1373
|
-
unfold: 展開する
|
1374
1330
|
index:
|
1375
1331
|
no_votings: 検索条件に一致する投票はありません。
|
1376
1332
|
only_finished: 現在、予定された投票はありませんが、ここでは記載されている完了した投票を探すことができます。
|
@@ -1382,44 +1338,34 @@ ja:
|
|
1382
1338
|
dont_have_access_code: アクセスコードがありませんか?
|
1383
1339
|
form_title: '投票にアクセスするには、次のフォームに入力してください:'
|
1384
1340
|
start_voting: 投票の開始
|
1385
|
-
step: 識別
|
1386
1341
|
title: 自分の投票センサスのデータで自分を特定する
|
1387
|
-
no_census_contact_information:
|
1342
|
+
no_census_contact_information: 連絡先はまだありません。
|
1388
1343
|
orders:
|
1389
1344
|
label: '投票の並べ替え:'
|
1390
1345
|
random: ランダム
|
1391
1346
|
recent: 新着順
|
1392
1347
|
send_access_code:
|
1393
|
-
invalid:
|
1394
|
-
success:
|
1348
|
+
invalid: アクセスコードの送信中に問題が発生しました。
|
1349
|
+
success: アクセスコードが正常に送信されました。
|
1395
1350
|
show:
|
1396
|
-
|
1351
|
+
title: この投票について
|
1397
1352
|
votings_m:
|
1398
1353
|
badge_name:
|
1399
1354
|
finished: 完了
|
1400
1355
|
ongoing: 進行中
|
1401
1356
|
upcoming: 今後の予定
|
1402
|
-
footer_button_text:
|
1403
|
-
participate: 参加
|
1404
|
-
view: 表示
|
1405
|
-
vote: 投票
|
1406
1357
|
unspecified: 指定されていません
|
1407
1358
|
voting_type:
|
1408
1359
|
hybrid: ハイブリッド
|
1409
1360
|
in_person: 対面
|
1410
1361
|
online: オンライン
|
1411
|
-
voting_types_label: 投票タイプ
|
1412
1362
|
layouts:
|
1413
1363
|
decidim:
|
1414
|
-
election_votes_header:
|
1415
|
-
exit: 終了
|
1416
1364
|
voting_navigation:
|
1417
1365
|
check_census: 投票できますか?
|
1418
1366
|
election_log: 選挙ログ
|
1419
|
-
voting_menu_item: 投票
|
1420
1367
|
votings:
|
1421
1368
|
index:
|
1422
1369
|
promoted_votings: 強調された投票
|
1423
1370
|
promoted_voting:
|
1424
|
-
more_info: 詳細情報
|
1425
1371
|
vote: 投票
|