decidim-core 0.30.1 → 0.31.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -4
- data/app/cells/decidim/activity/show.erb +6 -6
- data/app/cells/decidim/activity_cell.rb +0 -3
- data/app/cells/decidim/address/show.erb +1 -0
- data/app/cells/decidim/address_cell.rb +7 -1
- data/app/cells/decidim/amendable/amend_button_card/show.erb +2 -2
- data/app/cells/decidim/author/likes.erb +4 -0
- data/app/cells/decidim/author/show.erb +1 -3
- data/app/cells/decidim/author_cell.rb +5 -28
- data/app/cells/decidim/badge_cell.rb +1 -7
- data/app/cells/decidim/card_cell.rb +2 -12
- data/app/cells/decidim/card_metadata_cell.rb +4 -4
- data/app/cells/decidim/coauthorships_cell.rb +1 -1
- data/app/cells/decidim/collapsible_authors/show.erb +1 -1
- data/app/cells/decidim/content_blocks/hero_cell.rb +23 -4
- data/app/cells/decidim/content_blocks/hero_settings_form/show.erb +16 -2
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +6 -6
- data/app/cells/decidim/content_blocks/highlighted_content_banner_cell.rb +28 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner_settings_form/show.erb +27 -0
- data/app/cells/decidim/content_blocks/highlighted_content_banner_settings_form_cell.rb +13 -0
- data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form/show.erb +9 -2
- data/app/cells/decidim/content_blocks/html_settings_form/show.erb +3 -1
- data/app/cells/decidim/content_blocks/last_activity_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/last_activity_settings_form/show.erb +3 -1
- data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/recent_users.erb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_hero/show.erb +0 -5
- data/app/cells/decidim/content_blocks/participatory_space_hero_cell.rb +1 -13
- data/app/cells/decidim/content_blocks/participatory_space_hero_settings_form/show.erb +10 -3
- data/app/cells/decidim/content_blocks/participatory_space_last_activity/content.erb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_last_activity/recent_avatars.erb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_last_activity_cell.rb +3 -3
- data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +27 -6
- data/app/cells/decidim/content_blocks/participatory_space_main_data_cell.rb +4 -0
- data/app/cells/decidim/content_blocks/stats/show.erb +2 -3
- data/app/cells/decidim/data_consent/modal.erb +1 -1
- data/app/cells/decidim/footer_topics/show.erb +2 -2
- data/app/cells/decidim/images_panel/show.erb +5 -2
- data/app/cells/decidim/like_block/show.erb +3 -0
- data/app/cells/decidim/{endorsement_block_cell.rb → like_block_cell.rb} +2 -2
- data/app/cells/decidim/like_buttons/button_content.erb +2 -0
- data/app/cells/decidim/like_buttons/show.erb +17 -0
- data/app/cells/decidim/{endorsement_buttons → like_buttons}/verification_modal.erb +3 -3
- data/app/cells/decidim/like_buttons_cell.rb +77 -0
- data/app/cells/decidim/likers_list/empty.erb +3 -0
- data/app/cells/decidim/{endorsers_list → likers_list}/full.erb +3 -3
- data/app/cells/decidim/likers_list/show.erb +20 -0
- data/app/cells/decidim/likers_list_cell.rb +64 -0
- data/app/cells/decidim/nav_links/show.erb +1 -1
- data/app/cells/decidim/notification_actions/buttons_cell.rb +1 -1
- data/app/cells/decidim/onboarding_action_message_cell.rb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +0 -8
- data/app/cells/decidim/participatory_space_dropdown_metadata_cell.rb +0 -8
- data/app/cells/decidim/profile/details.erb +1 -1
- data/app/cells/decidim/profile/tabs.erb +1 -1
- data/app/cells/decidim/profile_actions/show.erb +0 -1
- data/app/cells/decidim/profile_actions_cell.rb +5 -91
- data/app/cells/decidim/profile_cell.rb +4 -39
- data/app/cells/decidim/report_button/content.erb +2 -0
- data/app/cells/decidim/report_button/flag_modal.erb +12 -10
- data/app/cells/decidim/report_button_cell.rb +1 -1
- data/app/cells/decidim/report_user_button/flag_modal.erb +12 -11
- data/app/cells/decidim/resource_history_cell.rb +2 -1
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/share_button_cell.rb +1 -1
- data/app/cells/decidim/share_text_widget/modal.erb +16 -0
- data/app/cells/decidim/share_text_widget/show.erb +2 -0
- data/app/cells/decidim/share_text_widget_cell.rb +27 -0
- data/app/cells/decidim/share_widget/modal.erb +19 -8
- data/app/cells/decidim/share_widget/qr_code_modal.erb +26 -0
- data/app/cells/decidim/share_widget/show.erb +1 -0
- data/app/cells/decidim/share_widget_cell.rb +10 -6
- data/app/cells/decidim/statistic/show.erb +23 -5
- data/app/cells/decidim/statistic_cell.rb +28 -3
- data/app/cells/decidim/tab_panels/show.erb +1 -1
- data/app/cells/decidim/upload_modal/files.erb +4 -4
- data/app/cells/decidim/upload_modal_cell.rb +5 -3
- data/app/cells/decidim/user_profile/show.erb +1 -1
- data/app/cells/decidim/user_profile_cell.rb +1 -9
- data/app/cells/decidim/version_author_cell.rb +0 -7
- data/app/commands/decidim/amendable/accept.rb +1 -2
- data/app/commands/decidim/amendable/create_draft.rb +2 -3
- data/app/commands/decidim/amendable/update_draft.rb +2 -3
- data/app/commands/decidim/create_ephemeral_user.rb +7 -1
- data/app/commands/decidim/create_omniauth_registration.rb +9 -8
- data/app/commands/decidim/create_report.rb +9 -1
- data/app/commands/decidim/destroy_account.rb +0 -5
- data/app/commands/decidim/like_resource.rb +52 -0
- data/app/commands/decidim/messaging/reply_to_conversation.rb +2 -21
- data/app/commands/decidim/messaging/start_conversation.rb +2 -21
- data/app/commands/decidim/unlike_resource.rb +34 -0
- data/app/commands/decidim/update_account.rb +1 -1
- data/app/controllers/concerns/decidim/ephemeral_session_checker.rb +6 -2
- data/app/controllers/concerns/decidim/user_profile.rb +0 -1
- data/app/controllers/decidim/account_controller.rb +1 -1
- data/app/controllers/decidim/amendments_controller.rb +7 -8
- data/app/controllers/decidim/application_controller.rb +2 -1
- data/app/controllers/decidim/devise/confirmations_controller.rb +0 -5
- data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +1 -1
- data/app/controllers/decidim/devise/passwords_controller.rb +1 -1
- data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
- data/app/controllers/decidim/doorkeeper/authorizations_controller.rb +19 -1
- data/app/controllers/decidim/download_your_data_controller.rb +2 -2
- data/app/controllers/decidim/likes_controller.rb +57 -0
- data/app/controllers/decidim/links_controller.rb +1 -0
- data/app/controllers/decidim/messaging/conversations_controller.rb +1 -8
- data/app/controllers/decidim/newsletters_controller.rb +1 -1
- data/app/controllers/decidim/notifications_settings_controller.rb +2 -2
- data/app/controllers/decidim/pages_controller.rb +0 -1
- data/app/controllers/decidim/profiles_controller.rb +2 -57
- data/app/controllers/decidim/qr_controller.rb +73 -0
- data/app/controllers/decidim/resource_autocomplete_controller.rb +56 -0
- data/app/controllers/decidim/user_activities_controller.rb +0 -1
- data/app/events/decidim/resource_liked_event.rb +36 -0
- data/app/forms/decidim/amendable/create_form.rb +0 -1
- data/app/forms/decidim/amendable/edit_form.rb +0 -1
- data/app/forms/decidim/amendable/form.rb +4 -4
- data/app/forms/decidim/ephemeral_user_form.rb +1 -0
- data/app/forms/decidim/notifications_settings_form.rb +1 -1
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/upload_validation_form.rb +9 -1
- data/app/helpers/decidim/amendments_helper.rb +3 -3
- data/app/helpers/decidim/animations_helper.rb +14 -0
- data/app/helpers/decidim/decidim_form_helper.rb +17 -6
- data/app/helpers/decidim/filters_helper.rb +25 -0
- data/app/helpers/decidim/layout_helper.rb +6 -14
- data/app/helpers/decidim/likeable_helper.rb +46 -0
- data/app/helpers/decidim/messaging/conversation_helper.rb +1 -1
- data/app/helpers/decidim/omniauth_helper.rb +1 -1
- data/app/helpers/decidim/qr_code_helper.rb +37 -0
- data/app/helpers/decidim/rich_text_editor_helper.rb +0 -1
- data/app/helpers/decidim/sanitize_helper.rb +5 -5
- data/app/helpers/decidim/social_share_button_helper.rb +11 -10
- data/app/jobs/decidim/delete_inactive_participants_job.rb +41 -0
- data/app/jobs/decidim/process_inactive_participant_job.rb +48 -0
- data/app/mailers/decidim/participants_account_mailer.rb +38 -0
- data/app/mailers/decidim/user_group_mailer.rb +28 -0
- data/app/models/decidim/action_log.rb +3 -5
- data/app/models/decidim/amendment.rb +1 -1
- data/app/models/decidim/attachment_collection.rb +2 -0
- data/app/models/decidim/authorization_transfer.rb +0 -1
- data/app/models/decidim/coauthorship.rb +1 -1
- data/app/models/decidim/component.rb +4 -1
- data/app/models/decidim/{endorsement.rb → like.rb} +4 -4
- data/app/models/decidim/messaging/conversation.rb +3 -5
- data/app/models/decidim/messaging/message.rb +3 -15
- data/app/models/decidim/omniauth_provider.rb +1 -1
- data/app/models/decidim/organization.rb +3 -8
- data/app/models/decidim/participatory_space_role_config/{valuator.rb → evaluator.rb} +1 -1
- data/app/models/decidim/reminder_record.rb +1 -1
- data/app/models/decidim/searchable_resource.rb +16 -0
- data/app/models/decidim/taxonomy.rb +6 -1
- data/app/models/decidim/user.rb +32 -15
- data/app/models/decidim/user_base_entity.rb +2 -2
- data/app/packs/entrypoints/decidim_conference_diploma.scss +2 -2
- data/app/packs/entrypoints/decidim_core.scss +2 -2
- data/app/packs/entrypoints/decidim_editor.js +0 -4
- data/app/packs/entrypoints/decidim_map.scss +2 -2
- data/app/packs/entrypoints/decidim_overrides.scss +1 -1
- data/app/packs/entrypoints/decidim_qr.js +1 -0
- data/app/packs/images/decidim/default-avatar.svg +1 -1
- data/app/packs/images/decidim/remixicon.symbol.svg +3 -3
- data/app/packs/src/decidim/a11y.js +1 -120
- data/app/packs/src/decidim/append_redirect_url_to_modals.js +1 -1
- data/app/packs/src/decidim/attachments/file_or_link_tabs.js +1 -1
- data/app/packs/src/decidim/callout.js +13 -8
- data/app/packs/src/decidim/confirm.js +25 -6
- data/app/packs/src/decidim/controllers/.keep +0 -0
- data/app/packs/src/decidim/controllers/accordion/controller.js +100 -0
- data/app/packs/src/decidim/controllers/account_form/account_form.test.js +423 -0
- data/app/packs/src/decidim/controllers/account_form/controller.js +69 -0
- data/app/packs/src/decidim/{input_character_counter.js → controllers/character_counter/controller.js} +90 -106
- data/app/packs/src/decidim/controllers/clipboard_copy/clipboard_copy.test.js +305 -0
- data/app/packs/src/decidim/controllers/clipboard_copy/controller.js +403 -0
- data/app/packs/src/decidim/controllers/date_picker/controller.js +12 -0
- data/app/packs/src/decidim/controllers/delete_account_form/controller.js +45 -0
- data/app/packs/src/decidim/controllers/delete_account_form/delete_account_form.test.js +216 -0
- data/app/packs/src/decidim/controllers/dropdown/controller.js +125 -0
- data/app/packs/src/decidim/controllers/editor/controller.js +8 -0
- data/app/packs/src/decidim/controllers/emoji/controller.js +26 -0
- data/app/packs/src/decidim/{input_emoji.js → controllers/emoji/emoji.js} +1 -15
- data/app/packs/src/decidim/{form_filter.js → controllers/form_filter/controller.js} +68 -51
- data/app/packs/src/decidim/controllers/form_filter/form_filter.test.js +648 -0
- data/app/packs/src/decidim/controllers/form_validator/controller.js +23 -0
- data/app/packs/src/decidim/controllers/form_validator/form_validator.js +789 -0
- data/app/packs/src/decidim/controllers/form_validator/form_validator.test.js +685 -0
- data/app/packs/src/decidim/controllers/impersonation_warning/controller.js +137 -0
- data/app/packs/src/decidim/controllers/impersonation_warning/impersonation.test.js +382 -0
- data/app/packs/src/decidim/controllers/input_tags/controller.js +28 -0
- data/app/packs/src/decidim/controllers/mention/controller.js +243 -0
- data/app/packs/src/decidim/controllers/mention/input_mentions.test.js +562 -0
- data/app/packs/src/decidim/controllers/multiple_mentions/controller.js +215 -0
- data/app/packs/src/decidim/controllers/multiple_mentions/input_multiple_mentions.test.js +645 -0
- data/app/packs/src/decidim/controllers/notification_action/controller.js +210 -0
- data/app/packs/src/decidim/controllers/notification_action/notification_action.test.js +388 -0
- data/app/packs/src/decidim/controllers/password_toggler/controller.js +232 -0
- data/app/packs/src/decidim/controllers/password_toggler/password_toggler.test.js +229 -0
- data/app/packs/src/decidim/controllers/report_form/controller.js +184 -0
- data/app/packs/src/decidim/controllers/report_form/report_form_manager.test.js +511 -0
- data/app/packs/src/decidim/controllers/scroll_to_last/controller.js +9 -0
- data/app/packs/src/decidim/controllers/scroll_to_last/scroll_to_last_child.test.js +225 -0
- data/app/packs/src/decidim/controllers/sticky_buttons/controller.js +55 -0
- data/app/packs/src/decidim/controllers/sticky_buttons/sticky_buttons.test.js +334 -0
- data/app/packs/src/decidim/controllers/sticky_header/controller.js +116 -0
- data/app/packs/src/decidim/controllers/sticky_header/sticky_header.test.js +320 -0
- data/app/packs/src/decidim/controllers/toggle/controller.js +111 -0
- data/app/packs/src/decidim/controllers/toggle/toggle.test.js +260 -0
- data/app/packs/src/decidim/controllers/tooltip/controller.js +287 -0
- data/app/packs/src/decidim/controllers/tooltip/tooltip.test.js +380 -0
- data/app/packs/src/decidim/controllers/user_registration_form/controller.js +160 -0
- data/app/packs/src/decidim/controllers/user_registration_form/omniauth_registration_form.test.js +441 -0
- data/app/packs/src/decidim/controllers/user_registration_form/user_registration_form.test.js +386 -0
- data/app/packs/src/decidim/data_consent/index.js +1 -1
- data/app/packs/src/decidim/datalist_select.js +1 -1
- data/app/packs/src/decidim/datepicker/form_datepicker.js +1 -1
- data/app/packs/src/decidim/datepicker/generate_datepicker.js +4 -2
- data/app/packs/src/decidim/datepicker/generate_timepicker.js +4 -2
- data/app/packs/src/decidim/direct_uploads/upload_field.js +6 -9
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +9 -10
- data/app/packs/src/decidim/dropdown_menu.js +18 -0
- data/app/packs/src/decidim/editor/common/input_dialog.js +1 -1
- data/app/packs/src/decidim/editor/common/suggestion.js +21 -3
- data/app/packs/src/decidim/editor/common/upload_dialog.js +1 -1
- data/app/packs/src/decidim/editor/extensions/decidim_kit/index.js +7 -7
- data/app/packs/src/decidim/editor/extensions/emoji/index.js +2 -3
- data/app/packs/src/decidim/editor/extensions/image/index.js +1 -1
- data/app/packs/src/decidim/editor/extensions/image/node_view.js +1 -1
- data/app/packs/src/decidim/editor/extensions/link/bubble_menu.js +1 -1
- data/app/packs/src/decidim/editor/extensions/link/index.js +1 -1
- data/app/packs/src/decidim/editor/extensions/mention/index.js +1 -2
- data/app/packs/src/decidim/editor/extensions/mention_resource/index.js +69 -0
- data/app/packs/src/decidim/editor/extensions/video_embed/index.js +1 -1
- data/app/packs/src/decidim/editor/index.js +6 -5
- data/app/packs/src/decidim/editor/test/extensions/decidim_kit.test.js +1 -2
- data/app/packs/src/decidim/editor/test/extensions/emoji.test.js +17 -0
- data/app/packs/src/decidim/editor/test/extensions/heading.test.js +2 -2
- data/app/packs/src/decidim/editor/toolbar.js +1 -1
- data/app/packs/src/decidim/form_attachments.js +1 -1
- data/app/packs/src/decidim/geocoding/attach_input.js +3 -0
- data/app/packs/src/decidim/geocoding/provider/here.js +1 -1
- data/app/packs/src/decidim/geocoding/provider/photon.js +1 -1
- data/app/packs/src/decidim/geocoding/reverse_geocoding.js +2 -2
- data/app/packs/src/decidim/geocoding.js +2 -2
- data/app/packs/src/decidim/index.js +128 -95
- data/app/packs/src/decidim/map/integration/forms.js +1 -1
- data/app/packs/src/decidim/map/legacy.js +1 -1
- data/app/packs/src/decidim/map/provider/default.js +1 -1
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/src/decidim/map.js +1 -1
- data/app/packs/src/decidim/{external_link.js → refactor/implementation/external_link.js} +1 -1
- data/app/packs/src/decidim/{onboarding_pending_action.js → refactor/integration/onboarding_pending_action.js} +4 -4
- data/app/packs/src/decidim/{check_boxes_tree.js → refactor/moved/check_boxes_tree.js} +24 -9
- data/app/packs/src/decidim/{i18n.test.js → refactor/moved/i18n.test.js} +1 -1
- data/app/packs/src/decidim/{icon.js → refactor/moved/icon.js} +2 -0
- data/app/packs/src/decidim/refactor/support/stimulus.js +39 -0
- data/app/packs/src/decidim/refactor/test/configuration.test.js +360 -0
- data/app/packs/src/decidim/{external_domain_warning.test.js → refactor/test/external_domain_warning.test.js} +1 -1
- data/app/packs/src/decidim/{external_link.test.js → refactor/test/external_link.test.js} +1 -1
- data/app/packs/src/decidim/results_listing.js +2 -2
- data/app/packs/src/decidim/security/selfxss_warning.js +1 -1
- data/app/packs/src/decidim/session_timeouter.js +1 -1
- data/app/packs/src/decidim/sw/push-permissions.js +1 -1
- data/app/packs/src/decidim/utilities/dom.js +1 -1
- data/app/packs/stylesheets/decidim/_accordion.scss +37 -3
- data/app/packs/stylesheets/decidim/_activity.scss +4 -4
- data/app/packs/stylesheets/decidim/_author.scss +0 -21
- data/app/packs/stylesheets/decidim/_buttons.scss +4 -0
- data/app/packs/stylesheets/decidim/_callout.scss +1 -1
- data/app/packs/stylesheets/decidim/_cards.scss +6 -2
- data/app/packs/stylesheets/decidim/_content_blocks.scss +1 -1
- data/app/packs/stylesheets/decidim/_cookies.scss +1 -1
- data/app/packs/stylesheets/decidim/_datepicker.scss +0 -4
- data/app/packs/stylesheets/decidim/_dropdown.scss +56 -19
- data/app/packs/stylesheets/decidim/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/_forms.scss +6 -6
- data/app/packs/stylesheets/decidim/_header.scss +28 -4
- data/app/packs/stylesheets/decidim/_labels.scss +1 -1
- data/app/packs/stylesheets/decidim/_layout.scss +14 -4
- data/app/packs/stylesheets/decidim/{_endorsers_list.scss → _likes_list.scss} +1 -1
- data/app/packs/stylesheets/decidim/_modal_share.scss +83 -9
- data/app/packs/stylesheets/decidim/_modal_update.scss +6 -6
- data/app/packs/stylesheets/decidim/_participatory_spaces.scss +1 -1
- data/app/packs/stylesheets/decidim/_rich_text.scss +13 -0
- data/app/packs/stylesheets/decidim/_statistics.scss +35 -3
- data/app/packs/stylesheets/decidim/_tooltip.scss +1 -1
- data/app/packs/stylesheets/decidim/_typography.scss +6 -0
- data/app/packs/stylesheets/decidim/_wizard_steps.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +76 -76
- data/app/packs/stylesheets/decidim/editor.scss +11 -12
- data/app/packs/stylesheets/decidim/legacy/email.scss +6 -5
- data/app/packs/stylesheets/decidim/map.scss +5 -3
- data/app/packs/stylesheets/decidim/qr.scss +65 -0
- data/app/permissions/decidim/default_permissions.rb +16 -0
- data/app/permissions/decidim/permissions.rb +18 -27
- data/app/presenters/decidim/admin_log/base_user_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/organization_presenter.rb +0 -15
- data/app/presenters/decidim/home_stats_presenter.rb +4 -54
- data/app/presenters/decidim/log/base_presenter.rb +1 -1
- data/app/presenters/decidim/menu_item_presenter.rb +10 -3
- data/app/presenters/decidim/official_author_presenter.rb +0 -4
- data/app/presenters/decidim/participatory_space_private_user_presenter.rb +0 -4
- data/app/presenters/decidim/resource_locator_presenter.rb +15 -4
- data/app/presenters/decidim/resource_presenter.rb +8 -8
- data/app/presenters/decidim/stats_presenter.rb +39 -60
- data/app/presenters/decidim/taxonomy_presenter.rb +5 -1
- data/app/presenters/decidim/user_presenter.rb +0 -6
- data/app/queries/decidim/authorized_users.rb +26 -0
- data/app/queries/decidim/inactive_users_query.rb +31 -0
- data/app/queries/decidim/public_activities.rb +2 -2
- data/app/queries/decidim/stats_followers_count.rb +43 -0
- data/app/queries/decidim/stats_participants_count.rb +102 -0
- data/app/serializers/decidim/exporters/open_data_user_serializer.rb +1 -5
- data/app/serializers/decidim/exporters/participatory_space_serializer.rb +0 -1
- data/app/services/decidim/action_logger.rb +2 -1
- data/app/services/decidim/base_diff_renderer.rb +0 -17
- data/app/services/decidim/onboarding_manager.rb +4 -0
- data/app/services/decidim/open_data_exporter.rb +19 -11
- data/app/services/decidim/send_push_notification.rb +4 -3
- data/app/services/decidim/traceability.rb +1 -1
- data/app/validators/etiquette_validator.rb +7 -0
- data/app/validators/translated_etiquette_validator.rb +3 -0
- data/app/views/decidim/account/_old_password_field.html.erb +1 -1
- data/app/views/decidim/account/_password_fields.html.erb +1 -1
- data/app/views/decidim/account/delete.html.erb +1 -1
- data/app/views/decidim/account/show.html.erb +3 -3
- data/app/views/decidim/amendments/edit_draft.html.erb +0 -4
- data/app/views/decidim/amendments/new.html.erb +0 -4
- data/app/views/decidim/amendments/preview_draft.html.erb +1 -1
- data/app/views/decidim/application/_accordion_section.html.erb +1 -1
- data/app/views/decidim/application/_collection.html.erb +1 -1
- data/app/views/decidim/application/_radio_accordion.html.erb +30 -0
- data/app/views/decidim/devise/omniauth_registrations/new.html.erb +1 -1
- data/app/views/decidim/devise/omniauth_registrations/new_tos_fields.html.erb +1 -1
- data/app/views/decidim/devise/registrations/new.html.erb +1 -1
- data/app/views/decidim/devise/shared/_links.html.erb +1 -1
- data/app/views/decidim/doorkeeper/authorizations/new.html.erb +39 -8
- data/app/views/decidim/errors/internal_server_error.html.erb +2 -1
- data/app/views/decidim/errors/not_found.html.erb +1 -1
- data/app/views/decidim/likes/update_buttons_and_counters.js.erb +21 -0
- data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +2 -2
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/create.js.erb +0 -1
- data/app/views/decidim/messaging/conversations/new.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/show.html.erb +1 -1
- data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
- data/app/views/decidim/notifications_settings/show.html.erb +3 -3
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/decidim/pages/index.html.erb +1 -1
- data/app/views/decidim/participants_account_mailer/inactivity_notification.html.erb +13 -0
- data/app/views/decidim/participants_account_mailer/removal_notification.html.erb +11 -0
- data/app/views/decidim/profiles/show.html.erb +1 -1
- data/app/views/decidim/qr/show.html.erb +28 -0
- data/app/views/decidim/searches/_filters.html.erb +66 -15
- data/app/views/decidim/searches/index.html.erb +5 -2
- data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
- data/app/views/decidim/shared/_confirm_modal.html.erb +1 -1
- data/app/views/decidim/shared/_filters.html.erb +8 -6
- data/app/views/decidim/shared/_orders.html.erb +1 -1
- data/app/views/decidim/shared/_resource_actions.html.erb +8 -5
- data/app/views/decidim/user_activities/index.html.erb +1 -1
- data/app/views/decidim/user_group_mailer/notify_deprecation_to_member.html.erb +15 -0
- data/app/views/decidim/user_group_mailer/notify_deprecation_to_owner.html.erb +22 -0
- data/app/views/layouts/decidim/_head.html.erb +15 -12
- data/app/views/layouts/decidim/_impersonation_warning.html.erb +1 -1
- data/app/views/layouts/decidim/_js_configuration.html.erb +17 -19
- data/app/views/layouts/decidim/_meta_tags_context.html.erb +3 -0
- data/app/views/layouts/decidim/_offline_banner.html.erb +1 -1
- data/app/views/layouts/decidim/_wrapper.html.erb +8 -6
- data/app/views/layouts/decidim/footer/_focus_mode_main.html.erb +7 -0
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_language_chooser.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
- data/app/views/layouts/decidim/header/_close_ephemeral_session.html.erb +12 -2
- data/app/views/layouts/decidim/header/_focus_mode_back_button.html.erb +24 -0
- data/app/views/layouts/decidim/header/_main.html.erb +28 -22
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +7 -1
- data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +20 -18
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_main_links_mobile_item_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_main_menu_mobile.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_desktop.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +2 -2
- data/app/views/layouts/decidim/mailer.html.erb +2 -2
- data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
- data/app/views/layouts/decidim/shared/_layout_two_col.html.erb +3 -1
- data/app/views/layouts/decidim/shared/_layout_user_profile.html.erb +7 -3
- data/config/assets.rb +3 -3
- data/config/initializers/devise.rb +8 -0
- data/config/initializers/omniauth.rb +1 -1
- data/config/locales/ar.yml +0 -212
- data/config/locales/bg-BG.yml +2 -2
- data/config/locales/bg.yml +0 -243
- data/config/locales/bs-BA.yml +0 -30
- data/config/locales/ca-IT.yml +129 -280
- data/config/locales/ca.yml +129 -280
- data/config/locales/cs.yml +99 -284
- data/config/locales/de.yml +144 -285
- data/config/locales/el.yml +0 -228
- data/config/locales/en.yml +129 -280
- data/config/locales/eo.yml +0 -2
- data/config/locales/es-MX.yml +129 -280
- data/config/locales/es-PY.yml +129 -280
- data/config/locales/es.yml +129 -280
- data/config/locales/eu.yml +175 -326
- data/config/locales/fi-plain.yml +167 -270
- data/config/locales/fi.yml +168 -271
- data/config/locales/fr-CA.yml +102 -269
- data/config/locales/fr-LU.yml +3 -3
- data/config/locales/fr.yml +102 -269
- data/config/locales/ga-IE.yml +0 -28
- data/config/locales/gl.yml +0 -143
- data/config/locales/hu.yml +0 -242
- data/config/locales/id-ID.yml +0 -139
- data/config/locales/is-IS.yml +0 -15
- data/config/locales/it.yml +122 -193
- data/config/locales/ja.yml +124 -267
- data/config/locales/lb-LU.yml +2 -2
- data/config/locales/lb.yml +0 -192
- data/config/locales/lt.yml +0 -245
- data/config/locales/lv.yml +0 -189
- data/config/locales/nl.yml +0 -192
- data/config/locales/no.yml +0 -192
- data/config/locales/pl.yml +0 -249
- data/config/locales/pt-BR.yml +0 -217
- data/config/locales/pt.yml +0 -192
- data/config/locales/ro-RO.yml +54 -222
- data/config/locales/ru.yml +0 -65
- data/config/locales/sk-SK.yml +3 -3
- data/config/locales/sk.yml +2 -167
- data/config/locales/sr-CS.yml +0 -31
- data/config/locales/sv.yml +96 -256
- data/config/locales/tr-TR.yml +0 -192
- data/config/locales/uk.yml +0 -25
- data/config/locales/zh-CN.yml +0 -183
- data/config/locales/zh-TW.yml +0 -234
- data/config/routes.rb +3 -36
- data/db/migrate/20250217192438_convert_user_groups_into_users.rb +38 -0
- data/db/migrate/20250221085317_add_user_type_to_action_logs.rb +12 -0
- data/db/migrate/20250221090905_create_decidim_api_jwt_denylist.rb +11 -0
- data/db/migrate/20250221091348_add_api_key_to_decidim_api_user.rb +7 -0
- data/db/migrate/20250327143657_remove_metrics_content_blocks.rb +9 -0
- data/db/migrate/20250401153444_enable_pkce.rb +8 -0
- data/db/migrate/20250416130426_rename_doorkeeper_scopes.rb +25 -0
- data/db/migrate/20250515105231_rename_endorsements_to_likes.rb +62 -0
- data/db/migrate/20250523104311_move_cta_to_hero_content_block.rb +34 -0
- data/db/migrate/20250527122040_move_highlighted_content_banner_settings_to_content_block.rb +69 -0
- data/db/migrate/20250603103953_add_refresh_tokens_enabled_to_doorkeeper_applications.rb +7 -0
- data/db/migrate/20250609073104_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb +10 -0
- data/db/migrate/20250613122148_remove_hashtag_table_from_core.rb +7 -0
- data/decidim-core.gemspec +4 -4
- data/{app/helpers → lib}/decidim/action_authorization_helper.rb +5 -4
- data/lib/decidim/amendable.rb +4 -4
- data/lib/decidim/api/functions/user_entity_finder.rb +1 -1
- data/lib/decidim/api/input_filters/component_input_filter.rb +3 -3
- data/lib/decidim/api/input_filters/user_entity_input_filter.rb +0 -21
- data/lib/decidim/api/input_sorts/has_likeable_input_sort.rb +15 -0
- data/lib/decidim/api/interfaces/attachable_collection_interface.rb +13 -0
- data/lib/decidim/api/interfaces/author_interface.rb +1 -2
- data/lib/decidim/api/interfaces/authorable_interface.rb +2 -2
- data/lib/decidim/api/interfaces/coauthorable_interface.rb +1 -1
- data/lib/decidim/api/interfaces/component_interface.rb +6 -0
- data/lib/decidim/api/interfaces/followable_interface.rb +13 -0
- data/lib/decidim/api/interfaces/likeable_interface.rb +19 -0
- data/lib/decidim/api/interfaces/localizable_interface.rb +18 -0
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +6 -8
- data/lib/decidim/api/interfaces/referable_interface.rb +13 -0
- data/lib/decidim/api/interfaces/timestamps_interface.rb +0 -1
- data/lib/decidim/api/interfaces/traceable_interface.rb +1 -1
- data/lib/decidim/api/types/attachment_collection_type.rb +14 -0
- data/lib/decidim/api/types/organization_type.rb +3 -1
- data/lib/decidim/api/types/session_type.rb +0 -5
- data/lib/decidim/api/types/statistic_type.rb +29 -3
- data/lib/decidim/api/types/trace_version_type.rb +1 -1
- data/lib/decidim/api/types/user_type.rb +1 -2
- data/lib/decidim/api_response_helper.rb +12 -0
- data/lib/decidim/asset_router/storage.rb +2 -4
- data/lib/decidim/assets/tailwind/instance.rb +1 -1
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +5 -3
- data/lib/decidim/attribute_encryptor.rb +1 -1
- data/lib/decidim/attributes/time_with_zone.rb +1 -1
- data/lib/decidim/authorable.rb +5 -34
- data/lib/decidim/coauthorable.rb +13 -31
- data/lib/decidim/content_parsers/blob_parser.rb +1 -1
- data/lib/decidim/content_parsers/mention_resource_parser.rb +23 -0
- data/lib/decidim/content_parsers/tag_parser.rb +2 -2
- data/lib/decidim/content_parsers/user_parser.rb +2 -2
- data/lib/decidim/content_parsers.rb +14 -2
- data/lib/decidim/content_processor.rb +1 -1
- data/lib/decidim/content_renderers/mention_resource_renderer.rb +77 -0
- data/lib/decidim/content_renderers.rb +1 -2
- data/lib/decidim/core/api.rb +7 -8
- data/lib/decidim/core/content_blocks/registry_manager.rb +19 -5
- data/lib/decidim/core/engine.rb +72 -104
- data/lib/decidim/core/menu.rb +0 -7
- data/lib/decidim/core/seeds.rb +11 -39
- data/lib/decidim/core/test/factories.rb +24 -123
- data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
- data/lib/decidim/core/test/shared_examples/authorable.rb +0 -17
- data/lib/decidim/core/test/shared_examples/coauthorable.rb +5 -48
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +14 -61
- data/lib/decidim/core/test/shared_examples/likeable.rb +22 -0
- data/lib/decidim/core/test/shared_examples/manage_share_tokens_examples.rb +16 -3
- data/lib/decidim/core/test/shared_examples/map_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/oauth_application_examples.rb +137 -0
- data/lib/decidim/core/test/shared_examples/participatory_space_dropdown_metadata_cell_examples.rb +0 -18
- data/lib/decidim/core/test/shared_examples/permissions.rb +0 -46
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/{resource_endorsed_event_examples.rb → resource_liked_event_examples.rb} +7 -7
- data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +0 -14
- data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +8 -34
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +79 -0
- data/lib/decidim/core/test/shared_examples/system_like_resource_examples.rb +192 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/{with_endorsable_permissions_examples.rb → with_likeable_permissions_examples.rb} +22 -22
- data/lib/decidim/core/test.rb +6 -9
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +237 -88
- data/lib/decidim/deprecations.rb +1 -1
- data/lib/decidim/download_your_data_serializers.rb +6 -3
- data/lib/decidim/env.rb +3 -1
- data/lib/decidim/events.rb +0 -1
- data/lib/decidim/form_builder.rb +40 -43
- data/lib/decidim/gamification/badge_scorer.rb +0 -2
- data/lib/decidim/gamification.rb +1 -1
- data/lib/decidim/has_conversations.rb +0 -44
- data/lib/decidim/has_workflows.rb +42 -0
- data/lib/decidim/icon_registry.rb +4 -4
- data/lib/decidim/legacy_form_builder.rb +17 -2
- data/lib/decidim/likeable.rb +24 -0
- data/lib/decidim/manifest_registry.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +0 -19
- data/lib/decidim/map/provider/static_map/here.rb +2 -10
- data/lib/decidim/menu.rb +1 -1
- data/lib/decidim/moderation_tools.rb +1 -1
- data/lib/decidim/mutation_registry.rb +17 -0
- data/lib/decidim/newsletter_encryptor.rb +1 -1
- data/lib/decidim/oauth/token_generator.rb +35 -0
- data/lib/decidim/oauth.rb +7 -0
- data/lib/decidim/organization_settings.rb +2 -10
- data/lib/decidim/paddable.rb +1 -1
- data/lib/decidim/participatory_space_resourceable.rb +2 -2
- data/lib/decidim/participatory_space_user.rb +1 -1
- data/lib/decidim/pdf_signature_example.rb +108 -0
- data/lib/decidim/query.rb +1 -1
- data/lib/decidim/query_extensions.rb +0 -33
- data/lib/decidim/reportable.rb +1 -1
- data/lib/decidim/searchable.rb +4 -2
- data/lib/decidim/seeds.rb +8 -0
- data/lib/decidim/settings_manifest.rb +3 -2
- data/lib/decidim/{webpacker → shakapacker}/configuration.rb +4 -4
- data/lib/decidim/{webpacker → shakapacker}/runner.rb +3 -3
- data/lib/decidim/shakapacker/shakapacker.rb +8 -0
- data/lib/decidim/{webpacker → shakapacker}/shakapacker.yml +3 -1
- data/lib/decidim/{webpacker → shakapacker}/webpack/custom.js +1 -1
- data/lib/decidim/shakapacker.rb +34 -0
- data/lib/decidim/social_share_service_manifest.rb +7 -12
- data/lib/decidim/stats_registry.rb +15 -3
- data/{app/helpers → lib}/decidim/tooltip_helper.rb +3 -3
- data/lib/decidim/url_option_resolver.rb +1 -1
- data/lib/decidim/view_model.rb +0 -3
- data/lib/decidim/webpacker.rb +11 -20
- data/lib/decidim/workflow_registry.rb +61 -0
- data/lib/tasks/decidim_participants_tasks.rake +22 -0
- data/lib/tasks/{decidim_webpacker_tasks.rake → decidim_shakapacker_tasks.rake} +35 -33
- data/lib/tasks/decidim_tasks.rake +4 -1
- data/lib/tasks/decidim_taxonomies.rake +0 -34
- data/lib/tasks/upgrade/clean.rake +1 -1
- data/lib/tasks/upgrade/decidim_action_log_valuation_assignment.rake +13 -0
- data/lib/tasks/upgrade/decidim_change_valuator_tasks.rake +12 -0
- data/lib/tasks/upgrade/{decidim_deduplicate_endorsements.rake → decidim_deduplicate_likes.rake} +10 -10
- data/lib/tasks/upgrade/decidim_migrate_wysiwyg_content.rake +2 -2
- data/lib/tasks/upgrade/decidim_paper_trail_valuation_assignment.rake +13 -0
- data/lib/tasks/upgrade/user_groups_migration.rake +155 -0
- metadata +205 -256
- data/app/cells/decidim/author/endorsements.erb +0 -4
- data/app/cells/decidim/author/profile_minicard.erb +0 -30
- data/app/cells/decidim/content_blocks/organization_metrics_cell.rb +0 -21
- data/app/cells/decidim/content_blocks/participatory_space_metrics/content.erb +0 -18
- data/app/cells/decidim/content_blocks/participatory_space_metrics_cell.rb +0 -43
- data/app/cells/decidim/endorsement_block/show.erb +0 -3
- data/app/cells/decidim/endorsement_buttons/button_content.erb +0 -2
- data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +0 -7
- data/app/cells/decidim/endorsement_buttons/show.erb +0 -17
- data/app/cells/decidim/endorsement_buttons_cell.rb +0 -87
- data/app/cells/decidim/endorsers_list/empty.erb +0 -3
- data/app/cells/decidim/endorsers_list/show.erb +0 -20
- data/app/cells/decidim/endorsers_list_cell.rb +0 -64
- data/app/cells/decidim/group_admins/show.erb +0 -32
- data/app/cells/decidim/group_admins_cell.rb +0 -8
- data/app/cells/decidim/group_members/show.erb +0 -42
- data/app/cells/decidim/group_members_cell.rb +0 -8
- data/app/cells/decidim/groups/show.erb +0 -14
- data/app/cells/decidim/groups_cell.rb +0 -22
- data/app/cells/decidim/members/show.erb +0 -12
- data/app/cells/decidim/members_cell.rb +0 -34
- data/app/cells/decidim/profile_actions/dropdown_actions.erb +0 -21
- data/app/cells/decidim/represent_user_group/show.erb +0 -11
- data/app/cells/decidim/represent_user_group_cell.rb +0 -46
- data/app/cells/decidim/user_conversation/conversation_header.erb +0 -14
- data/app/cells/decidim/user_conversation/messages.erb +0 -1
- data/app/cells/decidim/user_conversation/new.erb +0 -6
- data/app/cells/decidim/user_conversation/reply.erb +0 -9
- data/app/cells/decidim/user_conversation/show.erb +0 -19
- data/app/cells/decidim/user_conversation/start.erb +0 -12
- data/app/cells/decidim/user_conversation_cell.rb +0 -62
- data/app/cells/decidim/user_conversations/new_conversation_button.erb +0 -20
- data/app/cells/decidim/user_conversations/show.erb +0 -13
- data/app/cells/decidim/user_conversations_cell.rb +0 -28
- data/app/cells/decidim/user_group_pending_invitations_list/show.erb +0 -28
- data/app/cells/decidim/user_group_pending_invitations_list_cell.rb +0 -26
- data/app/cells/decidim/user_group_pending_requests_list/show.erb +0 -27
- data/app/cells/decidim/user_group_pending_requests_list_cell.rb +0 -26
- data/app/commands/decidim/accept_group_invitation.rb +0 -43
- data/app/commands/decidim/accept_user_group_join_request.rb +0 -53
- data/app/commands/decidim/create_user_group.rb +0 -73
- data/app/commands/decidim/demote_membership.rb +0 -57
- data/app/commands/decidim/endorse_resource.rb +0 -66
- data/app/commands/decidim/invite_user_to_group.rb +0 -63
- data/app/commands/decidim/join_user_group.rb +0 -57
- data/app/commands/decidim/leave_user_group.rb +0 -47
- data/app/commands/decidim/promote_membership.rb +0 -55
- data/app/commands/decidim/reject_group_invitation.rb +0 -42
- data/app/commands/decidim/reject_user_group_join_request.rb +0 -53
- data/app/commands/decidim/remove_user_from_group.rb +0 -53
- data/app/commands/decidim/unendorse_resource.rb +0 -39
- data/app/commands/decidim/update_user_group.rb +0 -72
- data/app/controllers/concerns/decidim/user_groups.rb +0 -23
- data/app/controllers/decidim/endorsements_controller.rb +0 -71
- data/app/controllers/decidim/group_email_confirmations_controller.rb +0 -32
- data/app/controllers/decidim/group_invites_controller.rb +0 -104
- data/app/controllers/decidim/group_members_controller.rb +0 -75
- data/app/controllers/decidim/groups_controller.rb +0 -99
- data/app/controllers/decidim/own_user_groups_controller.rb +0 -15
- data/app/controllers/decidim/user_conversations_controller.rb +0 -133
- data/app/controllers/decidim/user_group_join_requests_controller.rb +0 -72
- data/app/events/decidim/demoted_membership_event.rb +0 -28
- data/app/events/decidim/invited_to_group_event.rb +0 -62
- data/app/events/decidim/join_request_accepted_event.rb +0 -28
- data/app/events/decidim/join_request_created_event.rb +0 -28
- data/app/events/decidim/join_request_rejected_event.rb +0 -28
- data/app/events/decidim/promoted_to_admin_event.rb +0 -28
- data/app/events/decidim/removed_from_group_event.rb +0 -28
- data/app/events/decidim/resource_endorsed_event.rb +0 -36
- data/app/events/decidim/user_group_admin_event.rb +0 -37
- data/app/events/decidim/user_group_created_event.rb +0 -6
- data/app/events/decidim/user_group_updated_event.rb +0 -6
- data/app/forms/decidim/invite_user_to_group_form.rb +0 -29
- data/app/forms/decidim/user_group_form.rb +0 -85
- data/app/helpers/decidim/cta_button_helper.rb +0 -31
- data/app/helpers/decidim/endorsable_helper.rb +0 -84
- data/app/helpers/decidim/twitter_search_helper.rb +0 -14
- data/app/helpers/decidim/user_group_helper.rb +0 -22
- data/app/jobs/decidim/metric_job.rb +0 -15
- data/app/models/decidim/metric.rb +0 -25
- data/app/models/decidim/user_group.rb +0 -217
- data/app/models/decidim/user_group_membership.rb +0 -17
- data/app/packs/entrypoints/decidim_widget.js +0 -1
- data/app/packs/src/decidim/abide_form_validator_fixer.js +0 -44
- data/app/packs/src/decidim/account_form.js +0 -96
- data/app/packs/src/decidim/append_elements.js +0 -6
- data/app/packs/src/decidim/back_to_list.js +0 -26
- data/app/packs/src/decidim/change_report_form_behavior.js +0 -45
- data/app/packs/src/decidim/clipboard.js +0 -128
- data/app/packs/src/decidim/editor/extensions/hashtag/index.js +0 -66
- data/app/packs/src/decidim/editor/extensions/heading/index.js +0 -33
- data/app/packs/src/decidim/editor/test/extensions/hashtag.test.js +0 -105
- data/app/packs/src/decidim/form_filter.component_for_testing.js +0 -7
- data/app/packs/src/decidim/form_validator.js +0 -56
- data/app/packs/src/decidim/gallery.js +0 -5
- data/app/packs/src/decidim/impersonation.js +0 -23
- data/app/packs/src/decidim/input_autojump.js +0 -38
- data/app/packs/src/decidim/input_hashtags.js +0 -91
- data/app/packs/src/decidim/input_mentions.js +0 -143
- data/app/packs/src/decidim/input_multiple_mentions.js +0 -115
- data/app/packs/src/decidim/input_tags.js +0 -16
- data/app/packs/src/decidim/notifications_actions.js +0 -40
- data/app/packs/src/decidim/password_toggler.js +0 -104
- data/app/packs/src/decidim/remote_tooltips.js +0 -38
- data/app/packs/src/decidim/responsive_horizontal_tabs.js +0 -12
- data/app/packs/src/decidim/scroll_to_last_child.js +0 -14
- data/app/packs/src/decidim/slug_form.js +0 -9
- data/app/packs/src/decidim/sticky_footer.js +0 -48
- data/app/packs/src/decidim/sticky_header.js +0 -62
- data/app/packs/src/decidim/toggle.js +0 -37
- data/app/packs/src/decidim/tooltips.js +0 -152
- data/app/packs/src/decidim/user_registrations.js +0 -65
- data/app/packs/src/decidim/vizzs/areachart.js +0 -251
- data/app/packs/src/decidim/vizzs/index.js +0 -82
- data/app/packs/src/decidim/widget.js +0 -14
- data/app/packs/stylesheets/decidim/_hashtags.scss +0 -5
- data/app/packs/stylesheets/decidim/_metrics.scss +0 -70
- data/app/packs/stylesheets/decidim/_modal_identities.scss +0 -23
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +0 -31
- data/app/presenters/decidim/hashtag_presenter.rb +0 -37
- data/app/presenters/decidim/metric_charts_presenter.rb +0 -92
- data/app/presenters/decidim/metric_object_presenter.rb +0 -32
- data/app/presenters/decidim/user_group_presenter.rb +0 -38
- data/app/queries/decidim/metric_manage.rb +0 -81
- data/app/queries/decidim/metric_measure.rb +0 -36
- data/app/queries/decidim/metrics/blocked_users_metric_manage.rb +0 -26
- data/app/queries/decidim/metrics/followers_metric_manage.rb +0 -65
- data/app/queries/decidim/metrics/participants_metric_manage.rb +0 -79
- data/app/queries/decidim/metrics/reported_users_metric_manage.rb +0 -26
- data/app/queries/decidim/metrics/user_reports_metric_manage.rb +0 -26
- data/app/queries/decidim/metrics/users_metric_manage.rb +0 -26
- data/app/queries/decidim/user_groups/accepted_memberships.rb +0 -36
- data/app/queries/decidim/user_groups/accepted_user_groups.rb +0 -38
- data/app/queries/decidim/user_groups/accepted_users.rb +0 -36
- data/app/queries/decidim/user_groups/admin_memberships.rb +0 -37
- data/app/queries/decidim/user_groups/invited_memberships.rb +0 -36
- data/app/queries/decidim/user_groups/manageable_user_groups.rb +0 -39
- data/app/queries/decidim/user_groups/member_memberships.rb +0 -37
- data/app/resolvers/decidim/core/metric_resolver.rb +0 -71
- data/app/resolvers/decidim/hashtags_resolver.rb +0 -15
- data/app/serializers/decidim/exporters/open_data_metric_serializer.rb +0 -22
- data/app/serializers/decidim/exporters/open_data_user_group_serializer.rb +0 -38
- data/app/views/decidim/endorsements/_identity.html.erb +0 -4
- data/app/views/decidim/endorsements/identities.html.erb +0 -18
- data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +0 -25
- data/app/views/decidim/group_invites/index.html.erb +0 -26
- data/app/views/decidim/groups/_form.html.erb +0 -17
- data/app/views/decidim/groups/edit.html.erb +0 -19
- data/app/views/decidim/groups/new.html.erb +0 -23
- data/app/views/decidim/messaging/conversation_mailer/comanagers_new_conversation.html.erb +0 -17
- data/app/views/decidim/messaging/conversation_mailer/comanagers_new_message.html.erb +0 -17
- data/app/views/decidim/messaging/conversation_mailer/new_group_conversation.html.erb +0 -17
- data/app/views/decidim/messaging/conversation_mailer/new_group_message.html.erb +0 -17
- data/app/views/decidim/own_user_groups/index.html.erb +0 -10
- data/app/views/decidim/shared/_extended_navigation_bar.html.erb +0 -50
- data/app/views/decidim/user_conversations/index.html.erb +0 -4
- data/app/views/decidim/user_conversations/show.html.erb +0 -4
- data/app/views/decidim/user_conversations/update.js.erb +0 -8
- data/config/initializers/new_framework_defaults_7_0.rb +0 -145
- data/lib/decidim/api/input_filters/has_hastaggable_input_filter.rb +0 -15
- data/lib/decidim/api/input_sorts/has_endorsable_input_sort.rb +0 -15
- data/lib/decidim/api/interfaces/endorsable_interface.rb +0 -19
- data/lib/decidim/api/types/hashtag_type.rb +0 -13
- data/lib/decidim/api/types/metric_history_type.rb +0 -20
- data/lib/decidim/api/types/metric_type.rb +0 -13
- data/lib/decidim/api/types/user_group_type.rb +0 -55
- data/lib/decidim/content_parsers/hashtag_parser.rb +0 -66
- data/lib/decidim/content_parsers/user_group_parser.rb +0 -33
- data/lib/decidim/content_renderers/hashtag_renderer.rb +0 -78
- data/lib/decidim/content_renderers/user_group_renderer.rb +0 -31
- data/lib/decidim/core/test/shared_examples/amendable_interface_examples.rb +0 -14
- data/lib/decidim/core/test/shared_examples/amendable_proposals_interface_examples.rb +0 -50
- data/lib/decidim/core/test/shared_examples/assembly_announcements_examples.rb +0 -38
- data/lib/decidim/core/test/shared_examples/attachable_interface_examples.rb +0 -16
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +0 -59
- data/lib/decidim/core/test/shared_examples/categories_container_examples.rb +0 -22
- data/lib/decidim/core/test/shared_examples/categorizable_interface_examples.rb +0 -27
- data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +0 -91
- data/lib/decidim/core/test/shared_examples/endorsable.rb +0 -69
- data/lib/decidim/core/test/shared_examples/endorsable_interface_examples.rb +0 -22
- data/lib/decidim/core/test/shared_examples/fingerprintable_interface_examples.rb +0 -17
- data/lib/decidim/core/test/shared_examples/input_filter_examples.rb +0 -118
- data/lib/decidim/core/test/shared_examples/input_sort_examples.rb +0 -126
- data/lib/decidim/core/test/shared_examples/metric_manage_shared_context.rb +0 -9
- data/lib/decidim/core/test/shared_examples/participatory_space_resourcable_interface_examples.rb +0 -43
- data/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +0 -37
- data/lib/decidim/core/test/shared_examples/scopable_interface_examples.rb +0 -19
- data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +0 -298
- data/lib/decidim/core/test/shared_examples/taxonomizable_interface_examples.rb +0 -20
- data/lib/decidim/core/test/shared_examples/timestamps_interface_examples.rb +0 -21
- data/lib/decidim/core/test/shared_examples/traceable_interface_examples.rb +0 -47
- data/lib/decidim/download_your_data_serializers/download_your_data_user_group_serializer.rb +0 -21
- data/lib/decidim/endorsable.rb +0 -29
- data/lib/decidim/events/user_group_event.rb +0 -43
- data/lib/decidim/hashtag.rb +0 -13
- data/lib/decidim/metric_manifest.rb +0 -35
- data/lib/decidim/metric_operation.rb +0 -58
- data/lib/decidim/metric_operation_manifest.rb +0 -21
- data/lib/decidim/metric_registry.rb +0 -109
- data/lib/gem_overrides/shakapacker/runner.rb +0 -9
- data/lib/tasks/decidim_metrics_tasks.rake +0 -89
- /data/app/cells/decidim/{endorsement_buttons/disabled_endorsements.erb → like_buttons/disabled_likes.erb} +0 -0
- /data/app/packs/src/decidim/{configuration.js → refactor/implementation/configuration.js} +0 -0
- /data/app/packs/src/decidim/{external_domain_warning.js → refactor/implementation/external_domain_warning.js} +0 -0
- /data/app/packs/src/decidim/{autocomplete.js → refactor/moved/autocomplete.js} +0 -0
- /data/app/packs/src/decidim/{delayed.js → refactor/moved/delayed.js} +0 -0
- /data/app/packs/src/decidim/{focus_guard.js → refactor/moved/focus_guard.js} +0 -0
- /data/app/packs/src/decidim/{history.js → refactor/moved/history.js} +0 -0
- /data/app/packs/src/decidim/{i18n.js → refactor/moved/i18n.js} +0 -0
- /data/lib/decidim/core/test/shared_examples/{endorsements_controller_shared_context.rb → likes_controller_shared_context.rb} +0 -0
- /data/{app/helpers → lib}/decidim/resource_helper.rb +0 -0
- /data/lib/decidim/{webpacker → shakapacker}/esbuild.config.js +0 -0
- /data/lib/decidim/{webpacker → shakapacker}/postcss.config.js +0 -0
- /data/lib/decidim/{webpacker → shakapacker}/tsconfig.json +0 -0
- /data/lib/decidim/{webpacker → shakapacker}/webpack/.modernizrrc +0 -0
- /data/lib/decidim/{webpacker → shakapacker}/webpack/webpack.config.js +0 -0
data/config/locales/en.yml
CHANGED
@@ -54,8 +54,6 @@ en:
|
|
54
54
|
personal_url: Personal URL
|
55
55
|
remove_avatar: Remove avatar
|
56
56
|
tos_agreement: Terms of service agreement
|
57
|
-
user_group:
|
58
|
-
avatar: Avatar
|
59
57
|
errors:
|
60
58
|
models:
|
61
59
|
user:
|
@@ -75,9 +73,8 @@ en:
|
|
75
73
|
decidim/promote_to_admin: Promoted to group admin
|
76
74
|
decidim/promoted_to_admin_event: Promoted to group admin
|
77
75
|
decidim/removed_from_group: Removed from group
|
78
|
-
decidim/resource_endorsed_event: Resource endorsed
|
79
76
|
decidim/resource_hidden_event: Resource hidden
|
80
|
-
decidim/
|
77
|
+
decidim/resource_liked_event: Resource liked
|
81
78
|
decidim/welcome_notification_event: Welcome message
|
82
79
|
activerecord:
|
83
80
|
attributes:
|
@@ -99,15 +96,12 @@ en:
|
|
99
96
|
decidim/amendment:
|
100
97
|
one: Amendment
|
101
98
|
other: Amendments
|
102
|
-
decidim/
|
103
|
-
one:
|
104
|
-
other:
|
99
|
+
decidim/like:
|
100
|
+
one: Like
|
101
|
+
other: Likes
|
105
102
|
decidim/user:
|
106
103
|
one: Participant
|
107
104
|
other: Participants
|
108
|
-
decidim/user_group:
|
109
|
-
one: Group
|
110
|
-
other: Groups
|
111
105
|
booleans:
|
112
106
|
'false': 'No'
|
113
107
|
'true': 'Yes'
|
@@ -173,6 +167,13 @@ en:
|
|
173
167
|
x_seconds:
|
174
168
|
one: 1 second
|
175
169
|
other: "%{count} seconds"
|
170
|
+
widget:
|
171
|
+
label:
|
172
|
+
date: Select date for %{label}
|
173
|
+
time: Select time for %{label}
|
174
|
+
picker:
|
175
|
+
date_button: Open calendar picker for %{label}
|
176
|
+
time_button: Open time picker for %{label}
|
176
177
|
decidim:
|
177
178
|
accessibility:
|
178
179
|
external_link: External link
|
@@ -194,6 +195,7 @@ en:
|
|
194
195
|
leaving_authorizations_behind: Some data bound to your authorization will be saved for security. If you create another account and authorize again, this data will be recovered to your new account.
|
195
196
|
destroy:
|
196
197
|
error: There was a problem deleting your account.
|
198
|
+
inactive_account_removal_reason: Account removed after %{inactivity_period} days of inactivity
|
197
199
|
success: Your account was successfully deleted.
|
198
200
|
download_your_data_export:
|
199
201
|
export_expired: The export has expired. Try to generate a new export.
|
@@ -393,7 +395,6 @@ en:
|
|
393
395
|
has been withdrawn by the author.
|
394
396
|
name: Amendment
|
395
397
|
new:
|
396
|
-
amendment_author: Amendment author
|
397
398
|
send: Create
|
398
399
|
title: Create Amendment Draft
|
399
400
|
preview_draft:
|
@@ -445,9 +446,9 @@ en:
|
|
445
446
|
comments:
|
446
447
|
one: comment
|
447
448
|
other: comments
|
448
|
-
|
449
|
-
one:
|
450
|
-
other:
|
449
|
+
likes:
|
450
|
+
one: like
|
451
|
+
other: likes
|
451
452
|
official_author: Official
|
452
453
|
authorization_handlers:
|
453
454
|
another_dummy_authorization_handler:
|
@@ -594,9 +595,21 @@ en:
|
|
594
595
|
name: Hero image and CTA
|
595
596
|
hero_settings_form:
|
596
597
|
background_image: Background image
|
598
|
+
cta_button_path: Call To Action button URL
|
599
|
+
cta_button_path_help: 'You can overwrite where the Call To Action button in the homepage links to. Use partial paths, not full URLs here. Accepts letters, numbers, dashes and slashes, and must start with a letter. The Call To Action button is shown in the homepage between the welcome text and the description. Example: %{url}'
|
600
|
+
cta_button_text: Call To Action button text
|
601
|
+
cta_button_text_help: You can overwrite the Call To Action button text in the homepage for each available language in your organization. If not set, the default value will be used. The Call To Action button is shown in the homepage between the welcome text and the description.
|
597
602
|
welcome_text: Welcome text
|
598
603
|
highlighted_content_banner:
|
599
604
|
name: Highlighted content banner
|
605
|
+
highlighted_content_banner_settings_form:
|
606
|
+
action_button_subtitle: Action button subtitle
|
607
|
+
action_button_title: Action button title
|
608
|
+
action_button_url: Action button URL
|
609
|
+
background_image: Background image
|
610
|
+
short_description: Short description
|
611
|
+
subtitle: Subtitle
|
612
|
+
title: Title
|
600
613
|
highlighted_elements_settings_form:
|
601
614
|
components:
|
602
615
|
all: All
|
@@ -620,10 +633,6 @@ en:
|
|
620
633
|
name: Main data
|
621
634
|
metadata:
|
622
635
|
name: Metadata
|
623
|
-
metrics:
|
624
|
-
name: Organization metrics
|
625
|
-
participatory_space_metrics:
|
626
|
-
name: Metrics
|
627
636
|
participatory_space_stats:
|
628
637
|
name: Statistics
|
629
638
|
social_networks_metadata:
|
@@ -721,6 +730,7 @@ en:
|
|
721
730
|
doorkeeper:
|
722
731
|
authorizations:
|
723
732
|
new:
|
733
|
+
api_read: Read content through the API
|
724
734
|
authorize: Authorize application
|
725
735
|
by_organization_link_html: by %{link}
|
726
736
|
cancel: Cancel
|
@@ -780,12 +790,6 @@ en:
|
|
780
790
|
moderation: The moderation that this report has
|
781
791
|
reason: The reason of this report
|
782
792
|
updated_at: The date and time when this report was last updated
|
783
|
-
user_groups:
|
784
|
-
document_number: The document number of this user group
|
785
|
-
id: The unique identifier of this user group
|
786
|
-
name: The name of this user group
|
787
|
-
phone: The phone number of this user group
|
788
|
-
verified_at: The date and time when this user group was verified
|
789
793
|
users:
|
790
794
|
about: The biography of this user
|
791
795
|
accepted_tos_version: The date when the Terms of Service of this platform was accepted by the user
|
@@ -848,20 +852,6 @@ en:
|
|
848
852
|
error: Error uploading image.
|
849
853
|
success: Image uploaded successfully.
|
850
854
|
drag_and_drop_help: Add images by dragging & dropping or pasting them.
|
851
|
-
endorsement_buttons_cell:
|
852
|
-
already_endorsed: Undo the like
|
853
|
-
endorse: Like
|
854
|
-
endorsements:
|
855
|
-
identities:
|
856
|
-
done: Done
|
857
|
-
select_identity: Select identity
|
858
|
-
endorsers_list:
|
859
|
-
endorsed_by:
|
860
|
-
one: Liked by %{visible}
|
861
|
-
other: Liked by %{visible} and %{others}
|
862
|
-
others: "%{count} more"
|
863
|
-
title: Liked by
|
864
|
-
you: you
|
865
855
|
ephemeral_user: Visitor
|
866
856
|
errors:
|
867
857
|
files:
|
@@ -963,52 +953,6 @@ en:
|
|
963
953
|
email_outro: You have received this notification because you made activity on our website.
|
964
954
|
email_subject: You have reached level %{current_level} on the %{badge_name} badge!
|
965
955
|
notification_title: Congratulations! You have reached level %{current_level} on the <a href="%{resource_path}">%{badge_name} badge</a>!
|
966
|
-
groups:
|
967
|
-
demoted_membership:
|
968
|
-
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has removed your admin rights to that group.
|
969
|
-
email_outro: You have received this notification because you are a member of that group.
|
970
|
-
email_subject: You are no longer an admin of the %{user_group_name} group!
|
971
|
-
notification_title: You are no longer an admin of the <a href="%{resource_path}">%{user_group_name}</a> group.
|
972
|
-
invited_to_group:
|
973
|
-
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has invited you to join it.
|
974
|
-
email_outro: You have received this notification because you have been invited to an group. Please check the Groups tab in your profile to approve it.
|
975
|
-
email_subject: You have been invited to join the %{user_group_name} group!
|
976
|
-
notification_title: You have been invited to join the <a href="%{resource_path}">%{user_group_name}</a> group. Check the <a href="%{groups_profile_tab_path}">Groups page</a> in your profile to approve it!
|
977
|
-
join_request_accepted:
|
978
|
-
email_intro: Congratulations! An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has accepted your request to join it.
|
979
|
-
email_outro: You have received this notification because your join request has been updated.
|
980
|
-
email_subject: You have been accepted to the %{user_group_name} group!
|
981
|
-
notification_title: You have been accepted to the <a href="%{resource_path}">%{user_group_name}</a> group.
|
982
|
-
join_request_created:
|
983
|
-
email_intro: Someone requested to join the %{user_group_name} group. You can accept or reject it from <a href="%{resource_url}">the group members page</a>.
|
984
|
-
email_outro: You have received this notification because you can manage the %{user_group_name} group.
|
985
|
-
email_subject: Someone requested to join the %{user_group_name} group!
|
986
|
-
notification_title: Someone requested to join the %{user_group_name} group. You can accept or reject it from <a href="%{resource_path}">the group members page</a>.
|
987
|
-
join_request_rejected:
|
988
|
-
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group rejected your request to join it.
|
989
|
-
email_outro: You have received this notification because your join request has been updated.
|
990
|
-
email_subject: Your request to join the %{user_group_name} group has been rejected!
|
991
|
-
notification_title: Your request to join the <a href="%{resource_path}">%{user_group_name}</a> group has been rejected.
|
992
|
-
promoted_to_admin:
|
993
|
-
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has given you admin rights to that group.
|
994
|
-
email_outro: You have received this notification because you are a member of that group.
|
995
|
-
email_subject: You are now an admin of the %{user_group_name} group!
|
996
|
-
notification_title: You are now an admin of the <a href="%{resource_path}">%{user_group_name}</a> group.
|
997
|
-
removed_from_group:
|
998
|
-
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has removed you from it.
|
999
|
-
email_outro: You have received this notification because you were a member of that group.
|
1000
|
-
email_subject: You have been removed from the %{user_group_name} group!
|
1001
|
-
notification_title: You have been removed from the <a href="%{resource_path}">%{user_group_name}</a> group.
|
1002
|
-
user_group_created:
|
1003
|
-
email_intro: A new user group has been created with the name %{user_group_name}. You can now verify it in the <a href="%{groups_admin_url}">admin panel</a>.
|
1004
|
-
email_outro: You have received this notification because you are an admin of the platform.
|
1005
|
-
email_subject: A new user group has been created
|
1006
|
-
notification_title: The %{user_group_name} user group has been created. You can now verify it in the <a href="%{groups_admin_path}">admin panel</a>.
|
1007
|
-
user_group_updated:
|
1008
|
-
email_intro: A user group with the name %{user_group_name} has updated its profile, leaving it unverified. You can now verify it in the <a href="%{groups_admin_url}">admin panel</a>.
|
1009
|
-
email_outro: You have received this notification because you are an admin of the platform.
|
1010
|
-
email_subject: A user group has updated its profile
|
1011
|
-
notification_title: The %{user_group_name} user group has updated its profile, leaving it unverified. You can now verify it in the <a href="%{groups_admin_path}">admin panel</a>.
|
1012
956
|
nickname_event:
|
1013
957
|
notification_body: We have corrected the way nicknames are used so that there are no duplicates, and that is why we have removed the case-sensitive rule. <br/> Your nickname was created after another one with the same name, so we have automatically renamed it. You can change it from <a href="%{link_to_account_settings}">your account settings</a>.
|
1014
958
|
notification_event:
|
@@ -1031,11 +975,11 @@ en:
|
|
1031
975
|
notification_title: |-
|
1032
976
|
An administrator removed your %{resource_type} because it has been reported as %{report_reasons}.</br>
|
1033
977
|
<i>%{resource_content}</i>
|
1034
|
-
|
1035
|
-
email_intro: '%{
|
1036
|
-
email_outro: You have received this notification because you are following %{
|
1037
|
-
email_subject: "%{
|
1038
|
-
notification_title: The <a href="%{resource_path}">%{resource_title}</a> %{resource_type} has been
|
978
|
+
resource_liked:
|
979
|
+
email_intro: '%{liker_name} %{liker_nickname}, who you are following, has just liked "%{resource_title}" and we think it may be interesting to you. Check it out and contribute:'
|
980
|
+
email_outro: You have received this notification because you are following %{liker_nickname}. You can stop receiving notifications following the previous link.
|
981
|
+
email_subject: "%{liker_nickname} has performed a new like"
|
982
|
+
notification_title: The <a href="%{resource_path}">%{resource_title}</a> %{resource_type} has been liked by <a href="%{liker_path}">%{liker_name} %{liker_nickname}</a>.
|
1039
983
|
resources:
|
1040
984
|
soft_deleted:
|
1041
985
|
notification_title: An admin has deleted your "%{resource_type}" "%{resource_title}".
|
@@ -1168,92 +1112,11 @@ en:
|
|
1168
1112
|
level: Level %{level}
|
1169
1113
|
reached_top: You have reached the top level for this badge.
|
1170
1114
|
title: What are the badges?
|
1171
|
-
group_admins:
|
1172
|
-
actions:
|
1173
|
-
are_you_sure: Are you sure? This will not remove the participant from the group.
|
1174
|
-
demote_admin: Remove admin
|
1175
|
-
demote:
|
1176
|
-
error: There was a problem removing this participant from the admins list.
|
1177
|
-
success: Participant successfully removed from admin.
|
1178
|
-
index:
|
1179
|
-
current_admins: 'Current admins:'
|
1180
|
-
manage_admins: Manage admins
|
1181
|
-
group_invites:
|
1182
|
-
accept:
|
1183
|
-
error: There was a problem accepting this invitation.
|
1184
|
-
success: Invitation successfully accepted.
|
1185
|
-
accept_invitation: Accept
|
1186
|
-
accept_or_reject_group_invitations: 'The following groups have invited you to join them. Accept or reject their requests:'
|
1187
|
-
index:
|
1188
|
-
invite: Invite
|
1189
|
-
invite_user: Invite a participant
|
1190
|
-
invite:
|
1191
|
-
error: There was a problem inviting this participant.
|
1192
|
-
success: Participant successfully invited.
|
1193
|
-
pending_invitations: Pending requests
|
1194
|
-
reject:
|
1195
|
-
error: There was a problem rejecting this invitation.
|
1196
|
-
success: Invitation successfully rejected.
|
1197
|
-
reject_invitation: Reject
|
1198
|
-
group_members:
|
1199
|
-
accept:
|
1200
|
-
error: There was a problem accepting this join request.
|
1201
|
-
success: Join request successfully accepted.
|
1202
|
-
actions:
|
1203
|
-
are_you_sure: Are you sure?
|
1204
|
-
promote_to_admin: Make admin
|
1205
|
-
remove_from_group: Remove participant
|
1206
|
-
index:
|
1207
|
-
current_members_without_admins: 'Current members (without admins):'
|
1208
|
-
manage_members: Manage members
|
1209
|
-
promote:
|
1210
|
-
error: There was a problem promoting this participant.
|
1211
|
-
success: Participant promoted successfully.
|
1212
|
-
reject:
|
1213
|
-
error: There was a problem rejecting this join request.
|
1214
|
-
success: Join request successfully rejected.
|
1215
|
-
remove:
|
1216
|
-
error: There was a problem removing this participant from the group.
|
1217
|
-
success: Participant successfully removed from the group.
|
1218
1115
|
groups:
|
1219
|
-
actions:
|
1220
|
-
are_you_sure: Are you sure?
|
1221
|
-
create:
|
1222
|
-
error: There was a problem creating the group.
|
1223
|
-
success: Group successfully created.
|
1224
|
-
edit:
|
1225
|
-
edit_user_group: Edit group
|
1226
|
-
update_user_group: Update group
|
1227
|
-
form:
|
1228
|
-
document_number_help: Do not use dashes nor spaces.
|
1229
|
-
email_help: Email of your organization, association, collective, group, etc.
|
1230
|
-
fill_in_for_verification: 'Fill in these fields if you want your group to be verified:'
|
1231
|
-
name_help: Name of your organization, association, collective, group, etc.
|
1232
|
-
nickname_help: Nickname of your organization, association, collective, group, etc. Do not use spaces nor accents.
|
1233
|
-
phone_help: Do not use dashes nor spaces.
|
1234
|
-
join:
|
1235
|
-
error: There was a problem joining the group.
|
1236
|
-
success: Join request successfully created. An admin will review your request before accepting you to the group.
|
1237
|
-
leave:
|
1238
|
-
error: There was a problem leaving the group.
|
1239
|
-
last_admin: You cannot remove yourself from this group as you are the last administrator. Make another member an administrator in order to leave the group.
|
1240
|
-
success: Group successfully abandoned.
|
1241
|
-
members:
|
1242
|
-
accept_or_reject_join_requests: 'The following users have applied to join this group. Accept or reject their requests:'
|
1243
|
-
accept_request: Accept
|
1244
|
-
reject_request: Reject
|
1245
|
-
new:
|
1246
|
-
create_user_group: Create group
|
1247
|
-
new_user_group: New group
|
1248
|
-
subtitle: Create a group and invite other users to join to participate in a collective level.
|
1249
|
-
no_user_groups: Does not belong to any group yet.
|
1250
1116
|
roles:
|
1251
1117
|
admin: Administrator
|
1252
1118
|
creator: Administrator
|
1253
1119
|
member: Member
|
1254
|
-
update:
|
1255
|
-
error: There was a problem updating the group.
|
1256
|
-
success: Group successfully updated.
|
1257
1120
|
help:
|
1258
1121
|
main_topic:
|
1259
1122
|
default_page:
|
@@ -1267,6 +1130,16 @@ en:
|
|
1267
1130
|
last_activity: Last activity
|
1268
1131
|
name: Last activities
|
1269
1132
|
no_activities_warning: There are no entries to show for this activity type.
|
1133
|
+
like_buttons_cell:
|
1134
|
+
already_liked: Undo the like
|
1135
|
+
like: Like
|
1136
|
+
likes_list:
|
1137
|
+
liked_by:
|
1138
|
+
one: Liked by %{visible}
|
1139
|
+
other: Liked by %{visible} and %{others}
|
1140
|
+
others: "%{count} more"
|
1141
|
+
title: Liked by
|
1142
|
+
you: you
|
1270
1143
|
linked_resource_from:
|
1271
1144
|
included_in: Included in
|
1272
1145
|
links:
|
@@ -1314,42 +1187,16 @@ en:
|
|
1314
1187
|
static:
|
1315
1188
|
latlng_text: 'latitude: %{latitude}, longitude: %{longitude}'
|
1316
1189
|
map_service_brand: OpenStreetMap
|
1317
|
-
members:
|
1318
|
-
no_members: This group does not have any members yet.
|
1319
1190
|
menu:
|
1320
1191
|
help: Help
|
1321
1192
|
home: Home
|
1322
1193
|
messaging:
|
1323
1194
|
conversation_mailer:
|
1324
|
-
comanagers_new_conversation:
|
1325
|
-
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1326
|
-
greeting: Hi, %{recipient}!
|
1327
|
-
intro: "%{manager} has started a new conversation in the name of %{group}. Click here to see it:"
|
1328
|
-
outro: Enjoy the platform!
|
1329
|
-
subject: "%{manager} has started a new conversation as a %{group}"
|
1330
|
-
comanagers_new_message:
|
1331
|
-
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1332
|
-
greeting: Hi, %{recipient}!
|
1333
|
-
intro: "%{manager} has posted new messages in a conversation in the name of %{group}. Click here to see them:"
|
1334
|
-
outro: Enjoy the platform!
|
1335
|
-
subject: "%{manager} has send new messages as a %{group}"
|
1336
1195
|
new_conversation:
|
1337
1196
|
greeting: Hi, %{recipient}!
|
1338
1197
|
intro: "%{sender} has started a new conversation with you. Click here to see it:"
|
1339
1198
|
outro: Enjoy the platform!
|
1340
1199
|
subject: "%{sender} has started a conversation with you"
|
1341
|
-
new_group_conversation:
|
1342
|
-
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1343
|
-
greeting: Hi, %{recipient}!
|
1344
|
-
intro: "%{sender} has started a new conversation with the group %{group}. Click here to see it:"
|
1345
|
-
outro: Enjoy the platform!
|
1346
|
-
subject: "%{sender} has started a conversation with %{group}"
|
1347
|
-
new_group_message:
|
1348
|
-
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1349
|
-
greeting: Hi, %{recipient}!
|
1350
|
-
intro: "%{sender} has posted new messages in a conversation with the group %{group}. Click here to see it:"
|
1351
|
-
outro: Enjoy the platform!
|
1352
|
-
subject: "%{group} have new messages from %{sender}"
|
1353
1200
|
new_message:
|
1354
1201
|
greeting: Hi, %{recipient}!
|
1355
1202
|
intro: "%{sender} has posted new messages in your conversation. Click here to see them:"
|
@@ -1362,6 +1209,8 @@ en:
|
|
1362
1209
|
modal_title: New conversation
|
1363
1210
|
no_results: No results
|
1364
1211
|
participant_with_disabled_message_reception: This participant does not want to receive private messages.
|
1212
|
+
participants:
|
1213
|
+
title: Participants
|
1365
1214
|
create:
|
1366
1215
|
error: Conversation not started. Try again later.
|
1367
1216
|
error_modal:
|
@@ -1394,27 +1243,6 @@ en:
|
|
1394
1243
|
finished: 'Finished: %{end_date}'
|
1395
1244
|
not_started: Not started yet
|
1396
1245
|
remaining: "%{time_distance} remaining"
|
1397
|
-
metrics:
|
1398
|
-
blocked_users:
|
1399
|
-
description: Number of blocked participants
|
1400
|
-
download:
|
1401
|
-
csv: Download data (CSV)
|
1402
|
-
followers:
|
1403
|
-
description: Number of participants that follow this participation space
|
1404
|
-
object: followers
|
1405
|
-
title: Followers
|
1406
|
-
participants:
|
1407
|
-
description: Number of active participants in organization
|
1408
|
-
object: participants
|
1409
|
-
title: Participants
|
1410
|
-
reported_users:
|
1411
|
-
description: Number of reported participants
|
1412
|
-
user_reports:
|
1413
|
-
description: Number of reports done by participants
|
1414
|
-
users:
|
1415
|
-
description: Number of participants in organization
|
1416
|
-
object: participants
|
1417
|
-
title: Participants
|
1418
1246
|
newsletter_mailer:
|
1419
1247
|
newsletter:
|
1420
1248
|
no_reply_notice: This email was sent from a notification email address that cannot accept incoming email. Please do not reply to this message.
|
@@ -1442,11 +1270,12 @@ en:
|
|
1442
1270
|
main_image: Main image
|
1443
1271
|
newsletters:
|
1444
1272
|
unsubscribe:
|
1445
|
-
|
1273
|
+
check_subscription_html: If you'd like to start receiving them again, you can re-enable your subscription anytime from the <a href="%{link}" target="_blank">settings page</a>.
|
1446
1274
|
error: There was a problem unsubscribing.
|
1275
|
+
subscription_preferences: We have updated your subscription preferences, and you will no longer receive newsletters from %{organization_name}.
|
1447
1276
|
success: You are unsubscribed successfully.
|
1448
1277
|
token_error: The link has expired.
|
1449
|
-
unsubscribe: Unsubscribe
|
1278
|
+
unsubscribe: Unsubscribe from newsletter
|
1450
1279
|
newsletters_opt_in:
|
1451
1280
|
unauthorized: Sorry, this link is no longer available.
|
1452
1281
|
update:
|
@@ -1454,7 +1283,7 @@ en:
|
|
1454
1283
|
success: Newsletter settings successfully updated.
|
1455
1284
|
newsletters_opt_in_mailer:
|
1456
1285
|
notify:
|
1457
|
-
body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the
|
1286
|
+
body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the General Data Protection Regulation (GDPR) of May 25, 2018, individuals have better control over their personal data. For this reason we need your "OK" to continue sending relevant information about the activities of the %{organization_name}.
|
1458
1287
|
body_2: 'How can you give us your consent? Just click the following button:'
|
1459
1288
|
body_3: With this consent you will be able to continue receiving information about the services of the platform. If, on the contrary, we do not receive a positive confirmation on your part we will stop sending you our messages. If you confirm that you want to keep being informed, you will always have the option to cancel at any time.
|
1460
1289
|
button: Yes, I want to continue receiving relevant information
|
@@ -1494,6 +1323,7 @@ en:
|
|
1494
1323
|
assigned_to_proposal: I want to receive an email when someone assigns me a proposal to evaluate
|
1495
1324
|
direct_messages: Receive direct messages from anyone
|
1496
1325
|
email_on_moderations: I want to receive an email every time something or someone is reported for moderation.
|
1326
|
+
evaluators: Evaluators
|
1497
1327
|
everything_followed: Everything I follow
|
1498
1328
|
newsletter_notifications: I want to receive newsletters
|
1499
1329
|
newsletters: Newsletters
|
@@ -1510,7 +1340,6 @@ en:
|
|
1510
1340
|
push_notifications_reminder: To get notifications from the platform, you will need to allow them in your browser settings first.
|
1511
1341
|
receive_notifications_about: I want to get notifications about
|
1512
1342
|
update_notifications_settings: Save changes
|
1513
|
-
valuators: Evaluators
|
1514
1343
|
update:
|
1515
1344
|
error: There was a problem updating your notifications settings.
|
1516
1345
|
success: Your notifications settings were successfully updated.
|
@@ -1535,14 +1364,13 @@ en:
|
|
1535
1364
|
core:
|
1536
1365
|
components: Components
|
1537
1366
|
description: This ZIP file contains files for studying and researching about this participation platform.
|
1367
|
+
generated_on_date: Generated on %{date}
|
1538
1368
|
main: Core
|
1369
|
+
resources:
|
1370
|
+
one: "%{count} resource"
|
1371
|
+
other: "%{count} resources"
|
1539
1372
|
spaces: Spaces
|
1540
1373
|
title: Open Data files for %{organization}
|
1541
|
-
metrics:
|
1542
|
-
cumulative: The total number of the metric at this day
|
1543
|
-
day: The day this metric was created
|
1544
|
-
metric_type: The type of the metric
|
1545
|
-
quantity: The number of the metrics for this day
|
1546
1374
|
moderated_users:
|
1547
1375
|
about: The about field of the user
|
1548
1376
|
block_reasons: The reason why the admin user blocked the user
|
@@ -1573,16 +1401,6 @@ en:
|
|
1573
1401
|
taxonomizations_count: The count of the resources that use this taxonomy
|
1574
1402
|
updated_at: The date when this taxonomy was updated for the last time
|
1575
1403
|
weight: The order in which this taxonomy is shown
|
1576
|
-
user_groups:
|
1577
|
-
avatar_url: The avatar of the user group
|
1578
|
-
badge: The badge of the user group
|
1579
|
-
deleted: Whether the user is deleted or not
|
1580
|
-
id: The unique identifier of the user group
|
1581
|
-
members: The id and name of the users belonging to the group
|
1582
|
-
members_count: The number of the users belonging to the user group
|
1583
|
-
name: The display name of user group
|
1584
|
-
nickname: The username of the user group
|
1585
|
-
profile_url: The profile url
|
1586
1404
|
users:
|
1587
1405
|
about: The about text of the user
|
1588
1406
|
avatar_url: The avatar of the user
|
@@ -1666,7 +1484,7 @@ en:
|
|
1666
1484
|
participate_title: Participate in the platform's processes
|
1667
1485
|
welcome: Welcome to %{organization}!
|
1668
1486
|
statistics:
|
1669
|
-
headline:
|
1487
|
+
headline: Statistics
|
1670
1488
|
sub_hero:
|
1671
1489
|
register: Register
|
1672
1490
|
register_title: Create an account
|
@@ -1675,10 +1493,6 @@ en:
|
|
1675
1493
|
subheading: Navigate through the help pages of %{name}
|
1676
1494
|
title: Help
|
1677
1495
|
topics: Topics
|
1678
|
-
participatory_space:
|
1679
|
-
metrics:
|
1680
|
-
headline: Metrics
|
1681
|
-
link: Show all
|
1682
1496
|
terms_of_service:
|
1683
1497
|
accept:
|
1684
1498
|
error: There was a problem accepting the terms of service.
|
@@ -1696,6 +1510,26 @@ en:
|
|
1696
1510
|
alert: We have updated our Terms of Service, please review them.
|
1697
1511
|
body: Please take a moment to review updates to our Terms of Services. Otherwise you will not be able to use the platform.
|
1698
1512
|
title: 'Required: Review updates to our terms of service'
|
1513
|
+
participants_account_mailer:
|
1514
|
+
inactivity_notification:
|
1515
|
+
body_html: |
|
1516
|
+
<p>Our records indicate you created a %{organization_name} account on <strong>%{date_account_creation}</strong> and have not been active since <strong>%{date_last_connection}</strong>.</p>
|
1517
|
+
<p>To protect your privacy, this account has been scheduled for automatic deletion in <strong>%{days} days</strong>.</p>
|
1518
|
+
<p>If you wish to keep your %{organization_name} account, simply %{login_url} before this time, and your account will be preserved.<p>
|
1519
|
+
greetings_html: |
|
1520
|
+
Kind regards,<br>
|
1521
|
+
%{organization_name}
|
1522
|
+
hello_html: Dear <strong>%{username}</strong>,
|
1523
|
+
log_in: log in
|
1524
|
+
never_logged_in: never logged in
|
1525
|
+
subject: Inactive account warning
|
1526
|
+
removal_notification:
|
1527
|
+
body: Your %{organization_name} account has been deleted due to inactivity.
|
1528
|
+
greetings_html: |
|
1529
|
+
Kind regards,<br>
|
1530
|
+
%{organization_name}
|
1531
|
+
hello: Dear %{username},
|
1532
|
+
subject: Inactive account deleted
|
1699
1533
|
passwords:
|
1700
1534
|
update:
|
1701
1535
|
error: There was a problem updating the password.
|
@@ -1704,7 +1538,6 @@ en:
|
|
1704
1538
|
deleted: Deleted participant
|
1705
1539
|
inaccessible_message: This profile is inaccessible due to terms of service violation!
|
1706
1540
|
profiles:
|
1707
|
-
default_officialization_text_for_user_groups: This group is publicly verified, its name has been verified to correspond with its real name.
|
1708
1541
|
default_officialization_text_for_users: This participant is publicly verified, his/her name or role has been verified to correspond with his/her real name and role.
|
1709
1542
|
show:
|
1710
1543
|
activity: Activity
|
@@ -1712,28 +1545,18 @@ en:
|
|
1712
1545
|
conversations: Conversations
|
1713
1546
|
followers: Followers
|
1714
1547
|
following: Follows
|
1715
|
-
group_admins: Manage admins
|
1716
|
-
group_members: Manage members
|
1717
|
-
groups: Groups
|
1718
|
-
members: Members
|
1719
1548
|
officialized: Official participant
|
1720
1549
|
send_private_message: Send private message
|
1721
1550
|
user:
|
1722
1551
|
actions:
|
1723
|
-
create_user_group: Create group
|
1724
1552
|
disabled_message: Message
|
1725
1553
|
edit_profile: Edit profile
|
1726
|
-
edit_user_group: Edit group profile
|
1727
|
-
invite_user: Invite participant
|
1728
|
-
join_user_group: Request to join group
|
1729
|
-
leave_user_group: Leave group
|
1730
|
-
manage_user_group: Manage group
|
1731
|
-
manage_user_group_admins: Manage admins
|
1732
|
-
manage_user_group_users: Manage members
|
1733
1554
|
message: Message
|
1734
1555
|
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1735
|
-
|
1736
|
-
|
1556
|
+
qr:
|
1557
|
+
show:
|
1558
|
+
scan: Scan the QR code
|
1559
|
+
title: QR Code for %{resource_title}
|
1737
1560
|
reported_mailer:
|
1738
1561
|
hidden_automatically:
|
1739
1562
|
content: Reported content
|
@@ -1776,20 +1599,23 @@ en:
|
|
1776
1599
|
report_details: The parent resource was hidden
|
1777
1600
|
resource:
|
1778
1601
|
controls_label: Resource controls
|
1779
|
-
|
1602
|
+
resource_autocomplete:
|
1603
|
+
help: Type to search proposals
|
1604
|
+
resource_likes:
|
1780
1605
|
create:
|
1781
|
-
error: There was a problem during the
|
1606
|
+
error: There was a problem during the like action.
|
1782
1607
|
scopes:
|
1783
1608
|
global: Global scope
|
1784
1609
|
prompt: Select a scope
|
1785
1610
|
search:
|
1786
1611
|
name: Search
|
1787
1612
|
results: Search results
|
1788
|
-
results_found_for_term: '%{count}
|
1613
|
+
results_found_for_term: '%{count} results for the search: "%{term}"'
|
1789
1614
|
term_input_placeholder: Search
|
1790
1615
|
searches:
|
1791
1616
|
filters:
|
1792
1617
|
jump_to: 'Jump to:'
|
1618
|
+
resource: "%{label} among %{collection}"
|
1793
1619
|
search: Search
|
1794
1620
|
state:
|
1795
1621
|
active: Active
|
@@ -1806,6 +1632,10 @@ en:
|
|
1806
1632
|
selfxss_warning:
|
1807
1633
|
description: This browser feature is meant for developers and you should not paste anything here if you were asked to do so. Pasting content in this window can compromise your privacy and give hackers access to your account.
|
1808
1634
|
title: Stop!
|
1635
|
+
share_widget:
|
1636
|
+
download: Download
|
1637
|
+
print: Print poster
|
1638
|
+
qr_code: QR Code
|
1809
1639
|
shared:
|
1810
1640
|
confirm_modal:
|
1811
1641
|
cancel: Cancel
|
@@ -1815,9 +1645,6 @@ en:
|
|
1815
1645
|
confirm_unload: This page contains unsaved changes. Are you sure you want to leave this page?
|
1816
1646
|
embed:
|
1817
1647
|
title: Embedded video content
|
1818
|
-
extended_navigation_bar:
|
1819
|
-
more: More
|
1820
|
-
unfold: Unfold
|
1821
1648
|
filter_form_help:
|
1822
1649
|
help: The form below filters the search results dynamically when the search conditions are changed.
|
1823
1650
|
skip: Skip to results
|
@@ -1857,9 +1684,6 @@ en:
|
|
1857
1684
|
public_participation: Show my attendance publicly
|
1858
1685
|
reference:
|
1859
1686
|
reference: 'Reference: %{reference}'
|
1860
|
-
represent_user_group:
|
1861
|
-
represent_user_group: I represent a group
|
1862
|
-
select_user_group: Select a group
|
1863
1687
|
results_per_page:
|
1864
1688
|
label: 'Results per page:'
|
1865
1689
|
title: Select number of results per page
|
@@ -1867,20 +1691,25 @@ en:
|
|
1867
1691
|
copy_share_link: Copy
|
1868
1692
|
copy_share_link_clarification: Copy share link to clipboard
|
1869
1693
|
copy_share_link_copied: Copied!
|
1694
|
+
copy_share_link_cta: Or copy link
|
1870
1695
|
copy_share_link_message: The link was successfully copied to clipboard.
|
1871
1696
|
share: Share
|
1872
1697
|
share_link: Share link
|
1873
1698
|
share_to: Share to %{service}
|
1874
1699
|
statistics:
|
1875
1700
|
comments_count: Comments
|
1876
|
-
|
1701
|
+
comments_count_tooltip: The total number of comments posted in this space.
|
1877
1702
|
followers_count: Followers
|
1703
|
+
followers_count_tooltip: The number of users following any part of this space to stay updated.
|
1878
1704
|
headline: Statistics
|
1705
|
+
likes_count: Likes
|
1879
1706
|
no_stats: There are no statistics yet.
|
1880
1707
|
pages_count: Pages
|
1881
1708
|
participants_count: Participants
|
1709
|
+
participants_count_tooltip: The number of unique users who have interacted in this space by submitting proposals, attending meetings, voting, or joining discussions.
|
1882
1710
|
surveys_count: Surveys
|
1883
1711
|
users_count: Participants
|
1712
|
+
users_count_tooltip: The total number of users who have signed up and confirmed their account via email.
|
1884
1713
|
tags:
|
1885
1714
|
filter_results_for_taxonomy: 'Filter results for: %{resource}'
|
1886
1715
|
taxonomies:
|
@@ -1894,19 +1723,28 @@ en:
|
|
1894
1723
|
no_activities_warning: This participant does not have any activity yet.
|
1895
1724
|
user_contact_disabled: This participant does not accept direct messages.
|
1896
1725
|
user_conversations:
|
1897
|
-
create:
|
1898
|
-
error: The message could not be created. Try again later.
|
1899
|
-
existing_error: The message could not be created. The conversation already exists, please try again now.
|
1900
|
-
success: Conversation started successfully!
|
1901
1726
|
index:
|
1902
|
-
conversations_info: Conversations are private. no one else can see them. A conversation can be started with any participant or group registered on the platform.
|
1903
|
-
no_conversations_warning: There are no conversations yet.
|
1904
1727
|
time_ago: "%{time} ago"
|
1905
|
-
|
1906
|
-
|
1907
|
-
|
1908
|
-
|
1909
|
-
|
1728
|
+
user_group_mailer:
|
1729
|
+
notify_deprecation_to_member:
|
1730
|
+
body_1: 'We are reaching out to inform you about an important update to the User Group you are a member of: <strong>%{group_name}</strong>.'
|
1731
|
+
body_2: As part of our efforts to simplify the experience for organizations, the "User Groups" feature is being deprecated. Your User Group profile has now been converted into a regular participant profile.
|
1732
|
+
greeting: Dear %{name},
|
1733
|
+
instructions_1: If you have access to that email account, please check your inbox for the instructions.
|
1734
|
+
instructions_intro: We have sent instructions to the email associated with the account to set a new password for the profile.
|
1735
|
+
instructions_title: "<strong>What This Means for You</strong>"
|
1736
|
+
subject: User group you are member of important update
|
1737
|
+
notify_deprecation_to_owner:
|
1738
|
+
body_1: We are reaching out to inform you about an important update regarding your Group profile on %{organization_name}.
|
1739
|
+
body_2: As part of our efforts to simplify and improve the experience for organizations like yours, we are deprecating the "User Groups" feature. Your Group, <strong>%{name}</strong>, has been converted into a regular account.
|
1740
|
+
body_3: To continue accessing your account, we need you to set a password.
|
1741
|
+
greeting: Dear %{name},
|
1742
|
+
instructions_1: 'Click the link below to start the password setup process:'
|
1743
|
+
instructions_2: On the form, enter the email address where you received this message and submit the request.
|
1744
|
+
instructions_3: Check your inbox for an email with further instructions to set your new password.
|
1745
|
+
instructions_title: "<strong>What You Need to Do</strong>"
|
1746
|
+
set_password: Start Password Setting Process
|
1747
|
+
subject: User group important update
|
1910
1748
|
user_report_mailer:
|
1911
1749
|
notify:
|
1912
1750
|
body_1: User %{user} has been reported by %{token}
|
@@ -2265,25 +2103,30 @@ en:
|
|
2265
2103
|
edit: Edit
|
2266
2104
|
footer:
|
2267
2105
|
cc_by_license: Creative Commons License
|
2106
|
+
current_organization_img: "%{organization} (Back home)"
|
2268
2107
|
data_consent_settings: Cookie settings
|
2269
2108
|
decidim_logo: Decidim Logo
|
2270
2109
|
decidim_title: Decidim
|
2110
|
+
help: Help
|
2271
2111
|
log_in: Log in
|
2272
2112
|
made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
|
2273
2113
|
open_data: Open Data
|
2274
2114
|
resources: Resources
|
2275
2115
|
sign_up: Create an account
|
2116
|
+
social_media: Social media
|
2276
2117
|
terms_of_service: Terms of Service
|
2277
2118
|
header:
|
2119
|
+
back: Back
|
2278
2120
|
close: Close
|
2279
|
-
confirm_close_ephemeral_session: If you navigate
|
2121
|
+
confirm_close_ephemeral_session: If you navigate away, your temporary session will be closed. However, all your progress and activity will be saved. If you have finished your activity, click Ok.
|
2122
|
+
confirm_title_close_ephemeral_session: Before leaving this page…
|
2280
2123
|
log_in: Log in
|
2281
2124
|
main_menu: Main menu
|
2282
2125
|
user_menu: User menu
|
2283
2126
|
impersonation_warning:
|
2284
2127
|
close_session: Close session
|
2285
2128
|
description_html: You are managing the participant <b>%{user_name}</b>.
|
2286
|
-
expire_time_html: Your session will expire in <b><span
|
2129
|
+
expire_time_html: Your session will expire in <b><span data-impersonation-warning-target="minutes">%{minutes}</span> minutes</b>.
|
2287
2130
|
language_chooser:
|
2288
2131
|
choose_language: Choose language
|
2289
2132
|
navigation:
|
@@ -2314,6 +2157,8 @@ en:
|
|
2314
2157
|
profile: My account
|
2315
2158
|
public_profile: My public profile
|
2316
2159
|
title: Profile links
|
2160
|
+
unread_conversations: You have unread conversations
|
2161
|
+
unread_notifications: You have unread notifications
|
2317
2162
|
user_profile:
|
2318
2163
|
account: Account
|
2319
2164
|
authorizations: Authorizations
|
@@ -2322,10 +2167,14 @@ en:
|
|
2322
2167
|
notifications_settings: Notifications settings
|
2323
2168
|
profile: Profile
|
2324
2169
|
title: Participant settings
|
2325
|
-
user_groups: Groups
|
2326
2170
|
locale:
|
2327
2171
|
name: English
|
2328
2172
|
name_with_error: English (error!)
|
2173
|
+
number:
|
2174
|
+
currency:
|
2175
|
+
format:
|
2176
|
+
format: "%u %n"
|
2177
|
+
format_html: "<span>%u</span> %n"
|
2329
2178
|
password_validator:
|
2330
2179
|
denied: is denied
|
2331
2180
|
domain_included_in_password: is too similar to this domain name
|