decidim-core 0.27.4 → 0.28.0.rc5

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