decidim-core 0.15.2 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim-core might be problematic. Click here for more details.

Files changed (354) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -1
  3. data/app/assets/config/decidim_core_manifest.js +14 -12
  4. data/app/assets/images/decidim/pattern.png +0 -0
  5. data/app/assets/javascripts/decidim.js.es6 +4 -0
  6. data/app/assets/javascripts/decidim/floating_help.js.es6 +40 -0
  7. data/app/assets/javascripts/decidim/input_hashtags.js.es6 +6 -4
  8. data/app/assets/javascripts/decidim/notifications.js.es6 +1 -1
  9. data/app/assets/javascripts/decidim/tooltip_keep_on_hover.js.es6 +18 -0
  10. data/app/assets/javascripts/decidim/vizzs/areachart.js.es6 +52 -10
  11. data/app/assets/javascripts/decidim/vizzs/metrics.js.es6 +68 -22
  12. data/app/assets/javascripts/decidim/vizzs/orgchart.js.es6 +10 -13
  13. data/app/assets/stylesheets/decidim/conference-diploma.css.scss +61 -0
  14. data/app/assets/stylesheets/decidim/layouts/_home.scss +1 -1
  15. data/app/assets/stylesheets/decidim/modules/_buttons.scss +4 -0
  16. data/app/assets/stylesheets/decidim/modules/_cards.scss +17 -1
  17. data/app/assets/stylesheets/decidim/modules/_conference-programme.scss +0 -4
  18. data/app/assets/stylesheets/decidim/modules/_filters.scss +37 -2
  19. data/app/assets/stylesheets/decidim/modules/_floating-helper.scss +106 -0
  20. data/app/assets/stylesheets/decidim/modules/_forms.scss +22 -0
  21. data/app/assets/stylesheets/decidim/modules/_help.scss +4 -0
  22. data/app/assets/stylesheets/decidim/modules/_layout.scss +1 -0
  23. data/app/assets/stylesheets/decidim/modules/_margins.scss +1 -0
  24. data/app/assets/stylesheets/decidim/modules/_modules.scss +1 -1
  25. data/app/assets/stylesheets/decidim/modules/_navbar.scss +5 -1
  26. data/app/assets/stylesheets/decidim/modules/_order-by.scss +11 -1
  27. data/app/assets/stylesheets/decidim/modules/_process-header.scss +36 -38
  28. data/app/assets/stylesheets/decidim/modules/_process-nav.scss +61 -10
  29. data/app/assets/stylesheets/decidim/modules/_process-phase.scss +63 -30
  30. data/app/assets/stylesheets/decidim/modules/_share.scss +4 -0
  31. data/app/assets/stylesheets/decidim/modules/_typography.scss +17 -0
  32. data/app/assets/stylesheets/decidim/{modules → vizzs}/_orgchart.scss +2 -10
  33. data/app/cells/decidim/activities_cell.rb +6 -2
  34. data/app/cells/decidim/activity/show.erb +22 -19
  35. data/app/cells/decidim/activity_cell.rb +35 -5
  36. data/app/cells/decidim/amendable/amend_button_card/show.erb +9 -0
  37. data/app/cells/decidim/amendable/amend_button_card_cell.rb +43 -0
  38. data/app/cells/decidim/amendable/amenders_list/show.erb +18 -0
  39. data/app/cells/decidim/amendable/amenders_list_cell.rb +7 -0
  40. data/app/cells/decidim/amendable/announcement_cell.rb +58 -0
  41. data/app/cells/decidim/amendable/emendation_actions/show.erb +13 -0
  42. data/app/cells/decidim/amendable/emendation_actions_cell.rb +52 -0
  43. data/app/cells/decidim/amendable/promote_button_card/show.erb +9 -0
  44. data/app/cells/decidim/amendable/promote_button_card_cell.rb +47 -0
  45. data/app/cells/decidim/author/profile_inline.erb +23 -4
  46. data/app/cells/decidim/author/profile_minicard.erb +25 -0
  47. data/app/cells/decidim/author/show.erb +0 -1
  48. data/app/cells/decidim/author_cell.rb +6 -0
  49. data/app/cells/decidim/card_cell.rb +2 -4
  50. data/app/cells/decidim/card_m/top.erb +1 -1
  51. data/app/cells/decidim/card_m_cell.rb +3 -0
  52. data/app/cells/decidim/content_blocks/last_activity_cell.rb +1 -1
  53. data/app/cells/decidim/follow_button/show.erb +0 -1
  54. data/app/cells/decidim/follow_button_cell.rb +10 -0
  55. data/app/cells/decidim/following/show.erb +1 -1
  56. data/app/cells/decidim/following_cell.rb +1 -1
  57. data/app/cells/decidim/notifications/show.erb +1 -0
  58. data/app/cells/decidim/pad_iframe/show.erb +14 -0
  59. data/app/cells/decidim/pad_iframe_cell.rb +57 -0
  60. data/app/cells/decidim/profile/user_tabs.erb +8 -6
  61. data/app/cells/decidim/profile_cell.rb +1 -1
  62. data/app/cells/decidim/profile_sidebar/show.erb +58 -42
  63. data/app/cells/decidim/profile_sidebar_cell.rb +6 -0
  64. data/app/cells/decidim/search_results/show.erb +8 -0
  65. data/app/cells/decidim/search_results_cell.rb +38 -0
  66. data/app/cells/decidim/search_results_section/show.erb +24 -0
  67. data/app/cells/decidim/search_results_section_cell.rb +35 -0
  68. data/app/cells/decidim/user_activity/show.erb +15 -0
  69. data/app/cells/decidim/user_activity_cell.rb +17 -0
  70. data/app/cells/decidim/user_profile/header.erb +1 -16
  71. data/app/cells/decidim/user_profile/user_data.erb +16 -0
  72. data/app/cells/decidim/user_profile_cell.rb +4 -0
  73. data/app/cells/decidim/user_timeline/show.erb +15 -0
  74. data/app/cells/decidim/user_timeline_cell.rb +17 -0
  75. data/app/commands/decidim/accept_user_group_join_request.rb +1 -1
  76. data/app/commands/decidim/amendable/accept.rb +84 -0
  77. data/app/commands/decidim/amendable/create.rb +103 -0
  78. data/app/commands/decidim/amendable/promote.rb +79 -0
  79. data/app/commands/decidim/amendable/reject.rb +60 -0
  80. data/app/commands/decidim/amendable/withdraw.rb +46 -0
  81. data/app/commands/decidim/create_omniauth_registration.rb +17 -1
  82. data/app/commands/decidim/create_registration.rb +2 -0
  83. data/app/commands/decidim/demote_membership.rb +1 -1
  84. data/app/commands/decidim/invite_user.rb +1 -1
  85. data/app/commands/decidim/invite_user_to_group.rb +1 -1
  86. data/app/commands/decidim/join_user_group.rb +1 -7
  87. data/app/commands/decidim/messaging/reply_to_conversation.rb +1 -1
  88. data/app/commands/decidim/promote_membership.rb +1 -1
  89. data/app/commands/decidim/reject_user_group_join_request.rb +1 -1
  90. data/app/commands/decidim/remove_user_from_group.rb +1 -1
  91. data/app/commands/decidim/search.rb +65 -16
  92. data/app/commands/decidim/update_account.rb +1 -1
  93. data/app/commands/decidim/update_notifications_settings.rb +2 -1
  94. data/app/commands/decidim/update_user_interests.rb +35 -0
  95. data/app/controllers/concerns/decidim/amendments_controller.rb +104 -0
  96. data/app/controllers/concerns/decidim/participatory_space_context.rb +28 -6
  97. data/app/controllers/concerns/decidim/user_groups.rb +23 -0
  98. data/app/controllers/concerns/decidim/user_profile.rb +2 -4
  99. data/app/controllers/decidim/components/base_controller.rb +1 -0
  100. data/app/controllers/decidim/devise/confirmations_controller.rb +9 -0
  101. data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +2 -1
  102. data/app/controllers/decidim/devise/passwords_controller.rb +6 -0
  103. data/app/controllers/decidim/devise/registrations_controller.rb +5 -0
  104. data/app/controllers/decidim/devise/sessions_controller.rb +12 -0
  105. data/app/controllers/decidim/group_admins_controller.rb +3 -0
  106. data/app/controllers/decidim/group_email_confirmations_controller.rb +32 -0
  107. data/app/controllers/decidim/group_invites_controller.rb +3 -0
  108. data/app/controllers/decidim/group_members_controller.rb +3 -0
  109. data/app/controllers/decidim/groups_controller.rb +3 -0
  110. data/app/controllers/decidim/homepage_controller.rb +10 -0
  111. data/app/controllers/decidim/last_activities_controller.rb +1 -1
  112. data/app/controllers/decidim/messaging/conversations_controller.rb +11 -2
  113. data/app/controllers/decidim/open_data_controller.rb +31 -0
  114. data/app/controllers/decidim/own_user_groups_controller.rb +3 -1
  115. data/app/controllers/decidim/pages_controller.rb +7 -15
  116. data/app/controllers/decidim/profiles_controller.rb +13 -2
  117. data/app/controllers/decidim/searches_controller.rb +11 -2
  118. data/app/controllers/decidim/user_activities_controller.rb +28 -0
  119. data/app/controllers/decidim/user_group_join_requests_controller.rb +3 -0
  120. data/app/controllers/decidim/user_interests_controller.rb +32 -0
  121. data/app/controllers/decidim/user_timeline_controller.rb +40 -0
  122. data/app/events/decidim/amendable/amendment_accepted_event.rb +23 -0
  123. data/app/events/decidim/amendable/amendment_base_event.rb +39 -0
  124. data/app/events/decidim/amendable/amendment_created_event.rb +23 -0
  125. data/app/events/decidim/amendable/amendment_rejected_event.rb +23 -0
  126. data/app/events/decidim/amendable/emendation_promoted_event.rb +23 -0
  127. data/app/events/decidim/welcome_notification_event.rb +58 -0
  128. data/app/forms/decidim/amendable/create_form.rb +54 -0
  129. data/app/forms/decidim/amendable/form.rb +22 -0
  130. data/app/forms/decidim/amendable/promote_form.rb +26 -0
  131. data/app/forms/decidim/amendable/reject_form.rb +14 -0
  132. data/app/forms/decidim/amendable/review_form.rb +35 -0
  133. data/app/forms/decidim/notifications_settings_form.rb +19 -6
  134. data/app/forms/decidim/omniauth_registration_form.rb +2 -1
  135. data/app/forms/decidim/user_group_form.rb +1 -2
  136. data/app/forms/decidim/user_interest_scope_form.rb +25 -0
  137. data/app/forms/decidim/user_interests_form.rb +22 -0
  138. data/app/helpers/decidim/amendments_helper.rb +130 -0
  139. data/app/helpers/decidim/application_helper.rb +19 -2
  140. data/app/helpers/decidim/card_helper.rb +0 -2
  141. data/app/helpers/decidim/cells_paginate_helper.rb +4 -0
  142. data/app/helpers/decidim/contextual_help_helper.rb +10 -0
  143. data/app/helpers/decidim/cta_button_helper.rb +3 -1
  144. data/app/helpers/decidim/decidim_form_helper.rb +1 -1
  145. data/app/helpers/decidim/layout_helper.rb +13 -0
  146. data/app/helpers/decidim/multi_translation_helper.rb +0 -0
  147. data/app/helpers/decidim/omniauth_helper.rb +9 -1
  148. data/app/helpers/decidim/pad_helper.rb +16 -0
  149. data/app/helpers/decidim/participatory_space_helpers.rb +15 -0
  150. data/app/helpers/decidim/searches_helper.rb +50 -6
  151. data/app/helpers/decidim/translations_helper.rb +3 -2
  152. data/app/jobs/decidim/email_notification_generator_job.rb +4 -2
  153. data/app/jobs/decidim/metric_job.rb +1 -1
  154. data/app/jobs/decidim/notification_generator_for_recipient_job.rb +2 -2
  155. data/app/jobs/decidim/notification_generator_job.rb +4 -2
  156. data/app/jobs/decidim/open_data_job.rb +16 -0
  157. data/app/mailers/decidim/messaging/conversation_mailer.rb +5 -2
  158. data/app/mailers/decidim/newsletter_mailer.rb +6 -2
  159. data/app/mailers/decidim/notification_mailer.rb +2 -2
  160. data/app/models/decidim/action_log.rb +7 -0
  161. data/app/models/decidim/amendment.rb +17 -0
  162. data/app/models/decidim/component.rb +8 -0
  163. data/app/models/decidim/contextual_help_section.rb +41 -0
  164. data/app/models/decidim/follow.rb +30 -0
  165. data/app/models/decidim/notification.rb +11 -1
  166. data/app/models/decidim/organization.rb +41 -0
  167. data/app/models/decidim/searchable_resource.rb +3 -0
  168. data/app/models/decidim/static_page.rb +11 -0
  169. data/app/models/decidim/static_page_topic.rb +12 -0
  170. data/app/models/decidim/user.rb +25 -2
  171. data/app/models/decidim/user_base_entity.rb +0 -6
  172. data/app/models/decidim/user_group.rb +29 -3
  173. data/app/permissions/decidim/permissions.rb +12 -0
  174. data/app/presenters/decidim/admin_log/organization_presenter.rb +13 -0
  175. data/app/presenters/decidim/admin_log/user_group_presenter.rb +1 -1
  176. data/app/presenters/decidim/admin_log/user_presenter.rb +1 -1
  177. data/app/presenters/decidim/hashtag_presenter.rb +7 -2
  178. data/app/presenters/decidim/metric_charts_presenter.rb +54 -21
  179. data/app/presenters/decidim/user_presenter.rb +4 -8
  180. data/app/queries/decidim/messaging/user_conversations.rb +1 -1
  181. data/app/queries/decidim/metric_manage.rb +16 -2
  182. data/app/queries/decidim/metric_measure.rb +35 -0
  183. data/app/queries/decidim/metrics/followers_metric_manage.rb +64 -0
  184. data/app/queries/decidim/metrics/participants_metric_manage.rb +72 -0
  185. data/app/queries/decidim/metrics/users_metric_manage.rb +1 -1
  186. data/app/queries/decidim/public_components.rb +32 -0
  187. data/app/resolvers/decidim/core/metric_resolver.rb +43 -11
  188. data/app/services/decidim/action_logger.rb +10 -0
  189. data/app/services/decidim/activity_search.rb +88 -13
  190. data/app/services/decidim/email_notification_generator.rb +23 -8
  191. data/app/services/decidim/events_manager.rb +9 -3
  192. data/app/services/decidim/home_activity_search.rb +80 -0
  193. data/app/services/decidim/log/diff_changeset_calculator.rb +3 -1
  194. data/app/services/decidim/notification_generator.rb +19 -7
  195. data/app/services/decidim/notification_generator_for_recipient.rb +6 -9
  196. data/app/services/decidim/open_data_exporter.rb +55 -0
  197. data/app/uploaders/decidim/open_data_uploader.rb +17 -0
  198. data/app/views/decidim/amendments/_form.html.erb +30 -0
  199. data/app/views/decidim/amendments/_review_form.html.erb +19 -0
  200. data/app/views/decidim/amendments/new.html.erb +29 -0
  201. data/app/views/decidim/amendments/review.html.erb +33 -0
  202. data/app/views/decidim/devise/registrations/new.html.erb +2 -2
  203. data/app/views/decidim/devise/sessions/new.html.erb +42 -29
  204. data/app/views/decidim/devise/shared/_links.html.erb +3 -3
  205. data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +7 -5
  206. data/app/views/decidim/follows/update_button.js.erb +1 -1
  207. data/app/views/decidim/group_members/index.html.erb +1 -1
  208. data/app/views/decidim/groups/_form.html.erb +9 -8
  209. data/app/views/decidim/groups/new.html.erb +3 -0
  210. data/app/views/decidim/{pages/home.html.erb → homepage/show.html.erb} +0 -0
  211. data/app/views/decidim/messaging/conversation_mailer/new_conversation.html.erb +6 -0
  212. data/app/views/decidim/messaging/conversation_mailer/new_message.html.erb +6 -0
  213. data/app/views/decidim/messaging/conversations/_message.html.erb +14 -0
  214. data/app/views/decidim/messaging/conversations/_reply.html.erb +11 -0
  215. data/app/views/decidim/messaging/conversations/_show.html.erb +21 -0
  216. data/app/views/decidim/messaging/conversations/_start.html.erb +12 -0
  217. data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
  218. data/app/views/decidim/messaging/conversations/index.html.erb +51 -1
  219. data/app/views/decidim/messaging/conversations/new.html.erb +5 -1
  220. data/app/views/decidim/messaging/conversations/show.html.erb +9 -1
  221. data/app/views/decidim/messaging/conversations/update.js.erb +1 -1
  222. data/app/views/decidim/notification_mailer/event_received.html.erb +13 -3
  223. data/app/views/decidim/notifications/index.html.erb +5 -1
  224. data/app/views/decidim/notifications_settings/show.html.erb +19 -0
  225. data/app/views/decidim/pages/_standalone.html.erb +21 -0
  226. data/app/views/decidim/pages/_tabbed.html.erb +45 -0
  227. data/app/views/decidim/pages/index.html.erb +68 -29
  228. data/app/views/decidim/pages/show.html.erb +28 -0
  229. data/app/views/decidim/profiles/show.html.erb +1 -1
  230. data/app/views/decidim/searches/_count.html.erb +26 -1
  231. data/app/views/decidim/searches/_filters.html.erb +40 -17
  232. data/app/views/decidim/searches/index.html.erb +5 -16
  233. data/app/views/decidim/searches/index.js.erb +5 -3
  234. data/app/views/decidim/shared/_extended_navigation_bar.html.erb +50 -0
  235. data/app/views/decidim/shared/_floating_help.html.erb +30 -0
  236. data/app/views/decidim/shared/_follow_button.html.erb +1 -1
  237. data/app/views/decidim/shared/_login_modal.html.erb +35 -22
  238. data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
  239. data/app/views/decidim/shared/_share_modal.html.erb +1 -1
  240. data/app/views/decidim/user_activities/index.html.erb +5 -0
  241. data/app/views/decidim/user_interests/_areas.html.erb +14 -0
  242. data/app/views/decidim/user_interests/_scopes.html.erb +15 -0
  243. data/app/views/decidim/user_interests/show.html.erb +12 -0
  244. data/app/views/decidim/user_timeline/index.html.erb +4 -0
  245. data/app/views/layouts/decidim/_user_menu.html.erb +1 -1
  246. data/app/views/layouts/decidim/_wrapper.html.erb +12 -5
  247. data/config/locales/ca.yml +199 -13
  248. data/config/locales/de.yml +200 -13
  249. data/config/locales/en.yml +200 -13
  250. data/config/locales/es-PY.yml +200 -13
  251. data/config/locales/es.yml +200 -13
  252. data/config/locales/eu.yml +200 -13
  253. data/config/locales/fi-pl.yml +200 -13
  254. data/config/locales/fi.yml +200 -13
  255. data/config/locales/fr.yml +200 -13
  256. data/config/locales/gl.yml +200 -13
  257. data/config/locales/hu.yml +200 -13
  258. data/config/locales/id-ID.yml +198 -13
  259. data/config/locales/it.yml +200 -13
  260. data/config/locales/nl.yml +200 -13
  261. data/config/locales/pl.yml +204 -13
  262. data/config/locales/pt-BR.yml +200 -13
  263. data/config/locales/pt.yml +200 -13
  264. data/config/locales/ru.yml +2 -16
  265. data/config/locales/sv.yml +200 -13
  266. data/config/locales/tr-TR.yml +200 -13
  267. data/config/locales/uk.yml +2 -16
  268. data/config/routes.rb +27 -1
  269. data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
  270. data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
  271. data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
  272. data/db/migrate/20180720114847_create_decidim_amendments.rb +21 -0
  273. data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
  274. data/db/migrate/20181022090732_add_columns_to_pages.rb +20 -0
  275. data/db/migrate/20181023104416_add_static_page_topics.rb +15 -0
  276. data/db/migrate/20181025082245_add_timestamps_to_components.rb +12 -0
  277. data/db/migrate/20181029121244_add_welcome_notification.rb +13 -0
  278. data/db/migrate/20181108131058_add_users_registration_mode_to_organizations.rb +7 -0
  279. data/db/migrate/20181113101935_create_decidim_contextual_help_sections.rb +11 -0
  280. data/db/migrate/20181115102958_add_following_and_followers_counters_to_users.rb +26 -0
  281. data/db/migrate/20181119140636_add_columns_to_static_page_topic.rb +10 -0
  282. data/db/migrate/20181126145142_add_id_documents_fields_to_org.rb +13 -0
  283. data/db/migrate/20181204110723_remove_following_users_count_from_users.rb +17 -0
  284. data/db/migrate/20181211080834_add_scope_to_action_logs.rb +7 -0
  285. data/db/migrate/20181211090933_add_area_to_action_logs.rb +7 -0
  286. data/db/migrate/20181214101250_add_notification_types_to_users.rb +12 -0
  287. data/db/migrate/20181218171503_add_user_groups_switch_to_organizations.rb +8 -0
  288. data/db/seeds.rb +6 -1
  289. data/lib/decidim/amendable.rb +86 -0
  290. data/lib/decidim/api/component_interface.rb +4 -0
  291. data/lib/decidim/api/participatory_space_interface.rb +7 -0
  292. data/lib/decidim/api/scopable_interface.rb +1 -1
  293. data/lib/decidim/coauthorable.rb +16 -7
  294. data/lib/decidim/component_manifest.rb +3 -2
  295. data/lib/decidim/components/export_manifest.rb +13 -2
  296. data/lib/decidim/content_parsers/hashtag_parser.rb +48 -15
  297. data/lib/decidim/content_parsers/user_parser.rb +26 -10
  298. data/lib/decidim/content_renderers/hashtag_renderer.rb +46 -23
  299. data/lib/decidim/core.rb +40 -2
  300. data/lib/decidim/core/engine.rb +46 -12
  301. data/lib/decidim/core/test.rb +11 -0
  302. data/lib/decidim/core/test/factories.rb +44 -15
  303. data/lib/decidim/core/test/shared_examples/amendable/accept_amendment_examples.rb +57 -0
  304. data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +43 -0
  305. data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +48 -0
  306. data/lib/decidim/core/test/shared_examples/amendable/amendment_form_examples.rb +45 -0
  307. data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +43 -0
  308. data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +43 -0
  309. data/lib/decidim/core/test/shared_examples/amendable/create_amendment_examples.rb +78 -0
  310. data/lib/decidim/core/test/shared_examples/amendable/promote_amendment_examples.rb +43 -0
  311. data/lib/decidim/core/test/shared_examples/amendable/reject_amendment_examples.rb +41 -0
  312. data/lib/decidim/core/test/shared_examples/amendable/withdraw_amendment_examples.rb +29 -0
  313. data/lib/decidim/core/test/shared_examples/has_contextual_help.rb +30 -0
  314. data/lib/decidim/core/test/shared_examples/resourceable.rb +17 -0
  315. data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +1 -1
  316. data/lib/decidim/core/test/shared_examples/simple_event.rb +24 -2
  317. data/lib/decidim/core/version.rb +1 -1
  318. data/lib/decidim/events/base_event.rb +17 -12
  319. data/lib/decidim/events/simple_event.rb +21 -2
  320. data/lib/decidim/form_builder.rb +8 -0
  321. data/lib/decidim/gamification/badge_scorer.rb +3 -3
  322. data/lib/decidim/has_component.rb +1 -1
  323. data/lib/decidim/hashtag.rb +0 -2
  324. data/lib/decidim/hashtaggable.rb +2 -2
  325. data/lib/decidim/metric_manifest.rb +17 -2
  326. data/lib/decidim/metric_operation.rb +59 -0
  327. data/lib/decidim/metric_operation_manifest.rb +20 -0
  328. data/lib/decidim/metric_registry.rb +57 -19
  329. data/lib/decidim/paddable.rb +82 -0
  330. data/lib/decidim/participable.rb +24 -0
  331. data/lib/decidim/participatory_space_resourceable.rb +12 -0
  332. data/lib/decidim/query_extensions.rb +8 -1
  333. data/lib/decidim/resource_manifest.rb +5 -1
  334. data/lib/decidim/resourceable.rb +12 -0
  335. data/lib/decidim/searchable.rb +13 -4
  336. data/lib/decidim/settings_manifest.rb +2 -1
  337. data/lib/tasks/decidim_data_portability_tasks.rake +86 -0
  338. data/lib/tasks/decidim_open_data_tasks.rake +12 -0
  339. data/lib/tasks/decidim_tasks.rake +1 -83
  340. data/vendor/assets/javascripts/tribute.js +307 -145
  341. metadata +156 -22
  342. data/app/cells/decidim/conversation/show.erb +0 -18
  343. data/app/cells/decidim/conversation_cell.rb +0 -23
  344. data/app/cells/decidim/conversation_header/show.erb +0 -17
  345. data/app/cells/decidim/conversation_header_cell.rb +0 -16
  346. data/app/cells/decidim/conversations/show.erb +0 -45
  347. data/app/cells/decidim/conversations_cell.rb +0 -24
  348. data/app/cells/decidim/message/show.erb +0 -15
  349. data/app/cells/decidim/message_cell.rb +0 -23
  350. data/app/cells/decidim/new_conversation/show.erb +0 -19
  351. data/app/cells/decidim/new_conversation_cell.rb +0 -19
  352. data/app/views/decidim/pages/decidim_page.html.erb +0 -31
  353. data/app/views/decidim/searches/_results.html.erb +0 -5
  354. data/app/views/decidim/shared/_author_reference.html.erb +0 -1
