decidim-core 0.29.1 → 0.30.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity_cell.rb +0 -3
- data/app/cells/decidim/amendable/amend_button_card/show.erb +6 -4
- data/app/cells/decidim/amendable/amend_button_card_cell.rb +8 -0
- data/app/cells/decidim/amendable/amendments/show.erb +1 -1
- data/app/cells/decidim/amendable/promote_button_card/show.erb +2 -0
- data/app/cells/decidim/author/show.erb +5 -4
- data/app/cells/decidim/author_cell.rb +27 -1
- data/app/cells/decidim/card_l/extra_data.erb +1 -0
- data/app/cells/decidim/card_metadata_cell.rb +9 -16
- data/app/cells/decidim/card_s/show.erb +5 -3
- data/app/cells/decidim/comments_button_cell.rb +14 -2
- data/app/cells/decidim/content_blocks/highlighted_elements_cell.rb +2 -0
- data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list_cell.rb +1 -1
- data/app/cells/decidim/diff_cell.rb +4 -0
- data/app/cells/decidim/endorsement_block/show.erb +0 -1
- data/app/cells/decidim/endorsement_block_cell.rb +6 -0
- data/app/cells/decidim/endorsement_buttons/button_content.erb +1 -1
- data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +1 -1
- data/app/cells/decidim/endorsement_buttons/show.erb +7 -7
- data/app/cells/decidim/endorsement_buttons/verification_modal.erb +4 -2
- data/app/cells/decidim/endorsers_list/empty.erb +3 -0
- data/app/cells/decidim/endorsers_list/full.erb +17 -5
- data/app/cells/decidim/endorsers_list/show.erb +19 -10
- data/app/cells/decidim/endorsers_list_cell.rb +19 -6
- data/app/cells/decidim/follow_button/show.erb +1 -2
- data/app/cells/decidim/follow_button_cell.rb +5 -0
- data/app/cells/decidim/map/show.erb +3 -0
- data/app/cells/decidim/map/template.erb +14 -0
- data/app/cells/decidim/map_cell.rb +39 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +1 -1
- data/app/cells/decidim/notification_actions/buttons_cell.rb +1 -1
- data/app/cells/decidim/onboarding_action_message/show.erb +15 -0
- data/app/cells/decidim/onboarding_action_message_cell.rb +81 -0
- data/app/cells/decidim/participatory_space_private_user/show.erb +23 -0
- data/app/cells/decidim/participatory_space_private_user_cell.rb +21 -0
- data/app/cells/decidim/progress_bar/show.erb +2 -2
- data/app/cells/decidim/report_button_cell.rb +1 -0
- data/app/cells/decidim/resource_history/show.erb +20 -0
- data/app/cells/decidim/resource_history_cell.rb +66 -0
- data/app/cells/decidim/share_button_cell.rb +0 -4
- data/app/cells/decidim/share_widget/modal.erb +26 -0
- data/app/cells/decidim/share_widget/show.erb +2 -0
- data/app/cells/decidim/share_widget_cell.rb +20 -0
- data/app/cells/decidim/tags/show.erb +7 -4
- data/app/cells/decidim/tags_cell.rb +11 -72
- data/app/cells/decidim/translation_bar/show.erb +2 -2
- data/app/cells/decidim/translation_bar_cell.rb +1 -1
- data/app/commands/decidim/amendable/create_draft.rb +2 -2
- data/app/commands/decidim/create_ephemeral_user.rb +52 -0
- data/app/commands/decidim/create_omniauth_registration.rb +13 -3
- data/app/commands/decidim/create_report.rb +1 -5
- data/app/commands/decidim/create_user_group.rb +6 -2
- data/app/commands/decidim/destroy_account.rb +3 -0
- data/app/commands/decidim/destroy_ephemeral_user.rb +47 -0
- data/app/commands/decidim/update_account.rb +11 -3
- data/app/commands/decidim/update_notifications_settings.rb +1 -0
- data/app/commands/decidim/update_resources_taxonomies.rb +67 -0
- data/app/commands/decidim/update_user_group.rb +7 -1
- data/app/constraints/decidim/current_component.rb +1 -1
- data/app/controllers/concerns/decidim/ajax_permission_handler.rb +21 -0
- data/app/controllers/concerns/decidim/devise_authentication_methods.rb +3 -6
- data/app/controllers/concerns/decidim/devise_controllers.rb +2 -0
- data/app/controllers/concerns/decidim/disable_redirection_to_external_host.rb +1 -1
- data/app/controllers/concerns/decidim/ephemeral_session_checker.rb +87 -0
- data/app/controllers/concerns/decidim/filter_resource.rb +4 -2
- data/app/controllers/concerns/decidim/has_members_page.rb +25 -0
- data/app/controllers/concerns/decidim/headers/browser_feature_permissions.rb +50 -0
- data/app/controllers/concerns/decidim/locale_switcher.rb +2 -2
- data/app/controllers/concerns/decidim/needs_password_change.rb +0 -1
- data/app/controllers/concerns/decidim/needs_permission.rb +2 -1
- data/app/controllers/concerns/decidim/needs_tos_accepted.rb +4 -5
- data/app/controllers/concerns/decidim/onboarding_action_methods.rb +52 -0
- data/app/controllers/decidim/application_controller.rb +10 -0
- data/app/controllers/decidim/authorization_modals_controller.rb +8 -2
- data/app/controllers/decidim/components/base_controller.rb +3 -7
- data/app/controllers/decidim/devise/confirmations_controller.rb +4 -0
- data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +8 -1
- data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
- data/app/controllers/decidim/devise/sessions_controller.rb +2 -0
- data/app/controllers/decidim/doorkeeper/credentials_controller.rb +1 -1
- data/app/controllers/decidim/download_your_data_controller.rb +33 -2
- data/app/controllers/decidim/editor_images_controller.rb +1 -11
- data/app/controllers/decidim/follows_controller.rb +1 -1
- data/app/controllers/decidim/geolocation_controller.rb +19 -0
- data/app/controllers/decidim/homepage_controller.rb +0 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/open_data_controller.rb +33 -8
- data/app/controllers/decidim/profiles_controller.rb +4 -0
- data/app/controllers/decidim/user_conversations_controller.rb +1 -11
- data/app/events/decidim/soft_delete_resource_event.rb +15 -0
- data/app/forms/decidim/amendable/form.rb +4 -2
- data/app/forms/decidim/ephemeral_user_form.rb +22 -0
- data/app/forms/decidim/notifications_settings_form.rb +1 -0
- data/app/forms/decidim/omniauth_registration_form.rb +14 -1
- data/app/helpers/concerns/decidim/flash_helper_extensions.rb +17 -2
- data/app/helpers/concerns/decidim/user_role_checker.rb +46 -0
- data/app/helpers/decidim/action_authorization_helper.rb +75 -14
- data/app/helpers/decidim/amendments_helper.rb +0 -9
- data/app/helpers/decidim/application_helper.rb +6 -2
- data/app/helpers/decidim/breadcrumb_helper.rb +6 -0
- data/app/helpers/decidim/cache_helper.rb +1 -1
- data/app/helpers/decidim/check_boxes_tree_helper.rb +25 -53
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/decidim_form_helper.rb +0 -44
- data/app/helpers/decidim/endorsable_helper.rb +0 -10
- data/app/helpers/decidim/layout_helper.rb +6 -0
- data/app/helpers/decidim/map_helper.rb +6 -1
- data/app/helpers/decidim/messaging/conversation_helper.rb +2 -3
- data/app/helpers/decidim/meta_tags_helper.rb +32 -23
- data/app/helpers/decidim/modal_helper.rb +23 -0
- data/app/helpers/decidim/omniauth_helper.rb +5 -5
- data/app/helpers/decidim/onboarding_action_helper.rb +13 -0
- data/app/helpers/decidim/passwords_helper.rb +2 -2
- data/app/helpers/decidim/sanitize_helper.rb +11 -2
- data/app/helpers/decidim/taxonomies_helper.rb +40 -0
- data/app/jobs/decidim/download_your_data_export_job.rb +2 -19
- data/app/jobs/decidim/event_publisher_job.rb +18 -9
- data/app/jobs/decidim/export_job.rb +5 -1
- data/app/jobs/decidim/export_participatory_space_job.rb +4 -1
- data/app/jobs/decidim/open_data_job.rb +4 -4
- data/app/mailers/decidim/export_mailer.rb +7 -12
- data/app/models/decidim/action_log.rb +11 -0
- data/app/models/decidim/attachment.rb +1 -1
- data/app/models/decidim/category.rb +4 -0
- data/app/models/decidim/component.rb +25 -3
- data/app/models/decidim/metric.rb +2 -1
- data/app/models/decidim/moderation.rb +16 -0
- data/app/models/decidim/newsletter.rb +12 -8
- data/app/models/decidim/organization.rb +7 -3
- data/app/models/decidim/participatory_space_private_user.rb +20 -0
- data/app/models/decidim/private_export.rb +24 -0
- data/app/models/decidim/push_notification_message.rb +1 -1
- data/app/models/decidim/scope.rb +4 -0
- data/app/models/decidim/share_token.rb +36 -10
- data/app/models/decidim/taxonomization.rb +23 -0
- data/app/models/decidim/taxonomy.rb +139 -0
- data/app/models/decidim/taxonomy_filter.rb +130 -0
- data/app/models/decidim/taxonomy_filter_item.rb +33 -0
- data/app/models/decidim/user.rb +9 -23
- data/app/models/decidim/user_base_entity.rb +12 -0
- data/app/models/decidim/user_moderation.rb +9 -0
- data/app/models/decidim/user_report.rb +4 -0
- data/app/packs/entrypoints/decidim_core.js +1 -0
- data/app/packs/entrypoints/decidim_geocoding.js +2 -0
- data/app/packs/images/decidim/brands/facebook.svg +10 -0
- data/app/packs/images/decidim/brands/google.svg +7 -1
- data/app/packs/images/decidim/brands/twitter-x.svg +3 -0
- data/app/packs/src/decidim/append_redirect_url_to_modals.js +14 -6
- data/app/packs/src/decidim/check_boxes_tree.js +0 -1
- data/app/packs/src/decidim/clipboard.js +18 -9
- data/app/packs/src/decidim/confirm.js +79 -59
- data/app/packs/src/decidim/decidim_application.js +1 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +21 -8
- data/app/packs/src/decidim/form_remote.js +1 -1
- data/app/packs/src/decidim/geocoding/reverse_geocoding.js +60 -0
- data/app/packs/src/decidim/impersonation.js +1 -1
- data/app/packs/src/decidim/index.js +14 -1
- data/app/packs/src/decidim/onboarding_pending_action.js +24 -0
- data/app/packs/src/decidim/remote_tooltips.js +38 -0
- data/app/packs/src/decidim/session_timeouter.js +1 -1
- data/app/packs/src/decidim/sticky_footer.js +29 -0
- data/app/packs/src/decidim/sticky_header.js +6 -31
- data/app/packs/src/decidim/toggle.js +1 -1
- data/app/packs/src/decidim/tooltips.js +42 -22
- data/app/packs/src/decidim/user_registrations.js +13 -0
- data/app/packs/src/decidim/utilities/dom.js +148 -0
- data/app/packs/stylesheets/decidim/_accordion.scss +30 -0
- data/app/packs/stylesheets/decidim/_buttons.scss +19 -0
- data/app/packs/stylesheets/decidim/_dropdown.scss +1 -1
- data/app/packs/stylesheets/decidim/_endorsers_list.scss +26 -20
- data/app/packs/stylesheets/decidim/_forms.scss +2 -2
- data/app/packs/stylesheets/decidim/_header.scss +5 -3
- data/app/packs/stylesheets/decidim/_labels.scss +1 -1
- data/app/packs/stylesheets/decidim/_layout.scss +32 -2
- data/app/packs/stylesheets/decidim/_login.scss +53 -6
- data/app/packs/stylesheets/decidim/_modal.scss +42 -0
- data/app/packs/stylesheets/decidim/_modal_tos_refuse.scss +4 -0
- data/app/packs/stylesheets/decidim/_participatory_spaces.scss +46 -0
- data/app/packs/stylesheets/decidim/_profile.scss +2 -2
- data/app/packs/stylesheets/decidim/_progress-bar.scss +1 -1
- data/app/packs/stylesheets/decidim/_success_image.scss +64 -0
- data/app/packs/stylesheets/decidim/_tribute.scss +36 -0
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/packs/stylesheets/decidim/geocoding_addons.scss +5 -0
- data/app/packs/stylesheets/decidim/legacy/conference-diploma.scss +2 -1
- data/app/packs/stylesheets/decidim/map.scss +7 -10
- data/app/packs/stylesheets/decidim/resource_history.scss +31 -0
- data/app/permissions/decidim/permissions.rb +8 -2
- data/app/presenters/decidim/admin_log/base_user_presenter.rb +67 -0
- data/app/presenters/decidim/admin_log/component_presenter.rb +32 -3
- data/app/presenters/decidim/admin_log/moderation_presenter.rb +30 -3
- data/app/presenters/decidim/admin_log/share_token_presenter.rb +39 -0
- data/app/presenters/decidim/admin_log/taxonomy_filter_presenter.rb +57 -0
- data/app/presenters/decidim/admin_log/taxonomy_presenter.rb +48 -0
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +6 -6
- data/app/presenters/decidim/admin_log/user_presenter.rb +4 -18
- data/app/presenters/decidim/attachment_presenter.rb +1 -1
- data/app/presenters/decidim/log/value_types/date_presenter.rb +1 -0
- data/app/presenters/decidim/log/value_types/taxonomy_presenter.rb +29 -0
- data/app/presenters/decidim/participatory_space_private_user_presenter.rb +50 -0
- data/app/presenters/decidim/taxonomy_filter_presenter.rb +19 -0
- data/app/presenters/decidim/taxonomy_presenter.rb +14 -0
- data/app/queries/decidim/metrics/blocked_users_metric_manage.rb +2 -2
- data/app/queries/decidim/metrics/users_metric_manage.rb +2 -2
- data/app/queries/decidim/public_activities.rb +1 -12
- data/app/queries/decidim/stats_users_count.rb +2 -2
- data/app/resolvers/decidim/meta_image_url_resolver.rb +128 -0
- data/app/serializers/decidim/exporters/open_data_blocked_user_serializer.rb +25 -0
- data/app/serializers/decidim/exporters/open_data_metric_serializer.rb +22 -0
- data/app/serializers/decidim/exporters/open_data_moderation_serializer.rb +30 -0
- data/app/serializers/decidim/exporters/open_data_taxonomy_serializer.rb +30 -0
- data/app/serializers/decidim/exporters/open_data_user_group_serializer.rb +38 -0
- data/app/serializers/decidim/exporters/open_data_user_serializer.rb +39 -0
- data/app/serializers/decidim/exporters/participatory_space_serializer.rb +104 -0
- data/app/serializers/decidim/exporters/serializer.rb +25 -0
- data/app/serializers/decidim/schema_org_breadcrumb_list_serializer.rb +52 -0
- data/app/services/decidim/action_authorizer.rb +32 -3
- data/app/services/decidim/base_diff_renderer.rb +27 -3
- data/app/services/decidim/download_your_data_exporter.rb +58 -24
- data/app/services/decidim/email_notification_generator.rb +14 -5
- data/app/services/decidim/onboarding_manager.rb +272 -0
- data/app/services/decidim/open_data_exporter.rb +139 -13
- data/app/services/decidim/traceability.rb +13 -0
- data/app/uploaders/decidim/application_uploader.rb +1 -1
- data/app/validators/etiquette_validator.rb +9 -2
- data/app/validators/passthru_validator.rb +1 -1
- data/app/validators/translated_etiquette_validator.rb +32 -0
- data/app/views/decidim/account/_password_fields.html.erb +2 -2
- data/app/views/decidim/application/_accordion_section.html.erb +14 -0
- data/app/views/decidim/application/_collection.html.erb +30 -18
- data/app/views/decidim/devise/omniauth_registrations/new.html.erb +5 -1
- data/app/views/decidim/devise/omniauth_registrations/new_tos_fields.html.erb +29 -0
- data/app/views/decidim/devise/registrations/new.html.erb +10 -22
- data/app/views/decidim/devise/sessions/new.html.erb +24 -29
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +2 -4
- data/app/views/decidim/devise/shared/_tos_fields.html.erb +16 -0
- data/app/views/decidim/download_your_data/_export.html.erb +15 -0
- data/app/views/decidim/download_your_data/show.html.erb +51 -5
- data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +16 -19
- data/app/views/decidim/export_mailer/download_your_data_export.html.erb +2 -2
- data/app/views/decidim/export_mailer/export.html.erb +5 -1
- data/app/views/decidim/notifications_settings/show.html.erb +22 -0
- data/app/views/decidim/open_data/_how_to_open_accordion_section.html.erb +15 -0
- data/app/views/decidim/open_data/index.html.erb +108 -0
- data/app/views/decidim/pages/_tabbed.html.erb +2 -2
- data/app/views/decidim/pages/show.html.erb +2 -1
- data/app/views/decidim/participatory_space_private_users/_participatory_space_private_user.html.erb +1 -0
- data/app/views/decidim/shared/_login_modal.html.erb +26 -20
- data/app/views/decidim/shared/_resource_actions.html.erb +21 -0
- data/app/views/decidim/shared/filters/_check_boxes_tree.html.erb +1 -2
- data/app/views/decidim/shared/filters/_collection.html.erb +1 -1
- data/app/views/decidim/shared/filters/_dropdown_label.html.erb +7 -4
- data/app/views/layouts/decidim/_application.html.erb +0 -1
- data/app/views/layouts/decidim/_js_configuration.html.erb +1 -0
- data/app/views/layouts/decidim/_logo.html.erb +1 -1
- data/app/views/layouts/decidim/_logo_mobile.html.erb +1 -1
- data/app/views/layouts/decidim/_meta_tags_config.html.erb +6 -11
- data/app/views/layouts/decidim/_schema_org_breadcrumb_list.html.erb +3 -0
- data/app/views/layouts/decidim/_wrapper.html.erb +15 -9
- data/app/views/layouts/decidim/footer/_main_links.html.erb +1 -1
- data/app/views/layouts/decidim/header/_close_ephemeral_session.html.erb +25 -0
- data/app/views/layouts/decidim/header/_main.html.erb +14 -10
- data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +2 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/app/views/layouts/decidim/shared/_layout_item.html.erb +1 -1
- data/config/assets.rb +2 -1
- data/config/locales/ar.yml +38 -54
- data/config/locales/bg.yml +3 -64
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +98 -0
- data/config/locales/ca.yml +380 -69
- data/config/locales/cs.yml +369 -55
- data/config/locales/de.yml +371 -67
- data/config/locales/el.yml +5 -45
- data/config/locales/en.yml +365 -54
- data/config/locales/eo.yml +0 -2
- data/config/locales/es-MX.yml +366 -58
- data/config/locales/es-PY.yml +366 -58
- data/config/locales/es.yml +375 -64
- data/config/locales/eu.yml +547 -223
- data/config/locales/fi-plain.yml +361 -57
- data/config/locales/fi.yml +400 -93
- data/config/locales/fr-CA.yml +181 -55
- data/config/locales/fr.yml +182 -53
- data/config/locales/ga-IE.yml +4 -16
- data/config/locales/gl.yml +5 -30
- data/config/locales/hu.yml +3 -55
- data/config/locales/id-ID.yml +5 -30
- data/config/locales/is-IS.yml +4 -13
- data/config/locales/it.yml +10 -46
- data/config/locales/ja.yml +230 -69
- data/config/locales/lb.yml +5 -47
- data/config/locales/lt.yml +5 -59
- data/config/locales/lv.yml +5 -36
- data/config/locales/nl.yml +5 -48
- data/config/locales/no.yml +6 -47
- data/config/locales/pl.yml +4 -66
- data/config/locales/pt-BR.yml +12 -52
- data/config/locales/pt.yml +11 -47
- data/config/locales/ro-RO.yml +448 -247
- data/config/locales/ru.yml +4 -16
- data/config/locales/sk.yml +5 -37
- data/config/locales/sv.yml +108 -64
- data/config/locales/tr-TR.yml +5 -45
- data/config/locales/uk.yml +4 -15
- data/config/locales/zh-CN.yml +5 -45
- data/config/locales/zh-TW.yml +5 -50
- data/config/routes.rb +5 -10
- data/db/migrate/20181025082245_add_timestamps_to_components.rb +2 -0
- data/db/migrate/20240628111905_add_visible_to_components.rb +7 -0
- data/db/migrate/20240704115429_create_decidim_taxonomies.rb +23 -0
- data/db/migrate/20240717093514_add_registered_only_to_decidim_share_tokens.rb +7 -0
- data/db/migrate/20240722215500_change_object_changes_on_versions.rb +39 -0
- data/db/migrate/20240806065417_create_decidim_taxonomy_filters.rb +23 -0
- data/db/migrate/20240822161348_add_deleted_at_to_decidim_components.rb +8 -0
- data/db/migrate/20240906162524_add_part_of_to_taxonomies.rb +26 -0
- data/db/migrate/20241001135825_add_role_to_participatory_space_private_users.rb +7 -0
- data/db/migrate/20241001140408_add_published_to_participatory_space_private_users.rb +7 -0
- data/db/migrate/20241022002600_create_private_exports.rb +18 -0
- data/db/migrate/20241028114430_add_component_counter_to_taxonomy_filters.rb +7 -0
- data/db/migrate/20241111104357_add_names_and_space_boolean_to_taxonomy_filters.rb +9 -0
- data/db/migrate/20241127093708_add_taxonomy_to_metrics.rb +7 -0
- data/db/migrate/20241204121445_add_participatory_space_manifests_from_taxonomy_filters.rb +9 -0
- data/decidim-core.gemspec +18 -18
- data/lib/decidim/action_authorization.rb +3 -2
- data/lib/decidim/amendable.rb +1 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_finder_base.rb +11 -1
- data/lib/decidim/api/input_filters/category_input_filter.rb +5 -3
- data/lib/decidim/api/input_filters/component_input_filter.rb +33 -20
- data/lib/decidim/api/input_filters/user_entity_input_filter.rb +53 -44
- data/lib/decidim/api/input_sorts/component_input_sort.rb +15 -13
- data/lib/decidim/api/input_sorts/user_entity_input_sort.rb +4 -4
- data/lib/decidim/api/interfaces/author_interface.rb +3 -2
- data/lib/decidim/api/interfaces/coauthorable_interface.rb +5 -5
- data/lib/decidim/api/interfaces/endorsable_interface.rb +2 -2
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +5 -10
- data/lib/decidim/api/interfaces/taxonomizable_interface.rb +13 -0
- data/lib/decidim/api/types/amendment_type.rb +5 -7
- data/lib/decidim/api/types/area_api_type.rb +3 -3
- data/lib/decidim/api/types/attachment_type.rb +3 -3
- data/lib/decidim/api/types/category_type.rb +2 -2
- data/lib/decidim/api/types/component_type.rb +7 -0
- data/lib/decidim/api/types/decidim_type.rb +5 -1
- data/lib/decidim/api/types/fingerprint_type.rb +1 -1
- data/lib/decidim/api/types/localized_string_type.rb +1 -1
- data/lib/decidim/api/types/metric_history_type.rb +2 -0
- data/lib/decidim/api/types/metric_type.rb +1 -1
- data/lib/decidim/api/types/organization_type.rb +5 -0
- data/lib/decidim/api/types/participatory_space_link_type.rb +2 -2
- data/lib/decidim/api/types/participatory_space_manifest_type.rb +1 -1
- data/lib/decidim/api/types/quantifiable_translated_field_type.rb +1 -1
- data/lib/decidim/api/types/scope_api_type.rb +2 -3
- data/lib/decidim/api/types/session_type.rb +1 -2
- data/lib/decidim/api/types/taxonomy_type.rb +15 -0
- data/lib/decidim/api/types/trace_version_type.rb +2 -2
- data/lib/decidim/api/types/translated_field_type.rb +3 -5
- data/lib/decidim/api/types/user_group_type.rb +11 -20
- data/lib/decidim/api/types/user_type.rb +9 -18
- data/lib/decidim/asset_router/storage.rb +4 -4
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
- data/lib/decidim/attachment_attributes.rb +1 -1
- data/lib/decidim/attribute_encryptor.rb +1 -1
- data/lib/decidim/attribute_object/nested_validator.rb +1 -1
- data/lib/decidim/attributes/integer_with_units.rb +27 -0
- data/lib/decidim/attributes/rich_text.rb +38 -0
- data/lib/decidim/attributes/time_with_zone.rb +11 -1
- data/lib/decidim/attributes.rb +4 -0
- data/lib/decidim/authorization_form_builder.rb +0 -7
- data/lib/decidim/coauthorable.rb +1 -1
- data/lib/decidim/command.rb +3 -3
- data/lib/decidim/commands/destroy_resource.rb +5 -1
- data/lib/decidim/commands/resource_handler.rb +2 -2
- data/lib/decidim/commands/restore_resource.rb +45 -0
- data/lib/decidim/commands/soft_delete_resource.rb +63 -0
- data/lib/decidim/component_manifest.rb +7 -0
- data/lib/decidim/content_parsers/blob_parser.rb +93 -0
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +90 -0
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/core/api.rb +2 -0
- data/lib/decidim/core/engine.rb +50 -8
- data/lib/decidim/core/menu.rb +0 -5
- data/lib/decidim/core/seeds.rb +42 -2
- data/lib/decidim/core/test/factories.rb +133 -2
- data/lib/decidim/core/test/shared_examples/admin_resource_gallery_examples.rb +85 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +408 -40
- data/lib/decidim/core/test/shared_examples/components_controller_hide_shared_examples.rb +11 -0
- data/lib/decidim/core/test/shared_examples/components_controller_reorder_shared_examples.rb +21 -0
- data/lib/decidim/core/test/shared_examples/download_open_data_shared_context.rb +36 -0
- data/lib/decidim/core/test/shared_examples/download_open_data_shared_examples.rb +45 -0
- data/lib/decidim/core/test/shared_examples/download_your_data_shared_examples.rb +17 -0
- data/lib/decidim/core/test/shared_examples/etiquette_validator_examples.rb +25 -0
- data/lib/decidim/core/test/shared_examples/follows_examples.rb +43 -0
- data/lib/decidim/core/test/shared_examples/has_taxonomies.rb +94 -0
- data/lib/decidim/core/test/shared_examples/manage_share_tokens_examples.rb +237 -0
- data/lib/decidim/core/test/shared_examples/map_examples.rb +2 -0
- data/lib/decidim/core/test/shared_examples/open_data_exporter_examples.rb +102 -0
- data/lib/decidim/core/test/shared_examples/participatory_space_members_page_examples.rb +46 -0
- data/lib/decidim/core/test/shared_examples/participatory_space_search_examples.rb +98 -0
- data/lib/decidim/core/test/shared_examples/permissions.rb +7 -7
- data/lib/decidim/core/test/shared_examples/preview_with_share_token_examples.rb +94 -0
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +9 -5
- data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +75 -69
- data/lib/decidim/core/test/shared_examples/searchable_resources_shared_context.rb +1 -1
- data/lib/decidim/core/test/shared_examples/simple_event.rb +33 -19
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +25 -0
- data/lib/decidim/core/test/shared_examples/softdeleteable_components_examples.rb +173 -0
- data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +54 -8
- data/lib/decidim/core/test/shared_examples/taxonomizable_interface_examples.rb +20 -0
- data/lib/decidim/core/test/shared_examples/taxonomizable_resource_examples.rb +37 -0
- data/lib/decidim/core/test/shared_examples/taxonomy_settings.rb +49 -0
- data/lib/decidim/core/test/shared_examples/translated_event_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +1 -1
- data/lib/decidim/core/test.rb +9 -5
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +58 -0
- data/lib/decidim/diffy_extension.rb +18 -0
- data/lib/decidim/download_your_data_serializers/download_your_data_identity_serializer.rb +0 -4
- data/lib/decidim/download_your_data_serializers/download_your_data_participatory_space_private_user_serializer.rb +3 -1
- data/lib/decidim/download_your_data_serializers/download_your_data_report_serializer.rb +2 -1
- data/lib/decidim/download_your_data_serializers/download_your_data_user_serializer.rb +6 -7
- data/lib/decidim/download_your_data_serializers.rb +19 -0
- data/lib/decidim/exporters/csv.rb +6 -0
- data/lib/decidim/exporters/export_manifest.rb +14 -0
- data/lib/decidim/exporters/pdf.rb +26 -22
- data/lib/decidim/filter_form_builder.rb +12 -15
- data/lib/decidim/form_builder.rb +7 -130
- data/lib/decidim/has_category.rb +5 -1
- data/lib/decidim/has_private_users.rb +4 -0
- data/lib/decidim/has_taxonomy_settings.rb +47 -0
- data/lib/decidim/has_upload_validations.rb +1 -1
- data/lib/decidim/legacy_form_builder.rb +118 -0
- data/lib/decidim/maintenance/import_models/application_record.rb +93 -0
- data/lib/decidim/maintenance/import_models/area.rb +82 -0
- data/lib/decidim/maintenance/import_models/area_type.rb +12 -0
- data/lib/decidim/maintenance/import_models/assembly_type.rb +49 -0
- data/lib/decidim/maintenance/import_models/categorization.rb +14 -0
- data/lib/decidim/maintenance/import_models/category.rb +107 -0
- data/lib/decidim/maintenance/import_models/participatory_process_type.rb +21 -0
- data/lib/decidim/maintenance/import_models/scope.rb +163 -0
- data/lib/decidim/maintenance/import_models.rb +19 -0
- data/lib/decidim/maintenance/taxonomy_importer.rb +132 -0
- data/lib/decidim/maintenance/taxonomy_plan.rb +78 -0
- data/lib/decidim/maintenance.rb +12 -0
- data/lib/decidim/map/autocomplete.rb +53 -8
- data/lib/decidim/map/dynamic_map.rb +1 -1
- data/lib/decidim/map/provider/geocoding/here.rb +9 -3
- data/lib/decidim/map.rb +3 -6
- data/lib/decidim/moderation_tools.rb +14 -3
- data/lib/decidim/newsletter_encryptor.rb +1 -1
- data/lib/decidim/paddable.rb +1 -1
- data/lib/decidim/participable.rb +10 -10
- data/lib/decidim/participatory_space_user.rb +14 -0
- data/lib/decidim/private_download_helper.rb +15 -0
- data/lib/decidim/query_extensions.rb +0 -26
- data/lib/decidim/record_encryptor.rb +51 -46
- data/lib/decidim/resourceable.rb +16 -0
- data/lib/decidim/seeds.rb +18 -20
- data/lib/decidim/settings_manifest.rb +36 -1
- data/lib/decidim/soft_deletable.rb +17 -0
- data/lib/decidim/taxonomizable.rb +72 -0
- data/lib/decidim/translatable_attributes.rb +6 -1
- data/lib/decidim/view_model.rb +0 -1
- data/lib/tasks/decidim_download_your_data_tasks.rake +2 -4
- data/lib/tasks/decidim_procfile.rake +6 -0
- data/lib/tasks/decidim_tasks.rake +1 -0
- data/lib/tasks/decidim_taxonomies.rake +155 -0
- data/lib/tasks/upgrade/{decidim_fix_categorization.rake → clean.rake} +52 -19
- data/lib/tasks/upgrade/decidim_active_storage_migration_tasks.rake +1 -1
- data/lib/tasks/upgrade/migrations.rake +91 -0
- metadata +217 -103
- data/app/cells/decidim/amendable/amenders_list/show.erb +0 -0
- data/app/cells/decidim/content_blocks/base/content.erb +0 -0
- data/app/cells/decidim/endorsers_list/full_endorsers_list.erb +0 -3
- data/app/cells/decidim/endorsers_list_button/content.erb +0 -1
- data/app/cells/decidim/endorsers_list_button_cell.rb +0 -15
- data/app/cells/decidim/scopes_picker/scope_picker_prompt.erb +0 -3
- data/app/cells/decidim/scopes_picker/scope_picker_values.erb +0 -5
- data/app/cells/decidim/scopes_picker/show.erb +0 -14
- data/app/cells/decidim/scopes_picker_cell.rb +0 -92
- data/app/commands/decidim/update_user_interests.rb +0 -41
- data/app/controllers/decidim/scopes_controller.rb +0 -84
- data/app/controllers/decidim/user_interests_controller.rb +0 -30
- data/app/forms/decidim/user_interest_scope_form.rb +0 -25
- data/app/forms/decidim/user_interests_form.rb +0 -17
- data/app/helpers/decidim/categories_helper.rb +0 -26
- data/app/helpers/decidim/scopes_helper.rb +0 -105
- data/app/packs/images/decidim/vendor/leaflet/layers-2x.png +0 -0
- data/app/packs/images/decidim/vendor/leaflet/layers.png +0 -0
- data/app/packs/images/decidim/vendor/leaflet/marker-icon-2x.png +0 -0
- data/app/packs/images/decidim/vendor/leaflet/marker-icon.png +0 -0
- data/app/packs/images/decidim/vendor/leaflet/marker-shadow.png +0 -0
- data/app/packs/stylesheets/decidim/legacy/MarkerCluster.Default.scss +0 -67
- data/app/packs/stylesheets/decidim/legacy/MarkerCluster.scss +0 -18
- data/app/packs/stylesheets/decidim/legacy/leaflet.scss +0 -705
- data/app/validators/scope_belongs_to_component_validator.rb +0 -16
- data/app/views/decidim/account/_user_groups.html.erb +0 -0
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +0 -19
- data/app/views/decidim/scopes/picker.html.erb +0 -53
- data/app/views/decidim/shared/_comments.html.erb +0 -0
- data/app/views/decidim/shared/_share_modal.html.erb +0 -26
- data/app/views/decidim/shared/_tags.html.erb +0 -1
- data/app/views/decidim/user_interests/_areas.html.erb +0 -14
- data/app/views/decidim/user_interests/_scopes.html.erb +0 -22
- data/app/views/decidim/user_interests/show.html.erb +0 -22
- data/config/initializers/foundation_rails_helper.rb +0 -4
- data/lib/decidim/core/test/shared_examples/has_category.rb +0 -38
- data/lib/decidim/core/test/shared_examples/has_scope.rb +0 -11
- data/lib/decidim/core/test/shared_examples/manage_component_share_tokens.rb +0 -83
- data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +0 -49
- data/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +0 -93
- data/lib/decidim/seven_zip_wrapper.rb +0 -29
data/config/locales/en.yml
CHANGED
@@ -4,10 +4,20 @@ en:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Reason to delete your account
|
7
|
+
attachment:
|
8
|
+
documents: Documents
|
9
|
+
photos: Photos
|
7
10
|
common:
|
8
11
|
created_at: Created at
|
12
|
+
component:
|
13
|
+
taxonomy_filters: Taxonomy filters
|
14
|
+
content_block_attachment:
|
15
|
+
background_image: Background image
|
16
|
+
main_image: Main image
|
9
17
|
conversation:
|
10
18
|
body: Body
|
19
|
+
editor_image:
|
20
|
+
file: File
|
11
21
|
group:
|
12
22
|
about: About
|
13
23
|
avatar: Avatar
|
@@ -16,12 +26,22 @@ en:
|
|
16
26
|
name: Name
|
17
27
|
nickname: Nickname
|
18
28
|
phone: Phone
|
29
|
+
import:
|
30
|
+
file: File
|
19
31
|
message:
|
20
32
|
body: Body
|
21
33
|
report:
|
22
34
|
details: Additional comments
|
35
|
+
taxonomy:
|
36
|
+
name: Taxonomy name
|
37
|
+
taxonomy_filter:
|
38
|
+
internal_name: Internal label
|
39
|
+
name: Label
|
40
|
+
root_taxonomy_id: From taxonomy
|
41
|
+
space_filter: Available as filter for
|
23
42
|
user:
|
24
43
|
about: About
|
44
|
+
avatar: Avatar
|
25
45
|
email: Your email
|
26
46
|
encrypted_password: Password
|
27
47
|
locale: Locale
|
@@ -33,6 +53,8 @@ en:
|
|
33
53
|
personal_url: Personal URL
|
34
54
|
remove_avatar: Remove avatar
|
35
55
|
tos_agreement: Terms of service agreement
|
56
|
+
user_group:
|
57
|
+
avatar: Avatar
|
36
58
|
models:
|
37
59
|
decidim/attachment_created_event: Attachment
|
38
60
|
decidim/component_published_event: Active component
|
@@ -57,12 +79,16 @@ en:
|
|
57
79
|
with_participatory_space: Participatory space
|
58
80
|
decidim/user:
|
59
81
|
current_password: Current password
|
60
|
-
email: Email
|
82
|
+
email: Email address
|
61
83
|
name: Nickname
|
62
84
|
password: Password
|
63
85
|
password_confirmation: Password confirmation
|
64
86
|
remember_me: Remember me
|
65
87
|
models:
|
88
|
+
decidim:
|
89
|
+
history:
|
90
|
+
one: History
|
91
|
+
other: History
|
66
92
|
decidim/amendment:
|
67
93
|
one: Amendment
|
68
94
|
other: Amendments
|
@@ -162,6 +188,7 @@ en:
|
|
162
188
|
error: There was a problem deleting your account.
|
163
189
|
success: Your account was successfully deleted.
|
164
190
|
download_your_data_export:
|
191
|
+
export_expired: The export has expired. Try to generate a new export.
|
165
192
|
file_no_exists: File does not exist
|
166
193
|
notice: The download of your data is currently in progress. You will receive an email when it is complete.
|
167
194
|
email_change:
|
@@ -216,6 +243,8 @@ en:
|
|
216
243
|
delete: "%{user_name} removed the %{resource_name} component from the %{space_name} space"
|
217
244
|
export_component: "%{user_name} exported the %{resource_name} %{component_name} in %{space_name} as %{format_name}"
|
218
245
|
publish: "%{user_name} published the %{resource_name} component in the %{space_name} space"
|
246
|
+
restore: "%{user_name} restored the %{resource_name} component in the %{space_name} space"
|
247
|
+
soft_delete: "%{user_name} moved to trash the %{resource_name} component in the %{space_name} space"
|
219
248
|
unpublish: "%{user_name} unpublished the %{resource_name} component from the %{space_name} space"
|
220
249
|
update_permissions_with_space: "%{user_name} updated the permissions of %{resource_name} in %{space_name}"
|
221
250
|
contextual_help_section:
|
@@ -228,6 +257,9 @@ en:
|
|
228
257
|
impersonation_log:
|
229
258
|
manage: "%{user_name} has managed %{resource_name} because %{reason}"
|
230
259
|
moderation:
|
260
|
+
bulk_hide: "%{user_name} hid %{reported_count} resources"
|
261
|
+
bulk_unhide: "%{user_name} unhid %{reported_count} resources"
|
262
|
+
bulk_unreport: "%{user_name} unreported %{reported_count} resources"
|
231
263
|
hide: "%{user_name} hid a resource of type %{resource_type} in the %{space_name} space"
|
232
264
|
unreport: "%{user_name} unreported a resource of type %{resource_type} in the %{space_name} space"
|
233
265
|
newsletter:
|
@@ -257,12 +289,36 @@ en:
|
|
257
289
|
create: "%{user_name} created the %{resource_name} scope type"
|
258
290
|
delete: "%{user_name} deleted the %{resource_name} scope type"
|
259
291
|
update: "%{user_name} updated the %{resource_name} scope type"
|
292
|
+
share_token:
|
293
|
+
create: "%{user_name} created an access link in %{space_name}"
|
294
|
+
create_with_space: "%{user_name} created an access link for %{resource_name} in %{space_name}"
|
295
|
+
delete: "%{user_name} deleted an access link in %{space_name}"
|
296
|
+
delete_with_space: "%{user_name} deleted an access link for %{resource_name} in %{space_name}"
|
297
|
+
update: "%{user_name} updated an access link in %{space_name}"
|
298
|
+
update_with_space: "%{user_name} updated an access link for %{resource_name} in %{space_name}"
|
260
299
|
static_page:
|
261
300
|
create: "%{user_name} created the %{resource_name} static page"
|
262
301
|
delete: "%{user_name} deleted the %{resource_name} static page"
|
263
302
|
update: "%{user_name} updated the %{resource_name} static page"
|
303
|
+
taxonomy:
|
304
|
+
create: "%{user_name} created the %{resource_name} taxonomy"
|
305
|
+
create_with_parent: "%{user_name} created the %{resource_name} taxonomy inside the %{parent_taxonomy} taxonomy"
|
306
|
+
delete: "%{user_name} deleted the %{resource_name} taxonomy"
|
307
|
+
delete_with_parent: "%{user_name} deleted the %{resource_name} taxonomy inside the %{parent_taxonomy} taxonomy"
|
308
|
+
update: "%{user_name} updated the %{resource_name} taxonomy"
|
309
|
+
update_with_parent: "%{user_name} updated the %{resource_name} taxonomy inside the %{parent_taxonomy} taxonomy"
|
310
|
+
taxonomy_filter:
|
311
|
+
create: "%{user_name} created the filter %{resource_name}"
|
312
|
+
create_with_filter_info: '%{user_name} created the filter %{resource_name} based on the taxonomy "%{taxonomy_name}" with %{filter_items_count} items'
|
313
|
+
delete: "%{user_name} deleted the filter %{resource_name}"
|
314
|
+
delete_with_filter_info: '%{user_name} deleted the filter %{resource_name} based on the taxonomy "%{taxonomy_name}" with %{filter_items_count} items'
|
315
|
+
update: "%{user_name} updated the filter %{resource_name}"
|
316
|
+
update_with_filter_info: '%{user_name} updated the filter %{resource_name} based on the taxonomy "%{taxonomy_name}" with %{filter_items_count} items'
|
264
317
|
user:
|
265
318
|
block: "%{user_name} blocked user %{resource_name}"
|
319
|
+
bulk_block: "%{user_name} blocked %{blocked_count} users"
|
320
|
+
bulk_ignore: "%{user_name} unreported %{unreported_users_count} users"
|
321
|
+
bulk_unblock: "%{user_name} unblocked %{unblocked_count} users"
|
266
322
|
invite: "%{user_name} invited the participant %{resource_name} with role: %{role}"
|
267
323
|
officialize: "%{user_name} officialized the participant %{resource_name}"
|
268
324
|
promote: "%{user_name} has promoted %{resource_name}"
|
@@ -273,6 +329,9 @@ en:
|
|
273
329
|
unofficialize: "%{user_name} unofficialized the participant %{resource_name}"
|
274
330
|
user_group:
|
275
331
|
block: "%{user_name} blocked user group %{resource_name}"
|
332
|
+
bulk_block: "%{user_name} blocked %{blocked_count} users"
|
333
|
+
bulk_ignore: "%{user_name} unreported %{unreported_users_count} users"
|
334
|
+
bulk_unblock: "%{user_name} unblocked %{unblocked_count} users"
|
276
335
|
reject: "%{user_name} rejected the %{resource_name} group verification"
|
277
336
|
unblock: "%{user_name} unblocked user group %{resource_name}"
|
278
337
|
verify: "%{user_name} verified the group %{resource_name}"
|
@@ -285,11 +344,11 @@ en:
|
|
285
344
|
dismiss: Dismiss notification
|
286
345
|
amendments:
|
287
346
|
accepted:
|
288
|
-
error:
|
347
|
+
error: There was a problem accepting the amendment.
|
289
348
|
success: The amendment has been accepted successfully.
|
290
349
|
amendable:
|
291
350
|
button: Amend %{model_name}
|
292
|
-
error: There
|
351
|
+
error: There was a problem amending this resource.
|
293
352
|
promote_button: Promote to %{model_name}
|
294
353
|
promote_confirm_text: Are you sure you want to promote this emendation?
|
295
354
|
promote_help_text: You can promote this emendation and publish it as an independent %{model_name}.
|
@@ -298,7 +357,7 @@ en:
|
|
298
357
|
one: "%{count} amendment"
|
299
358
|
other: "%{count} amendments"
|
300
359
|
created:
|
301
|
-
error:
|
360
|
+
error: There was a problem creating the amendment draft.
|
302
361
|
success: Amendment draft has been created successfully.
|
303
362
|
destroy_draft:
|
304
363
|
error: There was a problem deleting the amendment draft.
|
@@ -350,7 +409,7 @@ en:
|
|
350
409
|
error: There was a problem updating the amendment draft.
|
351
410
|
success: Amendment draft successfully updated.
|
352
411
|
withdraw:
|
353
|
-
error:
|
412
|
+
error: There was a problem withdrawing the amendment.
|
354
413
|
success: The amendment has been withdrawn successfully.
|
355
414
|
wizard_step_form:
|
356
415
|
steps:
|
@@ -393,13 +452,19 @@ en:
|
|
393
452
|
explanation: Get verified by introducing a document number ending with "X".
|
394
453
|
fields:
|
395
454
|
allowed_postal_codes: Allowed postal codes (separated by commas)
|
396
|
-
allowed_scope_id: Allowed scope
|
397
455
|
document_number: Document number
|
398
456
|
postal_code: Postal code
|
399
|
-
scope_id: Scope
|
400
457
|
name: Example authorization
|
401
458
|
dummy_authorization_workflow:
|
459
|
+
explanation: Dummy authorization workflow
|
402
460
|
name: Dummy authorization workflow
|
461
|
+
ephemeral_dummy_authorization_handler:
|
462
|
+
explanation: Get verified by introducing a document number ending with "X".
|
463
|
+
fields:
|
464
|
+
allowed_postal_codes: Allowed postal codes (separated by commas)
|
465
|
+
document_number: Document number
|
466
|
+
postal_code: Postal code
|
467
|
+
name: Ephemeral example authorization
|
403
468
|
errors:
|
404
469
|
duplicate_authorization: A participant is already authorized with the same data. An administrator will contact you to verify your details.
|
405
470
|
expired_at: Expired at %{timestamp}
|
@@ -483,13 +548,14 @@ en:
|
|
483
548
|
amendments_enabled: Amendments enabled
|
484
549
|
comments_enabled: Comments enabled
|
485
550
|
comments_max_length: Comments max length
|
551
|
+
define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
|
486
552
|
dummy_global_attribute1: Dummy Attribute 1
|
487
553
|
dummy_global_attribute2: Dummy Attribute 2
|
488
554
|
dummy_global_translatable_text: Dummy Translatable Text
|
489
555
|
enable_pads_creation: Enable pads creation
|
556
|
+
no_taxonomy_filters_found: No taxonomy filters found.
|
490
557
|
resources_permissions_enabled: Resources permissions enabled
|
491
|
-
|
492
|
-
scopes_enabled: Scopes enabled
|
558
|
+
taxonomy_filters: Select filters for the component
|
493
559
|
step:
|
494
560
|
amendment_creation_enabled: Amendment creation enabled
|
495
561
|
amendment_promotion_enabled: Amendment promotion enabled
|
@@ -499,6 +565,8 @@ en:
|
|
499
565
|
dummy_step_attribute1: Dummy Step Attribute 1
|
500
566
|
dummy_step_attribute2: Dummy Step Attribute 2
|
501
567
|
dummy_step_translatable_text: Dummy Step Translatable Text
|
568
|
+
pagination:
|
569
|
+
page_title: "%{component_name} - Page %{current_page} of %{total_pages}"
|
502
570
|
contact: Contact
|
503
571
|
content_blocks:
|
504
572
|
announcement:
|
@@ -574,10 +642,10 @@ en:
|
|
574
642
|
application_helper:
|
575
643
|
filter_area_values:
|
576
644
|
all: All
|
577
|
-
filter_category_values:
|
578
|
-
all: All
|
579
645
|
filter_scope_values:
|
580
646
|
all: All
|
647
|
+
filter_taxonomy_values:
|
648
|
+
all: All
|
581
649
|
devise:
|
582
650
|
omniauth_registrations:
|
583
651
|
create:
|
@@ -588,6 +656,9 @@ en:
|
|
588
656
|
sign_up: Please complete your profile
|
589
657
|
subtitle: Please fill in the following form in order to complete the account creation
|
590
658
|
username_help: Public name that appears on your posts. With the aim of guaranteeing the anonymity, can be any name.
|
659
|
+
new_tos_fields:
|
660
|
+
sign_up: Create an account
|
661
|
+
sign_up_title: Finish creating your account
|
591
662
|
registrations:
|
592
663
|
create:
|
593
664
|
error: There was a problem creating your account.
|
@@ -604,11 +675,12 @@ en:
|
|
604
675
|
username_help: Public name that appears on your posts. With the aim of guaranteeing the anonymity, can be any name.
|
605
676
|
sessions:
|
606
677
|
new:
|
607
|
-
are_you_new?:
|
678
|
+
are_you_new?: Not registered yet?
|
608
679
|
register: Create an account
|
609
680
|
sign_in_disabled: You can access with an external account.
|
610
681
|
sign_up_disabled: Account creation is disabled, you can use an existing account to access.
|
611
682
|
user:
|
683
|
+
ephemeral_session_closed: Your guest session has finished
|
612
684
|
timed_out: You were inactive for too long and you have been automatically logged out from the service. If you would like to continue using the service, please log in again.
|
613
685
|
shared:
|
614
686
|
newsletter_modal:
|
@@ -628,13 +700,16 @@ en:
|
|
628
700
|
<p>Thanks for reading this!</p>
|
629
701
|
title: Newsletter notifications
|
630
702
|
omniauth_buttons:
|
631
|
-
or:
|
703
|
+
or: or
|
632
704
|
password_fields:
|
633
705
|
hidden_password: Your password is hidden
|
634
706
|
hide_password: Hide password
|
635
707
|
show_password: Show password
|
636
708
|
shown_password: Your password is shown
|
637
709
|
placeholder_email: hi@example.org
|
710
|
+
documents:
|
711
|
+
one: "%{count} document"
|
712
|
+
other: "%{count} documents"
|
638
713
|
doorkeeper:
|
639
714
|
authorizations:
|
640
715
|
new:
|
@@ -653,27 +728,133 @@ en:
|
|
653
728
|
download_your_data:
|
654
729
|
export:
|
655
730
|
ready: Ready
|
731
|
+
help:
|
732
|
+
core:
|
733
|
+
description: These are the files with the personal data, contributions and activity from the user %{user_name}
|
734
|
+
title: Download your data files from %{organization}
|
735
|
+
follows:
|
736
|
+
created_at: The date and time when the follow was created
|
737
|
+
followable: The resource or space that is being followed
|
738
|
+
id: The unique identifier of this follow
|
739
|
+
updated_at: The date and time when the follow was last updated
|
740
|
+
identities:
|
741
|
+
created_at: The date and time when the identity was created
|
742
|
+
id: The unique identifier of this identity
|
743
|
+
provider: The provider of this identity
|
744
|
+
uid: The unique identifier of this identity
|
745
|
+
updated_at: The date and time when the identity was last updated
|
746
|
+
user: The user that this identity belongs to
|
747
|
+
messaging_conversations:
|
748
|
+
created_at: The date when this conversation was created
|
749
|
+
id: The unique identifier for this conversation
|
750
|
+
messages: The messages of this conversation
|
751
|
+
updated_at: The date when this converstaion was last updated
|
752
|
+
notifications:
|
753
|
+
created_at: The date and time when the notification was created
|
754
|
+
event_class: The class of the event that triggered the notification
|
755
|
+
event_name: The name of the event that triggered the notification
|
756
|
+
extra: Extra information of this notification
|
757
|
+
id: The unique identifier of this notification
|
758
|
+
resource_type: The type of the resource that the notification is related to
|
759
|
+
updated_at: The date and time when the notification was last updated
|
760
|
+
participatory_space_private_users:
|
761
|
+
created_at: The date and time when this private user was created
|
762
|
+
id: The unique identifier of this private user
|
763
|
+
privatable_to: To which space this private user belongs
|
764
|
+
published: Wether this private user is published or not
|
765
|
+
role: The role that this private user has
|
766
|
+
updated_at: The date and time when this private user was last updated
|
767
|
+
reports:
|
768
|
+
created_at: The date and time when this report was created
|
769
|
+
details: The details of this report
|
770
|
+
id: The unique identifier of this report
|
771
|
+
locale: The language of this report
|
772
|
+
moderation: The moderation that this report has
|
773
|
+
reason: The reason of this report
|
774
|
+
updated_at: The date and time when this report was last updated
|
775
|
+
user_groups:
|
776
|
+
document_number: The document number of this user group
|
777
|
+
id: The unique identifier of this user group
|
778
|
+
name: The name of this user group
|
779
|
+
phone: The phone number of this user group
|
780
|
+
verified_at: The date and time when this user group was verified
|
781
|
+
users:
|
782
|
+
about: The biography of this user
|
783
|
+
accepted_tos_version: The date when the Terms of Service of this platform was accepted by the user
|
784
|
+
admin: Whether this user is an administrator
|
785
|
+
confirmation_sent_at: The date and time when the confirmation was sent
|
786
|
+
confirmed_at: The date and time when this user was confirmed
|
787
|
+
created_at: The date and time when this user was created
|
788
|
+
current_sign_in_at: The date and time of the current login
|
789
|
+
current_sign_in_ip: The IP address of the current login
|
790
|
+
delete_reason: The reason given for deleting this user
|
791
|
+
deleted_at: The date and time when this user was deleted
|
792
|
+
email: The email address of this user
|
793
|
+
followers_count: The number of participants that are following to this user
|
794
|
+
following_count: The number of participants this user is following
|
795
|
+
id: The unique identifier of this user
|
796
|
+
invitation_accepted_at: The date and time when the invitation was accepted
|
797
|
+
invitation_created_at: The date and time when this user was invited
|
798
|
+
invitation_sent_at: The date and time when the invitation was sent
|
799
|
+
invitations_count: The number of invitations sent to this user
|
800
|
+
invited_by: The user who invited this user
|
801
|
+
last_sign_in_at: The date and time of the last login
|
802
|
+
last_sign_in_ip: The IP address of the last login
|
803
|
+
locale: The locale (language) that this user has selected
|
804
|
+
managed: Whether this user is managed by another user
|
805
|
+
name: The name of this user
|
806
|
+
newsletter_notifications_at: The date and time when this user last received a newsletter
|
807
|
+
nickname: The nickname of this user
|
808
|
+
notification_settings: The notification settings that this user has selected
|
809
|
+
notifications_sending_frequency: The frequency of the notifications that this user receives
|
810
|
+
officialized_as: The name of the officialization (Counsellor, Mayor, etc)
|
811
|
+
officialized_at: The date and time when this user was officialized
|
812
|
+
organization: The organization that this user belongs to
|
813
|
+
password_updated_at: The date when their password was changed for the last time
|
814
|
+
personal_url: The personal URL of this user
|
815
|
+
remember_created_at: The date and time when the user was selected to be remembered
|
816
|
+
reset_password_sent_at: The date and time when the password reset was sent
|
817
|
+
roles: The role this user has, if they has any
|
818
|
+
sign_in_count: The number of times this user has logged in
|
819
|
+
type: The type that this user has
|
820
|
+
unconfirmed_email: The email address that this user has not yet confirmed
|
821
|
+
updated_at: The date and time when this user was last updated
|
656
822
|
show:
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
823
|
+
action: Action
|
824
|
+
download: Download file
|
825
|
+
download_data: Data download
|
826
|
+
download_data_description_1: Here you can find all the downloads available for your account. These .zip files will be available during two weeks before being deleted.
|
827
|
+
download_data_description_2: You can request a .zip file with your submissions and personal data.
|
828
|
+
download_your_data: Personal data
|
829
|
+
expiration: Expiration
|
830
|
+
expired: Already expired
|
831
|
+
explanation:
|
832
|
+
body_1: These files are datasets exported from your activity in this platform, such as proposals, or comments. They provide raw, structured data that can be used for analysis, research, or integration with other tools
|
833
|
+
body_2: These files are in CSV (Comma-Separated Values) format, which is a widely-used file format that can be opened and processed by a variety of software applications, including spreadsheet programs, text editors, and data analysis tools.
|
834
|
+
title: What are these files?
|
835
|
+
files_to_download: Files to download
|
836
|
+
request_data: Request
|
837
|
+
type: Download type
|
663
838
|
editor_images:
|
664
839
|
create:
|
665
840
|
error: Error uploading image.
|
666
841
|
success: Image uploaded successfully.
|
667
842
|
drag_and_drop_help: Add images by dragging & dropping or pasting them.
|
668
843
|
endorsement_buttons_cell:
|
669
|
-
already_endorsed:
|
844
|
+
already_endorsed: Undo the like
|
670
845
|
endorse: Like
|
671
846
|
endorsements:
|
672
847
|
identities:
|
673
848
|
done: Done
|
674
849
|
select_identity: Select identity
|
675
850
|
endorsers_list:
|
676
|
-
endorsed_by:
|
851
|
+
endorsed_by:
|
852
|
+
one: Liked by %{visible}
|
853
|
+
other: Liked by %{visible} and %{others}
|
854
|
+
others: "%{count} more"
|
855
|
+
title: Liked by
|
856
|
+
you: you
|
857
|
+
ephemeral_user: Visitor
|
677
858
|
errors:
|
678
859
|
files:
|
679
860
|
file_cannot_be_processed: File cannot be processed
|
@@ -741,6 +922,11 @@ en:
|
|
741
922
|
email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
|
742
923
|
email_subject: Amendment rejected for %{amendable_title} from %{emendation_author_nickname}
|
743
924
|
notification_title: The <a href="%{emendation_path}">amendment</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a>.
|
925
|
+
emendation_promoted:
|
926
|
+
follower:
|
927
|
+
email_intro: 'An emendation has been published for %{amendable_title}. You can see it from this page:'
|
928
|
+
email_outro: You have received this notification because you are an author of %{amendable_title}.
|
929
|
+
email_subject: An emendation from %{emendation_author_nickname} has been published as a new %{amendable_type}
|
744
930
|
attachments:
|
745
931
|
attachment_created:
|
746
932
|
email_intro: 'A new document has been added to %{resource_title}. You can see it from this page:'
|
@@ -832,6 +1018,9 @@ en:
|
|
832
1018
|
email_outro: You have received this notification because you are following %{endorser_nickname}. You can stop receiving notifications following the previous link.
|
833
1019
|
email_subject: "%{endorser_nickname} has performed a new endorsement"
|
834
1020
|
notification_title: The <a href="%{resource_path}">%{resource_title}</a> %{resource_type} has been endorsed by <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a>.
|
1021
|
+
resources:
|
1022
|
+
soft_deleted:
|
1023
|
+
notification_title: An admin has deleted your "%{resource_type}" "%{resource_title}".
|
835
1024
|
users:
|
836
1025
|
profile_updated:
|
837
1026
|
email_intro: The <a href="%{resource_url}">profile page</a> of %{name} (%{nickname}), who you are following, has been updated.
|
@@ -845,10 +1034,11 @@ en:
|
|
845
1034
|
notification_title: Participant %{name} (%{nickname}) has been officialized.
|
846
1035
|
export_mailer:
|
847
1036
|
download_your_data_export:
|
848
|
-
|
1037
|
+
click_button_html: Click the next link to download your data.<br/>The file will be available for download until %{date}.
|
849
1038
|
download: Download
|
850
1039
|
export:
|
851
|
-
|
1040
|
+
click_button_html: Your download is ready. <br/>The file will be available for download until %{date}.
|
1041
|
+
download: Download
|
852
1042
|
subject: Your export "%{name}" is ready
|
853
1043
|
filters:
|
854
1044
|
linked_classes:
|
@@ -902,7 +1092,7 @@ en:
|
|
902
1092
|
file:
|
903
1093
|
explanation: 'Guidance for file:'
|
904
1094
|
message_1: Has to be an image or a document.
|
905
|
-
message_2:
|
1095
|
+
message_2: If it is an image, it preferably be a landscape image that does not have any text. The service crops the image.
|
906
1096
|
icon:
|
907
1097
|
explanation: 'Guidance for icon:'
|
908
1098
|
message_1: Has to be a square image.
|
@@ -1080,6 +1270,8 @@ en:
|
|
1080
1270
|
unknown_action_with_space: "%{user_name} performed some action on %{resource_name} in %{space_name}"
|
1081
1271
|
unpublish_with_space: "%{user_name} unpublished %{resource_name} from %{space_name}"
|
1082
1272
|
update: "%{user_name} updated %{resource_name}"
|
1273
|
+
update_filters: "%{user_name} updated the filters of %{resource_name}"
|
1274
|
+
update_filters_with_space: "%{user_name} updated the filters of %{resource_name} in %{space_name}"
|
1083
1275
|
update_permissions_with_space: "%{user_name} updated the permissions of %{resource_name} in %{space_name}"
|
1084
1276
|
update_with_space: "%{user_name} updated %{resource_name} in %{space_name}"
|
1085
1277
|
value_types:
|
@@ -1091,6 +1283,10 @@ en:
|
|
1091
1283
|
not_found: 'The scope was not found on the database (ID: %{id})'
|
1092
1284
|
scope_type_presenter:
|
1093
1285
|
not_found: 'The scope type was not found on the database (ID: %{id})'
|
1286
|
+
taxonomy_presenter:
|
1287
|
+
not_found: 'The taxonomy was not found on the database (ID: %{id})'
|
1288
|
+
machine_translations:
|
1289
|
+
automatic: automatic translation in %{locale_name}
|
1094
1290
|
managed_users:
|
1095
1291
|
expired_session: The current administration session of a participant has expired.
|
1096
1292
|
map:
|
@@ -1181,6 +1377,8 @@ en:
|
|
1181
1377
|
not_started: Not started yet
|
1182
1378
|
remaining: "%{time_distance} remaining"
|
1183
1379
|
metrics:
|
1380
|
+
blocked_users:
|
1381
|
+
description: Number of blocked participants
|
1184
1382
|
download:
|
1185
1383
|
csv: Download data (CSV)
|
1186
1384
|
followers:
|
@@ -1191,6 +1389,10 @@ en:
|
|
1191
1389
|
description: Number of active participants in organization
|
1192
1390
|
object: participants
|
1193
1391
|
title: Participants
|
1392
|
+
reported_users:
|
1393
|
+
description: Number of reported participants
|
1394
|
+
user_reports:
|
1395
|
+
description: Number of reports done by participants
|
1194
1396
|
users:
|
1195
1397
|
description: Number of participants in organization
|
1196
1398
|
object: participants
|
@@ -1256,10 +1458,12 @@ en:
|
|
1256
1458
|
notifications_digest_mailer:
|
1257
1459
|
header:
|
1258
1460
|
daily: Daily Notification Digest
|
1461
|
+
real_time: Real time
|
1259
1462
|
weekly: Weekly Notification Digest
|
1260
1463
|
hello: Hello %{name},
|
1261
1464
|
intro:
|
1262
1465
|
daily: 'These are the notifications from the last day based on the activity you are following:'
|
1466
|
+
real_time: 'These is a notification on the activity you are following:'
|
1263
1467
|
weekly: 'These are the notifications from the last week based on the activity you are following:'
|
1264
1468
|
outro: You have received these notifications because you are following this content or its authors. You can unfollow them from their respective pages.
|
1265
1469
|
see_more: See more notifications
|
@@ -1269,6 +1473,7 @@ en:
|
|
1269
1473
|
administrators: Administrators
|
1270
1474
|
allow_public_contact: Allow anyone to send me a direct message, even if I do not follow them.
|
1271
1475
|
allow_push_notifications: Get push notifications to find out what is going on when you are not on the platform. You can turn them off anytime.
|
1476
|
+
assigned_to_proposal: I want to receive an email when someone assigns me a proposal to evaluate
|
1272
1477
|
direct_messages: Receive direct messages from anyone
|
1273
1478
|
email_on_moderations: I want to receive an email every time something or someone is reported for moderation.
|
1274
1479
|
everything_followed: Everything I follow
|
@@ -1287,6 +1492,7 @@ en:
|
|
1287
1492
|
push_notifications_reminder: To get notifications from the platform, you will need to allow them in your browser settings first.
|
1288
1493
|
receive_notifications_about: I want to get notifications about
|
1289
1494
|
update_notifications_settings: Save changes
|
1495
|
+
valuators: Evaluators
|
1290
1496
|
update:
|
1291
1497
|
error: There was a problem updating your notifications settings.
|
1292
1498
|
success: Your notifications settings were successfully updated.
|
@@ -1296,7 +1502,127 @@ en:
|
|
1296
1502
|
message_1: It looks like you are currently offline.
|
1297
1503
|
message_2: Please, try again later.
|
1298
1504
|
retry: Retry
|
1505
|
+
onboarding_action_message:
|
1506
|
+
click_link: Click here
|
1507
|
+
cta_html: <a href="%{path}">%{link_text}</a> in order to %{action} in the %{resource_name} <strong>%{resource_title}</strong>
|
1508
|
+
ephemeral_authorized_message: You have been successfully authorized.<br/>You have started a guest session, you can now participate.
|
1509
|
+
expired_authorization_active_title: Your authorization has expired.
|
1510
|
+
finish_authorization_process: You can finish the authorization process
|
1511
|
+
incomplete_authorization_active_title: Your verification has not been completed with all the necessary information.
|
1512
|
+
pending_authorization_active_message: Please complete the form to proceed with this action.
|
1513
|
+
pending_authorization_active_title: We need to verify your identity.
|
1514
|
+
pending_ephemeral_authorization: Please verify your identity to proceed.
|
1299
1515
|
open_data:
|
1516
|
+
help:
|
1517
|
+
core:
|
1518
|
+
components: Components
|
1519
|
+
description: This ZIP file contains files for studying and researching about this participation platform.
|
1520
|
+
main: Core
|
1521
|
+
spaces: Spaces
|
1522
|
+
title: Open Data files for %{organization}
|
1523
|
+
metrics:
|
1524
|
+
cumulative: The total number of the metric at this day
|
1525
|
+
day: The day this metric was created
|
1526
|
+
metric_type: The type of the metric
|
1527
|
+
quantity: The number of the metrics for this day
|
1528
|
+
moderated_users:
|
1529
|
+
about: The about field of the user
|
1530
|
+
block_reasons: The reason why the admin user blocked the user
|
1531
|
+
blocked_at: Date and time when the user has been blocked
|
1532
|
+
blocking_user: The name of the user that has performed the blocking
|
1533
|
+
details: The details of the reports
|
1534
|
+
reasons: A list of the reasons why the profile has been reported
|
1535
|
+
user_id: The unique ID of the reported user
|
1536
|
+
moderations:
|
1537
|
+
hidden_at: Date and time when the content has been hidden
|
1538
|
+
id: The unique identifier of the moderation
|
1539
|
+
report_count: The number of times it has been reported
|
1540
|
+
reportable_id: The unique id of the reportable
|
1541
|
+
reportable_type: Type of the reportable
|
1542
|
+
reported_content: The content that has been reported
|
1543
|
+
reported_url: The url of the reported resource
|
1544
|
+
reports: A list of reasons for which the resource has been reported
|
1545
|
+
taxonomies:
|
1546
|
+
children_count: The count of the children that this taxonomy has
|
1547
|
+
created_at: The date when this taxonomy was created
|
1548
|
+
filter_items_count: The number of items filters that are using this taxonomy
|
1549
|
+
filters_count: The number of filters that is using this taxonomy
|
1550
|
+
id: The unique identifier of this taxonomy
|
1551
|
+
is_root: True if this taxonomy do not have any parent
|
1552
|
+
name: The name of this taxonomy
|
1553
|
+
parent_id: The unique identifiers of this taxonomy parent (if any)
|
1554
|
+
part_of: Used to detect if this taxonomy is part of another taxonomy
|
1555
|
+
taxonomizations_count: The count of the resources that use this taxonomy
|
1556
|
+
updated_at: The date when this taxonomy was updated for the last time
|
1557
|
+
weight: The order in which this taxonomy is shown
|
1558
|
+
user_groups:
|
1559
|
+
avatar_url: The avatar of the user group
|
1560
|
+
badge: The badge of the user group
|
1561
|
+
deleted: Whether the user is deleted or not
|
1562
|
+
id: The unique identifier of the user group
|
1563
|
+
members: The id and name of the users belonging to the group
|
1564
|
+
members_count: The number of the users belonging to the user group
|
1565
|
+
name: The display name of user group
|
1566
|
+
nickname: The username of the user group
|
1567
|
+
profile_url: The profile url
|
1568
|
+
users:
|
1569
|
+
about: The about text of the user
|
1570
|
+
avatar_url: The avatar of the user
|
1571
|
+
badge: The badge of the user
|
1572
|
+
deleted: Whether the user is deleted or not
|
1573
|
+
direct_messages_enabled: Whether the user allows direct messages
|
1574
|
+
groups: The id and name of the user group
|
1575
|
+
id: The unique identifier of the user
|
1576
|
+
name: The display name of user
|
1577
|
+
nickname: The username of the user
|
1578
|
+
profile_url: The profile url
|
1579
|
+
index:
|
1580
|
+
description: Welcome to the %{organization_name} Open Data page. Here, you will find data files that are regularly generated from various deliberative and governance processes within %{organization_name}. These files are made available to promote transparency, accessibility, and collaboration. Below, you will find detailed information on what these files are, how to open and work with them, and a description of the content and structure of each file.
|
1581
|
+
detailed:
|
1582
|
+
body_1: 'Below is a description of each dataset, including its schema (structure) and the type of information it contains:'
|
1583
|
+
components: Components
|
1584
|
+
spaces: Participatory spaces
|
1585
|
+
title: Detailed explanation of each file
|
1586
|
+
download:
|
1587
|
+
components: Components
|
1588
|
+
core: Core
|
1589
|
+
spaces: Participatory spaces
|
1590
|
+
title: Download resources
|
1591
|
+
download_open_data: Download all the Open Data files
|
1592
|
+
download_resource: Download %{resource_name} in CSV format
|
1593
|
+
explanation:
|
1594
|
+
body_1: These files are datasets exported from %{organization_name}'s participatory processes, such as proposals, comments, and meetings. They provide raw, structured data that can be used for analysis, research, or integration with other tools. The data is updated automatically every 24 hours, ensuring that you have access to the most recent information.
|
1595
|
+
body_2: These files are in CSV (Comma-Separated Values) format, which is a widely-used file format that can be opened and processed by a variety of software applications, including spreadsheet programs, text editors, and data analysis tools.
|
1596
|
+
title: What are these files?
|
1597
|
+
how_to:
|
1598
|
+
step_1:
|
1599
|
+
body_html: Click on the links provided below to download the CSV files to your computer.
|
1600
|
+
title: 1. Download the files
|
1601
|
+
step_2:
|
1602
|
+
body_html: |-
|
1603
|
+
<ul>
|
1604
|
+
<li><b>Spreadsheet Applications</b>: You can open CSV files using applications like Microsoft Excel, Google Sheets, or LibreOffice Calc. Simply open the application, then select "Open" from the File menu, and choose the downloaded CSV file.</li>
|
1605
|
+
<li><b>Text Editors</b>: CSV files can also be opened in any text editor, such as Notepad or Sublime Text. This will display the raw data, with each line representing a row and each value separated by a comma.</li>
|
1606
|
+
<li><b>Data Analysis Tools</b>: If you are familiar with data analysis tools like Python (with pandas), R, or SQL databases, you can import these CSV files directly for processing and analysis.</li>
|
1607
|
+
</ul>
|
1608
|
+
title: 2. Open the files
|
1609
|
+
step_3:
|
1610
|
+
body_html: |-
|
1611
|
+
<ul>
|
1612
|
+
<li><b>Filtering and Sorting</b>: In spreadsheet applications, you can filter and sort the data to focus on specific subsets of information.</li>
|
1613
|
+
<li><b>Analysis</b>: Use the data to perform various analyses, such as counting the number of proposals, analyzing trends in comments, or evaluating participation in meetings.</li>
|
1614
|
+
<li><b>Visualization</b>: You can create charts, graphs, and other visualizations to help interpret the data.</li>
|
1615
|
+
</ul>
|
1616
|
+
title: 3. Working with the data
|
1617
|
+
title: How to open and work with these files
|
1618
|
+
license:
|
1619
|
+
body_1_html: This %{organization_name} database is made available under the %{link_database}. Any rights in individual contents of the database are licensed under the %{link_contents}.
|
1620
|
+
license_contents_link: http://opendatacommons.org/licenses/dbcl/1.0/
|
1621
|
+
license_contents_name: Database Contents License
|
1622
|
+
license_database_link: http://opendatacommons.org/licenses/odbl/1.0/
|
1623
|
+
license_database_name: Open Database License
|
1624
|
+
title: License
|
1625
|
+
title: Open Data
|
1300
1626
|
not_available_yet: The Open Data files are not yet available, please try again in a few minutes.
|
1301
1627
|
pad_iframe:
|
1302
1628
|
disclaimer: The contents of this pad are written by registered users and express their opinions. %{organization} cannot be held responsible for its contents.
|
@@ -1424,23 +1750,16 @@ en:
|
|
1424
1750
|
subject: A resource has been reported
|
1425
1751
|
reports:
|
1426
1752
|
create:
|
1427
|
-
error:
|
1753
|
+
error: There was a problem creating the report. Please, try it again.
|
1428
1754
|
success: The report has been created successfully and it will be reviewed by an admin.
|
1755
|
+
resource:
|
1756
|
+
controls_label: Resource controls
|
1429
1757
|
resource_endorsements:
|
1430
1758
|
create:
|
1431
1759
|
error: There was a problem during the endorsement action.
|
1432
1760
|
scopes:
|
1433
1761
|
global: Global scope
|
1434
|
-
picker:
|
1435
|
-
cancel: Cancel
|
1436
|
-
change: Change selected scope
|
1437
|
-
choose: Select
|
1438
|
-
currently_selected: Currently selected scope
|
1439
|
-
title: Select %{field}
|
1440
1762
|
prompt: Select a scope
|
1441
|
-
scopes: Scopes
|
1442
|
-
scopes_picker_input:
|
1443
|
-
select_scope: 'Select a scope (currently: %{current})'
|
1444
1763
|
search:
|
1445
1764
|
name: Search
|
1446
1765
|
results: Search results
|
@@ -1471,6 +1790,7 @@ en:
|
|
1471
1790
|
close_modal: Close modal
|
1472
1791
|
ok: OK
|
1473
1792
|
title: Confirm
|
1793
|
+
confirm_unload: This page contains unsaved changes. Are you sure you want to leave this page?
|
1474
1794
|
embed:
|
1475
1795
|
title: Embedded video content
|
1476
1796
|
extended_navigation_bar:
|
@@ -1511,12 +1831,6 @@ en:
|
|
1511
1831
|
sign_up: Create an account
|
1512
1832
|
mentions_modal:
|
1513
1833
|
remove_recipient: Remove recipient %{name}
|
1514
|
-
participatory_space_filters:
|
1515
|
-
filters:
|
1516
|
-
area: Area
|
1517
|
-
areas: Areas
|
1518
|
-
scope: Scope
|
1519
|
-
select_an_area: Select an area
|
1520
1834
|
progress: Progress
|
1521
1835
|
public_participation:
|
1522
1836
|
public_participation: Show my attendance publicly
|
@@ -1544,10 +1858,12 @@ en:
|
|
1544
1858
|
no_stats: There are no statistics yet.
|
1545
1859
|
pages_count: Pages
|
1546
1860
|
participants_count: Participants
|
1861
|
+
surveys_count: Surveys
|
1547
1862
|
users_count: Participants
|
1548
1863
|
tags:
|
1549
|
-
|
1550
|
-
|
1864
|
+
filter_results_for_taxonomy: 'Filter results for: %{resource}'
|
1865
|
+
taxonomies:
|
1866
|
+
prompt: Please select an option
|
1551
1867
|
translation_bar:
|
1552
1868
|
help_text: "<strong>Warning:</strong> Content might be automatically translated and not be 100% accurate."
|
1553
1869
|
show_original: Show original text
|
@@ -1570,15 +1886,6 @@ en:
|
|
1570
1886
|
send: Send
|
1571
1887
|
update:
|
1572
1888
|
error: Message not sent. Try again later
|
1573
|
-
user_interests:
|
1574
|
-
show:
|
1575
|
-
my_interests: My interests
|
1576
|
-
no_scopes: This organization does not have any scope yet!
|
1577
|
-
select_your_interests: Select the topics you are interested in to receive events related to them in your profile Timeline tab.
|
1578
|
-
update_my_interests: Update my interests
|
1579
|
-
update:
|
1580
|
-
error: There was a problem updating your interests.
|
1581
|
-
success: Your interests have been successfully updated.
|
1582
1889
|
user_report_mailer:
|
1583
1890
|
notify:
|
1584
1891
|
body_1: User %{user} has been reported by %{token}
|
@@ -1701,6 +2008,7 @@ en:
|
|
1701
2008
|
message: Your account has been locked due to an excessive amount of unsuccessful log in attempts.
|
1702
2009
|
subject: Unlock instructions
|
1703
2010
|
omniauth_callbacks:
|
2011
|
+
add_tos_errors: Terms of service must be accepted in order to create an account.
|
1704
2012
|
failure: Could not authenticate you from %{kind} because "%{reason}".
|
1705
2013
|
success: Successfully authenticated from %{kind} account.
|
1706
2014
|
passwords:
|
@@ -1861,7 +2169,7 @@ en:
|
|
1861
2169
|
not_found: could not be found. Have you created an account previously?
|
1862
2170
|
not_locked: was not locked
|
1863
2171
|
not_saved:
|
1864
|
-
one: 'There
|
2172
|
+
one: 'There has been an error processing your request:'
|
1865
2173
|
other: 'There were multiple errors when processing your request:'
|
1866
2174
|
too_many_marks: is using too many consecutive punctuation marks (e.g. ! and ?)
|
1867
2175
|
too_much_caps: is using too many capital letters (over 25% of the text)
|
@@ -1939,13 +2247,15 @@ en:
|
|
1939
2247
|
data_consent_settings: Cookie settings
|
1940
2248
|
decidim_logo: Decidim Logo
|
1941
2249
|
decidim_title: Decidim
|
1942
|
-
download_open_data: Download Open Data files
|
1943
2250
|
log_in: Log in
|
1944
2251
|
made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
|
2252
|
+
open_data: Open Data
|
1945
2253
|
resources: Resources
|
1946
2254
|
sign_up: Create an account
|
1947
2255
|
terms_of_service: Terms of Service
|
1948
2256
|
header:
|
2257
|
+
close: Close
|
2258
|
+
confirm_close_ephemeral_session: If you navigate out of this page, your session will be closed. Are you sure?
|
1949
2259
|
log_in: Log in
|
1950
2260
|
main_menu: Main menu
|
1951
2261
|
user_menu: User menu
|
@@ -1955,6 +2265,8 @@ en:
|
|
1955
2265
|
expire_time_html: Your session will expire in <b><span class="minutes">%{minutes}</span> minutes</b>.
|
1956
2266
|
language_chooser:
|
1957
2267
|
choose_language: Choose language
|
2268
|
+
navigation:
|
2269
|
+
aria_label: Navigation menu- %{title}
|
1958
2270
|
notifications_dashboard:
|
1959
2271
|
mark_all_as_read: Mark all as read
|
1960
2272
|
mark_as_read: Mark as read
|
@@ -1986,7 +2298,6 @@ en:
|
|
1986
2298
|
authorizations: Authorizations
|
1987
2299
|
delete_my_account: Delete my account
|
1988
2300
|
my_data: My data
|
1989
|
-
my_interests: My interests
|
1990
2301
|
notifications_settings: Notifications settings
|
1991
2302
|
profile: Profile
|
1992
2303
|
title: Participant settings
|