decidim-core 0.27.9 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/app/cells/decidim/activities/show.erb +5 -3
- data/app/cells/decidim/activities_cell.rb +5 -5
- data/app/cells/decidim/activity/show.erb +23 -22
- data/app/cells/decidim/activity_cell.rb +28 -8
- data/app/cells/decidim/address/online.erb +9 -0
- data/app/cells/decidim/address/show.erb +13 -13
- data/app/cells/decidim/address_cell.rb +3 -7
- data/app/cells/decidim/amendable/amend_button_card/show.erb +4 -9
- data/app/cells/decidim/amendable/amend_button_card_cell.rb +0 -17
- data/app/cells/decidim/amendable/amenders_list/show.erb +0 -12
- data/app/cells/decidim/amendable/amendments/show.erb +12 -0
- data/app/cells/decidim/amendable/amendments_cell.rb +25 -0
- data/app/cells/decidim/amendable/announcement_cell.rb +1 -1
- data/app/cells/decidim/amendable/emendation_actions/show.erb +12 -10
- data/app/cells/decidim/amendable/emendation_actions_cell.rb +0 -26
- data/app/cells/decidim/amendable/promote_button_card/show.erb +9 -9
- data/app/cells/decidim/amendable/promote_button_card_cell.rb +1 -5
- data/app/cells/decidim/amendable/wizard_step_form_cell.rb +5 -5
- data/app/cells/decidim/announcement/show.erb +10 -10
- data/app/cells/decidim/announcement_cell.rb +14 -4
- data/app/cells/decidim/author/avatar.erb +9 -0
- data/app/cells/decidim/author/avatar_image.erb +1 -0
- data/app/cells/decidim/author/cancelled_on.erb +4 -0
- data/app/cells/decidim/author/comments.erb +3 -5
- data/app/cells/decidim/author/date.erb +4 -5
- data/app/cells/decidim/author/endorsements.erb +3 -5
- data/app/cells/decidim/author/flag.erb +6 -8
- data/app/cells/decidim/author/flag_user.erb +10 -6
- data/app/cells/decidim/author/name.erb +5 -0
- data/app/cells/decidim/author/profile_minicard.erb +24 -19
- data/app/cells/decidim/author/show.erb +22 -14
- data/app/cells/decidim/author/withdraw.erb +3 -5
- data/app/cells/decidim/author_cell.rb +50 -32
- data/app/cells/decidim/authorization_modal/show.erb +28 -0
- data/app/cells/decidim/authorization_modal_cell.rb +92 -0
- data/app/cells/decidim/badge/show.erb +9 -31
- data/app/cells/decidim/badge/small.erb +3 -3
- data/app/cells/decidim/badges/show.erb +13 -6
- data/app/cells/decidim/badges_cell.rb +1 -0
- data/app/cells/decidim/button/button.erb +9 -0
- data/app/cells/decidim/button/content.erb +2 -0
- data/app/cells/decidim/button/link.erb +10 -0
- data/app/cells/decidim/button/show.erb +5 -0
- data/app/cells/decidim/button_cell.rb +48 -0
- data/app/cells/decidim/card/show.erb +8 -16
- data/app/cells/decidim/card/title.erb +1 -0
- data/app/cells/decidim/card_cell.rb +63 -6
- data/app/cells/decidim/card_g/show.erb +19 -0
- data/app/cells/decidim/card_g_cell.rb +102 -0
- data/app/cells/decidim/card_l/author.erb +3 -0
- data/app/cells/decidim/card_l/content.erb +10 -0
- data/app/cells/decidim/card_l/description.erb +3 -0
- data/app/cells/decidim/card_l/image.erb +11 -0
- data/app/cells/decidim/card_l/metadata.erb +3 -0
- data/app/cells/decidim/card_l/show.erb +13 -0
- data/app/cells/decidim/card_l/space.erb +1 -0
- data/app/cells/decidim/card_l/title_and_details.erb +5 -0
- data/app/cells/decidim/card_l_cell.rb +139 -0
- data/app/cells/decidim/card_metadata/show.erb +22 -0
- data/app/cells/decidim/card_metadata_cell.rb +218 -0
- data/app/cells/decidim/card_s/show.erb +10 -0
- data/app/cells/decidim/card_s_cell.rb +34 -0
- data/app/cells/decidim/coauthorships_cell.rb +2 -27
- data/app/cells/decidim/collapsible_authors/show.erb +17 -16
- data/app/cells/decidim/collapsible_authors/stack.erb +9 -0
- data/app/cells/decidim/collapsible_authors_cell.rb +13 -22
- data/app/cells/decidim/comments_button_cell.rb +31 -0
- data/app/cells/decidim/content_blocks/base/show.erb +3 -0
- data/app/cells/decidim/content_blocks/base_cell.rb +49 -0
- data/app/cells/decidim/content_blocks/cta/show.erb +10 -12
- data/app/cells/decidim/content_blocks/cta_cell.rb +0 -4
- data/app/cells/decidim/content_blocks/footer_sub_hero/show.erb +14 -12
- data/app/cells/decidim/content_blocks/global_menu/show.erb +11 -0
- data/app/cells/decidim/content_blocks/global_menu_cell.rb +35 -0
- data/app/cells/decidim/content_blocks/hero/cta_button.erb +4 -0
- data/app/cells/decidim/content_blocks/hero/show.erb +11 -18
- data/app/cells/decidim/content_blocks/hero_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +16 -20
- data/app/cells/decidim/content_blocks/highlighted_elements_cell.rb +7 -31
- data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form/show.erb +4 -0
- data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form_cell.rb +31 -0
- data/app/cells/decidim/content_blocks/highlighted_elements_settings_form/show.erb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list/content.erb +1 -0
- data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list_cell.rb +29 -0
- data/app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb +16 -0
- data/app/cells/decidim/content_blocks/highlighted_participatory_spaces_cell.rb +39 -0
- data/app/cells/decidim/content_blocks/how_to_participate/show.erb +37 -41
- data/app/cells/decidim/content_blocks/html/show.erb +1 -1
- data/app/cells/decidim/content_blocks/html_cell.rb +4 -0
- data/app/cells/decidim/content_blocks/html_settings_form/show.erb +1 -1
- data/app/cells/decidim/content_blocks/last_activity/show.erb +11 -14
- data/app/cells/decidim/content_blocks/last_activity_cell.rb +2 -2
- data/app/cells/decidim/content_blocks/last_activity_settings_form/show.erb +3 -0
- data/app/cells/decidim/content_blocks/last_activity_settings_form_cell.rb +13 -0
- data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity/show.erb +10 -0
- data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity_cell.rb +43 -0
- data/app/cells/decidim/content_blocks/organization_metrics_cell.rb +21 -0
- data/app/cells/decidim/content_blocks/participatory_space_announcement/content.erb +1 -0
- data/app/cells/decidim/content_blocks/participatory_space_announcement_cell.rb +19 -0
- data/app/cells/decidim/content_blocks/participatory_space_documents/content.erb +5 -0
- data/app/cells/decidim/content_blocks/participatory_space_documents_cell.rb +7 -0
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/content.erb +5 -0
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +13 -0
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/recent_users.erb +5 -0
- data/app/cells/decidim/content_blocks/participatory_space_extra_data_cell.rb +13 -0
- data/app/cells/decidim/content_blocks/participatory_space_hero/show.erb +20 -0
- data/app/cells/decidim/content_blocks/participatory_space_hero_cell.rb +41 -0
- data/app/cells/decidim/content_blocks/participatory_space_images/content.erb +5 -0
- data/app/cells/decidim/content_blocks/participatory_space_images_cell.rb +7 -0
- data/app/cells/decidim/content_blocks/participatory_space_last_activity/content.erb +11 -0
- data/app/cells/decidim/content_blocks/participatory_space_last_activity/recent_avatars.erb +5 -0
- data/app/cells/decidim/content_blocks/participatory_space_last_activity_cell.rb +45 -0
- data/app/cells/decidim/content_blocks/participatory_space_main_data/content.erb +7 -0
- data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +32 -0
- data/app/cells/decidim/content_blocks/participatory_space_main_data_cell.rb +23 -0
- data/app/cells/decidim/content_blocks/participatory_space_metadata/content.erb +10 -0
- data/app/cells/decidim/content_blocks/participatory_space_metadata_cell.rb +40 -0
- data/app/cells/decidim/content_blocks/participatory_space_metrics/content.erb +18 -0
- data/app/cells/decidim/content_blocks/participatory_space_metrics_cell.rb +43 -0
- data/app/cells/decidim/content_blocks/participatory_space_social_networks/content.erb +10 -0
- data/app/cells/decidim/content_blocks/participatory_space_social_networks_cell.rb +31 -0
- data/app/cells/decidim/content_blocks/participatory_space_stats/content.erb +1 -0
- data/app/cells/decidim/content_blocks/participatory_space_stats_cell.rb +21 -0
- data/app/cells/decidim/content_blocks/static_page/section/show.erb +1 -0
- data/app/cells/decidim/content_blocks/static_page/section_cell.rb +13 -0
- data/app/cells/decidim/content_blocks/static_page/section_settings_form/show.erb +3 -0
- data/app/cells/decidim/content_blocks/static_page/section_settings_form_cell.rb +19 -0
- data/app/cells/decidim/content_blocks/static_page/summary/show.erb +1 -0
- data/app/cells/decidim/content_blocks/static_page/summary_cell.rb +13 -0
- data/app/cells/decidim/content_blocks/static_page/summary_settings_form/show.erb +3 -0
- data/app/cells/decidim/content_blocks/static_page/summary_settings_form_cell.rb +19 -0
- data/app/cells/decidim/content_blocks/static_page/two_pane_section/show.erb +8 -0
- data/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb +17 -0
- data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form/show.erb +4 -0
- data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb +23 -0
- data/app/cells/decidim/content_blocks/stats/show.erb +5 -18
- data/app/cells/decidim/content_blocks/sub_hero/show.erb +11 -13
- data/app/cells/decidim/data_consent/category.erb +49 -45
- data/app/cells/decidim/data_consent/dialog.erb +20 -24
- data/app/cells/decidim/data_consent/modal.erb +32 -36
- data/app/cells/decidim/date_range/show.erb +4 -4
- data/app/cells/decidim/diff/attribute.erb +5 -25
- data/app/cells/decidim/diff/diff_mode_dropdown.erb +5 -33
- data/app/cells/decidim/diff/diff_mode_html.erb +5 -33
- data/app/cells/decidim/diff/diff_split.erb +2 -11
- data/app/cells/decidim/diff/diff_split_full.erb +8 -0
- data/app/cells/decidim/diff/diff_unified.erb +1 -7
- data/app/cells/decidim/diff/show.erb +10 -3
- data/app/cells/decidim/diff_cell.rb +35 -4
- data/app/cells/decidim/documents_panel/show.erb +1 -0
- data/app/cells/decidim/documents_panel_cell.rb +34 -0
- data/app/cells/decidim/endorsement_block/show.erb +4 -0
- data/app/cells/decidim/endorsement_block_cell.rb +7 -0
- data/app/cells/decidim/endorsement_buttons/button_content.erb +2 -0
- data/app/cells/decidim/endorsement_buttons/disabled_endorsements.erb +3 -0
- data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +5 -7
- data/app/cells/decidim/endorsement_buttons/show.erb +16 -3
- data/app/cells/decidim/endorsement_buttons/verification_modal.erb +5 -0
- data/app/cells/decidim/endorsement_buttons_cell.rb +25 -138
- data/app/cells/decidim/endorsers_list/full.erb +6 -0
- data/app/cells/decidim/endorsers_list/full_endorsers_list.erb +3 -0
- data/app/cells/decidim/endorsers_list/show.erb +11 -16
- data/app/cells/decidim/endorsers_list_button/content.erb +1 -0
- data/app/cells/decidim/endorsers_list_button_cell.rb +15 -0
- data/app/cells/decidim/endorsers_list_cell.rb +25 -5
- data/app/cells/decidim/flag_modal/flag_user.erb +12 -2
- data/app/cells/decidim/flag_modal/show.erb +51 -26
- data/app/cells/decidim/flag_modal_cell.rb +22 -1
- data/app/cells/decidim/follow_button/content.erb +2 -0
- data/app/cells/decidim/follow_button/show.erb +24 -53
- data/app/cells/decidim/follow_button_cell.rb +23 -34
- data/app/cells/decidim/followers/show.erb +11 -8
- data/app/cells/decidim/followers_cell.rb +4 -0
- data/app/cells/decidim/following/show.erb +6 -11
- data/app/cells/decidim/following_cell.rb +9 -2
- data/app/cells/decidim/footer_pages/pages.erb +3 -0
- data/app/cells/decidim/footer_pages/topics.erb +12 -0
- data/app/cells/decidim/footer_pages_cell.rb +68 -0
- data/app/cells/decidim/group_admins/show.erb +32 -0
- data/app/cells/decidim/group_admins_cell.rb +8 -0
- data/app/cells/decidim/group_members/show.erb +42 -0
- data/app/cells/decidim/group_members_cell.rb +8 -0
- data/app/cells/decidim/groups/show.erb +12 -8
- data/app/cells/decidim/groups_cell.rb +6 -0
- data/app/cells/decidim/highlighted_participatory_process/show.erb +1 -0
- data/app/cells/decidim/highlighted_participatory_process_cell.rb +15 -0
- data/app/cells/decidim/images_panel/show.erb +7 -0
- data/app/cells/decidim/images_panel_cell.rb +29 -0
- data/app/cells/decidim/linked_resources_for/show.erb +3 -0
- data/app/cells/decidim/linked_resources_for_cell.rb +52 -0
- data/app/cells/decidim/members/show.erb +11 -8
- data/app/cells/decidim/members_cell.rb +9 -7
- data/app/cells/decidim/nav_links/show.erb +17 -0
- data/app/cells/decidim/nav_links_cell.rb +10 -0
- data/app/cells/decidim/navbar_admin_link/show.erb +4 -6
- data/app/cells/decidim/navbar_admin_link_cell.rb +2 -8
- data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +1 -12
- data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +1 -12
- data/app/cells/decidim/newsletter_templates/image_text_cta_settings_form/show.erb +1 -1
- data/app/cells/decidim/notification/show.erb +14 -30
- data/app/cells/decidim/notification_cell.rb +12 -5
- data/app/cells/decidim/notifications/show.erb +5 -20
- data/app/cells/decidim/notifications/validations.erb +3 -0
- data/app/cells/decidim/notifications_cell.rb +13 -0
- data/app/cells/decidim/pad_iframe/show.erb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/links.erb +9 -0
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +9 -0
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +9 -0
- data/app/cells/decidim/participatory_space_dropdown_metadata_cell.rb +35 -0
- data/app/cells/decidim/photo/show.erb +19 -0
- data/app/cells/decidim/photo_cell.rb +44 -0
- data/app/cells/decidim/photos_list/show.erb +5 -0
- data/app/cells/decidim/photos_list_cell.rb +16 -0
- data/app/cells/decidim/profile/avatar.erb +7 -0
- data/app/cells/decidim/profile/badge.erb +4 -0
- data/app/cells/decidim/profile/details.erb +22 -0
- data/app/cells/decidim/profile/inaccessible.erb +1 -9
- data/app/cells/decidim/profile/invalid.erb +1 -9
- data/app/cells/decidim/profile/show.erb +24 -14
- data/app/cells/decidim/profile/tabs.erb +13 -0
- data/app/cells/decidim/profile_actions/dropdown_actions.erb +21 -0
- data/app/cells/decidim/profile_actions/profile_actions.erb +7 -0
- data/app/cells/decidim/profile_actions/show.erb +12 -0
- data/app/cells/decidim/profile_actions_cell.rb +144 -0
- data/app/cells/decidim/profile_cell.rb +77 -11
- data/app/cells/decidim/profile_sidebar/show.erb +11 -11
- data/app/cells/decidim/progress_bar/show.erb +9 -19
- data/app/cells/decidim/progress_bar_cell.rb +1 -30
- data/app/cells/decidim/public_participation/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_button/flag_modal.erb +60 -0
- data/app/cells/decidim/report_button/show.erb +2 -0
- data/app/cells/decidim/report_button_cell.rb +82 -0
- data/app/cells/decidim/represent_user_group/show.erb +5 -5
- data/app/cells/decidim/resource_types_filter/show.erb +22 -0
- data/app/cells/decidim/resource_types_filter_cell.rb +56 -0
- data/app/cells/decidim/scopes_picker/scope_picker_values.erb +1 -1
- data/app/cells/decidim/search_results/show.erb +1 -2
- data/app/cells/decidim/search_results_section/show.erb +20 -20
- data/app/cells/decidim/search_results_section_cell.rb +0 -4
- data/app/cells/decidim/share_button_cell.rb +23 -0
- data/app/cells/decidim/statistic/show.erb +4 -5
- data/app/cells/decidim/statistics/show.erb +7 -19
- data/app/cells/decidim/statistics_cell.rb +0 -20
- data/app/cells/decidim/tab_panels/show.erb +19 -0
- data/app/cells/decidim/tab_panels_cell.rb +40 -0
- data/app/cells/decidim/tags/show.erb +3 -4
- data/app/cells/decidim/tags_cell.rb +25 -8
- data/app/cells/decidim/tos_page/form.erb +9 -15
- data/app/cells/decidim/tos_page/refuse_btn_modal.erb +17 -27
- data/app/cells/decidim/tos_page_cell.rb +3 -3
- data/app/cells/decidim/upload_modal/files.erb +50 -35
- data/app/cells/decidim/upload_modal/modal.erb +62 -47
- data/app/cells/decidim/upload_modal/show.erb +1 -2
- data/app/cells/decidim/upload_modal_cell.rb +11 -26
- data/app/cells/decidim/user_activity/show.erb +9 -27
- data/app/cells/decidim/user_activity_cell.rb +4 -2
- data/app/cells/decidim/user_conversation/conversation_header.erb +12 -12
- data/app/cells/decidim/user_conversation/messages.erb +1 -15
- data/app/cells/decidim/user_conversation/new.erb +4 -13
- data/app/cells/decidim/user_conversation/reply.erb +8 -16
- data/app/cells/decidim/user_conversation/show.erb +15 -18
- data/app/cells/decidim/user_conversation/start.erb +12 -0
- data/app/cells/decidim/user_conversation_cell.rb +7 -32
- data/app/cells/decidim/user_conversations/new_conversation_button.erb +20 -0
- data/app/cells/decidim/user_conversations/show.erb +11 -55
- data/app/cells/decidim/user_conversations_cell.rb +2 -21
- data/app/cells/decidim/user_group_pending_invitations_list/show.erb +22 -17
- data/app/cells/decidim/user_group_pending_requests_list/show.erb +21 -17
- data/app/cells/decidim/user_profile/badge.erb +4 -0
- data/app/cells/decidim/user_profile/role_badge.erb +3 -0
- data/app/cells/decidim/user_profile/show.erb +15 -0
- data/app/cells/decidim/user_profile_cell.rb +19 -24
- data/app/cells/decidim/user_timeline/show.erb +1 -3
- data/app/cells/decidim/version/show.erb +5 -30
- data/app/cells/decidim/version_author_cell.rb +13 -10
- data/app/cells/decidim/version_cell.rb +8 -23
- data/app/cells/decidim/versions_list/show.erb +3 -32
- data/app/cells/decidim/versions_list_cell.rb +11 -23
- data/app/cells/decidim/versions_list_item/show.erb +4 -20
- data/app/cells/decidim/versions_list_item_cell.rb +10 -3
- data/app/cells/decidim/wizard_step_form/wizard_aside.erb +1 -1
- data/app/cells/decidim/wizard_step_form/wizard_header.erb +2 -2
- data/app/cells/decidim/wizard_step_form_cell.rb +3 -3
- data/app/commands/decidim/accept_group_invitation.rb +2 -2
- data/app/commands/decidim/accept_user_group_join_request.rb +1 -1
- data/app/commands/decidim/amendable/accept.rb +1 -1
- data/app/commands/decidim/amendable/create_draft.rb +2 -2
- data/app/commands/decidim/amendable/publish_draft.rb +1 -1
- data/app/commands/decidim/amendable/reject.rb +1 -1
- data/app/commands/decidim/amendable/update_draft.rb +1 -1
- data/app/commands/decidim/attachment_methods.rb +1 -5
- data/app/commands/decidim/create_editor_image.rb +1 -1
- data/app/commands/decidim/create_follow.rb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +7 -6
- data/app/commands/decidim/create_registration.rb +1 -2
- data/app/commands/decidim/create_report.rb +15 -24
- data/app/commands/decidim/create_user_group.rb +1 -1
- data/app/commands/decidim/create_user_report.rb +1 -1
- data/app/commands/decidim/delete_follow.rb +1 -1
- data/app/commands/decidim/demote_membership.rb +2 -2
- data/app/commands/decidim/endorse_resource.rb +1 -1
- data/app/commands/decidim/gallery_methods.rb +1 -1
- data/app/commands/decidim/invite_user_to_group.rb +3 -3
- data/app/commands/decidim/join_user_group.rb +3 -3
- data/app/commands/decidim/leave_user_group.rb +4 -4
- data/app/commands/decidim/messaging/reply_to_conversation.rb +2 -5
- data/app/commands/decidim/messaging/start_conversation.rb +2 -5
- data/app/commands/decidim/multiple_attachments_methods.rb +5 -3
- data/app/commands/decidim/promote_membership.rb +1 -1
- data/app/commands/decidim/reject_group_invitation.rb +2 -2
- data/app/commands/decidim/reject_user_group_join_request.rb +1 -1
- data/app/commands/decidim/remove_user_from_group.rb +1 -1
- data/app/commands/decidim/search.rb +3 -11
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/commands/decidim/update_account.rb +21 -5
- data/app/commands/decidim/update_password.rb +0 -1
- data/app/commands/decidim/update_user_group.rb +1 -1
- data/app/constraints/decidim/current_component.rb +1 -1
- data/app/controllers/concerns/decidim/amendments_controller.rb +9 -1
- data/app/controllers/concerns/decidim/devise_controllers.rb +3 -0
- data/app/controllers/concerns/decidim/disable_redirection_to_external_host.rb +1 -1
- data/app/controllers/concerns/decidim/filter_resource.rb +9 -15
- data/app/controllers/concerns/decidim/force_authentication.rb +2 -2
- data/app/controllers/concerns/decidim/has_account_breadcrumb.rb +24 -0
- data/app/controllers/concerns/decidim/has_participatory_space_content_blocks.rb +31 -0
- data/app/controllers/concerns/decidim/has_profile_breadcrumb.rb +24 -0
- data/app/controllers/concerns/decidim/has_specific_breadcrumb.rb +23 -0
- data/app/controllers/concerns/decidim/has_stored_path.rb +2 -2
- data/app/controllers/concerns/decidim/headers/content_security_policy.rb +25 -0
- data/app/controllers/concerns/decidim/headers/http_caching_disabler.rb +23 -0
- data/app/controllers/concerns/decidim/html_safe_flash.rb +40 -0
- data/app/controllers/concerns/decidim/linked_resource_reference.rb +30 -0
- data/app/controllers/concerns/decidim/locale_switcher.rb +2 -2
- data/app/controllers/concerns/decidim/needs_permission.rb +1 -1
- data/app/controllers/concerns/decidim/needs_tos_accepted.rb +12 -5
- data/app/controllers/concerns/decidim/paginable.rb +2 -2
- data/app/controllers/concerns/decidim/participatory_space_context.rb +30 -1
- data/app/controllers/concerns/decidim/safe_redirect.rb +1 -1
- data/app/controllers/concerns/decidim/skip_timeoutable.rb +1 -1
- data/app/controllers/concerns/decidim/use_organization_time_zone.rb +3 -3
- data/app/controllers/concerns/decidim/user_profile.rb +2 -1
- data/app/controllers/decidim/account_controller.rb +13 -8
- data/app/controllers/decidim/application_controller.rb +8 -3
- data/app/controllers/decidim/authorization_modals_controller.rb +5 -5
- data/app/controllers/decidim/components/base_controller.rb +15 -4
- data/app/controllers/decidim/devise/confirmations_controller.rb +3 -1
- data/app/controllers/decidim/devise/invitations_controller.rb +1 -1
- data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +22 -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/devise/sessions_controller.rb +24 -1
- data/app/controllers/decidim/devise/unlocks_controller.rb +1 -1
- data/app/controllers/decidim/doorkeeper/authorizations_controller.rb +9 -0
- data/app/controllers/decidim/download_your_data_controller.rb +3 -3
- data/app/controllers/decidim/endorsements_controller.rb +3 -3
- data/app/controllers/decidim/errors_controller.rb +8 -0
- data/app/controllers/decidim/favicon_controller.rb +56 -0
- data/app/controllers/decidim/follows_controller.rb +13 -3
- data/app/controllers/decidim/free_resource_authorization_modals_controller.rb +4 -4
- data/app/controllers/decidim/gamification/badges_controller.rb +10 -0
- data/app/controllers/decidim/group_email_confirmations_controller.rb +1 -1
- data/app/controllers/decidim/group_invites_controller.rb +2 -2
- data/app/controllers/decidim/group_members_controller.rb +23 -10
- data/app/controllers/decidim/groups_controller.rb +5 -4
- data/app/controllers/decidim/homepage_controller.rb +0 -1
- data/app/controllers/decidim/last_activities_controller.rb +14 -12
- data/app/controllers/decidim/links_controller.rb +6 -17
- data/app/controllers/decidim/locales_controller.rb +1 -1
- data/app/controllers/decidim/messaging/conversations_controller.rb +26 -8
- data/app/controllers/decidim/newsletters_opt_in_controller.rb +1 -1
- data/app/controllers/decidim/notifications_controller.rb +11 -1
- data/app/controllers/decidim/notifications_settings_controller.rb +2 -2
- data/app/controllers/decidim/offline_controller.rb +9 -0
- data/app/controllers/decidim/pages_controller.rb +15 -2
- data/app/controllers/decidim/profiles_controller.rb +31 -2
- data/app/controllers/decidim/report_users_controller.rb +5 -1
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/scopes_controller.rb +7 -7
- data/app/controllers/decidim/searches_controller.rb +17 -4
- data/app/controllers/decidim/tos_controller.rb +3 -3
- data/app/controllers/decidim/user_activities_controller.rb +8 -4
- data/app/controllers/decidim/user_conversations_controller.rb +4 -3
- data/app/controllers/decidim/user_group_join_requests_controller.rb +7 -7
- data/app/controllers/decidim/user_interests_controller.rb +2 -2
- data/app/events/decidim/amendable/amendment_accepted_event.rb +1 -1
- data/app/events/decidim/amendable/amendment_base_event.rb +1 -1
- data/app/events/decidim/amendable/amendment_created_event.rb +1 -1
- data/app/events/decidim/amendable/amendment_rejected_event.rb +1 -1
- data/app/events/decidim/amendable/emendation_promoted_event.rb +1 -1
- data/app/events/decidim/change_nickname_event.rb +1 -1
- data/app/events/decidim/demoted_membership_event.rb +3 -3
- data/app/events/decidim/invited_to_group_event.rb +1 -1
- data/app/events/decidim/join_request_accepted_event.rb +1 -1
- data/app/events/decidim/join_request_created_event.rb +3 -3
- data/app/events/decidim/join_request_rejected_event.rb +1 -1
- data/app/events/decidim/profile_updated_event.rb +1 -1
- data/app/events/decidim/promoted_to_admin_event.rb +3 -3
- data/app/events/decidim/removed_from_group_event.rb +3 -3
- data/app/events/decidim/resource_endorsed_event.rb +1 -1
- data/app/events/decidim/user_group_admin_event.rb +1 -1
- data/app/events/decidim/user_group_created_event.rb +1 -1
- data/app/events/decidim/user_group_updated_event.rb +1 -1
- data/app/events/decidim/welcome_notification_event.rb +9 -6
- data/app/forms/decidim/account_form.rb +13 -8
- data/app/forms/decidim/amendable/form.rb +2 -2
- data/app/forms/decidim/follow_form.rb +1 -1
- data/app/forms/decidim/invite_user_form.rb +1 -1
- data/app/forms/decidim/password_form.rb +1 -2
- data/app/forms/decidim/registration_form.rb +8 -12
- data/app/forms/decidim/report_form.rb +2 -0
- data/app/forms/decidim/user_group_form.rb +7 -7
- data/app/forms/decidim/user_interest_scope_form.rb +1 -1
- data/app/forms/decidim/user_interests_form.rb +1 -7
- data/app/helpers/concerns/decidim/flash_helper_extensions.rb +80 -12
- data/app/helpers/decidim/account_helper.rb +9 -0
- data/app/helpers/decidim/action_authorization_helper.rb +11 -11
- data/app/helpers/decidim/amendments_helper.rb +45 -27
- data/app/helpers/decidim/application_helper.rb +11 -11
- data/app/helpers/decidim/aria_selected_link_to_helper.rb +1 -1
- data/app/helpers/decidim/attachments_helper.rb +26 -3
- data/app/helpers/decidim/authorization_form_helper.rb +2 -2
- data/app/helpers/decidim/breadcrumb_helper.rb +60 -0
- data/app/helpers/decidim/cache_helper.rb +2 -2
- data/app/helpers/decidim/cells_paginate_helper.rb +2 -2
- data/app/helpers/decidim/check_boxes_tree_helper.rb +86 -21
- data/app/helpers/decidim/component_path_helper.rb +1 -1
- data/app/helpers/decidim/contextual_help_helper.rb +2 -2
- data/app/helpers/decidim/cta_button_helper.rb +5 -3
- data/app/helpers/decidim/date_range_helper.rb +19 -0
- data/app/helpers/decidim/decidim_form_helper.rb +24 -10
- data/app/helpers/decidim/endorsable_helper.rb +3 -3
- data/app/helpers/decidim/filters_helper.rb +16 -17
- data/app/helpers/decidim/followable_helper.rb +5 -2
- data/app/helpers/decidim/icon_helper.rb +20 -3
- data/app/helpers/decidim/layout_helper.rb +52 -39
- data/app/helpers/decidim/map_helper.rb +20 -46
- data/app/helpers/decidim/menu_helper.rb +47 -0
- data/app/helpers/decidim/messaging/conversation_helper.rb +34 -16
- data/app/helpers/decidim/meta_tags_helper.rb +3 -3
- data/app/helpers/decidim/modal_helper.rb +38 -0
- data/app/helpers/decidim/newsletters_helper.rb +16 -83
- data/app/helpers/decidim/omniauth_helper.rb +5 -2
- data/app/helpers/decidim/orders_helper.rb +3 -3
- data/app/helpers/decidim/paginate_helper.rb +12 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +4 -5
- data/app/helpers/decidim/passwords_helper.rb +19 -4
- data/app/helpers/decidim/resource_helper.rb +3 -27
- data/app/helpers/decidim/resource_reference_helper.rb +3 -3
- data/app/helpers/decidim/resource_versions_helper.rb +6 -4
- data/app/helpers/decidim/rich_text_editor_helper.rb +1 -0
- data/app/helpers/decidim/sanitize_helper.rb +8 -15
- data/app/helpers/decidim/scopes_helper.rb +23 -13
- data/app/helpers/decidim/searches_helper.rb +2 -2
- data/app/helpers/decidim/social_share_button_helper.rb +53 -0
- data/app/helpers/decidim/tooltip_helper.rb +4 -3
- data/app/helpers/decidim/traceability_helper.rb +3 -1
- data/app/helpers/decidim/twitter_search_helper.rb +1 -1
- data/app/helpers/decidim/user_profile_helper.rb +2 -7
- data/app/helpers/decidim/view_hooks_helper.rb +1 -4
- data/app/jobs/decidim/email_notifications_digest_generator_job.rb +2 -2
- data/app/jobs/decidim/event_publisher_job.rb +2 -2
- data/app/jobs/decidim/export_job.rb +4 -1
- data/app/jobs/decidim/find_and_update_descendants_job.rb +1 -1
- data/app/jobs/decidim/hide_all_created_by_author_job.rb +31 -0
- data/app/jobs/decidim/machine_translation_fields_job.rb +1 -1
- data/app/jobs/decidim/machine_translation_resource_job.rb +1 -1
- data/app/jobs/decidim/machine_translation_save_job.rb +2 -2
- data/app/jobs/decidim/open_data_job.rb +1 -1
- data/app/mailers/decidim/application_mailer.rb +6 -40
- data/app/mailers/decidim/block_user_mailer.rb +1 -1
- data/app/mailers/decidim/decidim_devise_mailer.rb +1 -1
- data/app/mailers/decidim/messaging/conversation_mailer.rb +73 -4
- data/app/mailers/decidim/notification_mailer.rb +2 -2
- data/app/mailers/decidim/reported_mailer.rb +3 -3
- data/app/mailers/decidim/user_update_mailer.rb +28 -0
- data/app/models/decidim/action_log.rb +41 -9
- data/app/models/decidim/amendment.rb +8 -11
- data/app/models/decidim/authorization.rb +14 -4
- data/app/models/decidim/authorization_transfer.rb +257 -0
- data/app/models/decidim/authorization_transfer_record.rb +31 -0
- data/app/models/decidim/coauthorship.rb +7 -0
- data/app/models/decidim/component.rb +2 -2
- data/app/models/decidim/content_block.rb +5 -5
- data/app/models/decidim/contextual_help_section.rb +3 -3
- data/app/models/decidim/follow.rb +1 -3
- data/app/models/decidim/messaging/conversation.rb +7 -7
- data/app/models/decidim/messaging/message.rb +1 -1
- data/app/models/decidim/messaging/receipt.rb +1 -1
- data/app/models/decidim/newsletter.rb +2 -2
- data/app/models/decidim/notification.rb +5 -5
- data/app/models/decidim/organization.rb +16 -10
- data/app/models/decidim/participatory_space_private_user.rb +2 -23
- data/app/models/decidim/permission_action.rb +1 -1
- data/app/models/decidim/reminder_record.rb +3 -20
- data/app/models/decidim/report.rb +1 -1
- data/app/models/decidim/share_token.rb +2 -2
- data/app/models/decidim/short_link.rb +6 -6
- data/app/models/decidim/static_page.rb +5 -5
- data/app/models/decidim/user.rb +7 -6
- data/app/models/decidim/user_base_entity.rb +16 -2
- data/app/models/decidim/user_group.rb +4 -4
- data/app/packs/entrypoints/decidim_conference_diploma.scss +3 -1
- data/app/packs/entrypoints/decidim_core.js +4 -66
- data/app/packs/entrypoints/decidim_core.scss +2 -0
- data/app/packs/entrypoints/decidim_editor.js +7 -0
- data/app/packs/entrypoints/decidim_email.js +2 -1
- data/app/packs/entrypoints/decidim_map.scss +2 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.eot +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.svg +337 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.ttf +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2 +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.eot +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.svg +337 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.ttf +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2 +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.eot +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.svg +337 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.ttf +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff +0 -0
- data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2 +0 -0
- data/app/packs/images/decidim/gamification/badges/decidim_gamification_badges_followers.svg +52 -1
- data/app/packs/images/decidim/placeholder-card-g.svg +8 -0
- data/app/packs/images/decidim/placeholder-card-l.svg +7 -0
- data/app/packs/images/decidim/remixicon.symbol.svg +11 -0
- data/app/packs/images/decidim/vendor/social-share-button/x.svg +2 -5
- data/app/packs/src/decidim/a11y.js +186 -0
- data/app/packs/src/decidim/account_form.js +49 -30
- data/app/packs/src/decidim/append_redirect_url_to_modals.js +1 -1
- data/app/packs/src/decidim/autocomplete.js +15 -2
- data/app/packs/src/decidim/back_to_list.js +1 -1
- data/app/packs/src/decidim/change_report_form_behavior.js +45 -0
- data/app/packs/src/decidim/check_boxes_tree.js +31 -89
- data/app/packs/src/decidim/clipboard.js +2 -2
- data/app/packs/src/decidim/confirm.js +8 -25
- data/app/packs/src/decidim/data_consent/consent_manager.js +2 -1
- data/app/packs/src/decidim/data_consent/consent_manager.test.js +8 -8
- data/app/packs/src/decidim/data_consent/index.js +7 -23
- data/app/packs/src/decidim/direct_uploads/upload_field.js +110 -96
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +195 -186
- data/app/packs/src/decidim/direct_uploads/upload_utility.js +0 -40
- data/app/packs/src/decidim/direct_uploads/uploader.js +19 -45
- data/app/packs/src/decidim/editor/common/bubble_menu.js +163 -0
- data/app/packs/src/decidim/editor/common/helpers.js +3 -0
- data/app/packs/src/decidim/editor/common/input_dialog.js +156 -0
- data/app/packs/src/decidim/editor/common/suggestion.js +179 -0
- data/app/packs/src/decidim/editor/common/upload_dialog.js +225 -0
- data/app/packs/src/decidim/editor/extensions/bold/index.js +34 -0
- data/app/packs/src/decidim/editor/extensions/character_count/index.js +35 -0
- data/app/packs/src/decidim/editor/extensions/decidim_kit/index.js +84 -0
- data/app/packs/src/decidim/editor/extensions/dialog/index.js +34 -0
- data/app/packs/src/decidim/editor/extensions/emoji/index.js +16 -0
- data/app/packs/src/decidim/editor/extensions/hashtag/index.js +66 -0
- data/app/packs/src/decidim/editor/extensions/heading/index.js +33 -0
- data/app/packs/src/decidim/editor/extensions/image/index.js +215 -0
- data/app/packs/src/decidim/editor/extensions/image/node_view.js +216 -0
- data/app/packs/src/decidim/editor/extensions/indent/index.js +188 -0
- data/app/packs/src/decidim/editor/extensions/link/bubble_menu.js +50 -0
- data/app/packs/src/decidim/editor/extensions/link/index.js +128 -0
- data/app/packs/src/decidim/editor/extensions/mention/index.js +66 -0
- data/app/packs/src/decidim/editor/extensions/ordered_list/index.js +188 -0
- data/app/packs/src/decidim/editor/extensions/video_embed/index.js +242 -0
- data/app/packs/src/decidim/editor/index.js +86 -0
- data/app/packs/src/decidim/editor/test/editor/create.test.js +38 -0
- data/app/packs/src/decidim/editor/test/extensions/bold.test.js +69 -0
- data/app/packs/src/decidim/editor/test/extensions/character_count.test.js +41 -0
- data/app/packs/src/decidim/editor/test/extensions/decidim_kit.test.js +110 -0
- data/app/packs/src/decidim/editor/test/extensions/dialog.test.js +32 -0
- data/app/packs/src/decidim/editor/test/extensions/emoji.test.js +35 -0
- data/app/packs/src/decidim/editor/test/extensions/hashtag.test.js +105 -0
- data/app/packs/src/decidim/editor/test/extensions/heading.test.js +56 -0
- data/app/packs/src/decidim/editor/test/extensions/image.test.js +294 -0
- data/app/packs/src/decidim/editor/test/extensions/indent.test.js +154 -0
- data/app/packs/src/decidim/editor/test/extensions/link.test.js +103 -0
- data/app/packs/src/decidim/editor/test/extensions/mention.test.js +129 -0
- data/app/packs/src/decidim/editor/test/extensions/ordered_list.test.js +219 -0
- data/app/packs/src/decidim/editor/test/extensions/video_embed.test.js +183 -0
- data/app/packs/src/decidim/editor/test/fixtures/editor_messages.js +57 -0
- data/app/packs/src/decidim/editor/test/fixtures/logo.png +0 -0
- data/app/packs/src/decidim/editor/test/fixtures/upload_templates.js +50 -0
- data/app/packs/src/decidim/editor/test/helpers.js +255 -0
- data/app/packs/src/decidim/editor/test/toolbar/basic.test.js +36 -0
- data/app/packs/src/decidim/editor/test/toolbar/content.test.js +37 -0
- data/app/packs/src/decidim/editor/test/toolbar/full.test.js +245 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic.js +23 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_block.js +45 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_formatting.js +17 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_indent.js +61 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_link.js +33 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_list.js +47 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_styling.js +95 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content.js +25 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content_styling.js +40 -0
- data/app/packs/src/decidim/editor/test/toolbar/shared/context.js +18 -0
- data/app/packs/src/decidim/editor/test/utilities/paste_transform.test.js +272 -0
- data/app/packs/src/decidim/editor/toolbar.js +263 -0
- data/app/packs/src/decidim/editor/utilities/file.js +3 -0
- data/app/packs/src/decidim/editor/utilities/html.js +53 -0
- data/app/packs/src/decidim/editor/utilities/paste_transform.js +251 -0
- data/app/packs/src/decidim/external_domain_warning.js +16 -23
- data/app/packs/src/decidim/external_domain_warning.test.js +59 -0
- data/app/packs/src/decidim/external_link.js +24 -56
- data/app/packs/src/decidim/external_link.test.js +8 -29
- data/app/packs/src/decidim/focus_guard.js +3 -1
- data/app/packs/src/decidim/form_filter.component_for_testing.js +1 -1
- data/app/packs/src/decidim/form_filter.js +12 -53
- data/app/packs/src/decidim/form_validator.js +1 -1
- data/app/packs/src/decidim/i18n.js +52 -0
- data/app/packs/src/decidim/i18n.test.js +64 -0
- data/app/packs/src/decidim/icon.js +13 -19
- data/app/packs/src/decidim/identity_selector_dialog.js +24 -51
- data/app/packs/src/decidim/index.js +159 -63
- data/app/packs/src/decidim/input_autojump.js +1 -1
- data/app/packs/src/decidim/input_character_counter.js +34 -38
- data/app/packs/src/decidim/input_emoji.js +130 -52
- data/app/packs/src/decidim/input_hashtags.js +7 -54
- data/app/packs/src/decidim/input_mentions.js +15 -60
- data/app/packs/src/decidim/input_multiple_mentions.js +11 -11
- data/app/packs/src/decidim/input_tags.js +12 -8
- data/app/packs/src/decidim/map/controller/markers.js +3 -3
- data/app/packs/src/decidim/map/controller.js +7 -4
- data/app/packs/src/decidim/map/factory.js +1 -3
- data/app/packs/src/decidim/map/legacy.js +1 -1
- data/app/packs/src/decidim/notifications.js +42 -30
- data/app/packs/src/decidim/password_toggler.js +104 -0
- data/app/packs/src/decidim/remote_modal.js +54 -0
- data/app/packs/src/decidim/scroll_to_last_child.js +14 -0
- data/app/packs/src/decidim/session_timeouter.js +3 -4
- data/app/packs/src/decidim/sw/loader.js +1 -1
- data/app/packs/src/decidim/sw/sw.js +1 -1
- data/app/packs/src/decidim/toggle.js +37 -0
- data/app/packs/src/decidim/tooltips.js +132 -0
- data/app/packs/src/decidim/user_registrations.js +10 -3
- data/app/packs/src/decidim/vendor/jquery-tmpl.js +1 -1
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +1 -1
- data/app/packs/src/decidim/vendor/tribute.js +3 -3
- data/app/packs/src/decidim/vizzs/areachart.js +7 -8
- data/app/packs/src/decidim/vizzs/index.js +1 -1
- data/app/packs/stylesheets/decidim/_accordion.scss +13 -0
- data/app/packs/stylesheets/decidim/_actions.scss +7 -0
- data/app/packs/stylesheets/decidim/_activity.scss +49 -0
- data/app/packs/stylesheets/decidim/_address.scss +25 -0
- data/app/packs/stylesheets/decidim/_author.scss +74 -0
- data/app/packs/stylesheets/decidim/_buttons.scss +100 -0
- data/app/packs/stylesheets/decidim/_callout.scss +55 -0
- data/app/packs/stylesheets/decidim/_cards.scss +186 -0
- data/app/packs/stylesheets/decidim/_content_blocks.scss +39 -0
- data/app/packs/stylesheets/decidim/_conversations.scss +122 -0
- data/app/packs/stylesheets/decidim/_cookies.scss +117 -0
- data/app/packs/stylesheets/decidim/_documents.scss +60 -0
- data/app/packs/stylesheets/decidim/_dropdown.scss +69 -0
- data/app/packs/stylesheets/decidim/_endorsers_list.scss +45 -0
- data/app/packs/stylesheets/decidim/_filters.scss +137 -0
- data/app/packs/stylesheets/decidim/_flash.scss +57 -0
- data/app/packs/stylesheets/decidim/_floating_help.scss +7 -0
- data/app/packs/stylesheets/decidim/_fonts.scss +70 -0
- data/app/packs/stylesheets/decidim/_footer.scss +59 -0
- data/app/packs/stylesheets/decidim/_forms.scss +199 -0
- data/app/packs/stylesheets/decidim/_header.scss +444 -0
- data/app/packs/stylesheets/decidim/_hero.scss +20 -0
- data/app/packs/stylesheets/decidim/_home.scss +105 -0
- data/app/packs/stylesheets/decidim/_labels.scss +26 -0
- data/app/packs/stylesheets/decidim/_layout.scss +107 -0
- data/app/packs/stylesheets/decidim/_login.scss +59 -0
- data/app/packs/stylesheets/decidim/_login_box.scss +31 -0
- data/app/packs/stylesheets/decidim/_metadata.scss +18 -0
- data/app/packs/stylesheets/decidim/_metrics.scss +70 -0
- data/app/packs/stylesheets/decidim/_modal.scss +45 -0
- data/app/packs/stylesheets/decidim/_modal_authorization.scss +21 -0
- data/app/packs/stylesheets/decidim/_modal_fingerprint.scss +17 -0
- data/app/packs/stylesheets/decidim/_modal_flag.scss +39 -0
- data/app/packs/stylesheets/decidim/_modal_identities.scss +23 -0
- data/app/packs/stylesheets/decidim/_modal_share.scss +28 -0
- data/app/packs/stylesheets/decidim/_modal_tos_refuse.scss +6 -0
- data/app/packs/stylesheets/decidim/_modal_update.scss +137 -0
- data/app/packs/stylesheets/decidim/_notifications.scss +35 -0
- data/app/packs/stylesheets/decidim/_omnipresent_banner.scss +7 -0
- data/app/packs/stylesheets/decidim/_order-by.scss +15 -0
- data/app/packs/stylesheets/decidim/_pages.scss +49 -0
- data/app/packs/stylesheets/decidim/_participatory_spaces.scss +201 -0
- data/app/packs/stylesheets/decidim/_photos.scss +53 -0
- data/app/packs/stylesheets/decidim/_profile.scss +258 -0
- data/app/packs/stylesheets/decidim/_progress-bar.scss +42 -0
- data/app/packs/stylesheets/decidim/_rich_text.scss +96 -0
- data/app/packs/stylesheets/decidim/_search.scss +17 -0
- data/app/packs/stylesheets/decidim/_spinner.scss +11 -0
- data/app/packs/stylesheets/decidim/_static-map.scss +15 -0
- data/app/packs/stylesheets/decidim/_statistics.scss +15 -0
- data/app/packs/stylesheets/decidim/_tabs_x.scss +20 -0
- data/app/packs/stylesheets/decidim/_tags.scss +11 -0
- data/app/packs/stylesheets/decidim/_toggle_switch.scss +77 -0
- data/app/packs/stylesheets/decidim/_tooltip.scss +69 -0
- data/app/packs/stylesheets/decidim/_tos.scss +7 -0
- data/app/packs/stylesheets/decidim/_typography.scss +80 -0
- data/app/packs/stylesheets/decidim/_versions.scss +63 -0
- data/app/packs/stylesheets/decidim/_vertical_tabs.scss +49 -0
- data/app/packs/stylesheets/decidim/_wizard_steps.scss +15 -0
- data/app/packs/stylesheets/decidim/application.scss +77 -3
- data/app/packs/stylesheets/decidim/decidim_application.scss +0 -2
- data/app/packs/stylesheets/decidim/editor.scss +204 -0
- data/app/packs/stylesheets/decidim/legacy/MarkerCluster.Default.scss +67 -0
- data/app/packs/stylesheets/decidim/legacy/MarkerCluster.scss +18 -0
- data/app/packs/stylesheets/decidim/{_variables.scss → legacy/_variables.scss} +7 -7
- data/app/packs/stylesheets/decidim/{conference-diploma.scss → legacy/conference-diploma.scss} +11 -11
- data/app/packs/stylesheets/decidim/{email.scss → legacy/email.scss} +312 -312
- data/app/packs/stylesheets/decidim/{plugins → legacy}/leaflet.scss +222 -202
- data/app/packs/stylesheets/decidim/map.scss +65 -3
- data/app/permissions/decidim/permissions.rb +2 -2
- data/app/presenters/decidim/admin_log/area_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/area_type_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/attachment_collection_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/attachment_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/category_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/component_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/contextual_help_section_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/impersonation_log_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/moderation_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/newsletter_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/oauth_application_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/oauth_application_resource_presenter.rb +1 -1
- data/app/presenters/decidim/admin_log/organization_presenter.rb +3 -4
- data/app/presenters/decidim/admin_log/participatory_space_private_user_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/scope_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/scope_type_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/static_page_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +2 -2
- data/app/presenters/decidim/admin_log/user_presenter.rb +2 -2
- data/app/presenters/decidim/area_presenter.rb +6 -0
- data/app/presenters/decidim/authorization_transfer_presenter.rb +57 -0
- data/app/presenters/decidim/breadcrumb_root_menu_item_presenter.rb +25 -0
- data/app/presenters/decidim/breadcrumb_root_menu_presenter.rb +18 -0
- data/app/presenters/decidim/footer_menu_presenter.rb +12 -0
- data/app/presenters/decidim/hashtag_presenter.rb +1 -1
- data/app/presenters/decidim/log/base_presenter.rb +13 -6
- data/app/presenters/decidim/log/diff_presenter.rb +9 -8
- data/app/presenters/decidim/log/resource_presenter.rb +2 -8
- data/app/presenters/decidim/log/space_presenter.rb +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +3 -7
- data/app/presenters/decidim/log/value_types/default_presenter.rb +2 -2
- data/app/presenters/decidim/menu_item_presenter.rb +11 -3
- data/app/presenters/decidim/menu_presenter.rb +11 -3
- data/app/presenters/decidim/metric_charts_presenter.rb +25 -46
- data/app/presenters/decidim/nil_presenter.rb +4 -2
- data/app/presenters/decidim/notification_presenter.rb +1 -1
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +5 -14
- data/app/presenters/decidim/notifications_digest_presenter.rb +1 -1
- data/app/presenters/decidim/official_author_presenter.rb +4 -0
- data/app/presenters/decidim/participatory_space_manifest_presenter.rb +24 -0
- data/app/presenters/decidim/resource_presenter.rb +18 -1
- data/app/presenters/decidim/stats_presenter.rb +54 -0
- data/app/presenters/decidim/user_group_presenter.rb +4 -0
- data/app/presenters/decidim/user_presenter.rb +4 -2
- data/app/queries/decidim/last_activity.rb +1 -1
- data/app/queries/decidim/metric_manage.rb +1 -1
- data/app/queries/decidim/participatory_processes_with_user_role.rb +2 -2
- data/app/queries/decidim/participatory_space_last_activity.rb +18 -0
- data/app/queries/decidim/public_activities.rb +1 -1
- data/app/queries/decidim/public_components.rb +2 -2
- data/app/queries/decidim/similar_emendations.rb +1 -1
- data/app/resolvers/decidim/core/metric_resolver.rb +1 -1
- data/app/scrubbers/decidim/admin_input_scrubber.rb +1 -1
- data/app/scrubbers/decidim/newsletter_scrubber.rb +1 -1
- data/app/serializers/decidim/exporters/serializer.rb +2 -2
- data/app/services/decidim/action_authorizer.rb +3 -3
- data/app/services/decidim/action_logger.rb +11 -11
- data/app/services/decidim/base_diff_renderer.rb +5 -5
- data/app/services/decidim/content_blocks_creator.rb +89 -0
- data/app/services/decidim/email_notification_generator.rb +3 -3
- data/app/services/decidim/engine_resolver.rb +2 -2
- data/app/services/decidim/events_manager.rb +6 -12
- data/app/services/decidim/log/diff_changeset_calculator.rb +3 -3
- data/app/services/decidim/log_reference_generator.rb +31 -0
- data/app/services/decidim/notification_generator.rb +3 -3
- data/app/services/decidim/notification_generator_for_recipient.rb +2 -2
- data/app/services/decidim/open_data_exporter.rb +3 -3
- data/app/services/decidim/send_push_notification.rb +13 -27
- data/app/services/decidim/static_map_generator.rb +4 -4
- data/app/uploaders/decidim/application_uploader.rb +1 -1
- data/app/uploaders/decidim/avatar_uploader.rb +2 -2
- data/app/uploaders/decidim/cw/application_uploader.rb +1 -1
- data/app/uploaders/decidim/image_uploader.rb +1 -1
- data/app/uploaders/decidim/organization_favicon_uploader.rb +15 -2
- data/app/validators/etiquette_validator.rb +1 -1
- data/app/validators/geocoding_validator.rb +1 -1
- data/app/validators/password_validator.rb +16 -12
- data/app/validators/uploader_image_dimensions_validator.rb +3 -3
- data/app/views/decidim/account/_account_notification.js.erb +4 -18
- data/app/views/decidim/account/_delete_modal.html.erb +17 -0
- data/app/views/decidim/account/_old_password_field.html.erb +15 -0
- data/app/views/decidim/account/_password_fields.html.erb +13 -2
- data/app/views/decidim/account/cancel_email_change.js.erb +1 -1
- data/app/views/decidim/account/delete.html.erb +23 -30
- data/app/views/decidim/account/show.html.erb +48 -33
- data/app/views/decidim/amendments/_edit_form_fields.html.erb +1 -3
- data/app/views/decidim/amendments/_wizard_header.html.erb +17 -0
- data/app/views/decidim/amendments/compare_draft.html.erb +14 -17
- data/app/views/decidim/amendments/edit_draft.html.erb +23 -25
- data/app/views/decidim/amendments/new.html.erb +21 -24
- data/app/views/decidim/amendments/preview_draft.html.erb +24 -25
- data/app/views/decidim/amendments/review.html.erb +26 -37
- data/app/views/decidim/application/_collection.html.erb +18 -15
- data/app/views/decidim/application/_document.html.erb +23 -0
- data/app/views/decidim/application/_documents.html.erb +13 -0
- data/app/views/decidim/authorization_modals/show.html.erb +1 -5
- data/app/views/decidim/devise/confirmations/new.html.erb +19 -25
- data/app/views/decidim/devise/invitations/edit.html.erb +42 -69
- data/app/views/decidim/devise/omniauth_registrations/new.html.erb +34 -45
- data/app/views/decidim/devise/passwords/edit.html.erb +23 -32
- data/app/views/decidim/devise/passwords/new.html.erb +20 -24
- data/app/views/decidim/devise/registrations/new.html.erb +59 -83
- data/app/views/decidim/devise/sessions/new.html.erb +52 -53
- data/app/views/decidim/devise/shared/_links.html.erb +5 -15
- data/app/views/decidim/devise/shared/_login_boxes.html.erb +28 -0
- data/app/views/decidim/devise/shared/_newsletter_modal.html.erb +15 -23
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +13 -19
- data/app/views/decidim/devise/unlocks/new.html.erb +20 -26
- data/app/views/decidim/doorkeeper/authorizations/new.html.erb +53 -57
- data/app/views/decidim/download_your_data/show.html.erb +15 -7
- data/app/views/decidim/endorsements/_identity.html.erb +4 -9
- data/app/views/decidim/endorsements/identities.html.erb +16 -10
- data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +24 -17
- data/app/views/decidim/errors/internal_server_error.html.erb +32 -8
- data/app/views/decidim/errors/not_found.html.erb +15 -11
- data/app/views/decidim/follows/update_button.js.erb +8 -1
- data/app/views/decidim/gamification/badges/index.html.erb +5 -7
- data/app/views/decidim/group_invites/index.html.erb +20 -24
- data/app/views/decidim/groups/_form.html.erb +15 -24
- data/app/views/decidim/groups/edit.html.erb +13 -22
- data/app/views/decidim/groups/new.html.erb +16 -24
- data/app/views/decidim/homepage/show.html.erb +6 -4
- data/app/views/decidim/last_activities/_activities.html.erb +4 -11
- data/app/views/decidim/last_activities/index.html.erb +8 -13
- data/app/views/decidim/last_activities/index.js.erb +7 -2
- data/app/views/decidim/links/_modal.html.erb +18 -19
- data/app/views/decidim/links/new.html.erb +16 -22
- data/app/views/decidim/links/new.js.erb +22 -6
- data/app/views/decidim/manifests/show.json.erb +2 -2
- data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +18 -22
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +39 -53
- data/app/views/decidim/messaging/conversations/_messages.html.erb +15 -19
- data/app/views/decidim/messaging/conversations/_new_conversation_button.html.erb +20 -32
- data/app/views/decidim/messaging/conversations/_reply.html.erb +7 -10
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +9 -0
- data/app/views/decidim/messaging/conversations/_show.html.erb +29 -35
- data/app/views/decidim/messaging/conversations/_start.html.erb +9 -14
- data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
- data/app/views/decidim/messaging/conversations/error.js.erb +1 -1
- data/app/views/decidim/messaging/conversations/index.html.erb +17 -51
- data/app/views/decidim/messaging/conversations/new.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/show.html.erb +3 -9
- data/app/views/decidim/newsletters/show.html.erb +1 -1
- data/app/views/decidim/newsletters_opt_in_mailer/notify.html.erb +1 -1
- data/app/views/decidim/notifications/index.html.erb +15 -4
- data/app/views/decidim/notifications_digest_mailer/_email_content.html.erb +0 -7
- data/app/views/decidim/notifications_digest_mailer/digest_mail.erb +2 -2
- data/app/views/decidim/notifications_settings/show.html.erb +169 -70
- data/app/views/decidim/own_user_groups/index.html.erb +9 -29
- data/app/views/decidim/pages/_standalone.html.erb +17 -15
- data/app/views/decidim/pages/_tabbed.html.erb +38 -38
- data/app/views/decidim/pages/index.html.erb +48 -64
- data/app/views/decidim/pages/show.html.erb +9 -9
- data/app/views/decidim/profiles/show.html.erb +9 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
- data/app/views/decidim/scopes/picker.html.erb +7 -4
- data/app/views/decidim/searches/_count.html.erb +19 -28
- data/app/views/decidim/searches/_filters.html.erb +41 -27
- data/app/views/decidim/searches/_resources_filter_block.html.erb +3 -3
- data/app/views/decidim/searches/index.html.erb +18 -12
- data/app/views/decidim/searches/index.js.erb +1 -7
- data/app/views/decidim/shared/_authorization_modal.html.erb +1 -1
- data/app/views/decidim/shared/_component_announcement.html.erb +5 -4
- data/app/views/decidim/shared/_confirm_modal.html.erb +15 -16
- data/app/views/decidim/shared/_extended_navigation_bar.html.erb +2 -2
- data/app/views/decidim/shared/_filters.html.erb +42 -0
- data/app/views/decidim/shared/_floating_help.html.erb +13 -27
- data/app/views/decidim/shared/_follow_button.html.erb +2 -1
- data/app/views/decidim/shared/_login_modal.html.erb +46 -50
- data/app/views/decidim/shared/_orders.html.erb +12 -26
- data/app/views/decidim/shared/_results_per_page.html.erb +24 -26
- data/app/views/decidim/shared/_share_modal.html.erb +21 -44
- data/app/views/decidim/shared/_static_map.html.erb +4 -17
- data/app/views/decidim/shared/_tags.html.erb +1 -1
- data/app/views/decidim/shared/filters/_check_boxes_tree.html.erb +12 -0
- data/app/views/decidim/shared/filters/_collection.html.erb +18 -0
- data/app/views/decidim/shared/filters/_dropdown_label.html.erb +46 -0
- data/app/views/decidim/user_activities/index.html.erb +15 -7
- data/app/views/decidim/user_activities/index.js.erb +1 -3
- data/app/views/decidim/user_conversations/index.html.erb +3 -3
- data/app/views/decidim/user_conversations/show.html.erb +3 -3
- data/app/views/decidim/user_interests/_scopes.html.erb +21 -16
- data/app/views/decidim/user_interests/show.html.erb +20 -13
- data/app/views/decidim/user_update_mailer/notify.html.erb +9 -0
- data/app/views/kaminari/decidim/_gap.html.erb +1 -1
- data/app/views/kaminari/decidim/_next_page.html.erb +8 -7
- data/app/views/kaminari/decidim/_page.html.erb +2 -2
- data/app/views/kaminari/decidim/_paginator.html.erb +3 -3
- data/app/views/kaminari/decidim/_prev_page.html.erb +8 -7
- data/app/views/layouts/decidim/_admin_links.html.erb +11 -2
- data/app/views/layouts/decidim/_application.html.erb +6 -1
- data/app/views/layouts/decidim/_cors.html.erb +8 -4
- data/app/views/layouts/decidim/_data_consent_warning.html.erb +2 -2
- data/app/views/layouts/decidim/_decidim_javascript.html.erb +6 -3
- data/app/views/layouts/decidim/_head.html.erb +7 -3
- data/app/views/layouts/decidim/_impersonation_warning.html.erb +7 -5
- data/app/views/layouts/decidim/_js_configuration.html.erb +7 -8
- data/app/views/layouts/decidim/_meta_tags_config.html.erb +6 -6
- data/app/views/layouts/decidim/_offline_banner.html.erb +3 -3
- data/app/views/layouts/decidim/_omnipresent_banner.html.erb +10 -12
- data/app/views/layouts/decidim/_organization_colors.html.erb +2 -3
- data/app/views/layouts/decidim/_timeout_modal.html.erb +26 -18
- data/app/views/layouts/decidim/_user_menu.html.erb +1 -1
- data/app/views/layouts/decidim/_wrapper.html.erb +19 -102
- data/app/views/layouts/decidim/footer/_main.html.erb +20 -0
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +9 -0
- data/app/views/layouts/decidim/footer/_main_language_chooser.html.erb +26 -0
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +9 -0
- data/app/views/layouts/decidim/footer/_main_links.html.erb +27 -0
- data/app/views/layouts/decidim/footer/_main_social_media_links.html.erb +42 -0
- data/app/views/layouts/decidim/footer/_mini.html.erb +18 -0
- data/app/views/layouts/decidim/header/_follow_space_menu_bar_button.html.erb +7 -0
- data/app/views/layouts/decidim/header/_main.html.erb +35 -0
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +54 -0
- data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +45 -0
- data/app/views/layouts/decidim/header/_main_links_mobile.html.erb +36 -0
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +32 -0
- data/app/views/layouts/decidim/header/_main_links_mobile_search.html.erb +34 -0
- data/app/views/layouts/decidim/header/_main_search.html.erb +15 -0
- data/app/views/layouts/decidim/header/_menu.html.erb +20 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_desktop.html.erb +14 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +30 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown.html.erb +16 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_top_left.html.erb +2 -0
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +33 -0
- data/app/views/layouts/decidim/mailer.html.erb +16 -12
- data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
- data/app/views/layouts/decidim/shared/_layout_center.html.erb +15 -0
- data/app/views/layouts/decidim/shared/_layout_item.html.erb +35 -0
- data/app/views/layouts/decidim/shared/_layout_two_col.html.erb +12 -0
- data/app/views/layouts/decidim/shared/_layout_user_profile.html.erb +27 -0
- data/app/views/layouts/decidim/shared/_linked_resource.html.erb +6 -0
- data/app/views/layouts/decidim/user_profile.html.erb +1 -32
- data/config/assets.rb +1 -0
- data/config/brakeman.ignore +4 -116
- data/config/initializers/devise.rb +10 -10
- data/config/locales/ar.yml +98 -333
- data/config/locales/bg.yml +2 -748
- data/config/locales/ca.yml +434 -288
- data/config/locales/cs.yml +417 -273
- data/config/locales/de.yml +431 -283
- data/config/locales/el.yml +108 -267
- data/config/locales/en.yml +440 -294
- data/config/locales/eo.yml +0 -18
- data/config/locales/es-MX.yml +416 -271
- data/config/locales/es-PY.yml +419 -274
- data/config/locales/es.yml +426 -280
- data/config/locales/eu.yml +425 -295
- data/config/locales/fi-plain.yml +388 -244
- data/config/locales/fi.yml +411 -267
- data/config/locales/fr-CA.yml +410 -259
- data/config/locales/fr.yml +414 -263
- data/config/locales/ga-IE.yml +1 -63
- data/config/locales/gl.yml +1 -241
- data/config/locales/hu.yml +137 -322
- data/config/locales/id-ID.yml +0 -222
- data/config/locales/is-IS.yml +0 -78
- data/config/locales/it.yml +5 -317
- data/config/locales/ja.yml +403 -270
- data/config/locales/kaa.yml +4 -5
- data/config/locales/lb.yml +5 -308
- data/config/locales/lt.yml +359 -263
- data/config/locales/lv.yml +2 -274
- data/config/locales/nl.yml +6 -312
- data/config/locales/no.yml +6 -322
- data/config/locales/pl.yml +1 -486
- data/config/locales/pt-BR.yml +45 -560
- data/config/locales/pt.yml +5 -308
- data/config/locales/ro-RO.yml +46 -307
- data/config/locales/ru.yml +0 -154
- data/config/locales/sk.yml +2 -245
- data/config/locales/sl.yml +1 -10
- data/config/locales/sr-CS.yml +0 -20
- data/config/locales/sv.yml +220 -400
- data/config/locales/tr-TR.yml +39 -301
- data/config/locales/uk.yml +0 -128
- data/config/locales/zh-CN.yml +5 -280
- data/config/locales/zh-TW.yml +165 -214
- data/config/routes.rb +6 -5
- data/db/migrate/20180508111640_add_tos_version_to_organization.rb +2 -2
- data/db/migrate/20180730071851_add_core_content_blocks.rb +1 -1
- data/db/migrate/20180810092428_move_organization_fields_to_hero_content_block.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20181022090732_add_columns_to_pages.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- data/db/migrate/20201128130723_add_allow_public_access_to_static_pages.rb +1 -1
- data/db/migrate/20220629194812_create_decidim_authorization_transfers.rb +20 -0
- data/db/migrate/20230322101707_rename_terms_of_use.rb +23 -0
- data/db/migrate/20230409123300_add_content_policy_to_decidim_organizations.rb +7 -0
- data/db/migrate/20230427105700_change_states_on_amendments.rb +34 -0
- data/db/migrate/20230427105701_change_states_on_reminder_records.rb +33 -0
- data/db/migrate/20231123111229_remove_official_img_header.rb +11 -0
- data/db/seeds/Exampledocument.pdf +0 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/db/seeds/logo.png +0 -0
- data/db/seeds.rb +2 -223
- data/lib/decidim/acts_as_tree.rb +2 -15
- data/lib/decidim/amendable.rb +2 -2
- data/lib/decidim/api/functions/component_finder_base.rb +1 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/component_list_base.rb +1 -1
- data/lib/decidim/api/functions/needs_api_default_order.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_list_base.rb +10 -1
- data/lib/decidim/api/input_filters/category_input_filter.rb +1 -1
- data/lib/decidim/api/interfaces/categories_container_interface.rb +1 -1
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +7 -1
- data/lib/decidim/api/types/attachment_type.rb +3 -1
- data/lib/decidim/api/types/participatory_space_manifest_type.rb +19 -0
- data/lib/decidim/api/types/quantifiable_translated_field_type.rb +12 -0
- data/lib/decidim/api/types/translated_field_type.rb +1 -1
- data/lib/decidim/asset_router/pipeline.rb +1 -1
- data/lib/decidim/asset_router/storage.rb +20 -5
- data/lib/decidim/assets/tailwind/instance.rb +57 -0
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +80 -0
- data/lib/decidim/assets/tailwind.rb +16 -0
- data/lib/decidim/assets.rb +7 -0
- data/lib/decidim/attribute_encryptor.rb +4 -6
- data/lib/decidim/attribute_object/nested_validator.rb +1 -1
- data/lib/decidim/attribute_object/type_resolver.rb +4 -4
- data/lib/decidim/authorable.rb +2 -2
- data/lib/decidim/block_registry.rb +46 -0
- data/lib/decidim/carrier_wave_migrator_service.rb +28 -36
- data/lib/decidim/coauthorable.rb +4 -4
- data/lib/decidim/command.rb +23 -4
- data/lib/decidim/component_manifest.rb +7 -4
- data/lib/decidim/components/namer.rb +1 -1
- data/lib/decidim/content_block_manifest.rb +2 -1
- data/lib/decidim/content_block_registry.rb +5 -4
- data/lib/decidim/content_blocks/has_related_components.rb +51 -0
- data/lib/decidim/content_blocks.rb +7 -0
- data/lib/decidim/content_parsers/base_parser.rb +2 -0
- data/lib/decidim/content_parsers/hashtag_parser.rb +17 -17
- data/lib/decidim/content_parsers/inline_images_parser.rb +3 -3
- data/lib/decidim/content_parsers/resource_parser.rb +2 -2
- data/lib/decidim/content_parsers/tag_parser.rb +63 -0
- data/lib/decidim/content_parsers/user_group_parser.rb +4 -29
- data/lib/decidim/content_parsers/user_parser.rb +29 -20
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_processor.rb +26 -1
- data/lib/decidim/content_renderers/base_renderer.rb +2 -0
- data/lib/decidim/content_renderers/hashtag_renderer.rb +6 -3
- data/lib/decidim/content_renderers/link_renderer.rb +15 -5
- data/lib/decidim/content_renderers/user_group_renderer.rb +8 -9
- data/lib/decidim/content_renderers/user_renderer.rb +33 -5
- data/lib/decidim/content_security_policy.rb +132 -0
- data/lib/decidim/core/api.rb +2 -0
- data/lib/decidim/core/content_blocks/registry_manager.rb +188 -0
- data/lib/decidim/core/engine.rb +324 -206
- data/lib/decidim/core/menu.rb +68 -0
- data/lib/decidim/core/seeds.rb +247 -0
- data/lib/decidim/core/test/factories.rb +144 -326
- data/lib/decidim/core/test/shared_examples/active_support_examples.rb +14 -0
- data/lib/decidim/core/test/shared_examples/admin_log_presenter_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +26 -6
- data/lib/decidim/core/test/shared_examples/amendable/amendment_event_examples.rb +20 -0
- data/lib/decidim/core/test/shared_examples/amendable/amendment_form_examples.rb +4 -4
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +26 -8
- data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +6 -25
- data/lib/decidim/core/test/shared_examples/amendable/create_amendment_draft_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/announcements_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/assembly_announcements_examples.rb +8 -4
- data/lib/decidim/core/test/shared_examples/authorable.rb +2 -2
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/authorization_shared_context.rb +34 -0
- data/lib/decidim/core/test/shared_examples/categorizable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/coauthorable.rb +2 -2
- data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +224 -183
- data/lib/decidim/core/test/shared_examples/comments_reports_examples.rb +11 -21
- data/lib/decidim/core/test/shared_examples/controller_render_views.rb +2 -2
- data/lib/decidim/core/test/shared_examples/conversations_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/counts_commentators_as_newsletter_participants.rb +1 -1
- data/lib/decidim/core/test/shared_examples/digest_mail_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/edit_link_shared_examples.rb +8 -8
- data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +13 -2
- data/lib/decidim/core/test/shared_examples/endorsable.rb +5 -5
- data/lib/decidim/core/test/shared_examples/endorsements_controller_shared_context.rb +1 -1
- data/lib/decidim/core/test/shared_examples/errors.rb +1 -1
- data/lib/decidim/core/test/shared_examples/fingerprint_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/follows_examples.rb +10 -7
- data/lib/decidim/core/test/shared_examples/form_builder_examples.rb +15 -0
- data/lib/decidim/core/test/shared_examples/has_attachment_collections.rb +17 -25
- data/lib/decidim/core/test/shared_examples/has_attachments.rb +62 -15
- data/lib/decidim/core/test/shared_examples/has_category.rb +0 -27
- data/lib/decidim/core/test/shared_examples/has_contextual_help.rb +11 -5
- data/lib/decidim/core/test/shared_examples/has_private_users.rb +1 -1
- data/lib/decidim/core/test/shared_examples/has_reference.rb +1 -1
- data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/hideable_resource_examples.rb +43 -0
- data/lib/decidim/core/test/shared_examples/localised_email.rb +2 -2
- data/lib/decidim/core/test/shared_examples/map_examples.rb +21 -15
- data/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +7 -7
- data/lib/decidim/core/test/shared_examples/participatory_space_dropdown_metadata_cell_examples.rb +99 -0
- data/lib/decidim/core/test/shared_examples/permissions.rb +8 -8
- data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +12 -6
- data/lib/decidim/core/test/shared_examples/reportable.rb +4 -4
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +114 -31
- data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +3 -6
- data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +17 -17
- data/lib/decidim/core/test/shared_examples/scopable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/scopable_resource_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +6 -6
- data/lib/decidim/core/test/shared_examples/searchable_participatory_space_examples.rb +9 -9
- data/lib/decidim/core/test/shared_examples/searchable_resources_shared_context.rb +2 -2
- data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +22 -21
- data/lib/decidim/core/test/shared_examples/share_link_examples.rb +8 -15
- data/lib/decidim/core/test/shared_examples/simple_event.rb +8 -27
- data/lib/decidim/core/test/shared_examples/static_pages_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/statistics_cell_examples.rb +13 -0
- data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +24 -36
- data/lib/decidim/core/test/shared_examples/translated_event_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +1 -1
- data/lib/decidim/core/test.rb +5 -5
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +112 -29
- data/lib/decidim/dependency_resolver.rb +4 -4
- data/lib/decidim/download_your_data_serializers/download_your_data_conversation_serializer.rb +1 -1
- data/lib/decidim/endorsable.rb +1 -1
- data/lib/decidim/engine_router.rb +4 -17
- data/lib/decidim/event_recorder.rb +1 -1
- data/lib/decidim/events/base_event.rb +2 -9
- data/lib/decidim/events/email_event.rb +4 -4
- data/lib/decidim/events/machine_translated_event.rb +1 -1
- data/lib/decidim/events/notification_event.rb +2 -2
- data/lib/decidim/events/simple_event.rb +25 -11
- data/lib/decidim/exporters/csv.rb +1 -1
- data/lib/decidim/exporters/pdf.rb +5 -5
- data/lib/decidim/faker/localized.rb +1 -1
- data/lib/decidim/filter_form_builder.rb +43 -76
- data/lib/decidim/fingerprintable.rb +1 -1
- data/lib/decidim/form_builder.rb +128 -96
- data/lib/decidim/gamification/badge.rb +4 -4
- data/lib/decidim/gamification/badge_earned_event.rb +1 -1
- data/lib/decidim/gamification/badge_registry.rb +3 -3
- data/lib/decidim/gamification/badge_scorer.rb +6 -6
- data/lib/decidim/gamification.rb +3 -3
- data/lib/decidim/geocodable.rb +3 -3
- data/lib/decidim/has_category.rb +1 -1
- data/lib/decidim/has_reference.rb +1 -1
- data/lib/decidim/icon_registry.rb +54 -0
- data/lib/decidim/importers/import_manifest.rb +3 -3
- data/lib/decidim/map/autocomplete.rb +1 -10
- data/lib/decidim/map/dynamic_map.rb +6 -9
- data/lib/decidim/map/frontend.rb +2 -12
- data/lib/decidim/map/provider/autocomplete/here.rb +3 -3
- data/lib/decidim/map/provider/autocomplete/osm.rb +3 -3
- data/lib/decidim/map/provider/dynamic_map/here.rb +5 -4
- data/lib/decidim/map/provider/static_map/here.rb +3 -3
- data/lib/decidim/map/provider/static_map/osm.rb +3 -3
- data/lib/decidim/map/static_map.rb +19 -16
- data/lib/decidim/menu.rb +2 -0
- data/lib/decidim/menu_registry.rb +2 -2
- data/lib/decidim/metric_manifest.rb +1 -1
- data/lib/decidim/metric_operation.rb +3 -3
- data/lib/decidim/metric_registry.rb +3 -3
- data/lib/decidim/middleware/current_organization.rb +1 -1
- data/lib/decidim/middleware/static_dispatcher.rb +31 -0
- data/lib/decidim/moderation_tools.rb +91 -0
- data/lib/decidim/nicknamizable.rb +2 -2
- data/lib/decidim/organization_settings.rb +7 -16
- data/lib/decidim/paddable.rb +1 -1
- data/lib/decidim/participable.rb +1 -18
- data/lib/decidim/participatory_space_manifest.rb +15 -7
- data/lib/decidim/participatory_space_resourceable.rb +2 -2
- data/lib/decidim/participatory_space_user.rb +50 -0
- data/lib/decidim/processes_file_locally.rb +1 -1
- data/lib/decidim/publicable.rb +1 -3
- data/lib/decidim/query.rb +2 -2
- data/lib/decidim/query_extensions.rb +7 -7
- data/lib/decidim/reminder_manifest.rb +3 -3
- data/lib/decidim/reminder_registry.rb +2 -2
- data/lib/decidim/reportable.rb +15 -1
- data/lib/decidim/resource_manifest.rb +6 -3
- data/lib/decidim/resourceable.rb +5 -5
- data/lib/decidim/scopable.rb +1 -1
- data/lib/decidim/searchable.rb +18 -5
- data/lib/decidim/seeds.rb +95 -0
- data/lib/decidim/settings_manifest.rb +9 -2
- data/lib/decidim/social_share_service_manifest.rb +77 -0
- data/lib/decidim/stats_registry.rb +2 -2
- data/lib/decidim/translatable_attributes.rb +2 -2
- data/lib/decidim/translatable_resource.rb +3 -3
- data/lib/decidim/upgrade/wysiwyg_migrator.rb +429 -0
- data/lib/decidim/upgrade.rb +7 -0
- data/lib/decidim/user_reportable.rb +1 -1
- data/lib/decidim/view_hooks.rb +2 -2
- data/lib/decidim/view_model.rb +28 -4
- data/lib/decidim/webpacker/configuration.rb +4 -3
- data/lib/decidim/webpacker/postcss.config.js +4 -2
- data/lib/decidim/webpacker/runner.rb +6 -1
- data/lib/decidim/webpacker/{webpacker.yml → shakapacker.yml} +26 -2
- data/lib/decidim/webpacker/webpack/custom.js +25 -9
- data/lib/decidim/webpacker/webpack/webpack.config.js +10 -0
- data/lib/decidim/webpacker.rb +1 -1
- data/lib/devise/models/decidim_validatable.rb +4 -5
- data/lib/gem_overrides/{webpacker → shakapacker}/runner.rb +2 -2
- data/lib/premailer/adapter/decidim.rb +4 -5
- data/lib/tasks/decidim_active_storage_migration_tasks.rake +18 -13
- data/lib/tasks/decidim_content_blocks_tasks.rake +48 -0
- data/lib/tasks/decidim_mailers_tasks.rake +1 -1
- data/lib/tasks/decidim_procfile.rake +36 -0
- data/lib/tasks/decidim_pwa_tasks.rake +2 -2
- data/lib/tasks/decidim_reminders_tasks.rake +0 -1
- data/lib/tasks/decidim_robots.rake +15 -0
- data/lib/tasks/decidim_tasks.rake +9 -1
- data/lib/tasks/decidim_webpacker_tasks.rake +49 -11
- data/lib/tasks/upgrade/decidim_migrate_wysiwyg_content.rake +89 -0
- metadata +520 -357
- data/app/cells/decidim/address/details.erb +0 -7
- data/app/cells/decidim/amendable/amenders_list_cell.rb +0 -33
- data/app/cells/decidim/author/profile.erb +0 -9
- data/app/cells/decidim/author/profile_inline.erb +0 -39
- data/app/cells/decidim/card_m/badge.erb +0 -1
- data/app/cells/decidim/card_m/comments_counter.erb +0 -3
- data/app/cells/decidim/card_m/header.erb +0 -17
- data/app/cells/decidim/card_m/image.erb +0 -5
- data/app/cells/decidim/card_m/label.erb +0 -3
- data/app/cells/decidim/card_m/show.erb +0 -23
- data/app/cells/decidim/card_m/status.erb +0 -9
- data/app/cells/decidim/card_m/tags.erb +0 -0
- data/app/cells/decidim/card_m/top.erb +0 -7
- data/app/cells/decidim/card_m_cell.rb +0 -156
- data/app/cells/decidim/collapsible_list/show.erb +0 -28
- data/app/cells/decidim/collapsible_list_cell.rb +0 -69
- data/app/cells/decidim/content_blocks/highlighted_elements/elements.erb +0 -0
- data/app/cells/decidim/content_blocks/highlighted_elements/heading.erb +0 -0
- data/app/cells/decidim/content_blocks/highlighted_elements/show.erb +0 -4
- data/app/cells/decidim/content_blocks/metrics/show.erb +0 -13
- data/app/cells/decidim/content_blocks/metrics_cell.rb +0 -11
- data/app/cells/decidim/fingerprint/show.erb +0 -22
- data/app/cells/decidim/fingerprint_cell.rb +0 -19
- data/app/cells/decidim/notification/moderated.erb +0 -24
- data/app/cells/decidim/profile/user_group_tabs.erb +0 -10
- data/app/cells/decidim/profile/user_tabs.erb +0 -16
- data/app/cells/decidim/statistic/homepage.erb +0 -9
- data/app/cells/decidim/tags/category.erb +0 -1
- data/app/cells/decidim/tags/scope.erb +0 -1
- data/app/cells/decidim/user_conversations/add_conversation_users.erb +0 -26
- data/app/cells/decidim/user_conversations/conversation_item.erb +0 -38
- data/app/cells/decidim/user_group_admin_membership_profile/footer.erb +0 -29
- data/app/cells/decidim/user_group_admin_membership_profile_cell.rb +0 -14
- data/app/cells/decidim/user_group_membership_profile/tags.erb +0 -1
- data/app/cells/decidim/user_group_membership_profile_cell.rb +0 -8
- data/app/cells/decidim/user_profile/footer.erb +0 -5
- data/app/cells/decidim/user_profile/header.erb +0 -5
- data/app/cells/decidim/user_profile/unlinked_user_data.erb +0 -16
- data/app/cells/decidim/user_profile/user_data.erb +0 -16
- data/app/cells/decidim/version_author/show.erb +0 -18
- data/app/controllers/concerns/decidim/devise_authentication_methods.rb +0 -36
- data/app/controllers/concerns/decidim/http_caching_disabler.rb +0 -21
- data/app/controllers/decidim/group_admins_controller.rb +0 -44
- data/app/controllers/decidim/user_timeline_controller.rb +0 -56
- data/app/controllers/decidim/widgets_controller.rb +0 -40
- data/app/helpers/decidim/widget_urls_helper.rb +0 -13
- data/app/jobs/decidim/block_user_job.rb +0 -11
- data/app/models/decidim/push_notification_message.rb +0 -39
- data/app/packs/entrypoints/decidim_email.scss +0 -1
- data/app/packs/fonts/decidim/Roboto-Regular.eot +0 -0
- data/app/packs/fonts/decidim/Roboto-Regular.svg +0 -1
- data/app/packs/fonts/decidim/Roboto-Regular.ttf +0 -0
- data/app/packs/fonts/decidim/Roboto-Regular.woff +0 -0
- data/app/packs/fonts/decidim/Roboto-Regular.woff2 +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_400.eot +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_400.svg +0 -1
- data/app/packs/fonts/decidim/Source_Sans_Pro_400.ttf +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff2 +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_600.eot +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_600.svg +0 -1
- data/app/packs/fonts/decidim/Source_Sans_Pro_600.ttf +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff2 +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_900.eot +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_900.svg +0 -1
- data/app/packs/fonts/decidim/Source_Sans_Pro_900.ttf +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff +0 -0
- data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff2 +0 -0
- data/app/packs/images/decidim/.keep +0 -0
- data/app/packs/images/decidim/vendor/social-share-button/delicious.svg +0 -13
- data/app/packs/images/decidim/vendor/social-share-button/google_plus.svg +0 -10
- data/app/packs/images/decidim/vendor/social-share-button/qq.svg +0 -8
- data/app/packs/images/decidim/vendor/social-share-button/weibo.svg +0 -10
- data/app/packs/src/decidim/ajax_modals.js +0 -20
- data/app/packs/src/decidim/conferences.js +0 -15
- data/app/packs/src/decidim/conversations.js +0 -17
- data/app/packs/src/decidim/data_picker.js +0 -273
- data/app/packs/src/decidim/dialog_mode.js +0 -55
- data/app/packs/src/decidim/dialog_mode.test.js +0 -181
- data/app/packs/src/decidim/diff_mode_dropdown.js +0 -49
- data/app/packs/src/decidim/dropdowns_menus.js +0 -30
- data/app/packs/src/decidim/editor/attribute_diff.js +0 -28
- data/app/packs/src/decidim/editor/clipboard_override.js +0 -147
- data/app/packs/src/decidim/editor/clipboard_utilities.js +0 -119
- data/app/packs/src/decidim/editor/history_override.js +0 -110
- data/app/packs/src/decidim/editor/linebreak_module.js +0 -175
- data/app/packs/src/decidim/editor/modified_backspace_offset1.js +0 -96
- data/app/packs/src/decidim/editor/modified_backspace_offset_any.js +0 -46
- data/app/packs/src/decidim/editor/modified_enter.js +0 -116
- data/app/packs/src/decidim/editor.js +0 -151
- data/app/packs/src/decidim/floating_help.js +0 -47
- data/app/packs/src/decidim/form_datepicker.js +0 -21
- data/app/packs/src/decidim/form_filter.component.test.js +0 -299
- data/app/packs/src/decidim/foundation-datepicker/js/locales/foundation-datepicker.lb.js +0 -13
- data/app/packs/src/decidim/foundation_datepicker_locales.js +0 -67
- data/app/packs/src/decidim/map/icon.js +0 -31
- data/app/packs/src/decidim/map/svg-icon.js +0 -248
- data/app/packs/src/decidim/represent_user_group.js +0 -18
- data/app/packs/src/decidim/start_conversation_dialog.js +0 -13
- data/app/packs/src/decidim/tooltip_keep_on_hover.js +0 -18
- data/app/packs/src/decidim/vendor/foundation-datepicker.js +0 -1431
- data/app/packs/src/decidim/vendor/image-resize.min.js +0 -3
- data/app/packs/src/decidim/vendor/image-upload.min.js +0 -8
- data/app/packs/src/decidim/vendor/social-share-button.js +0 -174
- data/app/packs/src/decidim/vizzs/linechart.js +0 -268
- data/app/packs/src/decidim/vizzs/rowchart.js +0 -328
- data/app/packs/stylesheets/decidim/_decidim-settings.scss +0 -7
- data/app/packs/stylesheets/decidim/_decidim.scss +0 -19
- data/app/packs/stylesheets/decidim/_editor.scss +0 -142
- data/app/packs/stylesheets/decidim/_properties.scss +0 -25
- data/app/packs/stylesheets/decidim/extras/_add_comments.scss +0 -9
- data/app/packs/stylesheets/decidim/extras/_announcement.scss +0 -3
- data/app/packs/stylesheets/decidim/extras/_collection-sort-controls.scss +0 -5
- data/app/packs/stylesheets/decidim/extras/_embed.scss +0 -33
- data/app/packs/stylesheets/decidim/extras/_external-links.scss +0 -44
- data/app/packs/stylesheets/decidim/extras/_extras.scss +0 -15
- data/app/packs/stylesheets/decidim/extras/_impersonation-bar.scss +0 -26
- data/app/packs/stylesheets/decidim/extras/_label-required.scss +0 -12
- data/app/packs/stylesheets/decidim/extras/_leaflet.scss +0 -17
- data/app/packs/stylesheets/decidim/extras/_meeting-registrations.scss +0 -25
- data/app/packs/stylesheets/decidim/extras/_proposal_form.scss +0 -9
- data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -13
- data/app/packs/stylesheets/decidim/extras/_reference.scss +0 -3
- data/app/packs/stylesheets/decidim/extras/_results-per-page.scss +0 -74
- data/app/packs/stylesheets/decidim/extras/_social_share.scss +0 -39
- data/app/packs/stylesheets/decidim/extras/_status-labels.scss +0 -3
- data/app/packs/stylesheets/decidim/layouts/_highlighted_banner.scss +0 -34
- data/app/packs/stylesheets/decidim/layouts/_home.scss +0 -371
- data/app/packs/stylesheets/decidim/layouts/_layouts.scss +0 -5
- data/app/packs/stylesheets/decidim/layouts/_logo.scss +0 -26
- data/app/packs/stylesheets/decidim/layouts/_user.scss +0 -64
- data/app/packs/stylesheets/decidim/layouts/_view.scss +0 -21
- data/app/packs/stylesheets/decidim/modules/_address.scss +0 -31
- data/app/packs/stylesheets/decidim/modules/_author-avatar.scss +0 -171
- data/app/packs/stylesheets/decidim/modules/_autocomplete.scss +0 -99
- data/app/packs/stylesheets/decidim/modules/_badges.scss +0 -116
- data/app/packs/stylesheets/decidim/modules/_block-banner.scss +0 -39
- data/app/packs/stylesheets/decidim/modules/_buttons.scss +0 -531
- data/app/packs/stylesheets/decidim/modules/_callout.scss +0 -33
- data/app/packs/stylesheets/decidim/modules/_card-grid.scss +0 -25
- data/app/packs/stylesheets/decidim/modules/_cards.scss +0 -1124
- data/app/packs/stylesheets/decidim/modules/_collapsible-list.scss +0 -60
- data/app/packs/stylesheets/decidim/modules/_comments.scss +0 -307
- data/app/packs/stylesheets/decidim/modules/_conference-diploma.scss +0 -75
- data/app/packs/stylesheets/decidim/modules/_conference-media.scss +0 -46
- data/app/packs/stylesheets/decidim/modules/_conference-nav.scss +0 -31
- data/app/packs/stylesheets/decidim/modules/_conference-programme.scss +0 -109
- data/app/packs/stylesheets/decidim/modules/_conference-registration.scss +0 -34
- data/app/packs/stylesheets/decidim/modules/_conference-speaker.scss +0 -87
- data/app/packs/stylesheets/decidim/modules/_confirm.scss +0 -5
- data/app/packs/stylesheets/decidim/modules/_conversation.scss +0 -113
- data/app/packs/stylesheets/decidim/modules/_data-consent.scss +0 -115
- data/app/packs/stylesheets/decidim/modules/_data-picker.scss +0 -190
- data/app/packs/stylesheets/decidim/modules/_datepicker.scss +0 -224
- data/app/packs/stylesheets/decidim/modules/_definition-data.scss +0 -95
- data/app/packs/stylesheets/decidim/modules/_docs-manager.scss +0 -15
- data/app/packs/stylesheets/decidim/modules/_extra.scss +0 -50
- data/app/packs/stylesheets/decidim/modules/_filter-tags.scss +0 -27
- data/app/packs/stylesheets/decidim/modules/_filters.scss +0 -193
- data/app/packs/stylesheets/decidim/modules/_fingerprint.scss +0 -8
- data/app/packs/stylesheets/decidim/modules/_flag.scss +0 -10
- data/app/packs/stylesheets/decidim/modules/_floating-helper.scss +0 -118
- data/app/packs/stylesheets/decidim/modules/_footer.scss +0 -115
- data/app/packs/stylesheets/decidim/modules/_forms.scss +0 -157
- data/app/packs/stylesheets/decidim/modules/_help.scss +0 -58
- data/app/packs/stylesheets/decidim/modules/_horizontal-tabs.scss +0 -114
- data/app/packs/stylesheets/decidim/modules/_hover-section.scss +0 -29
- data/app/packs/stylesheets/decidim/modules/_icons.scss +0 -56
- data/app/packs/stylesheets/decidim/modules/_inline-filters.scss +0 -66
- data/app/packs/stylesheets/decidim/modules/_input-gallery.scss +0 -35
- data/app/packs/stylesheets/decidim/modules/_input-mentions.scss +0 -142
- data/app/packs/stylesheets/decidim/modules/_input-multiple-mentions.scss +0 -32
- data/app/packs/stylesheets/decidim/modules/_input-tags.scss +0 -55
- data/app/packs/stylesheets/decidim/modules/_layout.scss +0 -82
- data/app/packs/stylesheets/decidim/modules/_list-docs.scss +0 -33
- data/app/packs/stylesheets/decidim/modules/_list-request.scss +0 -16
- data/app/packs/stylesheets/decidim/modules/_loading-spinner.scss +0 -46
- data/app/packs/stylesheets/decidim/modules/_main-container.scss +0 -72
- data/app/packs/stylesheets/decidim/modules/_map.scss +0 -130
- data/app/packs/stylesheets/decidim/modules/_margins.scss +0 -60
- data/app/packs/stylesheets/decidim/modules/_messages.scss +0 -36
- data/app/packs/stylesheets/decidim/modules/_modules.scss +0 -94
- data/app/packs/stylesheets/decidim/modules/_navbar.scss +0 -592
- data/app/packs/stylesheets/decidim/modules/_notification.scss +0 -5
- data/app/packs/stylesheets/decidim/modules/_omnipresent_banner.scss +0 -26
- data/app/packs/stylesheets/decidim/modules/_opinion-toggle.scss +0 -55
- data/app/packs/stylesheets/decidim/modules/_order-by.scss +0 -82
- data/app/packs/stylesheets/decidim/modules/_pagination.scss +0 -6
- data/app/packs/stylesheets/decidim/modules/_process-header.scss +0 -95
- data/app/packs/stylesheets/decidim/modules/_process-info.scss +0 -52
- data/app/packs/stylesheets/decidim/modules/_process-nav.scss +0 -182
- data/app/packs/stylesheets/decidim/modules/_process-phase.scss +0 -173
- data/app/packs/stylesheets/decidim/modules/_progress-bar.scss +0 -73
- data/app/packs/stylesheets/decidim/modules/_reference.scss +0 -5
- data/app/packs/stylesheets/decidim/modules/_reveal.scss +0 -111
- data/app/packs/stylesheets/decidim/modules/_share.scss +0 -34
- data/app/packs/stylesheets/decidim/modules/_signup.scss +0 -119
- data/app/packs/stylesheets/decidim/modules/_space-stats.scss +0 -53
- data/app/packs/stylesheets/decidim/modules/_static-pages.scss +0 -51
- data/app/packs/stylesheets/decidim/modules/_statistics.scss +0 -53
- data/app/packs/stylesheets/decidim/modules/_status-labels.scss +0 -33
- data/app/packs/stylesheets/decidim/modules/_sticky.scss +0 -5
- data/app/packs/stylesheets/decidim/modules/_tags.scss +0 -41
- data/app/packs/stylesheets/decidim/modules/_timeline.scss +0 -181
- data/app/packs/stylesheets/decidim/modules/_title-action.scss +0 -29
- data/app/packs/stylesheets/decidim/modules/_toggle.scss +0 -9
- data/app/packs/stylesheets/decidim/modules/_typography.scss +0 -309
- data/app/packs/stylesheets/decidim/modules/_upload_modal.scss +0 -139
- data/app/packs/stylesheets/decidim/modules/_user-form.scss +0 -15
- data/app/packs/stylesheets/decidim/modules/_versions.scss +0 -74
- data/app/packs/stylesheets/decidim/modules/_video.scss +0 -18
- data/app/packs/stylesheets/decidim/modules/_wizard-steps.scss +0 -45
- data/app/packs/stylesheets/decidim/plugins/MarkerCluster.Default.scss +0 -67
- data/app/packs/stylesheets/decidim/plugins/MarkerCluster.scss +0 -15
- data/app/packs/stylesheets/decidim/utils/_fontface.scss +0 -32
- data/app/packs/stylesheets/decidim/utils/_helpers.scss +0 -159
- data/app/packs/stylesheets/decidim/utils/_keyframes.scss +0 -21
- data/app/packs/stylesheets/decidim/utils/_mixins.scss +0 -252
- data/app/packs/stylesheets/decidim/utils/_settings.scss +0 -890
- data/app/packs/stylesheets/decidim/utils/_toggle-expand.scss +0 -23
- data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +0 -139
- data/app/packs/stylesheets/decidim/vizzs/_areachart.scss +0 -66
- data/app/packs/stylesheets/decidim/vizzs/_chart-tooltip.scss +0 -42
- data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +0 -114
- data/app/packs/stylesheets/decidim/vizzs/_orgchart.scss +0 -54
- data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +0 -76
- data/app/packs/stylesheets/decidim/vizzs/_vizzs.scss +0 -5
- data/app/packs/stylesheets/decidim/vizzs.scss +0 -8
- data/app/packs/stylesheets/foundation-overrides/components/_button-group.scss +0 -321
- data/app/services/decidim/push_notification_message_sender.rb +0 -36
- data/app/uploaders/decidim/official_image_header_uploader.rb +0 -10
- data/app/views/decidim/amendments/_similar_emendation.html.erb +0 -24
- data/app/views/decidim/application/_attachments.erb +0 -12
- data/app/views/decidim/application/_document.erb +0 -19
- data/app/views/decidim/application/_documents.erb +0 -15
- data/app/views/decidim/application/_photos.erb +0 -16
- data/app/views/decidim/authorization_modals/_content.html.erb +0 -45
- data/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +0 -23
- data/app/views/decidim/group_admins/index.html.erb +0 -20
- data/app/views/decidim/group_members/index.html.erb +0 -21
- data/app/views/decidim/links/_invalid_url_modal.html.erb +0 -17
- data/app/views/decidim/links/_warning.html.erb +0 -4
- data/app/views/decidim/links/invalid_url.js.erb +0 -24
- data/app/views/decidim/profiles/_followers.html.erb +0 -5
- data/app/views/decidim/profiles/_following.html.erb +0 -5
- data/app/views/decidim/profiles/_notifications.html.erb +0 -0
- data/app/views/decidim/profiles/_user_follow.erb +0 -32
- data/app/views/decidim/searches/_filters_small_view.html.erb +0 -18
- data/app/views/decidim/shared/_address_details.html.erb +0 -7
- data/app/views/decidim/shared/_check_boxes_tree.html.erb +0 -56
- data/app/views/decidim/shared/_embed_modal.html.erb +0 -22
- data/app/views/decidim/shared/_filter_form_help.erb +0 -8
- data/app/views/decidim/shared/_private_participatory_space.html.erb +0 -5
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +0 -16
- data/app/views/decidim/shared/participatory_space_filters/_filters_small_view.html.erb +0 -19
- data/app/views/decidim/shared/participatory_space_filters/_show.html.erb +0 -9
- data/app/views/decidim/user_timeline/index.html.erb +0 -8
- data/app/views/decidim/user_timeline/index.js.erb +0 -14
- data/app/views/decidim/widgets/show.html.erb +0 -4
- data/app/views/decidim/widgets/show.js.erb +0 -32
- data/app/views/kaminari/decidim/_first_page.html.erb +0 -14
- data/app/views/kaminari/decidim/_last_page.html.erb +0 -14
- data/app/views/layouts/decidim/_language_chooser.html.erb +0 -26
- data/app/views/layouts/decidim/_main_footer.html.erb +0 -31
- data/app/views/layouts/decidim/_mini_footer.html.erb +0 -21
- data/app/views/layouts/decidim/_social_media_links.html.erb +0 -44
- data/app/views/layouts/decidim/_topbar_search.html.erb +0 -18
- data/app/views/layouts/decidim/widget.html.erb +0 -34
- data/config/locales/he-IL.yml +0 -1
- data/decidim-core.gemspec +0 -78
- data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +0 -42
- data/lib/decidim/core/test/shared_examples/back_to_list_button_examples.rb +0 -17
- data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +0 -225
- data/lib/decidim/core/test/shared_examples/resource_locator_presenter_examples.rb +0 -134
- data/lib/decidim/has_conversations.rb +0 -91
- data/lib/decidim/webpacker/thread_safe_compiler.rb +0 -30
- data/lib/decidim/webpacker/webpack/.modernizrrc +0 -9
- data/lib/decidim/webpacker/webpack/base.js +0 -6
- data/lib/decidim/webpacker/webpack/development.js +0 -7
- data/lib/decidim/webpacker/webpack/production.js +0 -7
- data/lib/decidim/webpacker/webpack/test.js +0 -7
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +0 -15
- /data/app/cells/decidim/{card_m/data.erb → card_l/extra_data.erb} +0 -0
- /data/app/cells/decidim/{card_m/footer.erb → content_blocks/base/content.erb} +0 -0
- /data/app/{forms → validators}/translatable_presence_validator.rb +0 -0
- /data/app/{forms → validators}/url_validator.rb +0 -0
data/config/locales/en.yml
CHANGED
@@ -23,20 +23,22 @@ en:
|
|
23
23
|
user:
|
24
24
|
about: About
|
25
25
|
email: Your email
|
26
|
+
encrypted_password: Password
|
26
27
|
locale: Locale
|
27
28
|
name: Your name
|
28
29
|
nickname: Nickname
|
30
|
+
old_password: Current password
|
29
31
|
password: Password
|
30
32
|
password_confirmation: Confirm your password
|
31
33
|
personal_url: Personal URL
|
32
34
|
remove_avatar: Remove avatar
|
33
|
-
tos_agreement: Terms
|
35
|
+
tos_agreement: Terms of service agreement
|
34
36
|
models:
|
35
37
|
decidim/attachment_created_event: Attachment
|
36
38
|
decidim/component_published_event: Active component
|
37
39
|
decidim/demoted_membership: No longer a group admin
|
38
40
|
decidim/gamification/badge_earned_event: Badge earned
|
39
|
-
decidim/gamification/level_up_event: You
|
41
|
+
decidim/gamification/level_up_event: You have leveled up
|
40
42
|
decidim/invited_to_group_event: Invited to group
|
41
43
|
decidim/join_request_accepted_event: Join request accepted
|
42
44
|
decidim/join_request_rejected_event: Join request rejected
|
@@ -50,6 +52,9 @@ en:
|
|
50
52
|
decidim/welcome_notification_event: Welcome message
|
51
53
|
activerecord:
|
52
54
|
attributes:
|
55
|
+
decidim/action_log:
|
56
|
+
created_at: Time
|
57
|
+
with_participatory_space: Participatory space
|
53
58
|
decidim/user:
|
54
59
|
current_password: Current password
|
55
60
|
email: Email
|
@@ -82,6 +87,7 @@ en:
|
|
82
87
|
date:
|
83
88
|
formats:
|
84
89
|
decidim_short: "%d/%m/%Y"
|
90
|
+
decidim_short_dashed: "%d-%m-%Y"
|
85
91
|
decidim_short_with_month_name_short: "%d %b %Y"
|
86
92
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
87
93
|
decidim_with_month_name: "%d %B %Y"
|
@@ -101,6 +107,23 @@ en:
|
|
101
107
|
less_than_x_seconds:
|
102
108
|
one: less than 1 second
|
103
109
|
other: less than %{count} seconds
|
110
|
+
short:
|
111
|
+
about_x_days: "%{count}d"
|
112
|
+
about_x_hours: "%{count}h"
|
113
|
+
about_x_minutes: "%{count}m"
|
114
|
+
about_x_months: "%{count} mo."
|
115
|
+
about_x_years: "%{count}y"
|
116
|
+
almost_x_years: "%{count}y"
|
117
|
+
half_a_minute: 1m
|
118
|
+
less_than_x_minutes: "%{count}m"
|
119
|
+
less_than_x_seconds: "%{count}s"
|
120
|
+
over_x_years: "%{count}y"
|
121
|
+
x_days: "%{count}d"
|
122
|
+
x_hours: "%{count}h"
|
123
|
+
x_minutes: "%{count}m"
|
124
|
+
x_months: "%{count} mo."
|
125
|
+
x_seconds: "%{count}s"
|
126
|
+
x_years: "%{count}y"
|
104
127
|
x_days:
|
105
128
|
one: 1 day
|
106
129
|
other: "%{count} days"
|
@@ -123,44 +146,47 @@ en:
|
|
123
146
|
logo: "%{organization}'s official logo"
|
124
147
|
skip_button: Skip to main content
|
125
148
|
account:
|
126
|
-
blocked: This account has been blocked due to
|
149
|
+
blocked: This account has been blocked due to terms of service violation
|
127
150
|
delete:
|
128
|
-
alert: This action cannot be undone. If you delete your account you
|
151
|
+
alert: This action cannot be undone. If you delete your account you will not be able to log in with your credentials. The deletion of your account will result in the anonymization of your contributions. You will still be able to create a new account, but these contributions will not be associated with it.
|
129
152
|
confirm:
|
130
153
|
close: Close window
|
131
154
|
ok: Yes, I want to delete my account
|
132
155
|
question: Are you sure you want to delete your account?
|
133
156
|
title: Delete my account
|
134
157
|
explanation: Please, fill in the reason you want to delete your account (optional).
|
158
|
+
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.
|
135
159
|
destroy:
|
136
160
|
error: There was a problem deleting your account.
|
137
161
|
success: Your account was successfully deleted.
|
138
162
|
download_your_data_export:
|
139
163
|
file_no_exists: File does not exist
|
140
|
-
notice: The download of your data is currently in progress. You
|
164
|
+
notice: The download of your data is currently in progress. You will receive an email when it is complete.
|
141
165
|
email_change:
|
142
|
-
body1: We
|
166
|
+
body1: We have sent an email to %{unconfirmed_email} to verify your new email address.
|
143
167
|
body2: Need us to send the verification email again? %{resend_link} or %{cancel_link}.
|
144
168
|
cancel: cancel
|
145
169
|
cancel_error: Could not cancel the email change.
|
146
170
|
cancel_successfully: Email change cancelled successfully.
|
147
171
|
resend_error: Could not resend confirmation email.
|
148
|
-
resend_successfully: Confirmation email resent successfully to %{unconfirmed_email}
|
172
|
+
resend_successfully: Confirmation email resent successfully to %{unconfirmed_email}.
|
149
173
|
send_again: Send again
|
150
174
|
title: Email change verification
|
151
175
|
show:
|
152
|
-
available_locales_helper: Choose the language you want to use to browse and receive notifications on the platform
|
176
|
+
available_locales_helper: Choose the language you want to use to browse and receive notifications on the platform.
|
153
177
|
change_password: Change password
|
154
178
|
update_account: Update account
|
155
179
|
update:
|
156
180
|
error: There was a problem updating your account.
|
157
181
|
success: Your account was successfully updated.
|
158
|
-
success_with_email_confirmation: Your account was successfully updated. You
|
182
|
+
success_with_email_confirmation: Your account was successfully updated. You will receive an email to confirm your new email address.
|
183
|
+
activity:
|
184
|
+
time_ago: "%{time} ago"
|
159
185
|
admin:
|
160
186
|
actions:
|
161
187
|
cancel: Cancel
|
162
188
|
password_change:
|
163
|
-
alert: You need to change your password in order to proceed further
|
189
|
+
alert: You need to change your password in order to proceed further.
|
164
190
|
notification: Admin users need to change their password every %{days} days.
|
165
191
|
admin_log:
|
166
192
|
area:
|
@@ -251,8 +277,8 @@ en:
|
|
251
277
|
verify_via_csv: "%{user_name} verified the group %{resource_name} via a CSV file"
|
252
278
|
user_moderation:
|
253
279
|
unreport: "%{user_name} unreported an %{resource_type} - %{unreported_user_name}"
|
254
|
-
|
255
|
-
default_body: "<h2>ADMIN TERMS OF
|
280
|
+
admin_terms_of_service:
|
281
|
+
default_body: "<h2>ADMIN TERMS OF SERVICE</h2><p>We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things:</p><ol><li>Respect the privacy of others.</li><li>Think before you click.</li><li>With great power comes great responsibility.</li></ol>"
|
256
282
|
alert:
|
257
283
|
dismiss: Dismiss notification
|
258
284
|
amendments:
|
@@ -260,14 +286,15 @@ en:
|
|
260
286
|
error: An error ocurred while accepting the amendment.
|
261
287
|
success: The amendment has been accepted successfully.
|
262
288
|
amendable:
|
263
|
-
amended_by: Amended by
|
264
289
|
button: Amend %{model_name}
|
265
290
|
error: There has been an error amending this resource.
|
266
|
-
help_text: Improve this %{model_name} by modifying its %{amendable_fields}
|
267
291
|
promote_button: Promote to %{model_name}
|
268
292
|
promote_confirm_text: Are you sure you want to promote this emendation?
|
269
|
-
promote_help_text: You can promote this emendation and publish it as an independent %{model_name}
|
270
|
-
|
293
|
+
promote_help_text: You can promote this emendation and publish it as an independent %{model_name}.
|
294
|
+
amendments:
|
295
|
+
title:
|
296
|
+
one: "%{count} amendment"
|
297
|
+
other: "%{count} amendments"
|
271
298
|
compare_draft:
|
272
299
|
continue: Continue
|
273
300
|
no_similars_found: No similar emendations found.
|
@@ -280,7 +307,6 @@ en:
|
|
280
307
|
success: Amendment draft was successfully deleted.
|
281
308
|
edit_draft:
|
282
309
|
discard: Discard this draft
|
283
|
-
discard_confirmation: Are you sure you want to discard this amendment draft?
|
284
310
|
send: Preview
|
285
311
|
title: Edit Amendment Draft
|
286
312
|
emendation:
|
@@ -300,6 +326,7 @@ en:
|
|
300
326
|
withdrawn: |-
|
301
327
|
This amendment for the %{amendable_type} %{proposal_link}
|
302
328
|
has been withdrawn by the author.
|
329
|
+
name: Amendment
|
303
330
|
new:
|
304
331
|
amendment_author: Amendment author
|
305
332
|
send: Create
|
@@ -309,25 +336,24 @@ en:
|
|
309
336
|
publish: Publish
|
310
337
|
title: Publish Amendment Draft
|
311
338
|
promoted:
|
312
|
-
error: There was a problem publishing the amendment as a new proposal
|
313
|
-
success: The amendment has been successfully published as a new proposal
|
339
|
+
error: There was a problem publishing the amendment as a new proposal.
|
340
|
+
success: The amendment has been successfully published as a new proposal.
|
314
341
|
publish_draft:
|
315
342
|
error: There was a problem publishing the amendment.
|
316
343
|
success: Amendment successfully published.
|
317
344
|
rejected:
|
318
|
-
error: There was a problem rejecting this amendment, please try again later
|
319
|
-
success: The amendment has been successfully rejected
|
345
|
+
error: There was a problem rejecting this amendment, please try again later.
|
346
|
+
success: The amendment has been successfully rejected.
|
320
347
|
review:
|
321
348
|
back: Back
|
322
349
|
heading: Review the amendment
|
323
|
-
help_text: You are reviewing an amendment to the %{model_name}
|
324
350
|
send: Accept amendment
|
325
351
|
update_draft:
|
326
352
|
error: There was a problem updating the amendment draft.
|
327
353
|
success: Amendment draft successfully updated.
|
328
354
|
withdraw:
|
329
|
-
error: An error ocurred while withdrawing the amendment
|
330
|
-
success: The amendment has been withdrawn successfully
|
355
|
+
error: An error ocurred while withdrawing the amendment.
|
356
|
+
success: The amendment has been withdrawn successfully.
|
331
357
|
wizard_step_form:
|
332
358
|
steps:
|
333
359
|
'1': Create your amendment
|
@@ -336,21 +362,19 @@ en:
|
|
336
362
|
'4': Publish your amendment
|
337
363
|
anonymous_user: Anonymous
|
338
364
|
application:
|
339
|
-
collection:
|
340
|
-
documents:
|
341
|
-
one: Document
|
342
|
-
other: Documents
|
343
365
|
document:
|
344
366
|
download: Download file
|
345
367
|
documents:
|
368
|
+
documents: Documents
|
346
369
|
related_documents: Related documents
|
347
|
-
|
348
|
-
|
370
|
+
photo:
|
371
|
+
alt: Media picture
|
372
|
+
title: Image
|
349
373
|
photos:
|
374
|
+
photos: Images
|
350
375
|
related_photos: Related images
|
351
376
|
author:
|
352
377
|
avatar: 'Avatar: %{name}'
|
353
|
-
avatar_multiuser: Avatar for multiple users
|
354
378
|
comments:
|
355
379
|
one: comment
|
356
380
|
other: comments
|
@@ -360,13 +384,13 @@ en:
|
|
360
384
|
official_author: Official
|
361
385
|
authorization_handlers:
|
362
386
|
another_dummy_authorization_handler:
|
363
|
-
explanation: Get verified by introducing a passport number starting with "A"
|
387
|
+
explanation: Get verified by introducing a passport number starting with "A".
|
364
388
|
fields:
|
365
389
|
passport_number: Passport number
|
366
390
|
postal_code: Postal code
|
367
391
|
name: Another example authorization
|
368
392
|
dummy_authorization_handler:
|
369
|
-
explanation: Get verified by introducing a document number ending with "X"
|
393
|
+
explanation: Get verified by introducing a document number ending with "X".
|
370
394
|
fields:
|
371
395
|
allowed_postal_codes: Allowed postal codes (separated by commas)
|
372
396
|
allowed_scope_id: Allowed scope
|
@@ -386,7 +410,6 @@ en:
|
|
386
410
|
foo: Foo
|
387
411
|
name: Foo authorization
|
388
412
|
granted_at: Granted at %{timestamp}
|
389
|
-
renew: Renew verification
|
390
413
|
sms:
|
391
414
|
explanation: Submit your mobile phone number so we can check your identity.
|
392
415
|
name: Code by SMS
|
@@ -399,7 +422,7 @@ en:
|
|
399
422
|
title: Authorization has expired
|
400
423
|
incomplete:
|
401
424
|
cancel: Cancel
|
402
|
-
explanation: 'Even though you
|
425
|
+
explanation: 'Even though you are currently authorized with "%{authorization}", we need you to reauthorize because we lack the following data:'
|
403
426
|
invalid_field: "%{field}"
|
404
427
|
reauthorize: Reauthorize
|
405
428
|
title: Please reauthorize
|
@@ -408,23 +431,21 @@ en:
|
|
408
431
|
explanation: In order to perform this action, you need to be authorized with "%{authorization}".
|
409
432
|
title: Authorization required
|
410
433
|
ok:
|
411
|
-
title: You
|
434
|
+
title: You have been authorized while in this page. Please, reload the page to perform your action.
|
412
435
|
pending:
|
413
|
-
explanation: In order to perform this action, you need to be authorized with "%{authorization}", but your authorization is still in progress
|
414
|
-
resume: Check your "%{authorization}" authorization progress
|
436
|
+
explanation: In order to perform this action, you need to be authorized with "%{authorization}", but your authorization is still in progress.
|
437
|
+
resume: Check your "%{authorization}" authorization progress.
|
415
438
|
title: Authorization is still in progress
|
416
439
|
unauthorized:
|
417
|
-
explanation: Sorry, you
|
418
|
-
invalid_field: "%{field} value %{value}
|
440
|
+
explanation: Sorry, you cannot perform this action as some of your authorization data does not match.
|
441
|
+
invalid_field: "%{field} value %{value} is not valid."
|
419
442
|
ok: Ok
|
420
443
|
title: Not authorized
|
421
444
|
unconfirmed:
|
422
|
-
confirmation_instructions: 'If you
|
445
|
+
confirmation_instructions: 'If you have not received the confirmation instructions you can request them again:'
|
423
446
|
explanation_html: In order to perform this action you need to be authorized, before doing that you need to confirm your email <strong>%{email}</strong>.
|
424
447
|
request_confirmation_instructions: Request confirmation instructions
|
425
448
|
title: Confirm your email
|
426
|
-
show:
|
427
|
-
close_modal: Close modal
|
428
449
|
block_user_mailer:
|
429
450
|
notify:
|
430
451
|
body_1: Your account was blocked.
|
@@ -437,10 +458,9 @@ en:
|
|
437
458
|
one: and %{count} more
|
438
459
|
other: and %{count} more
|
439
460
|
see_less: "(see less)"
|
440
|
-
see_more: "(see more)"
|
441
461
|
components:
|
442
462
|
component_order_selector:
|
443
|
-
no_content: We
|
463
|
+
no_content: We could not find any content with this criteria.
|
444
464
|
order:
|
445
465
|
all_types: All types
|
446
466
|
collaborative_draft: Collaborative Draft
|
@@ -481,6 +501,8 @@ en:
|
|
481
501
|
dummy_step_translatable_text: Dummy Step Translatable Text
|
482
502
|
contact: Contact
|
483
503
|
content_blocks:
|
504
|
+
announcement:
|
505
|
+
name: Announcement
|
484
506
|
cta:
|
485
507
|
name: Image, text and Call To Action button
|
486
508
|
cta_settings_form:
|
@@ -490,6 +512,8 @@ en:
|
|
490
512
|
description: Description
|
491
513
|
footer_sub_hero:
|
492
514
|
name: Footer sub hero banner
|
515
|
+
global_menu:
|
516
|
+
name: Global menu
|
493
517
|
hero:
|
494
518
|
name: Hero image
|
495
519
|
hero_settings_form:
|
@@ -498,6 +522,9 @@ en:
|
|
498
522
|
highlighted_content_banner:
|
499
523
|
name: Highlighted content banner
|
500
524
|
highlighted_elements_settings_form:
|
525
|
+
components:
|
526
|
+
all: All
|
527
|
+
label: 'Select component:'
|
501
528
|
orders:
|
502
529
|
label: 'Sort elements by:'
|
503
530
|
random: Random
|
@@ -511,22 +538,50 @@ en:
|
|
511
538
|
name: Last activity
|
512
539
|
title: Last activity
|
513
540
|
view_all: View all
|
541
|
+
last_activity_settings_form:
|
542
|
+
max_last_activity_users: Maximum number of user avatars with recent activity to show
|
543
|
+
main_data:
|
544
|
+
name: Main data
|
545
|
+
metadata:
|
546
|
+
name: Metadata
|
514
547
|
metrics:
|
515
548
|
name: Organization metrics
|
549
|
+
participatory_space_metrics:
|
550
|
+
name: Metrics
|
551
|
+
participatory_space_stats:
|
552
|
+
name: Statistics
|
553
|
+
social_networks_metadata:
|
554
|
+
name: Social networks
|
555
|
+
static_page:
|
556
|
+
section:
|
557
|
+
name: Section
|
558
|
+
section_content: Content
|
559
|
+
summary:
|
560
|
+
name: Summary
|
561
|
+
summary_content: Content
|
562
|
+
two_pane_section:
|
563
|
+
left_column: Left column
|
564
|
+
name: Two-column section
|
565
|
+
right_column: Right column
|
516
566
|
stats:
|
517
567
|
name: Organization statistics
|
518
568
|
sub_hero:
|
519
569
|
name: Sub hero banner
|
520
570
|
core:
|
521
571
|
actions:
|
522
|
-
login_before_access: Please, login with your account before access
|
523
|
-
unauthorized: You are not authorized to perform this action
|
524
|
-
|
525
|
-
|
572
|
+
login_before_access: Please, login with your account before access.
|
573
|
+
unauthorized: You are not authorized to perform this action.
|
574
|
+
application_helper:
|
575
|
+
filter_area_values:
|
576
|
+
all: All
|
577
|
+
filter_category_values:
|
578
|
+
all: All
|
579
|
+
filter_scope_values:
|
580
|
+
all: All
|
526
581
|
devise:
|
527
582
|
omniauth_registrations:
|
528
583
|
create:
|
529
|
-
email_already_exists: Another account is using the same email address
|
584
|
+
email_already_exists: Another account is using the same email address.
|
530
585
|
new:
|
531
586
|
complete_profile: Complete profile
|
532
587
|
nickname_help: Your alias in %{organization}. Can only contain letters, numbers, '-' and '_'.
|
@@ -538,15 +593,12 @@ en:
|
|
538
593
|
error: There was a problem creating your account.
|
539
594
|
new:
|
540
595
|
already_have_an_account?: Already have an account?
|
596
|
+
log_in: Log in
|
541
597
|
newsletter: Receive an occasional newsletter with relevant information
|
542
598
|
newsletter_title: Contact permission
|
543
|
-
nickname_help: Your alias in %{organization}. Can only contain letters, numbers, '-' and '_'.
|
544
|
-
sign_in: Log in
|
545
599
|
sign_up: Sign up
|
546
|
-
sign_up_as:
|
547
|
-
legend: Sign up as
|
548
600
|
subtitle: Sign up to participate in discussions and support proposals.
|
549
|
-
terms: the terms
|
601
|
+
terms: the terms of service
|
550
602
|
tos_agreement: By signing up you agree to %{link}.
|
551
603
|
tos_title: Terms of Service
|
552
604
|
username_help: Public name that appears on your posts. With the aim of guaranteeing the anonymity, can be any name.
|
@@ -554,23 +606,22 @@ en:
|
|
554
606
|
new:
|
555
607
|
are_you_new?: New to the platform?
|
556
608
|
register: Create an account
|
557
|
-
sign_in_disabled: You can access with an external account
|
558
|
-
sign_up_disabled: Sign up is disabled, you can use an existing account to access
|
609
|
+
sign_in_disabled: You can access with an external account.
|
610
|
+
sign_up_disabled: Sign up is disabled, you can use an existing account to access.
|
559
611
|
user:
|
560
|
-
timed_out: You were inactive for too long and you have been automatically
|
612
|
+
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.
|
561
613
|
shared:
|
562
614
|
newsletter_modal:
|
563
615
|
buttons:
|
564
616
|
check: Check and continue
|
565
|
-
close_modal: Close modal
|
566
617
|
uncheck: Keep unchecked
|
567
618
|
notice: |-
|
568
|
-
<p>Hey, are you sure you
|
569
|
-
Please consider again ticking the newsletter checkbox below
|
619
|
+
<p>Hey, are you sure you do not want to receive a newsletter?
|
620
|
+
Please consider again ticking the newsletter checkbox below.
|
570
621
|
It is very important for us that you can receive occasional emails
|
571
622
|
to make important announcements, you can always change this on your
|
572
623
|
notifications settings page.</p>
|
573
|
-
<p>If you
|
624
|
+
<p>If you do not tick the box you might be missing relevant information
|
574
625
|
about new participatory opportunities within the platform.<br>
|
575
626
|
If you still want to avoid receiving newsletters, we perfectly
|
576
627
|
understand your decision.</p>
|
@@ -578,13 +629,19 @@ en:
|
|
578
629
|
title: Newsletter notifications
|
579
630
|
omniauth_buttons:
|
580
631
|
or: Or
|
632
|
+
password_fields:
|
633
|
+
hidden_password: Your password is hidden
|
634
|
+
hide_password: Hide password
|
635
|
+
show_password: Show password
|
636
|
+
shown_password: Your password is shown
|
637
|
+
placeholder_email: hi@example.org
|
581
638
|
doorkeeper:
|
582
639
|
authorizations:
|
583
640
|
new:
|
584
641
|
authorize: Authorize application
|
585
|
-
by_organization_link_html:
|
642
|
+
by_organization_link_html: by %{link}
|
586
643
|
cancel: Cancel
|
587
|
-
connect_your_account_html: Connect your account by
|
644
|
+
connect_your_account_html: Connect your account by logging in to %{organization}.
|
588
645
|
publish_content: Publish content for you
|
589
646
|
see_email: See your email
|
590
647
|
see_name: See your name
|
@@ -592,37 +649,48 @@ en:
|
|
592
649
|
this_application_will_be_able_to: 'This application will be able to:'
|
593
650
|
this_application_will_not_be_able_to: 'This application will not be able to:'
|
594
651
|
update_profile: Update your profile
|
595
|
-
wants_to_use_your_account_html: "
|
652
|
+
wants_to_use_your_account_html: "%{application_name} wants to use your account"
|
596
653
|
download_your_data:
|
597
654
|
export:
|
598
655
|
ready: Ready
|
599
656
|
show:
|
600
657
|
download_data: Download the data
|
601
|
-
|
658
|
+
download_data_description_html: |-
|
659
|
+
A file containing all the information associated with your account will be sent to <strong>%{user_email}</strong>.
|
660
|
+
This email will contain a .zip file and a password to open it.<br/><br/>To unzip the file, you will need <a href="https://www.7-zip.org/">7-Zip</a> (for Windows) or <a href="https://www.keka.io/">Keka</a> (for MacOS).
|
661
|
+
If you use Linux, most of the time you will have it installed by default. If not, you can use <a href="https://gitlab.gnome.org/GNOME/file-roller">File Roller</a> or <a href="https://peazip.github.io">PeaZip</a>).
|
602
662
|
request_data: Request data
|
603
663
|
editor_images:
|
604
664
|
create:
|
605
|
-
error: Error uploading image
|
606
|
-
success: Image uploaded successfully
|
665
|
+
error: Error uploading image.
|
666
|
+
success: Image uploaded successfully.
|
607
667
|
drag_and_drop_help: Add images by dragging & dropping or pasting them.
|
608
|
-
endorsable:
|
609
|
-
endorsements: Endorsements
|
610
|
-
endorsements_count: Endorsements count
|
611
668
|
endorsement_buttons_cell:
|
612
|
-
already_endorsed:
|
613
|
-
endorse:
|
669
|
+
already_endorsed: Dislike
|
670
|
+
endorse: Like
|
614
671
|
endorsements:
|
615
672
|
identities:
|
616
673
|
done: Done
|
617
674
|
select_identity: Select identity
|
675
|
+
endorsers_list:
|
676
|
+
endorsed_by: Liked by…
|
618
677
|
errors:
|
619
678
|
internal_server_error:
|
679
|
+
copied: Text copied!
|
680
|
+
copy_error_message_clarification: Copy error message to clipboard
|
681
|
+
copy_to_clipboard: Copy to clipboard
|
682
|
+
date_and_time: Date and time
|
683
|
+
reference: Reference
|
684
|
+
request_method: Request method
|
620
685
|
title: There was a problem with our server
|
621
|
-
try_later: Please try again later.
|
686
|
+
try_later: Please try again later. If the error persists, please copy the following info and send it to platform maintainers with any other information you may want to share.
|
687
|
+
unknown: Unknown
|
688
|
+
url: URL
|
689
|
+
user: User ID
|
622
690
|
not_found:
|
623
691
|
back_home: Back home
|
624
692
|
content_doesnt_exist: This address is incorrect or has been removed.
|
625
|
-
title: The page you
|
693
|
+
title: The page you are looking for cannot be found
|
626
694
|
events:
|
627
695
|
amendments:
|
628
696
|
amendment_accepted:
|
@@ -688,15 +756,15 @@ en:
|
|
688
756
|
email_subject: An update to %{resource_title}
|
689
757
|
gamification:
|
690
758
|
badge_earned:
|
691
|
-
email_intro: Congratulations! You
|
759
|
+
email_intro: Congratulations! You have earned the <a href="%{resource_url}">%{badge_name} badge</a> (level %{current_level}).
|
692
760
|
email_outro: You have received this notification because you made activity on our website.
|
693
|
-
email_subject: 'You
|
694
|
-
notification_title: Congratulations! You
|
761
|
+
email_subject: 'You have earned a new badge: %{badge_name}!'
|
762
|
+
notification_title: Congratulations! You have earned the <a href="%{resource_path}">%{badge_name} badge</a> (level %{current_level}).
|
695
763
|
level_up:
|
696
|
-
email_intro: Congratulations! You
|
764
|
+
email_intro: Congratulations! You have reached level %{current_level} on the <a href="%{resource_url}">%{badge_name} badge</a>!
|
697
765
|
email_outro: You have received this notification because you made activity on our website.
|
698
|
-
email_subject: You
|
699
|
-
notification_title: Congratulations! You
|
766
|
+
email_subject: You have reached level %{current_level} on the %{badge_name} badge!
|
767
|
+
notification_title: Congratulations! You have reached level %{current_level} on the <a href="%{resource_path}">%{badge_name} badge</a>!
|
700
768
|
groups:
|
701
769
|
demoted_membership:
|
702
770
|
email_intro: An admin of the <a href="%{resource_url}">%{user_group_name}</a> group has removed your admin rights to that group.
|
@@ -744,7 +812,7 @@ en:
|
|
744
812
|
email_subject: A user group has updated its profile
|
745
813
|
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>.
|
746
814
|
nickname_event:
|
747
|
-
notification_body: We have corrected the way nicknames are used so that there are no duplicates, and that
|
815
|
+
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>.
|
748
816
|
notification_event:
|
749
817
|
notification_title: An event occured to <a href="%{resource_path}">%{resource_title}</a>.
|
750
818
|
reports:
|
@@ -781,6 +849,7 @@ en:
|
|
781
849
|
filters:
|
782
850
|
linked_classes:
|
783
851
|
all: All
|
852
|
+
answer: Answer
|
784
853
|
collaborative_draft: Collaborative draft
|
785
854
|
dummy_resource: Dummy resources
|
786
855
|
meeting: Meetings
|
@@ -789,7 +858,7 @@ en:
|
|
789
858
|
result: Results
|
790
859
|
fingerprint:
|
791
860
|
check: Check fingerprint
|
792
|
-
explanation: The piece of text below is a shortened, hashed representation of this content. It
|
861
|
+
explanation: The piece of text below is a shortened, hashed representation of this content. It is useful to ensure the content has not been tampered with, as a single modification would result in a totally different value.
|
793
862
|
online_calculator_name: MD5 calculator online
|
794
863
|
replicate_help: This fingerprint is calculated using a SHA256 hashing algorithm. In order to replicate it yourself, you can use an %{online_calculator_link} and copy-paste the source data.
|
795
864
|
source: Source
|
@@ -801,7 +870,10 @@ en:
|
|
801
870
|
other: "%{count} followers"
|
802
871
|
no_followers: No followers yet.
|
803
872
|
following:
|
804
|
-
|
873
|
+
following_count:
|
874
|
+
one: "%{count} follow"
|
875
|
+
other: "%{count} follows"
|
876
|
+
no_followings: Does not follow anyone or anything yet.
|
805
877
|
non_public_followings: Some of the resources followed are not public.
|
806
878
|
follows:
|
807
879
|
create:
|
@@ -812,13 +884,11 @@ en:
|
|
812
884
|
button: Stop following
|
813
885
|
error: There was a problem unfollowing this resource.
|
814
886
|
forms:
|
815
|
-
current_image: Current image
|
816
|
-
default_image: Default image
|
817
887
|
errors:
|
818
888
|
decidim/user:
|
819
889
|
password: The password is too short.
|
820
890
|
password_confirmation: Password confirmation must match the password.
|
821
|
-
error: There
|
891
|
+
error: There is an error in this field.
|
822
892
|
file_help:
|
823
893
|
file:
|
824
894
|
explanation: 'Guidance for file:'
|
@@ -843,20 +913,20 @@ en:
|
|
843
913
|
add_attachment: Add attachment
|
844
914
|
add_file: Add file
|
845
915
|
add_image: Add image
|
846
|
-
cancel: Cancel
|
847
916
|
edit_image: Edit image
|
848
917
|
error: Error!
|
849
918
|
file_size_too_large: 'File size is too large! Maximun file size: %{megabytes}MB'
|
919
|
+
filename: Filename
|
850
920
|
remove: Remove
|
851
921
|
replace: Replace
|
852
|
-
save: Save
|
853
922
|
title: Title
|
854
923
|
title_required: Title is required!
|
855
924
|
uploaded: Uploaded
|
856
925
|
validating: Validating...
|
857
926
|
validation_error: Validation error!
|
927
|
+
select_file: Select file
|
858
928
|
upload_help:
|
859
|
-
dropzone: Drop files here or click to upload
|
929
|
+
dropzone: Drop files here or click the button to upload
|
860
930
|
explanation: Guidance for %{attribute}
|
861
931
|
gamification:
|
862
932
|
all_badges_link: See all available badges.
|
@@ -869,8 +939,8 @@ en:
|
|
869
939
|
description_own: "%{score} people are following you."
|
870
940
|
name: Followers
|
871
941
|
next_level_in: Get %{score} more people to follow you to reach the next level!
|
872
|
-
unearned_another: This participant
|
873
|
-
unearned_own: You
|
942
|
+
unearned_another: This participant does not have any followers yet.
|
943
|
+
unearned_own: You have got no followers yet.
|
874
944
|
index:
|
875
945
|
badge_title: "%{name} badge"
|
876
946
|
how: How can you earn it
|
@@ -878,37 +948,39 @@ en:
|
|
878
948
|
title: Badges
|
879
949
|
description: Badges are recognitions to participant actions and progress in the platform. As you start discovering, participating and interacting in the platform, you will earn different badges.
|
880
950
|
level: Level %{level}
|
881
|
-
reached_top: You
|
951
|
+
reached_top: You have reached the top level for this badge.
|
952
|
+
title: What are the badges?
|
882
953
|
group_admins:
|
883
954
|
actions:
|
884
|
-
are_you_sure: Are you sure? This
|
955
|
+
are_you_sure: Are you sure? This will not remove the participant from the group.
|
885
956
|
demote_admin: Remove admin
|
886
957
|
demote:
|
887
|
-
error: There was a problem removing this participant from the admins list
|
888
|
-
success: Participant successfully removed from admin
|
958
|
+
error: There was a problem removing this participant from the admins list.
|
959
|
+
success: Participant successfully removed from admin.
|
889
960
|
index:
|
890
961
|
current_admins: 'Current admins:'
|
891
962
|
manage_admins: Manage admins
|
892
963
|
group_invites:
|
893
964
|
accept:
|
894
|
-
error: There was a problem accepting this invitation
|
895
|
-
success: Invitation successfully accepted
|
965
|
+
error: There was a problem accepting this invitation.
|
966
|
+
success: Invitation successfully accepted.
|
896
967
|
accept_invitation: Accept
|
897
968
|
accept_or_reject_group_invitations: 'The following groups have invited you to join them. Accept or reject their requests:'
|
898
969
|
index:
|
899
970
|
invite: Invite
|
900
971
|
invite_user: Invite a participant
|
901
972
|
invite:
|
902
|
-
error: There was a problem inviting this participant
|
903
|
-
success: Participant successfully invited
|
973
|
+
error: There was a problem inviting this participant.
|
974
|
+
success: Participant successfully invited.
|
975
|
+
pending_invitations: Pending requests
|
904
976
|
reject:
|
905
|
-
error: There was a problem rejecting this invitation
|
906
|
-
success: Invitation successfully rejected
|
977
|
+
error: There was a problem rejecting this invitation.
|
978
|
+
success: Invitation successfully rejected.
|
907
979
|
reject_invitation: Reject
|
908
980
|
group_members:
|
909
981
|
accept:
|
910
|
-
error: There was a problem accepting this join request
|
911
|
-
success: Join request successfully accepted
|
982
|
+
error: There was a problem accepting this join request.
|
983
|
+
success: Join request successfully accepted.
|
912
984
|
actions:
|
913
985
|
are_you_sure: Are you sure?
|
914
986
|
promote_to_admin: Make admin
|
@@ -917,36 +989,36 @@ en:
|
|
917
989
|
current_members_without_admins: 'Current members (without admins):'
|
918
990
|
manage_members: Manage members
|
919
991
|
promote:
|
920
|
-
error: There was a problem promoting this participant
|
921
|
-
success: Participant promoted successfully
|
992
|
+
error: There was a problem promoting this participant.
|
993
|
+
success: Participant promoted successfully.
|
922
994
|
reject:
|
923
|
-
error: There was a problem rejecting this join request
|
924
|
-
success: Join request successfully rejected
|
995
|
+
error: There was a problem rejecting this join request.
|
996
|
+
success: Join request successfully rejected.
|
925
997
|
remove:
|
926
|
-
error: There was a problem removing this participant from the group
|
927
|
-
success: Participant successfully removed from the group
|
998
|
+
error: There was a problem removing this participant from the group.
|
999
|
+
success: Participant successfully removed from the group.
|
928
1000
|
groups:
|
929
1001
|
actions:
|
930
1002
|
are_you_sure: Are you sure?
|
931
1003
|
create:
|
932
|
-
error: There was a problem creating the group
|
933
|
-
success: Group successfully created
|
1004
|
+
error: There was a problem creating the group.
|
1005
|
+
success: Group successfully created.
|
934
1006
|
edit:
|
935
1007
|
edit_user_group: Edit group
|
936
1008
|
update_user_group: Update group
|
937
1009
|
form:
|
938
|
-
document_number_help: Do not use dashes nor spaces
|
1010
|
+
document_number_help: Do not use dashes nor spaces.
|
939
1011
|
email_help: Email of your organization, association, collective, group, etc.
|
940
1012
|
fill_in_for_verification: 'Fill in these fields if you want your group to be verified:'
|
941
1013
|
name_help: Name of your organization, association, collective, group, etc.
|
942
1014
|
nickname_help: Nickname of your organization, association, collective, group, etc. Do not use spaces nor accents.
|
943
|
-
phone_help: Do not use dashes nor spaces
|
1015
|
+
phone_help: Do not use dashes nor spaces.
|
944
1016
|
join:
|
945
|
-
error: There was a problem joining the group
|
1017
|
+
error: There was a problem joining the group.
|
946
1018
|
success: Join request successfully created. An admin will review your request before accepting you to the group.
|
947
1019
|
leave:
|
948
|
-
error: There was a problem leaving the group
|
949
|
-
last_admin: You
|
1020
|
+
error: There was a problem leaving the group.
|
1021
|
+
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.
|
950
1022
|
success: Group successfully abandoned.
|
951
1023
|
members:
|
952
1024
|
accept_or_reject_join_requests: 'The following users have applied to join this group. Accept or reject their requests:'
|
@@ -956,35 +1028,35 @@ en:
|
|
956
1028
|
create_user_group: Create group
|
957
1029
|
new_user_group: New group
|
958
1030
|
subtitle: Create a group and invite other users to join to participate in a collective level.
|
959
|
-
no_user_groups:
|
1031
|
+
no_user_groups: Does not belong to any group yet.
|
960
1032
|
roles:
|
961
1033
|
admin: Administrator
|
962
1034
|
creator: Administrator
|
963
1035
|
member: Member
|
964
1036
|
update:
|
965
|
-
error: There was a problem updating the group
|
966
|
-
success: Group successfully updated
|
1037
|
+
error: There was a problem updating the group.
|
1038
|
+
success: Group successfully updated.
|
967
1039
|
help:
|
968
1040
|
main_topic:
|
969
1041
|
default_page:
|
970
1042
|
content: "<p>In %{organization} you can participate and decide on different topics, through the spaces you see in the top menu: Processes, Assemblies, Initiatives, Consultations.</p> <p>Within each one you will find different options to participate: make proposals - individually or with other people-, take part in debates, prioritize projects to implement, attend face-to-face meetings and other actions.</p>\n"
|
971
1043
|
title: What can I do in %{organization}?
|
972
|
-
description: Read more about %{organization}
|
1044
|
+
description: Read more about %{organization}.
|
973
1045
|
title: General Help
|
974
1046
|
last_activities:
|
975
|
-
activities:
|
976
|
-
no_activities_warning: No activity
|
977
1047
|
all: All activity types
|
978
1048
|
index:
|
979
1049
|
last_activity: Last activity
|
980
|
-
|
1050
|
+
name: Last activities
|
1051
|
+
no_activities_warning: There are no entries to show for this activity type.
|
1052
|
+
linked_resource_from:
|
1053
|
+
included_in: Included in
|
981
1054
|
links:
|
982
1055
|
invalid_url: Invalid URL
|
983
1056
|
warning:
|
984
1057
|
body_1: You are about to visit an external link and we would like you to be cautious regarding the content on the external site.
|
985
1058
|
body_2: Please check the link you are about to visit and make sure you recognize it as a safe site before proceeding.
|
986
1059
|
cancel: Cancel
|
987
|
-
close_modal: Close modal
|
988
1060
|
proceed: Proceed
|
989
1061
|
title: Open external link
|
990
1062
|
log:
|
@@ -1019,7 +1091,7 @@ en:
|
|
1019
1091
|
latlng_text: 'latitude: %{latitude}, longitude: %{longitude}'
|
1020
1092
|
map_service_brand: OpenStreetMap
|
1021
1093
|
members:
|
1022
|
-
no_members: This group
|
1094
|
+
no_members: This group does not have any members yet.
|
1023
1095
|
menu:
|
1024
1096
|
help: Help
|
1025
1097
|
home: Home
|
@@ -1029,35 +1101,35 @@ en:
|
|
1029
1101
|
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1030
1102
|
greeting: Hi, %{recipient}!
|
1031
1103
|
intro: "%{manager} has started a new conversation in the name of %{group}. Click here to see it:"
|
1032
|
-
outro: Enjoy
|
1104
|
+
outro: Enjoy the platform!
|
1033
1105
|
subject: "%{manager} has started a new conversation as a %{group}"
|
1034
1106
|
comanagers_new_message:
|
1035
1107
|
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1036
1108
|
greeting: Hi, %{recipient}!
|
1037
1109
|
intro: "%{manager} has posted new messages in a conversation in the name of %{group}. Click here to see them:"
|
1038
|
-
outro: Enjoy
|
1110
|
+
outro: Enjoy the platform!
|
1039
1111
|
subject: "%{manager} has send new messages as a %{group}"
|
1040
1112
|
new_conversation:
|
1041
1113
|
greeting: Hi, %{recipient}!
|
1042
1114
|
intro: "%{sender} has started a new conversation with you. Click here to see it:"
|
1043
|
-
outro: Enjoy
|
1115
|
+
outro: Enjoy the platform!
|
1044
1116
|
subject: "%{sender} has started a conversation with you"
|
1045
1117
|
new_group_conversation:
|
1046
1118
|
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1047
1119
|
greeting: Hi, %{recipient}!
|
1048
1120
|
intro: "%{sender} has started a new conversation with the group %{group}. Click here to see it:"
|
1049
|
-
outro: Enjoy
|
1121
|
+
outro: Enjoy the platform!
|
1050
1122
|
subject: "%{sender} has started a conversation with %{group}"
|
1051
1123
|
new_group_message:
|
1052
1124
|
admin_in_group: You are receiving this because you are an admin in %{group}.
|
1053
1125
|
greeting: Hi, %{recipient}!
|
1054
1126
|
intro: "%{sender} has posted new messages in a conversation with the group %{group}. Click here to see it:"
|
1055
|
-
outro: Enjoy
|
1127
|
+
outro: Enjoy the platform!
|
1056
1128
|
subject: "%{group} have new messages from %{sender}"
|
1057
1129
|
new_message:
|
1058
1130
|
greeting: Hi, %{recipient}!
|
1059
1131
|
intro: "%{sender} has posted new messages in your conversation. Click here to see them:"
|
1060
|
-
outro: Enjoy
|
1132
|
+
outro: Enjoy the platform!
|
1061
1133
|
subject: You have new messages from %{sender}
|
1062
1134
|
conversations:
|
1063
1135
|
add_conversation_users:
|
@@ -1065,42 +1137,39 @@ en:
|
|
1065
1137
|
add_users_placeholder: Search...
|
1066
1138
|
modal_title: New conversation
|
1067
1139
|
no_results: No results
|
1068
|
-
participant_with_disabled_message_reception: This participant
|
1069
|
-
conversation:
|
1070
|
-
show: Show conversation with %{sender}
|
1140
|
+
participant_with_disabled_message_reception: This participant does not want to receive private messages.
|
1071
1141
|
create:
|
1072
|
-
error: Conversation not started. Try again later
|
1142
|
+
error: Conversation not started. Try again later.
|
1073
1143
|
error_modal:
|
1074
1144
|
close: Close modal
|
1075
1145
|
correct_errors: Please correct the errors and try again.
|
1076
1146
|
intro: 'There were the following errors with your message:'
|
1077
1147
|
ok: OK
|
1078
1148
|
index:
|
1079
|
-
ago: ago
|
1080
|
-
close: Close modal
|
1081
|
-
from: From
|
1082
|
-
groups: My groups
|
1083
|
-
last_message: Last message
|
1084
1149
|
new_conversation: New conversation
|
1085
1150
|
next: Next
|
1086
|
-
no_conversations: You have no conversations yet
|
1151
|
+
no_conversations: You have no conversations yet.
|
1087
1152
|
title: Conversations
|
1088
|
-
|
1089
|
-
reply:
|
1153
|
+
reply_form:
|
1090
1154
|
placeholder: Your reply...
|
1091
1155
|
send: Send
|
1092
|
-
title: Reply
|
1093
1156
|
show:
|
1094
1157
|
back: Back to all conversations
|
1095
1158
|
chat_with: Conversation with
|
1096
|
-
deleted_accounts: You
|
1159
|
+
deleted_accounts: You cannot have a conversation with deleted accounts.
|
1097
1160
|
not_allowed: This participant does not accept direct messages.
|
1098
1161
|
title: Conversation with %{usernames}
|
1099
1162
|
start:
|
1163
|
+
placeholder: Your message...
|
1100
1164
|
send: Send
|
1101
|
-
title: Start a conversation
|
1102
1165
|
update:
|
1103
|
-
error: Message was not sent due to an error
|
1166
|
+
error: Message was not sent due to an error.
|
1167
|
+
metadata:
|
1168
|
+
progress:
|
1169
|
+
active: Active
|
1170
|
+
finished: 'Finished: %{end_date}'
|
1171
|
+
not_started: Not started yet
|
1172
|
+
remaining: "%{time_distance} remaining"
|
1104
1173
|
metrics:
|
1105
1174
|
download:
|
1106
1175
|
csv: Download data (CSV)
|
@@ -1118,8 +1187,9 @@ en:
|
|
1118
1187
|
title: Participants
|
1119
1188
|
newsletter_mailer:
|
1120
1189
|
newsletter:
|
1121
|
-
|
1122
|
-
|
1190
|
+
no_reply_notice: This email was sent from a notification email address that cannot accept incoming email. Please do not reply to this message.
|
1191
|
+
note: You received this email because you are subscribed to newsletters on %{organization_name}. You can change your settings on your <a href="%{link}">notifications page</a>.
|
1192
|
+
see_on_website: Cannot see this email correctly? View it on the <a href="%{link}" target="_blank" class="see-on-website">website</a>.
|
1123
1193
|
unsubscribe: To opt out of receiving this type of email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
1124
1194
|
newsletter_templates:
|
1125
1195
|
basic_only_text:
|
@@ -1142,16 +1212,16 @@ en:
|
|
1142
1212
|
main_image: Main image
|
1143
1213
|
newsletters:
|
1144
1214
|
unsubscribe:
|
1145
|
-
check_subscription: If you want to change your preferences, you can do so in the <a href="%{link}" target="_blank">configuration page</a
|
1146
|
-
error: There was a problem unsubscribing
|
1215
|
+
check_subscription: If you want to change your preferences, you can do so in the <a href="%{link}" target="_blank">configuration page</a>.
|
1216
|
+
error: There was a problem unsubscribing.
|
1147
1217
|
success: You are unsubscribed successfully.
|
1148
1218
|
token_error: The link has expired.
|
1149
1219
|
unsubscribe: Unsubscribe
|
1150
1220
|
newsletters_opt_in:
|
1151
|
-
unathorized: Sorry, this link is no longer available
|
1221
|
+
unathorized: Sorry, this link is no longer available.
|
1152
1222
|
update:
|
1153
|
-
error:
|
1154
|
-
success: Newsletter settings successfully updated
|
1223
|
+
error: There was a problem saving the newsletter settings.
|
1224
|
+
success: Newsletter settings successfully updated.
|
1155
1225
|
newsletters_opt_in_mailer:
|
1156
1226
|
notify:
|
1157
1227
|
body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the new 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}.
|
@@ -1171,7 +1241,6 @@ en:
|
|
1171
1241
|
no_notifications: No notifications yet.
|
1172
1242
|
show:
|
1173
1243
|
missing_event: Oops, this notification belongs to an item that is no longer available. You can discard it.
|
1174
|
-
moderated: Content moderated
|
1175
1244
|
notifications_digest_mailer:
|
1176
1245
|
header:
|
1177
1246
|
daily: Daily Notification Digest
|
@@ -1186,8 +1255,8 @@ en:
|
|
1186
1255
|
notifications_settings:
|
1187
1256
|
show:
|
1188
1257
|
administrators: Administrators
|
1189
|
-
allow_public_contact: Allow anyone to send me a direct message, even if I
|
1190
|
-
allow_push_notifications: Get push notifications to find out what
|
1258
|
+
allow_public_contact: Allow anyone to send me a direct message, even if I do not follow them.
|
1259
|
+
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.
|
1191
1260
|
direct_messages: Receive direct messages from anyone
|
1192
1261
|
email_on_moderations: I want to receive an email every time something or someone is reported for moderation.
|
1193
1262
|
everything_followed: Everything I follow
|
@@ -1203,26 +1272,22 @@ en:
|
|
1203
1272
|
notifications_sending_frequency: How often do you want to receive the notifications email?
|
1204
1273
|
own_activity: My own activity, like when someone comments in my proposal or mentions me
|
1205
1274
|
push_notifications: Push notifications
|
1206
|
-
push_notifications_reminder: To get notifications from the platform, you
|
1275
|
+
push_notifications_reminder: To get notifications from the platform, you will need to allow them in your browser settings first.
|
1207
1276
|
receive_notifications_about: I want to get notifications about
|
1208
1277
|
update_notifications_settings: Save changes
|
1209
1278
|
update:
|
1210
1279
|
error: There was a problem updating your notifications settings.
|
1211
1280
|
success: Your notifications settings were successfully updated.
|
1212
1281
|
offline:
|
1282
|
+
name: Offline
|
1213
1283
|
show:
|
1214
|
-
message: It looks like you
|
1284
|
+
message: It looks like you are currently offline. Please, try again later.
|
1215
1285
|
retry: Retry
|
1216
1286
|
open_data:
|
1217
1287
|
not_available_yet: The Open Data files are not yet available, please try again in a few minutes.
|
1218
|
-
own_user_groups:
|
1219
|
-
index:
|
1220
|
-
pending: Pending
|
1221
|
-
rejected: Rejected
|
1222
|
-
verified: Verified
|
1223
1288
|
pad_iframe:
|
1224
1289
|
disclaimer: The contents of this pad are written by registered users and express their opinions. %{organization} cannot be held responsible for its contents.
|
1225
|
-
explanation: Use this pad to collaboratively take notes during the meeting so it
|
1290
|
+
explanation: Use this pad to collaboratively take notes during the meeting so it is easier to write down the minute afterwards.
|
1226
1291
|
pad: Pad
|
1227
1292
|
pages:
|
1228
1293
|
home:
|
@@ -1236,20 +1301,19 @@ en:
|
|
1236
1301
|
proposals: Proposals
|
1237
1302
|
proposals_explanation: Make proposals, support existing ones and promote the changes you want to see.
|
1238
1303
|
footer_sub_hero:
|
1239
|
-
|
1304
|
+
footer_sub_hero_body_html: Let's build a more open, transparent and collaborative society.<br /> Join, participate and decide.
|
1240
1305
|
footer_sub_hero_headline: Welcome to %{organization} participatory platform.
|
1241
1306
|
register: Register
|
1242
1307
|
hero:
|
1243
1308
|
participate: Participate
|
1309
|
+
participate_title: Participate in the platform's processes
|
1244
1310
|
welcome: Welcome to %{organization}!
|
1245
|
-
metrics:
|
1246
|
-
headline: Metrics
|
1247
1311
|
statistics:
|
1248
1312
|
headline: Current state of %{organization}
|
1249
1313
|
sub_hero:
|
1250
1314
|
register: Register
|
1315
|
+
register_title: Sign up to create an account
|
1251
1316
|
index:
|
1252
|
-
read_more: Read more
|
1253
1317
|
standalone_pages: Pages
|
1254
1318
|
subheading: Navigate through the help pages of %{name}
|
1255
1319
|
title: Help
|
@@ -1257,60 +1321,71 @@ en:
|
|
1257
1321
|
participatory_space:
|
1258
1322
|
metrics:
|
1259
1323
|
headline: Metrics
|
1260
|
-
link: Show all
|
1261
|
-
|
1324
|
+
link: Show all
|
1325
|
+
terms_of_service:
|
1262
1326
|
accept:
|
1263
|
-
error: There was a problem accepting the terms
|
1264
|
-
success: Great! You have accepted the terms
|
1327
|
+
error: There was a problem accepting the terms of service.
|
1328
|
+
success: Great! You have accepted the terms of service.
|
1265
1329
|
form:
|
1266
1330
|
agreement: I agree with these terms
|
1267
|
-
legend: Agree to the terms
|
1331
|
+
legend: Agree to the terms of service
|
1268
1332
|
refuse:
|
1269
|
-
modal_body: If you refuse, you
|
1333
|
+
modal_body: If you refuse, you will not be able to use the platform, you can <a href="%{download_your_data_path}">download your data</a> and/or <a href="%{delete_path}">delete your account</a>.
|
1270
1334
|
modal_btn_continue: Accept terms and continue
|
1271
|
-
modal_btn_exit: I
|
1335
|
+
modal_btn_exit: I will review it later
|
1272
1336
|
modal_button: Refuse the terms
|
1273
|
-
|
1274
|
-
modal_title: Do you really refuse the updated Terms and Conditions?
|
1337
|
+
modal_title: Do you really refuse the updated terms of service?
|
1275
1338
|
required_review:
|
1276
|
-
alert: We
|
1277
|
-
body: Please take a moment to review updates to our Terms of Services. Otherwise you
|
1339
|
+
alert: We have updated our Terms of Service, please review them.
|
1340
|
+
body: Please take a moment to review updates to our Terms of Services. Otherwise you will not be able to use the platform.
|
1278
1341
|
title: 'Required: Review updates to our terms of service'
|
1279
1342
|
participatory_space_private_users:
|
1280
1343
|
not_allowed: You are not allowed to view this content
|
1281
1344
|
passwords:
|
1282
1345
|
update:
|
1283
|
-
error: There was a problem updating the password
|
1284
|
-
success: Password successfully updated
|
1346
|
+
error: There was a problem updating the password.
|
1347
|
+
success: Password successfully updated.
|
1285
1348
|
profile:
|
1286
|
-
deleted:
|
1287
|
-
inaccessible_message: This profile is inaccessible due to
|
1288
|
-
view: View
|
1349
|
+
deleted: Deleted participant
|
1350
|
+
inaccessible_message: This profile is inaccessible due to terms of service violation!
|
1289
1351
|
profiles:
|
1290
|
-
default_officialization_text_for_user_groups: This group is publicly verified, its name has been verified to correspond with its real name
|
1291
|
-
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
|
1352
|
+
default_officialization_text_for_user_groups: This group is publicly verified, its name has been verified to correspond with its real name.
|
1353
|
+
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.
|
1292
1354
|
show:
|
1293
1355
|
activity: Activity
|
1294
1356
|
badges: Badges
|
1295
1357
|
conversations: Conversations
|
1296
1358
|
followers: Followers
|
1297
1359
|
following: Follows
|
1360
|
+
group_admins: Manage admins
|
1361
|
+
group_members: Manage members
|
1298
1362
|
groups: Groups
|
1299
1363
|
members: Members
|
1300
1364
|
officialized: Official participant
|
1301
1365
|
send_private_message: Send private message
|
1302
|
-
timeline: Timeline
|
1303
|
-
view_full_profile: View full profile
|
1304
1366
|
sidebar:
|
1305
1367
|
badges:
|
1306
1368
|
info: Badges are earned by performing specific activity in the platform.
|
1307
1369
|
title: Badges
|
1308
1370
|
user:
|
1309
|
-
|
1371
|
+
actions:
|
1372
|
+
create_user_group: Create group
|
1373
|
+
disabled_message: Message
|
1374
|
+
edit_profile: Edit profile
|
1375
|
+
edit_user_group: Edit group profile
|
1376
|
+
invite_user: Invite participant
|
1377
|
+
join_user_group: Request to join group
|
1378
|
+
leave_user_group: Leave group
|
1379
|
+
manage_user_group: Manage group
|
1380
|
+
manage_user_group_admins: Manage admins
|
1381
|
+
manage_user_group_users: Manage members
|
1382
|
+
message: Message
|
1383
|
+
resend_email_confirmation_instructions: Resend email confirmation instructions
|
1384
|
+
confirmation_instructions_sent: Email confirmation instructions sent.
|
1310
1385
|
create_user_group: Create group
|
1311
1386
|
edit_profile: Edit profile
|
1312
1387
|
edit_user_group: Edit group profile
|
1313
|
-
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it
|
1388
|
+
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
|
1314
1389
|
invite_user: Invite participant
|
1315
1390
|
join_user_group: Request to join group
|
1316
1391
|
leave_user_group: Leave group
|
@@ -1356,27 +1431,24 @@ en:
|
|
1356
1431
|
scopes_picker_input:
|
1357
1432
|
select_scope: 'Select a scope (currently: %{current})'
|
1358
1433
|
search:
|
1434
|
+
name: Search
|
1359
1435
|
results: Search results
|
1360
1436
|
results_found_for_term: '%{count} Results for the search: "%{term}"'
|
1361
1437
|
term_input_placeholder: Search
|
1362
1438
|
searches:
|
1363
1439
|
filters:
|
1364
|
-
back: Back to results
|
1365
1440
|
jump_to: 'Jump to:'
|
1441
|
+
search: Search
|
1366
1442
|
state:
|
1367
1443
|
active: Active
|
1368
1444
|
all: All
|
1369
1445
|
future: Future
|
1370
1446
|
past: Past
|
1371
1447
|
filters_small_view:
|
1372
|
-
close_modal: Close modal
|
1373
1448
|
filter: Filter
|
1449
|
+
filter_and_search: Filter and Search
|
1374
1450
|
filter_by: Filter by
|
1375
|
-
unfold: Unfold
|
1376
1451
|
results:
|
1377
|
-
results:
|
1378
|
-
one: "%{count} result"
|
1379
|
-
other: "%{count} results"
|
1380
1452
|
view_all: View all (%{count})
|
1381
1453
|
security:
|
1382
1454
|
selfxss_warning:
|
@@ -1388,10 +1460,6 @@ en:
|
|
1388
1460
|
close_modal: Close modal
|
1389
1461
|
ok: OK
|
1390
1462
|
title: Confirm
|
1391
|
-
embed_modal:
|
1392
|
-
close_window: Close window
|
1393
|
-
embed: Please paste this code in your page
|
1394
|
-
embed_link: Embed
|
1395
1463
|
extended_navigation_bar:
|
1396
1464
|
more: More
|
1397
1465
|
unfold: Unfold
|
@@ -1402,7 +1470,9 @@ en:
|
|
1402
1470
|
already_reported: This content is already reported and it will be reviewed by an admin.
|
1403
1471
|
close: Close
|
1404
1472
|
description: Is this content inappropriate?
|
1405
|
-
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think
|
1473
|
+
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think does not belong on %{organization_name}.
|
1474
|
+
hide: Hide
|
1475
|
+
hide_content: Hide this content
|
1406
1476
|
offensive: Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.
|
1407
1477
|
reason: Reason
|
1408
1478
|
report: Report
|
@@ -1410,28 +1480,31 @@ en:
|
|
1410
1480
|
title: Report inappropriate content
|
1411
1481
|
flag_user_modal:
|
1412
1482
|
already_reported: This content is already reported and it will be reviewed by an admin.
|
1483
|
+
block: Block this participant
|
1413
1484
|
close: Close
|
1414
1485
|
description: What is inappropriate about the user?
|
1415
|
-
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think
|
1486
|
+
does_not_belong: Contains illegal activity, suicide threats, personal information, or something else you think does not belong on %{organization_name}.
|
1487
|
+
hide: Hide all their contents
|
1416
1488
|
offensive: Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.
|
1417
1489
|
report: Report
|
1418
1490
|
spam: Contains clickbait, advertising, scams or script bots.
|
1419
1491
|
title: Report inappropriate User
|
1420
1492
|
floating_help:
|
1421
|
-
close: Close help
|
1422
1493
|
help: Help
|
1423
1494
|
follow_button:
|
1424
|
-
|
1495
|
+
log_in_before_follow: Please log in before performing this action
|
1425
1496
|
login_modal:
|
1426
|
-
|
1427
|
-
please_sign_in: Please sign in
|
1497
|
+
please_log_in: Please log in
|
1428
1498
|
sign_up: Sign up
|
1429
1499
|
mentions_modal:
|
1430
1500
|
remove_recipient: Remove recipient %{name}
|
1431
1501
|
participatory_space_filters:
|
1432
1502
|
filters:
|
1503
|
+
area: Area
|
1433
1504
|
areas: Areas
|
1505
|
+
scope: Scope
|
1434
1506
|
select_an_area: Select an area
|
1507
|
+
progress: Progress
|
1435
1508
|
public_participation:
|
1436
1509
|
public_participation: Show my attendance publicly
|
1437
1510
|
reference:
|
@@ -1443,13 +1516,13 @@ en:
|
|
1443
1516
|
label: 'Results per page:'
|
1444
1517
|
title: Select number of results per page
|
1445
1518
|
share_modal:
|
1446
|
-
close_window: Close window
|
1447
1519
|
copy_share_link: Copy
|
1448
1520
|
copy_share_link_clarification: Copy share link to clipboard
|
1449
1521
|
copy_share_link_copied: Copied!
|
1450
1522
|
copy_share_link_message: The link was successfully copied to clipboard.
|
1451
1523
|
share: Share
|
1452
1524
|
share_link: Share link
|
1525
|
+
share_to: Share to %{service}
|
1453
1526
|
statistics:
|
1454
1527
|
comments_count: Comments
|
1455
1528
|
endorsements_count: Endorsements
|
@@ -1472,41 +1545,23 @@ en:
|
|
1472
1545
|
user_contact_disabled: This participant does not accept direct messages.
|
1473
1546
|
user_conversations:
|
1474
1547
|
create:
|
1475
|
-
error: The message could not be created. Try again later
|
1548
|
+
error: The message could not be created. Try again later.
|
1476
1549
|
existing_error: The message could not be created. The conversation already exists, please try again now.
|
1477
1550
|
success: Conversation started successfully!
|
1478
1551
|
index:
|
1479
|
-
add_max_users: 'Add users to conversation: 9 users max'
|
1480
|
-
add_users_placeholder: Search...
|
1481
|
-
close: Close
|
1482
1552
|
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.
|
1483
|
-
from: From
|
1484
|
-
last_message: Last message
|
1485
|
-
modal_title: New conversation
|
1486
|
-
new_conversation: New conversation
|
1487
|
-
next: Next
|
1488
1553
|
no_conversations_warning: There are no conversations yet.
|
1489
|
-
no_results: No results
|
1490
|
-
participant_with_disabled_message_reception: This participant has disabled message reception
|
1491
1554
|
time_ago: "%{time} ago"
|
1492
|
-
new:
|
1493
|
-
title: Start a conversation
|
1494
1555
|
reply:
|
1495
1556
|
placeholder: Your reply...
|
1496
1557
|
send: Send
|
1497
|
-
title_reply: Reply
|
1498
|
-
show:
|
1499
|
-
back: Show all conversations
|
1500
|
-
deleted_accounts: You can't have a conversation with deleted accounts.
|
1501
|
-
not_allowed: This user does not accept any more direct messages.
|
1502
|
-
title: Conversation with %{usernames}
|
1503
1558
|
update:
|
1504
1559
|
error: Message not sent. Try again later
|
1505
1560
|
user_interests:
|
1506
1561
|
show:
|
1507
1562
|
my_interests: My interests
|
1508
|
-
no_scopes: This organization
|
1509
|
-
select_your_interests: Select the topics you
|
1563
|
+
no_scopes: This organization does not have any scope yet!
|
1564
|
+
select_your_interests: Select the topics you are interested in to receive events related to them in your profile Timeline tab.
|
1510
1565
|
update_my_interests: Update my interests
|
1511
1566
|
update:
|
1512
1567
|
error: There was a problem updating your interests.
|
@@ -1519,36 +1574,31 @@ en:
|
|
1519
1574
|
greetings: Greetings,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1520
1575
|
hello: Hello %{admin},
|
1521
1576
|
subject: A new user has been reported in %{organization_name}
|
1577
|
+
user_update_mailer:
|
1578
|
+
notify:
|
1579
|
+
body_1: We are sending you this message to inform you about an update to your account.
|
1580
|
+
body_2: In case you have not performed such update yourself, please log in to your account to change your password. In case you cannot log in, please contact the platform support.
|
1581
|
+
greetings: Greetings,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1582
|
+
hello: Hello %{user}
|
1583
|
+
main_body: 'The following details have been changed: %{updates}.'
|
1584
|
+
update_fields: "%{updates} and %{last_update}"
|
1585
|
+
subject: Your account was updated
|
1522
1586
|
version:
|
1523
1587
|
show:
|
1524
1588
|
back_to_resource: Go back
|
1525
1589
|
changes_at_title: Changes at "%{title}"
|
1526
1590
|
number_of_versions: Versions
|
1527
|
-
show_all_versions: Show all versions
|
1528
|
-
version_author: Version author
|
1529
1591
|
version_created_at: Version created at
|
1530
|
-
version_number: Version number
|
1531
|
-
version_number_out_of_total: "%{current_version} out of %{total_count}"
|
1532
|
-
version_author:
|
1533
|
-
show:
|
1534
|
-
deleted: Deleted participant
|
1535
1592
|
versions:
|
1536
1593
|
resource_version:
|
1537
1594
|
of_versions: "(of %{number})"
|
1538
1595
|
see_other_versions: see other versions
|
1539
1596
|
version: Version number %{number}
|
1540
|
-
versions_list:
|
1541
|
-
show:
|
1542
|
-
back_to_resource: Go back
|
1543
|
-
changes_at_title: Changes at "%{title}"
|
1544
|
-
number_of_versions: Versions
|
1545
|
-
title: Versions
|
1546
1597
|
versions_list_item:
|
1547
|
-
back: Show all versions
|
1548
1598
|
show:
|
1549
|
-
version_index: Version %{index}
|
1599
|
+
version_index: Version %{index} of %{total}
|
1550
1600
|
welcome_notification:
|
1551
|
-
default_body: <p>Hi {{name}}, thanks for joining {{organization}} and welcome!</p><ul><li>If you want to get a quick idea of what you can do here, have a look at the <a href="{{help_url}}">Help</a> section.</li><li>Once you have read it you will get your first badge. Here
|
1601
|
+
default_body: <p>Hi {{name}}, thanks for joining {{organization}} and welcome!</p><ul><li>If you want to get a quick idea of what you can do here, have a look at the <a href="{{help_url}}">Help</a> section.</li><li>Once you have read it you will get your first badge. Here is a <a href="{{badges_url}}">list of all the badges</a> you can get as you participate in {{organization}}</li><li>Last but not least, join other people, share with them the experience of being engaged and participating in {{organization}}. Make proposals, comments, debate, think about how to contribute to the common good, provide arguments to convince, listen and read to be convinced, express your ideas in a concrete and direct way, respond with patience and decision, defend your ideas and keep an open mind to collaborate and join other people's ideas.</li></ul>
|
1552
1602
|
default_subject: Thanks for joining {{organization}}!
|
1553
1603
|
wizard_step_form:
|
1554
1604
|
wizard_aside:
|
@@ -1571,8 +1621,8 @@ en:
|
|
1571
1621
|
last_attempt: You have one more attempt before your account is locked.
|
1572
1622
|
locked: Your account is locked.
|
1573
1623
|
not_found_in_database: Invalid %{authentication_keys} or password.
|
1574
|
-
timeout: Your session expired. Please
|
1575
|
-
unauthenticated: You need to
|
1624
|
+
timeout: Your session expired. Please log in again to continue.
|
1625
|
+
unauthenticated: You need to log in or sign up before continuing.
|
1576
1626
|
invitations:
|
1577
1627
|
edit:
|
1578
1628
|
header: Finish creating your account
|
@@ -1596,7 +1646,7 @@ en:
|
|
1596
1646
|
subject: Confirmation instructions
|
1597
1647
|
email_changed:
|
1598
1648
|
greeting: Hello %{recipient}!
|
1599
|
-
message: We
|
1649
|
+
message: We are contacting you to notify you that your email is being changed to %{email}.
|
1600
1650
|
subject: Email Changed
|
1601
1651
|
invitation_instructions:
|
1602
1652
|
accept: Accept invitation
|
@@ -1604,8 +1654,8 @@ en:
|
|
1604
1654
|
decline: Decline invitation
|
1605
1655
|
hello: Hello %{email},
|
1606
1656
|
ignore: |-
|
1607
|
-
If you
|
1608
|
-
Your account
|
1657
|
+
If you do not want to accept the invitation, please ignore this email.<br />
|
1658
|
+
Your account will not be created until you access the link above and set your nickname and password.
|
1609
1659
|
invited_you_as_admin: "%{invited_by} has invited you as an admin of %{application}. You can accept it through the link below."
|
1610
1660
|
invited_you_as_private_user: "%{invited_by} has invited you as a private participant of %{application}. You can accept it through the link below."
|
1611
1661
|
someone_invited_you: Someone has invited you to %{application}. You can accept it through the link below.
|
@@ -1613,29 +1663,29 @@ en:
|
|
1613
1663
|
someone_invited_you_as_private_user: Someone has invited you as private participant of %{application}, you can accept it through the link below.
|
1614
1664
|
subject: Invitation instructions
|
1615
1665
|
invite_admin:
|
1616
|
-
subject: You
|
1666
|
+
subject: You have been invited to manage %{organization}
|
1617
1667
|
invite_collaborator:
|
1618
|
-
subject: You
|
1668
|
+
subject: You have been invited to collaborate on %{organization}
|
1619
1669
|
invite_private_user:
|
1620
|
-
subject: You
|
1670
|
+
subject: You have been invited to a private participatory process on %{organization}
|
1621
1671
|
organization_admin_invitation_instructions:
|
1622
|
-
subject: You
|
1672
|
+
subject: You have been invited to manage %{organization}
|
1623
1673
|
password_change:
|
1624
1674
|
greeting: Hello %{recipient}!
|
1625
|
-
message: We
|
1675
|
+
message: We are contacting you to notify you that your password has been changed.
|
1626
1676
|
subject: Password changed
|
1627
1677
|
reset_password_instructions:
|
1628
1678
|
action: Change my password
|
1629
1679
|
greeting: Hello %{recipient}!
|
1630
1680
|
instruction: Someone has requested a link to change your password, and you can do this through the link below.
|
1631
|
-
instruction_2: If you
|
1632
|
-
instruction_3: Your password
|
1681
|
+
instruction_2: If you did not request this, please ignore this email.
|
1682
|
+
instruction_3: Your password will not change until you access the link above and create a new one.
|
1633
1683
|
subject: Reset password instructions
|
1634
1684
|
unlock_instructions:
|
1635
1685
|
action: Unlock my account
|
1636
1686
|
greeting: Hello %{recipient}!
|
1637
1687
|
instruction: 'Click the link below to unlock your account:'
|
1638
|
-
message: Your account has been locked due to an excessive amount of unsuccessful
|
1688
|
+
message: Your account has been locked due to an excessive amount of unsuccessful log in attempts.
|
1639
1689
|
subject: Unlock instructions
|
1640
1690
|
omniauth_callbacks:
|
1641
1691
|
failure: Could not authenticate you from %{kind} because "%{reason}".
|
@@ -1645,13 +1695,14 @@ en:
|
|
1645
1695
|
change_my_password: Change my password
|
1646
1696
|
confirm_new_password: Confirm new password
|
1647
1697
|
new_password: New password
|
1648
|
-
|
1649
|
-
|
1698
|
+
old_password_help: In order to confirm the changes to your account, please provide your current password.
|
1699
|
+
password_help: "%{minimum_characters} characters minimum, must not be too common (e.g. 123456) and must be different from your nickname and your email."
|
1700
|
+
password_help_admin: "%{minimum_characters} characters minimum, must not be too common (e.g. 123456), must be different from your nickname and your email and must be different from your old passwords."
|
1650
1701
|
title: Password change
|
1651
1702
|
new:
|
1652
1703
|
forgot_your_password: Forgot your password?
|
1653
1704
|
send_me_reset_password_instructions: Send me reset password instructions
|
1654
|
-
no_token: You
|
1705
|
+
no_token: You cannot access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided.
|
1655
1706
|
send_instructions: You will receive an email with instructions on how to reset your password in a few minutes.
|
1656
1707
|
send_paranoid_instructions: If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes.
|
1657
1708
|
updated: Your password has been successfully changed. You are now signed in.
|
@@ -1667,19 +1718,19 @@ en:
|
|
1667
1718
|
update_needs_confirmation: You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address.
|
1668
1719
|
updated: Your account has been successfully updated.
|
1669
1720
|
sessions:
|
1670
|
-
already_signed_out:
|
1721
|
+
already_signed_out: Logged out successfully.
|
1671
1722
|
new:
|
1672
|
-
|
1673
|
-
signed_in:
|
1674
|
-
signed_out:
|
1723
|
+
log_in: Log in
|
1724
|
+
signed_in: Logged in successfully.
|
1725
|
+
signed_out: Logged out successfully.
|
1675
1726
|
shared:
|
1676
1727
|
links:
|
1677
1728
|
back: Back
|
1678
|
-
didn_t_receive_confirmation_instructions:
|
1679
|
-
didn_t_receive_unlock_instructions:
|
1729
|
+
didn_t_receive_confirmation_instructions: Did not receive confirmation instructions?
|
1730
|
+
didn_t_receive_unlock_instructions: Did not receive unlock instructions?
|
1680
1731
|
forgot_your_password: Forgot your password?
|
1681
|
-
|
1682
|
-
|
1732
|
+
log_in: Log in
|
1733
|
+
log_in_with_provider: Log in with %{provider}
|
1683
1734
|
sign_up: Sign up
|
1684
1735
|
minimum_password_length:
|
1685
1736
|
one: "(%{count} character minimum)"
|
@@ -1689,29 +1740,114 @@ en:
|
|
1689
1740
|
resend_unlock_instructions: Resend unlock instructions
|
1690
1741
|
send_instructions: You will receive an email with instructions for how to unlock your account in a few minutes.
|
1691
1742
|
send_paranoid_instructions: If your account exists, you will receive an email with instructions for how to unlock it in a few minutes.
|
1692
|
-
unlocked: Your account has been successfully unlocked. Please
|
1743
|
+
unlocked: Your account has been successfully unlocked. Please log in to continue.
|
1693
1744
|
doorkeeper:
|
1694
1745
|
scopes:
|
1695
1746
|
public: Your public information.
|
1747
|
+
editor:
|
1748
|
+
extensions:
|
1749
|
+
image:
|
1750
|
+
altLabel: Alternative text for the image
|
1751
|
+
nodeView:
|
1752
|
+
resizer:
|
1753
|
+
control:
|
1754
|
+
resize: Resize image (%position%)
|
1755
|
+
position:
|
1756
|
+
bottomLeft: bottom left corner
|
1757
|
+
bottomRight: bottom right corner
|
1758
|
+
topLeft: top left corner
|
1759
|
+
topRight: top right corner
|
1760
|
+
uploadError: Uploading the file failed.
|
1761
|
+
link:
|
1762
|
+
bubbleMenu:
|
1763
|
+
edit: Edit
|
1764
|
+
remove: Remove
|
1765
|
+
url: URL
|
1766
|
+
hrefLabel: Link URL
|
1767
|
+
targetLabel: Target
|
1768
|
+
targets:
|
1769
|
+
blank: New tab
|
1770
|
+
default: Default (same tab)
|
1771
|
+
videoEmbed:
|
1772
|
+
titleLabel: Title
|
1773
|
+
urlLabel: Video URL
|
1774
|
+
inputDialog:
|
1775
|
+
buttons:
|
1776
|
+
cancel: Cancel
|
1777
|
+
remove: Remove
|
1778
|
+
save: Save
|
1779
|
+
close: Close modal
|
1780
|
+
toolbar:
|
1781
|
+
control:
|
1782
|
+
blockquote: Blockquote
|
1783
|
+
bold: Bold
|
1784
|
+
bulletList: Unordered list
|
1785
|
+
codeBlock: Code block
|
1786
|
+
common:
|
1787
|
+
eraseStyles: Erase styles
|
1788
|
+
hardBreak: Line break
|
1789
|
+
heading: Text style
|
1790
|
+
image: Image
|
1791
|
+
indent:
|
1792
|
+
indent: Indent
|
1793
|
+
outdent: Outdent
|
1794
|
+
italic: Italic
|
1795
|
+
link: Link
|
1796
|
+
orderedList: Ordered list
|
1797
|
+
underline: Underline
|
1798
|
+
videoEmbed: Video embed
|
1799
|
+
textStyle:
|
1800
|
+
heading: Heading %level%
|
1801
|
+
normal: Normal
|
1802
|
+
upload:
|
1803
|
+
uploadedFile: Uploaded file
|
1804
|
+
emojis:
|
1805
|
+
button: Add emoji
|
1806
|
+
categories:
|
1807
|
+
activities: Activities
|
1808
|
+
animals-nature: Animals & Nature
|
1809
|
+
custom: Custom
|
1810
|
+
flags: Flags
|
1811
|
+
food-drink: Food & Drink
|
1812
|
+
objects: Objects
|
1813
|
+
people-body: People & Body
|
1814
|
+
recents: Recently Used
|
1815
|
+
smileys-emotion: Smileys & Emotion
|
1816
|
+
symbols: Symbols
|
1817
|
+
travel-places: Travel & Places
|
1818
|
+
error:
|
1819
|
+
load: Failed to load emojis
|
1820
|
+
recents:
|
1821
|
+
clear: Clear recent emojis
|
1822
|
+
none: You have not selected any emojis yet.
|
1823
|
+
retry: Try again
|
1824
|
+
search:
|
1825
|
+
_: Search emojis...
|
1826
|
+
clear: Clear search
|
1827
|
+
error: Failed to search emojis
|
1828
|
+
not_found: No results found
|
1696
1829
|
errors:
|
1697
1830
|
messages:
|
1698
1831
|
allowed_file_content_types: 'only files with the following extensions are allowed: %{types}'
|
1699
|
-
already_confirmed: was already confirmed, please try
|
1832
|
+
already_confirmed: was already confirmed, please try logging in
|
1833
|
+
blank: cannot be blank
|
1834
|
+
cannot_be_blank: cannot be blank
|
1835
|
+
confirmation: does not match %{attribute}
|
1700
1836
|
confirmation_period_expired: needs to be confirmed within %{period}, please request a new one
|
1701
1837
|
content_type_allowlist_error: the file type is not valid
|
1702
|
-
cycle_detected: a scope's parent
|
1838
|
+
cycle_detected: a scope's parent cannot be one of its descendants
|
1839
|
+
empty: cannot be empty
|
1703
1840
|
expired: has expired, please request a new one
|
1704
1841
|
file_size_is_less_than_or_equal_to: file size must be less than or equal to %{count}
|
1705
1842
|
invalid_time_zone: is not a valid time zone
|
1706
1843
|
long_words: contains words that are too long (over 35 characters)
|
1707
1844
|
must_start_with_caps: must start with a capital letter
|
1708
|
-
nesting_too_deep:
|
1845
|
+
nesting_too_deep: cannot be inside of a subcategory
|
1709
1846
|
not_found: could not be found. Did you sign up previously?
|
1710
1847
|
not_locked: was not locked
|
1711
1848
|
not_saved:
|
1712
1849
|
one: 'There''s been an error processing your request:'
|
1713
1850
|
other: 'There were multiple errors when processing your request:'
|
1714
|
-
password_confirmation_message: '"Confirm your password" does not match Password'
|
1715
1851
|
too_many_marks: is using too many consecutive punctuation marks (e.g. ! and ?)
|
1716
1852
|
too_much_caps: is using too many capital letters (over 25% of the text)
|
1717
1853
|
too_short: is too short (under %{count} characters)
|
@@ -1729,6 +1865,9 @@ en:
|
|
1729
1865
|
timestamp_error_message: Sorry, that was too quick! Please resubmit.
|
1730
1866
|
layouts:
|
1731
1867
|
decidim:
|
1868
|
+
announcements:
|
1869
|
+
view_less: Show less
|
1870
|
+
view_more: More information
|
1732
1871
|
data_consent:
|
1733
1872
|
details:
|
1734
1873
|
columns:
|
@@ -1784,14 +1923,16 @@ en:
|
|
1784
1923
|
cc_by_license: Creative Commons License
|
1785
1924
|
data_consent_settings: Cookie settings
|
1786
1925
|
decidim_logo: Decidim Logo
|
1926
|
+
decidim_title: Decidim
|
1787
1927
|
download_open_data: Download Open Data files
|
1928
|
+
log_in: Log in
|
1788
1929
|
made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
|
1930
|
+
resources: Resources
|
1931
|
+
sign_up: Sign Up
|
1932
|
+
terms_and_conditions: Terms and Conditions
|
1789
1933
|
header:
|
1790
|
-
|
1934
|
+
log_in: Log in
|
1791
1935
|
main_menu: Main menu
|
1792
|
-
navigation: Navigation
|
1793
|
-
sign_in: Sign In
|
1794
|
-
sign_up: Sign Up
|
1795
1936
|
user_menu: User menu
|
1796
1937
|
impersonation_warning:
|
1797
1938
|
close_session: Close session
|
@@ -1803,7 +1944,11 @@ en:
|
|
1803
1944
|
mark_all_as_read: Mark all as read
|
1804
1945
|
mark_as_read: Mark as read
|
1805
1946
|
offline_banner:
|
1806
|
-
cache_version_page: Oooops! Your network is offline. This is a previously cached version of the page you
|
1947
|
+
cache_version_page: Oooops! Your network is offline. This is a previously cached version of the page you are visiting, perhaps the content is not up to date.
|
1948
|
+
shared:
|
1949
|
+
layout_item:
|
1950
|
+
next: Next item
|
1951
|
+
prev: Previous item
|
1807
1952
|
social_media_links:
|
1808
1953
|
facebook: "%{organization} at Facebook"
|
1809
1954
|
github: "%{organization} at GitHub"
|
@@ -1813,18 +1958,17 @@ en:
|
|
1813
1958
|
timeout_modal:
|
1814
1959
|
body: You have been inactive for %{minutes} minutes. If you continue being inactive, you will be automatically signed out for your own security.
|
1815
1960
|
continue_session: Continue session
|
1816
|
-
|
1961
|
+
log_out: Log out
|
1817
1962
|
title: Would you like to continue your session?
|
1818
|
-
upload_modal:
|
1819
|
-
close_modal: Close modal
|
1820
1963
|
user_menu:
|
1821
1964
|
account: 'User account: %{name}'
|
1822
1965
|
admin_dashboard: Admin dashboard
|
1966
|
+
configuration: Configuration
|
1823
1967
|
conversations: Conversations
|
1968
|
+
log_out: Log out
|
1824
1969
|
notifications: Notifications
|
1825
1970
|
profile: My account
|
1826
1971
|
public_profile: My public profile
|
1827
|
-
sign_out: Sign out
|
1828
1972
|
title: Profile links
|
1829
1973
|
user_profile:
|
1830
1974
|
account: Account
|
@@ -1833,15 +1977,14 @@ en:
|
|
1833
1977
|
my_data: My data
|
1834
1978
|
my_interests: My interests
|
1835
1979
|
notifications_settings: Notifications settings
|
1980
|
+
profile: Profile
|
1836
1981
|
title: Participant settings
|
1837
1982
|
user_groups: Groups
|
1838
|
-
widget:
|
1839
|
-
see_more: See more
|
1840
1983
|
locale:
|
1841
1984
|
name: English
|
1842
1985
|
name_with_error: English (error!)
|
1843
1986
|
password_validator:
|
1844
|
-
|
1987
|
+
denied: is denied
|
1845
1988
|
domain_included_in_password: is too similar to this domain name
|
1846
1989
|
email_included_in_password: is too similar to your email
|
1847
1990
|
fallback: is not valid
|
@@ -1853,6 +1996,12 @@ en:
|
|
1853
1996
|
password_too_common: is too common
|
1854
1997
|
password_too_long: is too long
|
1855
1998
|
password_too_short: is too short
|
1999
|
+
ransack:
|
2000
|
+
predicates:
|
2001
|
+
dtgt: after
|
2002
|
+
dtgteq: after or equal to
|
2003
|
+
dtlt: before
|
2004
|
+
dtlteq: before or equal to
|
1856
2005
|
social_share_button:
|
1857
2006
|
delicious: Delicious
|
1858
2007
|
douban: Douban
|
@@ -1894,6 +2043,7 @@ en:
|
|
1894
2043
|
accept_until_format: "%B %d, %Y %I:%M %p"
|
1895
2044
|
long: "%B %d, %Y %H:%M"
|
1896
2045
|
long_dashed: "%Y-%m-%d %H:%M:%S"
|
2046
|
+
long_with_particles: "%B %d, %Y at %H:%M"
|
1897
2047
|
short: "%d/%m/%Y %H:%M"
|
1898
2048
|
time_of_day: "%H:%M"
|
1899
2049
|
versions:
|
@@ -1903,21 +2053,17 @@ en:
|
|
1903
2053
|
dropdown:
|
1904
2054
|
choose_diff_view_html: 'HTML view mode:'
|
1905
2055
|
choose_diff_view_mode: 'Compare view mode:'
|
1906
|
-
choose_diff_view_mode_menu: Choose compare mode
|
1907
2056
|
option_escaped: Escaped
|
1908
2057
|
option_split: Side-by-side
|
1909
2058
|
option_unescaped: Unescaped
|
1910
2059
|
option_unified: Unified
|
2060
|
+
toggle: Toggle view
|
1911
2061
|
views:
|
1912
2062
|
pagination:
|
1913
|
-
|
1914
|
-
first_title: Link to the first page
|
1915
|
-
last: Last »
|
1916
|
-
last_title: Link to the last page
|
1917
|
-
next: Next ›
|
2063
|
+
next: Next
|
1918
2064
|
next_title: Link to the next page
|
1919
2065
|
pagination: Pagination
|
1920
|
-
previous:
|
2066
|
+
previous: Prev
|
1921
2067
|
previous_title: Link to the previous page
|
1922
2068
|
title: 'Page number: '
|
1923
2069
|
truncate: "…"
|