@@ -35,6 +35,9 @@ de:
35
35
  password_confirmation: Bestätigung des Passworts
36
36
  remember_me: Erinneren Sie mich
37
37
  models:
38
+ decidim/amendment:
39
+ one: Änderung
40
+ other: Änderungen
38
41
  decidim/user:
39
42
  one: Keine Benutzer
40
43
  other: Benutzer
@@ -125,6 +128,59 @@ de:
125
128
  user_group:
126
129
  reject: "%{user_name} wies die %{resource_name} - Benutzergruppe Verifikations"
127
130
  verify: "%{user_name} die %{resource_name} Benutzergruppe verifiziert"
131
+ verify_via_csv: "%{user_name} die %{resource_name} Benutzergruppe über eine CSV-Datei überprüft"
132
+ amendments:
133
+ accepted:
134
+ error: Beim Akzeptieren der Emendation ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.
135
+ success: Diese Ausgabe wurde erfolgreich akzeptiert.
136
+ amendable:
137
+ amended_by: Geändert durch
138
+ button: '%{model_name}ändern'
139
+ promote_button: Auf %{model_name}
140
+ error: Bei der Änderung dieser Ressource ist ein Fehler aufgetreten.
141
+ help_text: Verbessern Sie diese %{model_name} indem Sie ihre %{amendable_fields}ändern
142
+ promote_help_text: Sie können diese Erweiterung fördern und als unabhängige %{model_name}
143
+ no_amenders: Es gibt keine Amender
144
+ no_amendments: Es gibt keine Änderungen
145
+ section_heading: Änderungen (%{count})
146
+ created:
147
+ error: Beim Erstellen dieser Änderung ist ein Fehler aufgetreten. Versuchen Sie es später erneut
148
+ success: Die Änderung wurde erfolgreich erstellt
149
+ emendation:
150
+ actions:
151
+ button_accept: Akzeptieren
152
+ button_reject: Ablehnen
153
+ help_text: Überprüfen Sie die Änderungen und akzeptieren Sie diese Änderung oder lehnen Sie diese ab. Eine Benachrichtigung wird an den / die Verfasser gesendet.
154
+ announcement:
155
+ accepted: |-
156
+ Diese emendation für die %{amendable_type} %{amendable_link} wurde
157
+ auf akzeptiert <strong>%{announcement_date}</strong>.
158
+ evaluating: |-
159
+ Dies ist eine Ausgabe für die %{amendable_type} %{amendable_link}
160
+ , die gerade ausgewertet wird.
161
+ rejected: |-
162
+ Diese Änderung für die %{amendable_type} %{amendable_link}
163
+ wurde am <strong>%{announcement_date}</strong>abgelehnt.
164
+ withdrawn: |-
165
+ Diese Ausgabe für die %{amendable_type} %{amendable_link}
166
+ wurde vom Autor zurückgezogen.
167
+ new:
168
+ amendment_author: Änderungsautor
169
+ back: Zurück
170
+ heading: Erstellen Sie Ihre Änderung
171
+ help_text: Sie ändern die %{model_name}
172
+ send: Sendung senden
173
+ rejected:
174
+ error: Beim Ablehnen dieser Änderung ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut
175
+ success: Die Emendation wurde erfolgreich abgelehnt
176
+ promoted:
177
+ success: Die Emendation wurde erfolgreich gefördert
178
+ error: Es gab Fehler bei der Förderung der Emendation
179
+ review:
180
+ back: Zurück
181
+ heading: Überprüfen Sie die Änderung
182
+ help_text: Sie ändern die %{model_name}
183
+ send: Akzeptiere Emendation
128
184
  anonymous_user: Anonym
