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/tr-TR.yml
CHANGED
@@ -26,10 +26,6 @@ tr:
|
|
26
26
|
attributes:
|
27
27
|
attachment:
|
28
28
|
needs_to_be_reattached: Yeniden bağlanması gerekiyor
|
29
|
-
trustee:
|
30
|
-
attributes:
|
31
|
-
public_key:
|
32
|
-
cant_be_changed: değiştirilemez
|
33
29
|
activerecord:
|
34
30
|
models:
|
35
31
|
decidim/elections/answer:
|
@@ -42,6 +38,14 @@ tr:
|
|
42
38
|
one: Soru
|
43
39
|
other: Sorular
|
44
40
|
decidim:
|
41
|
+
admin:
|
42
|
+
voting_publications:
|
43
|
+
create:
|
44
|
+
error: Bu oylama yayınlanırken bir sorun oluştu.
|
45
|
+
success: Soru/oylama başarıyla yayınlandı.
|
46
|
+
destroy:
|
47
|
+
error: Bu soru/Oylama yayından kaldırılırken bir hata oluştu.
|
48
|
+
success: Soru başarıyla yayından kaldırıldı
|
45
49
|
components:
|
46
50
|
elections:
|
47
51
|
actions:
|
@@ -61,24 +65,20 @@ tr:
|
|
61
65
|
import: Teklifleri yanıtlara aktarın
|
62
66
|
manage_answers: Cevapları yönet
|
63
67
|
manage_questions: Soruları yönet
|
64
|
-
|
68
|
+
new_answer: Yeni Yanıt
|
69
|
+
new_election: Yeni seçim
|
70
|
+
new_question: Yeni soru
|
71
|
+
new_trustee: Yeni Vekil
|
65
72
|
preview: Önizleme
|
66
73
|
publish: Yayınla
|
67
74
|
title: Eylemler
|
68
75
|
unpublish: Yayımdan Kaldır
|
69
76
|
admin:
|
70
77
|
answers:
|
71
|
-
create:
|
72
|
-
invalid: Bu cevabı oluştururken bir sorunla karşılaştım
|
73
|
-
success: Cevap başarıyla oluşturuldu
|
74
|
-
destroy:
|
75
|
-
invalid: Bu cevabı silerken bir sorun oluştu
|
76
|
-
success: Yanıt başarıyla silindi
|
77
78
|
edit:
|
78
79
|
title: Cevabı düzenle
|
79
80
|
update: Cevabı güncelle
|
80
81
|
index:
|
81
|
-
invalid_max_selections: Maksimum seçimi eşleştirmek için %{missing_answers} yanıt(lar)a daha ihtiyacınız var
|
82
82
|
title: Cevaplar
|
83
83
|
new:
|
84
84
|
create: Cevap oluştur
|
@@ -86,21 +86,7 @@ tr:
|
|
86
86
|
select:
|
87
87
|
disable: Cevabın seçimini kaldır
|
88
88
|
enable: Cevabı seçildi olarak işaretle
|
89
|
-
invalid: Bu cevabı seçerken bir sorun oluştu
|
90
|
-
success: Cevap başarıyla seçildi
|
91
|
-
unselect:
|
92
|
-
invalid: Bu cevabın seçimi kaldırılırken bir sorun oluştu
|
93
|
-
success: Cevabın seçimi başarıyla kaldırıldı
|
94
|
-
update:
|
95
|
-
invalid: Bu klasör güncellenirken bir hata oluştu
|
96
|
-
success: Cevap başarıyla güncellendi
|
97
89
|
elections:
|
98
|
-
create:
|
99
|
-
invalid: Bu seçim oluşturulurken bir sorun meydana geldi
|
100
|
-
success: Seçim başarıyla oluşturuldu
|
101
|
-
destroy:
|
102
|
-
invalid: Bu seçim silinirken bir sorun oluştu
|
103
|
-
success: Seçim başarıyla silindi
|
104
90
|
edit:
|
105
91
|
title: Seçimi düzenle
|
106
92
|
update: Seçimi güncelle
|
@@ -114,35 +100,19 @@ tr:
|
|
114
100
|
success: Seçim başarıyla yayınlandı.
|
115
101
|
unpublish:
|
116
102
|
success: Seçim başarılı bir şekilde yayınlanmadı.
|
117
|
-
update:
|
118
|
-
invalid: Bu seçim güncellenirken bir sorun oluştu
|
119
|
-
success: Seçim başarıyla güncellendi
|
120
103
|
exports:
|
121
104
|
elections: Seçimler
|
122
105
|
feedback_form_answers: Cevapların geri bildirimi
|
123
106
|
models:
|
124
107
|
answer:
|
125
108
|
name: Cevap
|
126
|
-
election:
|
127
|
-
name: Seçim
|
128
|
-
trustee:
|
129
|
-
name: Vekil
|
130
109
|
proposals_imports:
|
131
|
-
create:
|
132
|
-
invalid: Teklifleri cevaplara aktarırken bir sorun oluştu
|
133
|
-
success: "%{number} teklif başarıyla yanıtlara aktarıldı"
|
134
110
|
new:
|
135
111
|
create: Teklifleri yanıtlara aktarın
|
136
112
|
no_components: Bu katılımcı alanda, teklifleri yanıtlara aktarmak için başka teklif bileşeni yoktur.
|
137
113
|
select_component: Lütfen modülü bileşeni seçin
|
138
114
|
title: Teklifleri içe aktar
|
139
115
|
questions:
|
140
|
-
create:
|
141
|
-
invalid: Yeni bir soru oluşturulurken bir hata oluştu
|
142
|
-
success: Soru başarıyla oluşturuldu
|
143
|
-
destroy:
|
144
|
-
invalid: Bu soru silinirken bir sorun oluştu
|
145
|
-
success: Soru başarıyla silindi
|
146
116
|
edit:
|
147
117
|
title: Soruyu Düzenle
|
148
118
|
update: Soruyu güncelle
|
@@ -151,20 +121,10 @@ tr:
|
|
151
121
|
new:
|
152
122
|
create: Soru Oluştur
|
153
123
|
title: Yeni soru
|
154
|
-
update:
|
155
|
-
invalid: Bu soru güncellenirken bir hata oluştu
|
156
|
-
success: Soru başarıyla güncellendi
|
157
124
|
trustees_participatory_spaces:
|
158
125
|
actions:
|
159
126
|
disable: Devre dışı
|
160
127
|
enable: Dikkate al
|
161
|
-
create:
|
162
|
-
exists: Bu katılımcı alan için vekil var
|
163
|
-
invalid: Vekil oluşturulurken bir sorun meydana geldi
|
164
|
-
success: Vekil başarıyla oluşturuldu
|
165
|
-
delete:
|
166
|
-
invalid: Bu vekili kaldırırken bir sorun oluştu
|
167
|
-
success: Vekil başarıyla kaldırıldı
|
168
128
|
form:
|
169
129
|
select_user: Kullanıcı seçin
|
170
130
|
index:
|
@@ -172,9 +132,6 @@ tr:
|
|
172
132
|
new:
|
173
133
|
create: Vekil Oluşturun
|
174
134
|
title: Yeni Vekil
|
175
|
-
update:
|
176
|
-
invalid: '%{trustee} vekili güncellenirken bir sorun oluştu'
|
177
|
-
success: Vekil %{trustee} başarıyla güncellendi
|
178
135
|
election_m:
|
179
136
|
badge_name:
|
180
137
|
finished: Bitti
|
@@ -199,11 +156,6 @@ tr:
|
|
199
156
|
all: Tümü
|
200
157
|
finished: Bitti
|
201
158
|
upcoming: Yakında
|
202
|
-
filters_small_view:
|
203
|
-
close_modal: Pencereyi kapat
|
204
|
-
filter: Filtrele
|
205
|
-
filter_by: Şuna göre filtrele
|
206
|
-
unfold: Aç
|
207
159
|
preview:
|
208
160
|
title: Seçim soruları
|
209
161
|
results:
|
@@ -213,14 +165,12 @@ tr:
|
|
213
165
|
one: "%{count} oy"
|
214
166
|
other: "%{count} oy"
|
215
167
|
show:
|
216
|
-
back: Mevcut seçimler
|
217
168
|
preview: Önizleme
|
218
169
|
voting_period_status:
|
219
170
|
finished: Oylama %{start_time} tarihinde başladı ve %{end_time} tarihinde sona erdi
|
220
171
|
upcoming: Oylama %{start_time} tarihinde başlıyor
|
221
172
|
feedback:
|
222
173
|
answer:
|
223
|
-
spam_detected: Formu yanıtlarken bir sorun oluştu. Belki çok hızlı davrandın, tekrar deneyebilir misin?
|
224
174
|
success: Geri bildirim başarıyla gönderildi.
|
225
175
|
models:
|
226
176
|
answer:
|
@@ -268,29 +218,25 @@ tr:
|
|
268
218
|
generate_legend: Vekil olarak seçimlere katılmak için bir kimlik anahtarı çifti oluşturmanız gerekir.
|
269
219
|
generate_legend_1: Düğmeye bastıktan sonra, oluşturulan tanımlama anahtarları ile dosyayı indirmelisiniz.
|
270
220
|
generate_legend_2: İndirilen dosyayı temiz bir USB cihazına kopyalayın
|
271
|
-
generate_legend_3: Bilgisayarınızda dosyanın bir kopyası olmadığından emin olun (ör. İndirilenler ve Masaüstü klasörlerini kontrol edin).
|
272
221
|
generate_legend_4: Dosyanın başka bir kopyasını farklı bir harici cihazda oluşturun ve çok güvenli bir yerde saklayın.
|
273
222
|
submit: Gönder
|
274
223
|
submit_title: Genel kimlik anahtarını gönderin
|
275
224
|
title: Vekil kimlik anahtarları
|
276
225
|
upload: Kimlik anahtarlarınızı yükleyin
|
277
|
-
upload_error:
|
278
|
-
invalid_format: Yüklenen dosya herhangi bir kimlik anahtarı içermiyor.
|
279
|
-
invalid_key: Yüklenen dosyadaki kimlik anahtarları yüklenemez.
|
280
|
-
not_supported_browser_description: Vekil olarak hareket etmek için kullanılamayan bir web tarayıcısı kullanıyorsunuz gibi görünüyor. Vekil görevlerinizi tamamlayabilmek için tarayıcınızın en son sürümünü kullandığınızdan emin olun veya en popüler tarayıcılardan herhangi birini kullanmayı deneyin.
|
281
226
|
not_supported_browser_title: Vekil kişi olarak hareket etmek için tarayıcıyı yükseltin
|
227
|
+
trustee_role_description: Bu platformda kutlanan bazı seçimlerde Vekil olarak görev yapmakla görevlendirildiniz.
|
282
228
|
update:
|
283
229
|
success: Tanımlama genel anahtarınız başarıyla saklandı.
|
284
230
|
votes:
|
231
|
+
ballot_decision:
|
232
|
+
audit: Oy kontrolü
|
285
233
|
confirm:
|
286
|
-
answer: Cevap
|
287
234
|
answer_number: '%{number} cevap'
|
288
235
|
confirm: Onayla
|
289
236
|
edit: düzenle
|
290
237
|
header: Oyunu onayla
|
291
238
|
intro: İşte kullanmak üzere olduğunuz oyların bir özeti. <br> Lütfen oyunuzu onaylayın veya yanıtlarınızı düzenleyin.
|
292
239
|
nota_option: Boş
|
293
|
-
question: '%{count} soru'
|
294
240
|
confirmed:
|
295
241
|
back: Seçimlere dön
|
296
242
|
experience: Şu ana kadarki deneyiminiz nasıl?
|
@@ -298,8 +244,11 @@ tr:
|
|
298
244
|
header: Oy onaylandı
|
299
245
|
text: 'Aşağıdaki tanımlayıcıyla oyunuzun başarıyla oy sandığına eklenip eklenmediğini kontrol edebilirsiniz: <strong class = "evote__poll-id">%{e_vote_poll_id} </strong>'
|
300
246
|
header:
|
247
|
+
ballot_decision: Kullanmak
|
301
248
|
confirm: Oyunu onayla
|
302
|
-
|
249
|
+
election: Seçim
|
250
|
+
register: Kayıt Olmak
|
251
|
+
vote_for: Oy vermek
|
303
252
|
messages:
|
304
253
|
not_allowed: Şu anda bu seçim için oy kullanmanıza izin verilmiyor.
|
305
254
|
modal:
|
@@ -316,8 +265,7 @@ tr:
|
|
316
265
|
back: Geri
|
317
266
|
continue: Sonraki
|
318
267
|
warnings:
|
319
|
-
|
320
|
-
no_scheduled_elections_warning: Şu anda planlanmış bir seçim yok, ancak burada geçmiş seçimlerin tamamını listelenmiş olarak bulabilirsiniz.
|
268
|
+
no_scheduled_elections_warning: Şu anda planlanmış bir seçim yok, ancak burada listelenen tüm geçmiş seçimleri bulabilirsiniz.
|
321
269
|
events:
|
322
270
|
elections:
|
323
271
|
election_published:
|
@@ -328,71 +276,55 @@ tr:
|
|
328
276
|
trustees:
|
329
277
|
new_election:
|
330
278
|
email_intro: '%{resource_title} seçimi için vekil olarak eklendiniz.'
|
331
|
-
email_outro: Bu bildirimi, %{resource_title} seçiminde vekil kişi olarak eklendiğiniz için aldınız.
|
332
279
|
email_subject: '%{resource_title} seçimi için vekil olarak eklendiniz..'
|
333
280
|
notification_title: <a href="%{resource_path}">%{resource_title} </a> seçimi için bir vekilsiniz.
|
334
281
|
new_trustee:
|
335
282
|
email_intro: Bir yönetici sizi %{resource_name} için güvenilen kişi olarak ekledi. Genel anahtarınızı <a href='%{trustee_zone_url}'> güvenilen bölgenizde </a> oluşturmalısınız
|
336
|
-
email_outro: Bu bildirimi, %{resource_name} için vekil kişi olarak eklendiğiniz için aldınız.
|
337
283
|
email_subject: '%{resource_name} için vekil birisiniz.'
|
338
284
|
notification_title: <a href="%{participatory_space_url}">%{resource_name} </a> için vekil birisiniz.
|
285
|
+
participatory_spaces:
|
286
|
+
related_elections:
|
287
|
+
see_all: Tüm seçimleri görünüz
|
339
288
|
votings:
|
340
289
|
admin:
|
290
|
+
ballot_styles:
|
291
|
+
index:
|
292
|
+
actions:
|
293
|
+
new: Yeni oylama Yöntemi
|
341
294
|
content_blocks:
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
polling_officers_picker:
|
365
|
-
close: Kapat
|
366
|
-
votings:
|
367
|
-
actions:
|
368
|
-
publish: Yayınla
|
369
|
-
unpublish: Yayımdan Kaldır
|
370
|
-
content_blocks:
|
371
|
-
landing_page:
|
372
|
-
description:
|
373
|
-
title: Bu Oylama Hakkında
|
295
|
+
attachments_and_folders:
|
296
|
+
name: Oylama ekleri ve klasörleri
|
297
|
+
header:
|
298
|
+
name: Oylama Başlığı
|
299
|
+
html_block_1:
|
300
|
+
name: Oylama html bloğu 1
|
301
|
+
html_block_2:
|
302
|
+
name: Oylama html bloğu 2
|
303
|
+
html_block_3:
|
304
|
+
name: Oylama html bloğu 3
|
305
|
+
main_data:
|
306
|
+
name: Başlık ve Açıklama
|
307
|
+
metrics:
|
308
|
+
name: Oylama Metrikleri
|
309
|
+
polling_stations:
|
310
|
+
name: Oy kullanma yeri
|
311
|
+
related_elections:
|
312
|
+
name: Seçim ve Seçmenler
|
313
|
+
stats:
|
314
|
+
name: Oylama istatistikleri
|
315
|
+
timeline:
|
316
|
+
name: Oylama Zaman Çizelgesi
|
374
317
|
pages:
|
375
318
|
home:
|
376
319
|
highlighted_votings:
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
close_modal: Kapat
|
386
|
-
sign:
|
387
|
-
close_modal: Kapat
|
320
|
+
active_spaces: Aktif oylamalar
|
321
|
+
see_all_spaces: Tüm Oylamaları Görün
|
322
|
+
polling_officers:
|
323
|
+
actions:
|
324
|
+
new: Yeni Oylama Memuru
|
325
|
+
polling_stations:
|
326
|
+
actions:
|
327
|
+
new: Oy verme yeri
|
388
328
|
votings:
|
389
329
|
show:
|
390
|
-
|
391
|
-
votings_m:
|
392
|
-
footer_button_text:
|
393
|
-
view: Görünüm
|
394
|
-
vote: Oy ver
|
395
|
-
layouts:
|
396
|
-
decidim:
|
397
|
-
election_votes_header:
|
398
|
-
exit: Çıkış
|
330
|
+
title: Bu Oylama Hakkında
|
data/config/locales/uk.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -51,38 +51,21 @@ zh-CN:
|
|
51
51
|
destroy: 破坏的
|
52
52
|
edit: 编辑
|
53
53
|
import: 导入建议以答案
|
54
|
-
new: 新建 %{name}
|
55
54
|
preview: 预览
|
56
55
|
publish: 发布
|
57
56
|
title: 行动
|
58
57
|
unpublish: 取消发布
|
59
58
|
admin:
|
60
59
|
answers:
|
61
|
-
create:
|
62
|
-
invalid: 创建此答案时出现问题
|
63
|
-
success: 答案已成功创建
|
64
|
-
destroy:
|
65
|
-
invalid: 删除答案时出错
|
66
|
-
success: 答案已成功删除
|
67
60
|
edit:
|
68
61
|
title: 编辑答案
|
69
62
|
update: 更新答案
|
70
63
|
index:
|
71
|
-
invalid_max_selections: 您需要 %{missing_answers} 个更多答案才能匹配最大选择
|
72
64
|
title: 答案
|
73
65
|
new:
|
74
66
|
create: 创建答案
|
75
67
|
title: 新答案
|
76
|
-
update:
|
77
|
-
invalid: 更新此答案时出现问题
|
78
|
-
success: 答案已成功更新
|
79
68
|
elections:
|
80
|
-
create:
|
81
|
-
invalid: 创建此选举时出现问题
|
82
|
-
success: 已成功创建选举
|
83
|
-
destroy:
|
84
|
-
invalid: 删除此选择时出现问题
|
85
|
-
success: 选区删除成功
|
86
69
|
edit:
|
87
70
|
title: 编辑选择
|
88
71
|
update: 更新选择
|
@@ -96,27 +79,15 @@ zh-CN:
|
|
96
79
|
success: 选举已成功发布。
|
97
80
|
unpublish:
|
98
81
|
success: 选举已成功取消发布。
|
99
|
-
update:
|
100
|
-
invalid: 更新这次选举时遇到问题
|
101
|
-
success: 选举已成功更新
|
102
82
|
models:
|
103
83
|
answer:
|
104
84
|
name: 答案
|
105
85
|
proposals_imports:
|
106
|
-
create:
|
107
|
-
invalid: 将建议导入答案时遇到问题
|
108
|
-
success: "%{number} 个建议已成功导入答案"
|
109
86
|
new:
|
110
87
|
create: 导入建议以答案
|
111
88
|
no_components: 在这个参与性空间中,没有其他提案组成部分可以将提案引入答案。
|
112
89
|
select_component: 请选择一个组件
|
113
90
|
questions:
|
114
|
-
create:
|
115
|
-
invalid: 创建这个问题时出错
|
116
|
-
success: 问题已成功创建
|
117
|
-
destroy:
|
118
|
-
invalid: 删除这个问题时出错
|
119
|
-
success: 问题已成功删除
|
120
91
|
edit:
|
121
92
|
title: 编辑问题
|
122
93
|
update: 更新问题
|
@@ -125,9 +96,6 @@ zh-CN:
|
|
125
96
|
new:
|
126
97
|
create: 创建问题
|
127
98
|
title: 新问题
|
128
|
-
update:
|
129
|
-
invalid: 更新此问题时出错
|
130
|
-
success: 问题已成功更新
|
131
99
|
election_m:
|
132
100
|
badge_name:
|
133
101
|
finished: 已完成
|
@@ -151,11 +119,6 @@ zh-CN:
|
|
151
119
|
all: 所有的
|
152
120
|
finished: 已完成
|
153
121
|
upcoming: 即将到来的
|
154
|
-
filters_small_view:
|
155
|
-
close_modal: 关闭模式
|
156
|
-
filter: 筛选器
|
157
|
-
filter_by: 筛选方式
|
158
|
-
unfold: 展开...
|
159
122
|
show:
|
160
123
|
preview: 预览
|
161
124
|
voting_period_status:
|
@@ -182,14 +145,12 @@ zh-CN:
|
|
182
145
|
recent: 最近的
|
183
146
|
votes:
|
184
147
|
confirm:
|
185
|
-
answer: 答案
|
186
148
|
answer_number: 答案 %{number}
|
187
149
|
confirm: 确认
|
188
150
|
edit: 编辑
|
189
151
|
header: 确认您的投票
|
190
152
|
intro: 这是您要投的票的摘要。 <br> 请确认您的投票或编辑您的答案。
|
191
153
|
nota_option: 空白
|
192
|
-
question: 问题 %{count}
|
193
154
|
confirmed:
|
194
155
|
back: 回到选举
|
195
156
|
experience: 您的体验如何?
|
@@ -198,7 +159,6 @@ zh-CN:
|
|
198
159
|
text: '您可以检查您的投票是否已成功地添加到选票箱,其标识符如下: <strong class="evote__poll-id">%{e_vote_poll_id}</strong>'
|
199
160
|
header:
|
200
161
|
confirm: 确认您的投票
|
201
|
-
confirmed: 已确认投票
|
202
162
|
messages:
|
203
163
|
not_allowed: 此时您无权投票于此次选举。
|
204
164
|
modal:
|
@@ -215,7 +175,7 @@ zh-CN:
|
|
215
175
|
back: 后退
|
216
176
|
continue: 下一个
|
217
177
|
warnings:
|
218
|
-
|
178
|
+
no_scheduled_elections_warning: 目前没有预定的选举,但是你们可以在这里看到过去的所有选举都被列入清单。
|
219
179
|
events:
|
220
180
|
elections:
|
221
181
|
election_published:
|
@@ -223,30 +183,3 @@ zh-CN:
|
|
223
183
|
email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
|
224
184
|
email_subject: '%{resource_title} 的选举现在对 %{participatory_space_title} 生效。'
|
225
185
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> 选区现已启用 %{participatory_space_title}。
|
226
|
-
votings:
|
227
|
-
admin:
|
228
|
-
polling_officers:
|
229
|
-
polling_officers_picker:
|
230
|
-
close: 关闭
|
231
|
-
votings:
|
232
|
-
actions:
|
233
|
-
publish: 发布
|
234
|
-
unpublish: 取消发布
|
235
|
-
polling_officer_zone:
|
236
|
-
closures:
|
237
|
-
new:
|
238
|
-
modal_ballots_count_error:
|
239
|
-
close_modal: 关闭
|
240
|
-
sign:
|
241
|
-
close_modal: 关闭
|
242
|
-
votings:
|
243
|
-
show:
|
244
|
-
dates: 日期
|
245
|
-
votings_m:
|
246
|
-
footer_button_text:
|
247
|
-
view: 查看
|
248
|
-
vote: 投票
|
249
|
-
layouts:
|
250
|
-
decidim:
|
251
|
-
election_votes_header:
|
252
|
-
exit: 退出
|