129
185
  application:
130
186
  collection:
@@ -163,6 +219,9 @@ de:
163
219
  foo: Foo
164
220
  name: Foo Berechtigung
165
221
  granted_at: Zugelassen am %{timestamp}
222
+ sms:
223
+ explanation: Geben Sie Ihre Handynummer ein, damit wir Ihre Identität überprüfen können.
224
+ name: Code per SMS
166
225
  started_at: Begann am %{timestamp}
167
226
  authorization_modals:
168
227
  show:
@@ -208,9 +267,11 @@ de:
208
267
  name: Dummy-Komponente
209
268
  settings:
210
269
  global:
270
+ amendments_enabled: Änderungen aktiviert
211
271
  comments_enabled: Kommentare aktiviert
212
272
  dummy_global_attribute_1: Dummy-Attribut 1
213
273
  dummy_global_attribute_2: Dummy-Attribut 2
274
+ enable_pads_creation: Aktivieren Sie die Pads-Erstellung
214
275
  resources_permissions_enabled: Ressourcenberechtigungen aktiviert
215
276
  step:
216
277
  comments_blocked: Kommentare blockiert
@@ -280,6 +341,8 @@ de:
280
341
  new:
281
342
  are_you_new?: Neu auf der Plattform?
282
343
  register: Konto erstellen
344
+ sign_in_disabled: Sie können mit einem externen Konto darauf zugreifen
345
+ sign_up_disabled: Die Anmeldung ist deaktiviert. Sie können einen vorhandenen Benutzer für den Zugriff verwenden
283
346
  shared:
284
347
  newsletter_modal:
285
348
  buttons:
@@ -320,6 +383,51 @@ de:
320
383
  content_doesnt_exist: Diese Adresse ist falsch oder wurde entfernt.
321
384
  title: Die von Ihnen gesuchte Seite kann nicht gefunden werden
322
385
  events:
386
+ amendments:
387
+ amendment_created:
388
+ affected_user:
389
+ email_intro: 'Eine neue Ausgabe wurde für %{amendable_title}. Sie können es auf dieser Seite sehen:'
390
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
391
+ email_subject: Eine neue Änderung für %{amendable_title} von %{emendation_author_nickname}
392
+ notification_title: A <a href="%{emendation_path}">neue emendation</a> wird von geschaffen <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
393
+ follower:
394
+ email_intro: 'Eine neue Ausgabe wurde für %{amendable_title}. Sie können es auf dieser Seite sehen:'
395
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
396
+ email_subject: Eine neue Änderung für %{amendable_title} von %{emendation_author_nickname}
397
+ notification_title: A <a href="%{emendation_path}">neue emendation</a> wird von geschaffen <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
398
+ amendment_rejected:
399
+ affected_user:
400
+ email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
401
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
402
+ email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
403
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
404
+ follower:
405
+ email_intro: 'Eine Ausgabe wurde für %{amendable_title}abgelehnt. Sie können es auf dieser Seite sehen:'
406
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
407
+ email_subject: Ein Änderungsantrag wurde für %{amendable_title} von %{emendation_author_nickname}abgelehnt
408
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erstellte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}abgelehnt.
409
+ amendment_promoted:
410
+ affected_user:
411
+ email_intro: 'Eine für %{amendable_title} abgelehnte Ausgabe wurde zu einer unabhängigen %{amendable_type}. Sie können es auf dieser Seite sehen:'
412
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
413
+ email_subject: Eine Erweiterung von %{emendation_author_nickname} wurde befördert
414
+ notification_title: A <a href="%{emendation_path}">abgelehnt emendation</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} wird von gefördert <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
415
+ follower:
416
+ email_intro: 'Eine für %{amendable_title} abgelehnte Ausgabe wurde zu einer unabhängigen %{amendable_type}. Sie können es auf dieser Seite sehen:'
417
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
418
+ email_subject: Eine Erweiterung von %{emendation_author_nickname} wurde befördert
419
+ notification_title: A <a href="%{emendation_path}">abgelehnt emendation</a> für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} wird von gefördert <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
420
+ amendment_accepted:
421
+ affected_user:
422
+ email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
423
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title}.
424
+ email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
425
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
426
+ follower:
427
+ email_intro: 'Eine Emendation wurde für %{amendable_title}akzeptiert. Sie können es auf dieser Seite sehen:'
428
+ email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
429
+ email_subject: Eine für %{amendable_title} angenommene Änderung von %{emendation_author_nickname}
430
+ notification_title: Die durch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> erzeugte <a href="%{emendation_path}">Änderung</a> wurde für <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}akzeptiert.
323
431
  attachments:
324
432
  attachment_created:
325
433
  email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie können es auf dieser Seite sehen:'
@@ -532,6 +640,13 @@ de:
532
640
  edit:
533
641
  edit_user_group: Gruppe bearbeiten
534
642
  update_user_group: Gruppe aktualisieren
643
+ form:
644
+ document_number_help: Verwenden Sie keine Bindestriche oder Leerzeichen
645
+ email_help: E-Mail Ihrer Organisation, Ihrer Vereinigung, Ihres Kollektivs, Ihrer Gruppe usw.
646
+ fill_in_for_verification: 'Füllen Sie diese Felder aus, wenn Ihre Gruppe überprüft werden soll:'
647
+ name_help: Name Ihrer Organisation, Ihrer Vereinigung, Ihres Kollektivs, Ihrer Gruppe usw.
648
+ nickname_help: Benutzername Ihrer Organisation, Ihrer Vereinigung, Ihres Kollektivs, Ihrer Gruppe usw. Verwenden Sie keine Leerzeichen oder Akzente.
649
+ phone_help: Verwenden Sie keine Bindestriche oder Leerzeichen
535
650
  join:
536
651
  error: Es ist ein Problem aufgetreten, der Gruppe beizutreten
537
652
  success: Join-Anforderung wurde erfolgreich erstellt. Ein Administrator überprüft Ihre Anfrage, bevor er Sie für die Gruppe akzeptiert.
@@ -545,6 +660,7 @@ de:
545
660
  new:
546
661
  create_user_group: Gruppe erstellen
547
662
  new_user_group: Neue Gruppe
663
+ subtitle: Erstellen Sie eine Gruppe und laden Sie andere Benutzer ein, an einer kollektiven Ebene teilzunehmen.
548
664
  no_user_groups: Gehört noch keiner Gruppe an.
549
665
  roles:
550
666
  admin: Administrator
@@ -553,6 +669,13 @@ de:
553
669
  update:
554
670
  error: Beim Aktualisieren der Gruppe ist ein Problem aufgetreten
555
671
  success: Gruppe wurde erfolgreich aktualisiert
672
+ help:
673
+ main_topic:
674
+ default_page:
675
+ content: "<p>In %{organization} Sie durch die Leerzeichen, die Sie im oberen Menü sehen, an verschiedenen Themen teilnehmen: Prozesse, Baugruppen, Initiativen, Konsultationen.</p> <p>In jedem Bereich finden Sie verschiedene Optionen für die Teilnahme: Vorschläge machen - einzeln oder mit anderen -, an Debatten teilnehmen, Prioritäten für umzusetzende Projekte setzen, persönliche Treffen und andere Aktionen besuchen.</p>\n"
676
+ title: Was kann ich in %{organization}?
677
+ description: Lesen Sie mehr über %{organization}
678
+ title: Allgemeine Hilfe
556
679
  last_activities:
557
680
  activities:
558
681
  no_activities_warning: Keine Aktivität
@@ -584,8 +707,8 @@ de:
584
707
  members:
585
708
  no_members: Diese Benutzergruppe hat noch kein Mitglied.
586
709
  menu:
710
+ help: Hilfe
587
711
  home: Start
588
- more_information: Weitere Informationen
589
712
  messaging:
590
713
  conversation_mailer:
591
714
  new_conversation:
@@ -602,20 +725,31 @@ de:
602
725
  create:
603
726
  error: Die Unterhaltung wurde nicht gestartet. Versuchen Sie es später noch einmal
604
727
  index:
605
- from: Von
606
- last_message_html: Letzte Nachricht <strong>%{time} vor</strong>
607
728
  no_conversations: Du hast noch keine Unterhaltungen
608
- show:
609
- conversation_with_html: Gespräch mit <strong>%{name}</strong>
610
- reply: Antworten
729
+ title: Gespräche
730
+ reply:
611
731
  send: Senden
732
+ title: Antworten
733
+ show:
734
+ title: Gespräch mit %{usernames}
612
735
  start:
613
736
  send: Senden
614
737
  title: Ein Gespräch beginnen
615
738
  update:
616
739
  error: Nachricht nicht gesendet. Versuchen Sie es später noch einmal
617
740
  metrics:
741
+ download:
742
+ csv: Daten herunterladen (csv)
743
+ followers:
744
+ description: Anzahl der Benutzer, die in der Organisation folgen
745
+ object: Anhänger
746
+ title: Anhänger
747
+ participants:
748
+ description: Anzahl der aktiven Benutzer in der Organisation
749
+ object: Teilnehmer
750
+ title: Teilnehmer
618
751
  users:
752
+ description: Anzahl der Benutzer in der Organisation
619
753
  object: Benutzer
620
754
  title: Benutzer
621
755
  newsletter_mailer:
@@ -649,16 +783,27 @@ de:
649
783
  notifications_settings:
650
784
  show:
651
785
  email_on_notification: Ich möchte jedes Mal eine E-Mail erhalten, wenn ich eine Benachrichtigung erhalte.
786
+ everything_followed: Alles was ich folge
787
+ newsletters: Newsletter
652
788
  newsletter_notifications: Ich möchte Newsletter erhalten
789
+ own_activity: Meine eigene Tätigkeit, etwa wenn sich jemand in meinem Vorschlag äußert oder mich erwähnt
790
+ receive_notifications_about: Ich möchte Benachrichtigungen erhalten über
791
+ send_notifications_by_email: Senden Sie Benachrichtigungen per E-Mail
653
792
  update_notifications_settings: Änderungen speichern
654
793
  update:
655
794
  error: Beim Aktualisieren der Benachrichtigungseinstellungen ist ein Fehler aufgetreten.
656
795
  success: Ihre Benachrichtigungseinstellungen wurden erfolgreich aktualisiert.
796
+ open_data:
797
+ not_available_yet: Die Open Data-Dateien sind noch nicht verfügbar. Bitte versuchen Sie es in einigen Minuten erneut.
657
798
  own_user_groups:
658
799
  index:
659
800
  pending: Ausstehend
660
801
  rejected: Abgelehnt
661
802
  verified: Überprüft
803
+ pad_iframe:
804
+ disclaimer: Der Inhalt dieses Blocks wird von registrierten Benutzern verfasst und gibt deren Meinung wieder. %{organization} kann nicht für den Inhalt verantwortlich gemacht werden.
805
+ explanation: Verwenden Sie dieses Pad, um während des Meetings gemeinsam Notizen zu machen.
806
+ pad: Pad
662
807
  pages:
663
808
  home:
664
809
  extended:
@@ -701,7 +846,15 @@ de:
701
846
  sub_hero:
702
847
  register: Registrieren
703
848
  index:
704
- title: Mehr Informationen
849
+ read_more: Weiterlesen
850
+ standalone_pages: Seiten
851
+ subheading: Navigieren Sie durch die Hilfeseiten von %{name}
852
+ title: Hilfe
853
+ topics: Themen
854
+ participatory_space:
855
+ metrics:
856
+ headline: Teilnahme an Zahlen
857
+ link: Alle Statistiken anzeigen
705
858
  terms_and_conditions:
706
859
  accept:
707
860
  error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
@@ -729,26 +882,30 @@ de:
729
882
  default_officialization_text_for_user_groups: Diese Benutzergruppe wurde öffentlich überprüft, ihr Name wurde mit dem tatsächlichen Namen verifiziert
730
883
  default_officialization_text_for_users: Dieser Teilnehmer wird öffentlich überprüft, sein Name oder seine Rolle wurde nachweislich seinem tatsächlichen Namen und seiner Rolle zugeordnet
731
884
  show:
885
+ activity: Aktivität
732
886
  badges: Abzeichen
733
- conversations: Gespräche
734
887
  followers: Follower
735
888
  following: Folgt
736
889
  groups: Gruppen
737
890
  members: Mitglieder
738
- notifications: Benachrichtigungen
891
+ timeline: Zeitleiste
892
+ view_full_profile: Sehen Sie sich Vollständiges Profil anzeigen
739
893
  sidebar:
740
894
  badges:
741
895
  info: Abzeichen werden verdient, indem bestimmte Aktivitäten in der Plattform ausgeführt werden.
742
896
  title: Abzeichen
743
897
  user:
898
+ confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet
744
899
  create_user_group: Gruppe erstellen
745
900
  edit_profile: Profil bearbeiten
746
901
  edit_user_group: Gruppenprofil bearbeiten
902
+ fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein
747
903
  invite_user: Nutzer einladen
748
904
  join_user_group: Anfrage zur Teilnahme an der Gruppe
749
905
  leave_user_group: Gruppe verlassen
750
906
  manage_user_group_admins: Admins verwalten
751
907
  manage_user_group_users: Mitglieder verwalten
908
+ resend_email_confirmation_instructions: Senden Sie die E-Mail-Bestätigungsanweisungen erneut
752
909
  reported_mailer:
753
910
  hide:
754
911
  hello: Hallo %{name},
@@ -773,24 +930,35 @@ de:
773
930
  prompt: Wählen Sie einen Bereich aus
774
931
  scopes: Bereiche
775
932
  search:
776
- filter:
777
- all: Alle
778
- component: Komponente
779
933
  results_found_for_term: '%{count} Ergebnisse für die Suche: "%{term}"'
780
934
  term_input_placeholder: Suche
781
935
  searches:
782
936
  filters:
783
- search: Suche
937
+ back: Zurück zu den Ergebnissen
938
+ jump_to: 'Springen zu:'
939
+ state:
940
+ active: Aktiv
941
+ all: Alles
942
+ future: Zukunft
943
+ past: Vergangenheit
784
944
  filters_small_view:
785
945
  close_modal: Modal schließen
786
946
  filter: Filter
787
947
  filter_by: Filtern nach
788
948
  unfold: Entfalten
949
+ results:
950
+ results:
951
+ one: "%{count} Ergebnis"
952
+ other: "%{count} Ergebnisse"
953
+ view_all: Alle anzeigen (%{count})
789
954
  shared:
790
955
  embed_modal:
791
956
  close_window: Fenster schließen
792
957
  embed: Bitte fügen Sie diesen Code in Ihre Seite ein
793
958
  embed_link: Einbetten
959
+ extended_navigation_bar:
960
+ more: Mehr
961
+ unfold: Entfalten
794
962
  flag_modal:
795
963
  already_reported: Dieser Inhalt wurde bereits gemeldet und wird von einem Administrator überprüft.
796
964
  close: Schließen
@@ -800,6 +968,8 @@ de:
800
968
  report: Bericht
801
969
  spam: Enthält Clickbait, Werbung, Scams oder Script Bots.
802
970
  title: Ein Problem melden
971
+ floating_help:
972
+ help: Hilfe
803
973
  follow_button:
804
974
  sign_in_before_follow: Bitte melden Sie sich an, bevor Sie diese Aktion ausführen
805
975
  login_modal:
@@ -815,6 +985,21 @@ de:
815
985
  share_link: Einen Link teilen
816
986
  version_author:
817
987
  deleted: Gelöschter Benutzer
988
+ user_activity:
989
+ index:
990
+ no_activities_warning: Dieser Benutzer hat noch keine Aktivität gehabt.
991
+ user_interests:
992
+ show:
993
+ no_scopes: Diese Organisation hat noch keinen Spielraum!
994
+ my_interests: Meine Interessen
995
+ select_your_interests: Wählen Sie die Themen aus, an denen Sie interessiert sind, um Ereignisse, die sich auf sie beziehen, auf der Registerkarte "Zeitleiste" Ihres Profils zu erhalten.
996
+ update_my_interests: Aktualisieren Sie meine Interessen
997
+ update:
998
+ error: Beim Aktualisieren Ihrer Interessen ist ein Fehler aufgetreten.
999
+ success: Ihre Interessen wurden erfolgreich aktualisiert.
1000
+ welcome_notification:
1001
+ default_body: <p>Hallo {{name}}, Dank für die Verbindung {{organization}} und willkommen!</p><ul><li>Wenn Sie sich schnell ein Bild machen möchten, was Sie hier tun können, sehen Sie sich den Abschnitt <a href="{{help_url}}">Hilfe</a> .</li><li>Sobald Sie es gelesen haben, erhalten Sie Ihr erstes Abzeichen. Hier ist eine <a href="{{badges_url}}">Liste aller Abzeichen</a> Sie erhalten können, wenn Sie an {{organization}}</li><li>teilnehmen. Schließen Sie sich anderen Personen an, und teilen Sie mit ihnen die Erfahrung, an {{organization}}teilzunehmen. Machen Sie Vorschläge, kommentieren Sie, diskutieren Sie, wie Sie einen Beitrag zum Gemeinwohl leisten können, geben Sie Argumente an, die überzeugen, zuhören und lesen, um überzeugt zu sein, drücken Sie Ihre Ideen konkret und direkt aus, reagieren Sie mit Geduld und Entscheidung, verteidigen Sie Ihre Ideen und halten Sie sie Offenheit, um zusammenzuarbeiten und sich den Ideen anderer anzuschließen.</li></ul>
1002
+ default_subject: Danke, dass du {{organization}}beigetreten {{organization}} !
818
1003
  devise:
819
1004
  confirmations:
820
1005
  confirmed: Ihre E-Mail-Adresse wurde erfolgreich bestätigt.
@@ -992,6 +1177,7 @@ de:
992
1177
  edit_link:
993
1178
  edit: Bearbeiten
994
1179
  footer:
1180
+ download_open_data: Laden Sie Open Data-Dateien herunter
995
1181
  made_with_open_source: Website mit <a target="_blank" href="https://github.com/decidim/decidim">freier Software erstellt</a>.
996
1182
  header:
997
1183
  close_menu: Menü schließen
@@ -1016,6 +1202,7 @@ de:
1016
1202
  authorizations: Berechtigungen
1017
1203
  delete_my_account: Löschen Sie mein Konto
1018
1204
  my_data: Meine Daten
1205
+ my_interests: Meine Interessen
1019
1206
  notifications_settings: Benachrichtigungseinstellungen
1020
1207
  title: Benutzereinstellungen
1021
1208
  user_groups: Gruppen
@@ -35,6 +35,9 @@ en:
35
35
  password_confirmation: Password confirmation
36
36
  remember_me: Remember me
37
37
  models:
38
+ decidim/amendment:
39
+ one: Amendment
40
+ other: Amendments
38
41
  decidim/user:
39
42
  one: No users
40
43
  other: Users
@@ -125,6 +128,59 @@ en:
125
128
  user_group:
126
129
  reject: "%{user_name} rejected the %{resource_name} user group verification"
127
130
  verify: "%{user_name} verified the %{resource_name} user group"
131
+ verify_via_csv: "%{user_name} verified the %{resource_name} user group via a CSV file"
132
+ amendments:
133
+ accepted:
134
+ error: An error ocurred accepting the emendation, please try again later.
135
+ success: This emendation has been accepted successfully.
136
+ amendable:
137
+ amended_by: Amended by
138
+ button: Amend %{model_name}
139
+ promote_button: Promote to %{model_name}
140
+ error: There has been an error amending this resource.
141
+ help_text: Improve this %{model_name} by modifying its %{amendable_fields}
142
+ promote_help_text: You can promote this emendation and publish it as an independent %{model_name}
143
+ no_amenders: There are no amenders
144
+ no_amendments: There are no amendments
145
+ section_heading: Amendments (%{count})
146
+ created:
147
+ error: An error ocurred creating this amendment, try again later
148
+ success: The amendment has been created successfully
149
+ emendation:
150
+ actions:
151
+ button_accept: Accept
152
+ button_reject: Reject
153
+ help_text: Review the changes and accept or reject this amendment. A notification will be sent to its author(s).
154
+ announcement:
155
+ accepted: |-
156
+ This emendation for the %{amendable_type} %{amendable_link} has been
157
+ accepted on <strong>%{announcement_date}</strong>.
158
+ evaluating: |-
159
+ This is an emendation for the %{amendable_type} %{amendable_link}
160
+ is being evaluated.
161
+ rejected: |-
162
+ This emendation for the %{amendable_type} %{amendable_link}
163
+ was rejected on <strong>%{announcement_date}</strong>.
164
+ withdrawn: |-
165
+ This emendation for the %{amendable_type} %{amendable_link}
166
+ has been withdrawn by the author.
167
+ new:
168
+ amendment_author: Amendment author
169
+ back: Back
170
+ heading: Create your amendment
171
+ help_text: You are modifying the %{model_name}
172
+ send: Send emendation
173
+ rejected:
174
+ error: An error ocurred when rejecting this emendation, please try again later
175
+ success: The emendation has been rejected successfully
176
+ promoted:
177
+ success: Emendation promoted successfully
178
+ error: There's been errors when promoting the emendation
179
+ review:
180
+ back: Back
181
+ heading: Review the amendment
182
+ help_text: You are amending the %{model_name}
183
+ send: Accept emendation
128
184
  anonymous_user: Anonymous
129
185
  application:
130
186
  collection:
@@ -163,6 +219,9 @@ en:
163
219
  foo: Foo
164
220
  name: Foo authorization
165
221
  granted_at: Granted at %{timestamp}
222
+ sms:
223
+ explanation: Submit your mobile phone number so we can check your identity.
224
+ name: Code by SMS
166
225
  started_at: Started at %{timestamp}
167
226
  authorization_modals:
168
227
  show:
@@ -208,9 +267,11 @@ en:
208
267
  name: Dummy Component
209
268
  settings:
210
269
  global:
270
+ amendments_enabled: Amendments enabled
211
271
  comments_enabled: Comments enabled
212
272
  dummy_global_attribute_1: Dummy Attribute 1
213
273
  dummy_global_attribute_2: Dummy Attribute 2
274
+ enable_pads_creation: Enable pads creation
214
275
  resources_permissions_enabled: Resources permissions enabled
215
276
  step:
216
277
  comments_blocked: Comments blocked
@@ -280,6 +341,8 @@ en:
280
341
  new:
281
342
  are_you_new?: New to the platform?
282
343
  register: Create an account
344
+ sign_in_disabled: You can access with an external account
345
+ sign_up_disabled: Sign up is disabled, you can use an existing user to access
283
346
  shared:
284
347
  newsletter_modal:
285
348
  buttons:
@@ -324,6 +387,51 @@ en:
324
387
  content_doesnt_exist: This address is incorrect or has been removed.
325
388
  title: The page you're looking for can't be found
326
389
  events:
390
+ amendments:
391
+ amendment_created:
392
+ affected_user:
393
+ email_intro: 'A new emendation has been created for %{amendable_title}. You can see it from this page:'
394
+ email_outro: You have received this notification because you are an author of %{amendable_title}.
395
+ email_subject: A new amendment for %{amendable_title} from %{emendation_author_nickname}
396
+ notification_title: A <a href="%{emendation_path}">new emendation</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
397
+ follower:
398
+ email_intro: 'A new emendation has been created for %{amendable_title}. You can see it from this page:'
399
+ email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
400
+ email_subject: A new amendment for %{amendable_title} from %{emendation_author_nickname}
401
+ notification_title: A <a href="%{emendation_path}">new emendation</a> has been created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
402
+ amendment_rejected:
403
+ affected_user:
404
+ email_intro: 'An emendation has been rejected for %{amendable_title}. You can see it from this page:'
405
+ email_outro: You have received this notification because you are an author of %{amendable_title}.
406
+ email_subject: An amendment rejected for %{amendable_title} from %{emendation_author_nickname}
407
+ notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
408
+ follower:
409
+ email_intro: 'An emendation has been rejected for %{amendable_title}. You can see it from this page:'
410
+ email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
411
+ email_subject: An amendment rejected for %{amendable_title} from %{emendation_author_nickname}
412
+ notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been rejected for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
413
+ amendment_promoted:
414
+ affected_user:
415
+ email_intro: 'An emendation rejected for %{amendable_title} has been promoted to an independent %{amendable_type}. You can see it from this page:'
416
+ email_outro: You have received this notification because you are an author of %{amendable_title}.
417
+ email_subject: An emendation from %{emendation_author_nickname} has been promoted
418
+ notification_title: A <a href="%{emendation_path}">rejected emendation</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been promoted by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
419
+ follower:
420
+ email_intro: 'An emendation rejected for %{amendable_title} has been promoted to an independent %{amendable_type}. You can see it from this page:'
421
+ email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
422
+ email_subject: An emendation from %{emendation_author_nickname} has been promoted
423
+ notification_title: A <a href="%{emendation_path}">rejected emendation</a> for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} has been promoted by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
424
+ amendment_accepted:
425
+ affected_user:
426
+ email_intro: 'An emendation has been accepted for %{amendable_title}. You can see it from this page:'
427
+ email_outro: You have received this notification because you are an author of %{amendable_title}.
428
+ email_subject: An amendment accepted for %{amendable_title} from %{emendation_author_nickname}
429
+ notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
430
+ follower:
431
+ email_intro: 'An emendation has been accepted for %{amendable_title}. You can see it from this page:'
432
+ email_outro: You have received this notification because you are following %{amendable_title}. You can stop receiving notifications following the previous link.
433
+ email_subject: An amendment accepted for %{amendable_title} from %{emendation_author_nickname}
434
+ notification_title: The <a href="%{emendation_path}">emendation</a> created by <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> has been accepted for <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
327
435
  attachments:
328
436
  attachment_created:
329
437
  email_intro: 'A new document has been added to %{resource_title}. You can see it from this page:'
@@ -536,6 +644,13 @@ en:
536
644
  edit:
537
645
  edit_user_group: Edit group
538
646
  update_user_group: Update group
647
+ form:
648
+ document_number_help: Do not use dashes nor spaces
649
+ email_help: Email of your organization, association, collective, group, etc.
650
+ fill_in_for_verification: 'Fill in these fields if you want your group to be verified:'
651
+ name_help: Name of your organization, association, collective, group, etc.
652
+ nickname_help: Username of your organization, association, collective, group, etc. Do not use spaces nor accents.
653
+ phone_help: Do not use dashes nor spaces
539
654
  join:
540
655
  error: There has been a problem joining the group
541
656
  success: Join request created successfully. An admin will review your request before accepting you to the group.
@@ -549,6 +664,7 @@ en:
549
664
  new:
550
665
  create_user_group: Create group
551
666
  new_user_group: New group
667
+ subtitle: Create a group and invite other users to join to participate in a collective level.
552
668
  no_user_groups: Doesn't belong to any group yet.
553
669
  roles:
554
670
  admin: Administrator
@@ -557,6 +673,13 @@ en:
557
673
  update:
558
674
  error: There has been a problem updating the group
559
675
  success: Group updated successfully
676
+ help:
677
+ main_topic:
678
+ default_page:
679
+ 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"
680
+ title: What can I do in %{organization}?
681
+ description: Read more about %{organization}
682
+ title: General Help
560
683
  last_activities:
561
684
  activities:
562
685
  no_activities_warning: No activity
@@ -588,8 +711,8 @@ en:
588
711
  members:
589
712
  no_members: This user groups doesn't have any member yet.
590
713
  menu:
714
+ help: Help
591
715
  home: Home
592
- more_information: More information
593
716
  messaging:
594
717
  conversation_mailer:
595
718
  new_conversation:
@@ -606,20 +729,31 @@ en:
606
729
  create:
607
730
  error: Conversation not started. Try again later
608
731
  index:
609
- from: From
610
- last_message_html: Last message <strong>%{time} ago</strong>
611
732
  no_conversations: You have no conversations yet
612
- show:
613
- conversation_with_html: Conversation with <strong>%{name}</strong>
614
- reply: Reply
733
+ title: Conversations
734
+ reply:
615
735
  send: Send
736
+ title: Reply
737
+ show:
738
+ title: Conversation with %{usernames}
616
739
  start:
617
740
  send: Send
618
741
  title: Start a conversation
619
742
  update:
620
743
  error: Message not sent. Try again later
621
744
  metrics:
745
+ download:
746
+ csv: Download data (csv)
747
+ followers:
748
+ description: Number of user that follows in organization
749
+ object: followers
750
+ title: Followers
751
+ participants:
752
+ description: Number of active user in organization
753
+ object: participants
754
+ title: Participants
622
755
  users:
756
+ description: Number of user in organization
623
757
  object: users
624
758
  title: Users
625
759
  newsletter_mailer:
@@ -653,16 +787,27 @@ en:
653
787
  notifications_settings:
654
788
  show:
655
789
  email_on_notification: I want to receive an email every time I receive a notification.
790
+ everything_followed: Everything I follow
791
+ newsletters: Newsletters
656
792
  newsletter_notifications: I want to receive newsletters
793
+ own_activity: My own activity, like when someone comments in my proposal or mentions me
794
+ receive_notifications_about: I want to get notifications about
795
+ send_notifications_by_email: Send notifications by email
657
796
  update_notifications_settings: Save changes
658
797
  update:
659
798
  error: There's been an error updating your notifications settings.
660
799
  success: Your notifications settings were updated successfully.
800
+ open_data:
801
+ not_available_yet: The Open Data files are not yet available, please try again in a few minutes.
661
802
  own_user_groups:
662
803
  index:
663
804
  pending: Pending
664
805
  rejected: Rejected
665
806
  verified: Verified
807
+ pad_iframe:
808
+ disclaimer: The contents of this pad are written by registered users and express their opinions. %{organization} cannot be held responsible for its contents.
809
+ explanation: Use this pad to collaboratively take notes during the meeting so it's easier to write down the minute afterwards.
810
+ pad: Pad
666
811
  pages:
667
812
  home:
668
813
  extended:
@@ -705,7 +850,15 @@ en:
705
850
  sub_hero:
706
851
  register: Register
707
852
  index:
708
- title: More information
853
+ read_more: Read more
854
+ standalone_pages: Pages
855
+ subheading: Navigate through the help pages of %{name}
856
+ title: Help
857
+ topics: Topics
858
+ participatory_space:
859
+ metrics:
860
+ headline: Participation in figures
861
+ link: Show all statistics
709
862
  terms_and_conditions:
710
863
  accept:
711
864
  error: There's been an error while accepting the terms and conditions.
@@ -733,26 +886,30 @@ en:
733
886
  default_officialization_text_for_user_groups: This user group is publicly verified, its name has been verified to correspond with its real name
734
887
  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
735
888
  show:
889
+ activity: Activity
736
890
  badges: Badges
737
- conversations: Conversations
738
891
  followers: Followers
739
892
  following: Follows
740
893
  groups: Groups
741
894
  members: Members
742
- notifications: Notifications
895
+ timeline: Timeline
896
+ view_full_profile: View full profile
743
897
  sidebar:
744
898
  badges:
745
899
  info: Badges are earned by performing specific activity in the platform.
746
900
  title: Badges
747
901
  user:
902
+ confirmation_instructions_sent: Email confirmation instructions sent
748
903
  create_user_group: Create group
749
904
  edit_profile: Edit profile
750
905
  edit_user_group: Edit group profile
906
+ fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it
751
907
  invite_user: Invite user
752
908
  join_user_group: Request to join group
753
909
  leave_user_group: Leave group
754
910
  manage_user_group_admins: Manage admins
755
911
  manage_user_group_users: Manage members
912
+ resend_email_confirmation_instructions: Resend email confirmation instructions
756
913
  reported_mailer:
757
914
  hide:
758
915
  hello: Hello %{name},
@@ -777,24 +934,35 @@ en:
777
934
  prompt: Select a scope
778
935
  scopes: Scopes
779
936
  search:
780
- filter:
781
- all: All
782
- component: Component
783
937
  results_found_for_term: '%{count} Results for the search: "%{term}"'
784
938
  term_input_placeholder: Search
785
939
  searches:
786
940
  filters:
787
- search: Search
941
+ back: Back to results
942
+ jump_to: 'Jump to:'
943
+ state:
944
+ active: Active
945
+ all: All
946
+ future: Future
947
+ past: Past
788
948
  filters_small_view:
789
949
  close_modal: Close modal
790
950
  filter: Filter
791
951
  filter_by: Filter by
792
952
  unfold: Unfold
953
+ results:
954
+ results:
955
+ one: "%{count} result"
956
+ other: "%{count} results"
957
+ view_all: View all (%{count})
793
958
  shared:
794
959
  embed_modal:
795
960
  close_window: Close window
796
961
  embed: Please paste this code in your page
797
962
  embed_link: Embed
963
+ extended_navigation_bar:
964
+ more: More
965
+ unfold: Unfold
798
966
  flag_modal:
799
967
  already_reported: This content is already reported and it will be reviewed by an admin.
800
968
  close: Close
@@ -804,6 +972,8 @@ en:
804
972
  report: Report
805
973
  spam: Contains clickbait, advertising, scams or script bots.
806
974
  title: Report a problem
975
+ floating_help:
976
+ help: Help
807
977
  follow_button:
808
978
  sign_in_before_follow: Please sign in before performing this action
809
979
  login_modal:
@@ -819,6 +989,21 @@ en:
819
989
  share_link: Share link
820
990
  version_author:
821
991
  deleted: Deleted user
992
+ user_activity:
993
+ index:
994
+ no_activities_warning: This user hasn't had any activity yet.
995
+ user_interests:
996
+ show:
997
+ no_scopes: This organization doesn't have any scope yet!
998
+ my_interests: My interests
999
+ select_your_interests: Select the topics you're interested in to receive events related to them in your profile Timeline tab.
1000
+ update_my_interests: Update my interests
1001
+ update:
1002
+ error: There was an error while updating your interests.
1003
+ success: Your interests have been successfully updated.
1004
+ welcome_notification:
1005
+ 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>
1006
+ default_subject: Thanks for joining {{organization}}!
822
1007
  devise:
823
1008
  confirmations:
824
1009
  confirmed: Your email address has been successfully confirmed.
@@ -996,6 +1181,7 @@ en:
996
1181
  edit_link:
997
1182
  edit: Edit
998
1183
  footer:
1184
+ download_open_data: Download Open Data files
999
1185
  made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
1000
1186
  header:
1001
1187
  close_menu: Close menu
@@ -1020,6 +1206,7 @@ en:
1020
1206
  authorizations: Authorizations
1021
1207
  delete_my_account: Delete my account
1022
1208
  my_data: My data
1209
+ my_interests: My interests
1023
1210
  notifications_settings: Notifications settings
1024
1211
  title: User settings
1025
1212
  user_groups: Groups