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 @@ gl:
35
35
  password_confirmation: Confirmación por contrasinal
36
36
  remember_me: Lémbrame
37
37
  models:
38
+ decidim/amendment:
39
+ one: Modificación
40
+ other: Enmendas
38
41
  decidim/user:
39
42
  one: Non hai usuarios
40
43
  other: Usuarios
@@ -125,6 +128,59 @@ gl:
125
128
  user_group:
126
129
  reject: "%{user_name} rexeitou a verificación do grupo de usuarios %{resource_name}"
127
130
  verify: "%{user_name} verificou o grupo de usuarios %{resource_name}"
131
+ verify_via_csv: "%{user_name} verificar a %{resource_name} grupo de usuarios a través dun ficheiro CSV"
132
+ amendments:
133
+ accepted:
134
+ error: Aconteceu un erro ao aceptar a modificación. Téntao de novo máis tarde.
135
+ success: Esta emenda foi aceptada con éxito.
136
+ amendable:
137
+ amended_by: Modificado por
138
+ button: Modificar %{model_name}
139
+ promote_button: Promoción a %{model_name}
140
+ error: Produciuse un erro ao modificar este recurso.
141
+ help_text: Mellora este %{model_name} modificando o seu %{amendable_fields}
142
+ promote_help_text: Pode promover esta modificación e publicala como un %{model_name}independente
143
+ no_amenders: Non hai amortidores
144
+ no_amendments: Non hai emendas
145
+ section_heading: Enmendas (%{count})
146
+ created:
147
+ error: Produciuse un erro ao crear esta emenda, téntao de novo máis tarde
148
+ success: A modificación foi creada con éxito
149
+ emendation:
150
+ actions:
151
+ button_accept: Aceptar
152
+ button_reject: Rexeitar
153
+ help_text: Revisa os cambios e acepta ou rexeita esta modificación. Enviarase unha notificación aos seus autores.
154
+ announcement:
155
+ accepted: |-
156
+ Esta emenda ao %{amendable_type} %{amendable_link} foi
157
+ aceptado en <strong>%{announcement_date}</strong>.
158
+ evaluating: |-
159
+ Esta é unha emenda para que o %{amendable_type} %{amendable_link}
160
+ estea a ser evaluado.
161
+ rejected: |-
162
+ Esta modificación do %{amendable_type} %{amendable_link}
163
+ foi rexeitada en <strong>%{announcement_date}</strong>.
164
+ withdrawn: |-
165
+ Esta autorización foi retirada por esta autorización para o %{amendable_type} %{amendable_link}
166
+ .
167
+ new:
168
+ amendment_author: Autor da emenda
169
+ back: De volta
170
+ heading: Crea a túa emenda
171
+ help_text: Está a modificar o %{model_name}
172
+ send: Enviar emenda
173
+ rejected:
174
+ error: Produciuse un erro ao rexeitar esta emenda, téntao de novo máis tarde
175
+ success: A emenda foi rexeitada con éxito
176
+ promoted:
177
+ success: Emendación promovida con éxito
178
+ error: Houbo erros ao promover a modificación
179
+ review:
180
+ back: De volta
181
+ heading: Revisa a modificación
182
+ help_text: Está a modificar o %{model_name}
183
+ send: Acepte a modificación
128
184
  anonymous_user: Anónimo
129
185
  application:
130
186
  collection:
@@ -163,6 +219,9 @@ gl:
163
219
  foo: Foo
164
220
  name: Autorización de Foo
165
221
  granted_at: Concedido en %{timestamp}
222
+ sms:
223
+ explanation: Envía o teu número de teléfono móbil para que poidamos consultar a túa identidade.
224
+ name: Código por SMS
166
225
  started_at: Comezou en %{timestamp}
167
226
  authorization_modals:
168
227
  show:
@@ -208,9 +267,11 @@ gl:
208
267
  name: Compoñente manequim
209
268
  settings:
210
269
  global:
270
+ amendments_enabled: Modificacións habilitadas
211
271
  comments_enabled: Comentarios habilitados
212
272
  dummy_global_attribute_1: Atributo maniquí 1
213
273
  dummy_global_attribute_2: Atributo maniquí 2
274
+ enable_pads_creation: Habilita a creación de pastillas
214
275
  resources_permissions_enabled: Permisos de recursos habilitados
215
276
  step:
216
277
  comments_blocked: Comentarios bloqueados
@@ -280,6 +341,8 @@ gl:
280
341
  new:
281
342
  are_you_new?: Novo para a plataforma?
282
343
  register: Crear unha conta
344
+ sign_in_disabled: Pode acceder cunha conta externa
345
+ sign_up_disabled: A inscrición está desactivada, pode utilizar un usuario existente para acceder
283
346
  shared:
284
347
  newsletter_modal:
285
348
  buttons:
@@ -320,6 +383,51 @@ gl:
320
383
  content_doesnt_exist: Este enderezo non é correcto ou se eliminou.
321
384
  title: Non se pode atopar a páxina que buscas
322
385
  events:
386
+ amendments:
387
+ amendment_created:
388
+ affected_user:
389
+ email_intro: 'Creouse unha nova emenda para %{amendable_title}. Podes velo desde esta páxina:'
390
+ email_outro: Recibiches esta notificación porque es un autor de %{amendable_title}.
391
+ email_subject: Unha nova enmenda para %{amendable_title} de %{emendation_author_nickname}
392
+ notification_title: A <a href="%{emendation_path}">nova emenda</a> foi creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> por <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
393
+ follower:
394
+ email_intro: 'Creouse unha nova emenda para %{amendable_title}. Podes velo desde esta páxina:'
395
+ email_outro: Recibiches esta notificación porque estás seguindo %{amendable_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
396
+ email_subject: Unha nova enmenda para %{amendable_title} de %{emendation_author_nickname}
397
+ notification_title: A <a href="%{emendation_path}">nova emenda</a> foi creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> por <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
398
+ amendment_rejected:
399
+ affected_user:
400
+ email_intro: 'Rexeitouse unha modificación para %{amendable_title}. Podes velo desde esta páxina:'
401
+ email_outro: Recibiches esta notificación porque es un autor de %{amendable_title}.
402
+ email_subject: Unha enmenda rexeitada para %{amendable_title} de %{emendation_author_nickname}
403
+ notification_title: A <a href="%{emendation_path}">emendación</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi rexeitada por <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
404
+ follower:
405
+ email_intro: 'Rexeitouse unha modificación para %{amendable_title}. Podes velo desde esta páxina:'
406
+ email_outro: Recibiches esta notificación porque estás seguindo %{amendable_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
407
+ email_subject: Unha enmenda rexeitada para %{amendable_title} de %{emendation_author_nickname}
408
+ notification_title: A <a href="%{emendation_path}">emendación</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi rexeitada por <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
409
+ amendment_promoted:
410
+ affected_user:
411
+ email_intro: 'Unha enmenda rexeitada para %{amendable_title} foi promovida a unha independente %{amendable_type}. Podes velo desde esta páxina:'
412
+ email_outro: Recibiches esta notificación porque es un autor de %{amendable_title}.
413
+ email_subject: Engadiuse unha emenda de %{emendation_author_nickname}
414
+ notification_title: A <a href="%{emendation_path}">emendación rexeitada</a> para <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} foi promovida por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
415
+ follower:
416
+ email_intro: 'Unha enmenda rexeitada para %{amendable_title} foi promovida a unha independente %{amendable_type}. Podes velo desde esta páxina:'
417
+ email_outro: Recibiches esta notificación porque estás seguindo %{amendable_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
418
+ email_subject: Engadiuse unha emenda de %{emendation_author_nickname}
419
+ notification_title: A <a href="%{emendation_path}">emendación rexeitada</a> para <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} foi promovida por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
420
+ amendment_accepted:
421
+ affected_user:
422
+ email_intro: 'A emenda foi aceptada para %{amendable_title}. Podes velo desde esta páxina:'
423
+ email_outro: Recibiches esta notificación porque es un autor de %{amendable_title}.
424
+ email_subject: Unha enmenda aceptada para %{amendable_title} de %{emendation_author_nickname}
425
+ notification_title: A <a href="%{emendation_path}">emendación</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi aceptada para <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
426
+ follower:
427
+ email_intro: 'A emenda foi aceptada para %{amendable_title}. Podes velo desde esta páxina:'
428
+ email_outro: Recibiches esta notificación porque estás seguindo %{amendable_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
429
+ email_subject: Unha enmenda aceptada para %{amendable_title} de %{emendation_author_nickname}
430
+ notification_title: A <a href="%{emendation_path}">emendación</a> creada por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi aceptada para <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
323
431
  attachments:
324
432
  attachment_created:
325
433
  email_intro: 'Engadiuse un novo documento a %{resource_title}. Podes velo desde esta páxina:'
@@ -532,6 +640,13 @@ gl:
532
640
  edit:
533
641
  edit_user_group: Editar grupo
534
642
  update_user_group: Grupo de actualización
643
+ form:
644
+ document_number_help: Non empregue guións nin espazos
645
+ email_help: Correo electrónico da súa organización, asociación, colectivo, grupo, etc.
646
+ fill_in_for_verification: 'Encha estes campos se quere verificar o teu grupo:'
647
+ name_help: Nome da súa organización, asociación, colectivo, grupo, etc.
648
+ nickname_help: Nome de usuario da túa organización, asociación, colectivo, grupo, etc. Non uses espazos nin acentos.
649
+ phone_help: Non empregue guións nin espazos
535
650
  join:
536
651
  error: Produciuse un problema ao unirse ao grupo
537
652
  success: A solicitude de unirse creouse con éxito. Un administrador revisará a túa solicitude antes de aceptarche no grupo.
@@ -545,6 +660,7 @@ gl:
545
660
  new:
546
661
  create_user_group: Crear grupo
547
662
  new_user_group: Novo grupo
663
+ subtitle: Crea un grupo e invita a outros usuarios a participar para participar a nivel colectivo.
548
664
  no_user_groups: Aínda non pertence a ningún grupo.
549
665
  roles:
550
666
  admin: Administrador
@@ -553,6 +669,13 @@ gl:
553
669
  update:
554
670
  error: Produciuse un problema ao actualizar o grupo
555
671
  success: Grupo actualizado con éxito
672
+ help:
673
+ main_topic:
674
+ default_page:
675
+ content: "<p>En %{organization} podes participar e decidir sobre diferentes temas, a través dos espazos que ves no menú superior: Procesos, Asembleas, Iniciativas, Consultas.</p> <p>Dentro de cada unha, atoparás diferentes opcións para participar: facer propostas, individualmente ou con outras persoas, participar nos debates, priorizar os proxectos a implementar, asistir a reunións cara a cara e outras accións.</p>\n"
676
+ title: Que podo facer en %{organization}?
677
+ description: Ler máis sobre %{organization}
678
+ title: Axuda xeral
556
679
  last_activities:
557
680
  activities:
558
681
  no_activities_warning: Non hai actividade
@@ -584,8 +707,8 @@ gl:
584
707
  members:
585
708
  no_members: Este grupo de usuarios aínda non ten ningún membro.
586
709
  menu:
710
+ help: Axuda
587
711
  home: Inicio
588
- more_information: Máis información
589
712
  messaging:
590
713
  conversation_mailer:
591
714
  new_conversation:
@@ -602,20 +725,31 @@ gl:
602
725
  create:
603
726
  error: Non se iniciou a conversa. Téntao de novo máis tarde
604
727
  index:
605
- from: Desde
606
- last_message_html: Última mensaxe <strong>%{time} ago</strong>
607
728
  no_conversations: Aínda non tes conversas
608
- show:
609
- conversation_with_html: Conversa con <strong>%{name}</strong>
610
- reply: Responder
729
+ title: Conversas
730
+ reply:
611
731
  send: Enviar
732
+ title: Responder
733
+ show:
734
+ title: Conversa con %{usernames}
612
735
  start:
613
736
  send: Enviar
614
737
  title: Comezar unha conversa
615
738
  update:
616
739
  error: Mensaxe non enviada. Téntao de novo máis tarde
617
740
  metrics:
741
+ download:
742
+ csv: Descargar datos (csv)
743
+ followers:
744
+ description: Número de usuarios que seguen na organización
745
+ object: seguidores
746
+ title: Seguidores
747
+ participants:
748
+ description: Número de usuarios activos na organización
749
+ object: participantes
750
+ title: Participantes
618
751
  users:
752
+ description: Número de usuarios da organización
619
753
  object: usuarios
620
754
  title: Usuarios
621
755
  newsletter_mailer:
@@ -649,16 +783,27 @@ gl:
649
783
  notifications_settings:
650
784
  show:
651
785
  email_on_notification: Quero recibir un correo electrónico cada vez que recibo unha notificación.
786
+ everything_followed: Todo o que segue
787
+ newsletters: Boletíns informativos
652
788
  newsletter_notifications: Quero recibir boletíns
789
+ own_activity: A miña propia actividade, como cando alguén comenta na miña proposta ou me menciona
790
+ receive_notifications_about: Quero recibir notificacións sobre
791
+ send_notifications_by_email: Envíe notificacións por correo electrónico
653
792
  update_notifications_settings: Gardar cambios
654
793
  update:
655
794
  error: Produciuse un erro ao actualizar a configuración das notificacións.
656
795
  success: A configuración das notificacións actualizouse correctamente.
796
+ open_data:
797
+ not_available_yet: Os ficheiros Open Data aínda non están dispoñibles. Téntao de novo nuns minutos.
657
798
  own_user_groups:
658
799
  index:
659
800
  pending: Pendente
660
801
  rejected: Rexeitado
661
802
  verified: Verificado
803
+ pad_iframe:
804
+ disclaimer: Os contidos deste pad son escritos por usuarios rexistrados e expresan as súas opinións. %{organization} non se responsabiliza dos seus contidos.
805
+ explanation: Use esta almofada para tomar notas de xeito colaborativo durante a reunión, polo que é máis fácil escribir un minuto despois.
806
+ pad: Pad
662
807
  pages:
663
808
  home:
664
809
  extended:
@@ -701,7 +846,15 @@ gl:
701
846
  sub_hero:
702
847
  register: Rexistrarse
703
848
  index:
704
- title: Máis información
849
+ read_more: Le máis
850
+ standalone_pages: Páxinas
851
+ subheading: Navega polas páxinas de axuda de %{name}
852
+ title: Axuda
853
+ topics: Temas
854
+ participatory_space:
855
+ metrics:
856
+ headline: Participación en números
857
+ link: Mostrar todas as estatísticas
705
858
  terms_and_conditions:
706
859
  accept:
707
860
  error: Produciuse un erro ao aceptar os termos e condicións.
@@ -729,26 +882,30 @@ gl:
729
882
  default_officialization_text_for_user_groups: Este grupo de usuarios está verificado públicamente, o seu nome verificouse para corresponder co seu nome real
730
883
  default_officialization_text_for_users: Este participante está verificado públicamente, verificouse o seu nome ou o seu papel para corresponder co seu nome e rol real
731
884
  show:
885
+ activity: Actividade
732
886
  badges: Insignias
733
- conversations: Conversas
734
887
  followers: Seguidores
735
888
  following: Segue
736
889
  groups: Grupos
737
890
  members: Membros
738
- notifications: Notificacións
891
+ timeline: Cronoloxía
892
+ view_full_profile: Ver o perfil completo
739
893
  sidebar:
740
894
  badges:
741
895
  info: As insignias obtéñense realizando actividades específicas na plataforma.
742
896
  title: Insignias
743
897
  user:
898
+ confirmation_instructions_sent: Instrucións de confirmación de correo enviadas
744
899
  create_user_group: Crear grupo
745
900
  edit_profile: Editar perfil
746
901
  edit_user_group: Editar o perfil do grupo
902
+ fill_in_email_to_confirm_it: Por favor, enche o correo electrónico do teu grupo para confirmalo
747
903
  invite_user: Invitar ao usuario
748
904
  join_user_group: Solicitude para unirse ao grupo
749
905
  leave_user_group: Deixar de grupo
750
906
  manage_user_group_admins: Xestionar os administradores
751
907
  manage_user_group_users: Xestionar membros
908
+ resend_email_confirmation_instructions: Reenvía as instrucións de confirmación de correo electrónico
752
909
  reported_mailer:
753
910
  hide:
754
911
  hello: Ola %{name},
@@ -773,24 +930,35 @@ gl:
773
930
  prompt: Seleccione un alcance
774
931
  scopes: Ámbitos
775
932
  search:
776
- filter:
777
- all: Todo
778
- component: Compoñente
779
933
  results_found_for_term: '%{count} Resultados para a busca: "%{term}"'
780
934
  term_input_placeholder: Busca
781
935
  searches:
782
936
  filters:
783
- search: Busca
937
+ back: Voltar aos resultados
938
+ jump_to: 'Ir a:'
939
+ state:
940
+ active: Activo
941
+ all: Todo
942
+ future: Futuro
943
+ past: Pasado
784
944
  filters_small_view:
785
945
  close_modal: Pechar modal
786
946
  filter: Filtro
787
947
  filter_by: Filtrar por
788
948
  unfold: Despregar
949
+ results:
950
+ results:
951
+ one: "%{count} resultado"
952
+ other: "%{count} resultados"
953
+ view_all: Ver todos (%{count})
789
954
  shared:
790
955
  embed_modal:
791
956
  close_window: Pechar ventá
792
957
  embed: Pega este código na túa páxina
793
958
  embed_link: Inserir
959
+ extended_navigation_bar:
960
+ more: Máis
961
+ unfold: Despregar
794
962
  flag_modal:
795
963
  already_reported: Este contido xa se informou e será revisado por un administrador.
796
964
  close: Pechar
@@ -800,6 +968,8 @@ gl:
800
968
  report: Informe
801
969
  spam: Contén clic, publicidade, fraudes ou bots de script.
802
970
  title: Informar dun problema
971
+ floating_help:
972
+ help: Axuda
803
973
  follow_button:
804
974
  sign_in_before_follow: Inicia sesión antes de realizar esta acción
805
975
  login_modal:
@@ -815,6 +985,21 @@ gl:
815
985
  share_link: Compartir a ligazón
816
986
  version_author:
817
987
  deleted: Usuario eliminado
988
+ user_activity:
989
+ index:
990
+ no_activities_warning: Este usuario aínda non tivo ningunha actividade.
991
+ user_interests:
992
+ show:
993
+ no_scopes: Esta organización aínda non ten ningún alcance.
994
+ my_interests: Os meus intereses
995
+ select_your_interests: Selecciona os temas que che interesan para recibir eventos relacionados con eles na pestana Timeline do teu perfil.
996
+ update_my_interests: Actualiza os meus intereses
997
+ update:
998
+ error: Produciuse un erro ao actualizar os teus intereses.
999
+ success: Os teus intereses foron actualizados correctamente.
1000
+ welcome_notification:
1001
+ default_body: <p>Hola {{name}}, grazas por unirte a {{organization}} e benvido!</p><ul><li>Se queres ter unha idea rápida do que podes facer aquí, consulta a sección de <a href="{{help_url}}">Axuda</a> .</li><li>Unha vez que o liches, obterás a túa primeira insignia. Aquí tes unha lista de <a href="{{badges_url}}">de todas as insignias</a> que podes obter a medida que participas en {{organization}}</li><li>último pero non menos importante, únete a outras persoas, comparte con eles a experiencia de participar e participar do {{organization}}. Facer propostas, comentarios, debater, pensar como contribuír ao ben común, proporcionar argumentos para convencer, escoitar e ler para convencerse, expresar as túas ideas dun xeito concreto e directo, responder con paciencia e decisión, defender as túas ideas e manter unha mente aberta para colaborar e unirse ás ideas doutras persoas.</li></ul>
1002
+ default_subject: Grazas por unirte a {{organization}}!
818
1003
  devise:
819
1004
  confirmations:
820
1005
  confirmed: O seu enderezo de correo electrónico confirmouse con éxito.
@@ -992,6 +1177,7 @@ gl:
992
1177
  edit_link:
993
1178
  edit: Editar
994
1179
  footer:
1180
+ download_open_data: Descargar ficheiros Open Data
995
1181
  made_with_open_source: Sitio web feito con <a target="_blank" href="https://github.com/decidim/decidim"> software libre</a>.
996
1182
  header:
997
1183
  close_menu: Pechar o menú
@@ -1016,6 +1202,7 @@ gl:
1016
1202
  authorizations: Autorizacións
1017
1203
  delete_my_account: Eliminar a miña conta
1018
1204
  my_data: Os meus datos
1205
+ my_interests: Os meus intereses
1019
1206
  notifications_settings: Configuración de notificacións
1020
1207
  title: Configuración do usuario
1021
1208
  user_groups: Grupos
@@ -35,6 +35,9 @@ hu:
35
35
  password_confirmation: Jelszó megerősítése
36
36
  remember_me: Emlékezz rám
37
37
  models:
38
+ decidim/amendment:
39
+ one: Módosítás
40
+ other: Módosítások
38
41
  decidim/user:
39
42
  one: Nincsenek felhasználók
40
43
  other: felhasználók
@@ -125,6 +128,59 @@ hu:
125
128
  user_group:
126
129
  reject: "%{user_name} elutasította a(z) %{resource_name} felhasználói csoport ellenőrzését"
127
130
  verify: "%{user_name} ellenőrizte a(z) %{resource_name} felhasználói csoportot"
131
+ verify_via_csv: "%{user_name} az %{resource_name} felhasználói csoportot CSV-fájlon keresztül ellenőrizte"
132
+ amendments:
133
+ accepted:
134
+ error: Hiba történt az átvétel elfogadásával, kérjük, próbálkozzon újra később.
135
+ success: Ezt az módosítást sikeresen elfogadták.
136
+ amendable:
137
+ amended_by: Módosította
138
+ button: 'Módosítás: %{model_name}'
139
+ promote_button: Hirdessen a %{model_name}
140
+ error: Hiba történt az erőforrás módosításakor.
141
+ help_text: Javítsd ezt a %{model_name} az %{amendable_fields}módosításával
142
+ promote_help_text: Önök támogathatják ezt az emelést, és közzétehetik önálló %{model_name}-ként
143
+ no_amenders: Nincsenek módosítások
144
+ no_amendments: Nincsenek módosítások
145
+ section_heading: Módosítások (%{count})
146
+ created:
147
+ error: Hiba történt a módosítás létrehozásával, próbálkozzon később
148
+ success: A módosítás sikeresen megtörtént
149
+ emendation:
150
+ actions:
151
+ button_accept: Elfogad
152
+ button_reject: Elutasít
153
+ help_text: Tekintse át a módosításokat, és fogadja el, vagy utasítsa el ezt a módosítást. Értesítést küld a szerző (k) nek.
154
+ announcement:
155
+ accepted: |-
156
+ Ez a módosítás a %{amendable_type} %{amendable_link} re
157
+ elfogadva a <strong>%{announcement_date}</strong>.
158
+ evaluating: |-
159
+ Ez egy módosítás, amely a %{amendable_type} %{amendable_link}
160
+ értékelésre készül.
161
+ rejected: |-
162
+ A %{amendable_type} %{amendable_link}
163
+ re vonatkozó módosítást <strong>%{announcement_date}</strong>én elutasították.
164
+ withdrawn: |-
165
+ A %{amendable_type} %{amendable_link}
166
+ módosításra a szerző visszavonta a dokumentumot.
167
+ new:
168
+ amendment_author: Módosítás szerző
169
+ back: Hát
170
+ heading: Készítse el a módosítását
171
+ help_text: Módosítja a %{model_name}
172
+ send: Küldj fel
173
+ rejected:
174
+ error: Az emelés elutasításakor hiba történt, próbálkozzon később
175
+ success: Az emelést sikeresen elutasították
176
+ promoted:
177
+ success: Az emelés sikeresen előmozdult
178
+ error: Az emelés előmozdításakor hiba történt
179
+ review:
180
+ back: Hát
181
+ heading: Tekintse át a módosítást
182
+ help_text: Ön módosítja a %{model_name}
183
+ send: Elfogadja a módosítást
128
184
  anonymous_user: Névtelen
129
185
  application:
130
186
  collection:
@@ -163,6 +219,9 @@ hu:
163
219
  foo: Foo
164
220
  name: Foo jogosítvány
165
221
  granted_at: Megadva %{timestamp}
222
+ sms:
223
+ explanation: Küldje el mobiltelefonszámát, hogy ellenőrizhessük személyazonosságát.
224
+ name: Kód SMS szerint
166
225
  started_at: 'Kezdés: %{timestamp}'
167
226
  authorization_modals:
168
227
  show:
@@ -208,9 +267,11 @@ hu:
208
267
  name: Dummy elem
209
268
  settings:
210
269
  global:
270
+ amendments_enabled: Engedélyezett módosítások
211
271
  comments_enabled: Megjegyzések engedélyezve
212
272
  dummy_global_attribute_1: Dummy tulajdonság 1
213
273
  dummy_global_attribute_2: Dummy tulajdonság 2
274
+ enable_pads_creation: A párna létrehozásának engedélyezése
214
275
  resources_permissions_enabled: Erőforrás-engedélyek biztosítva
215
276
  step:
216
277
  comments_blocked: Megjegyzések letiltva
@@ -280,6 +341,8 @@ hu:
280
341
  new:
281
342
  are_you_new?: Új vagy az oldalon?
282
343
  register: Hozz létre egy fiókot
344
+ sign_in_disabled: Külső fiókkal érhető el
345
+ sign_up_disabled: A bejelentkezés le van tiltva, a meglévő felhasználó hozzáférhet
283
346
  shared:
284
347
  newsletter_modal:
285
348
  buttons:
@@ -319,6 +382,51 @@ hu:
319
382
  content_doesnt_exist: A cím helytelen vagy el lett távolítva.
320
383
  title: A keresett oldal nem található
321
384
  events:
385
+ amendments:
386
+ amendment_created:
387
+ affected_user:
388
+ email_intro: 'Új módosítás történt a %{amendable_title}. Láthatja ezt az oldalról:'
389
+ email_outro: Ezt az értesítést megkaptuk, mert Ön szerzője a %{amendable_title}.
390
+ email_subject: Új módosítás a %{amendable_title} tól %{emendation_author_nickname}
391
+ notification_title: A <a href="%{emendation_path}">új módosítás</a> lett létrehozva <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
392
+ follower:
393
+ email_intro: 'Új módosítás történt a %{amendable_title}. Láthatja ezt az oldalról:'
394
+ email_outro: Ezt az értesítést megkapta, mert %{amendable_title}követ. Leállíthatja az értesítések fogadását az előző link után.
395
+ email_subject: Új módosítás a %{amendable_title} tól %{emendation_author_nickname}
396
+ notification_title: A <a href="%{emendation_path}">új módosítás</a> lett létrehozva <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
397
+ amendment_rejected:
398
+ affected_user:
399
+ email_intro: 'Egy módosítást elutasítottunk %{amendable_title}. Láthatja ezt az oldalról:'
400
+ email_outro: Ezt az értesítést megkaptuk, mert Ön szerzője a %{amendable_title}.
401
+ email_subject: Egy módosítás elutasítva %{amendable_title} -ra %{emendation_author_nickname}
402
+ notification_title: A <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> által létrehozott <a href="%{emendation_path}"></a> módosítást <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}elutasították.
403
+ follower:
404
+ email_intro: 'Egy módosítást elutasítottunk %{amendable_title}. Láthatja ezt az oldalról:'
405
+ email_outro: Ezt az értesítést megkapta, mert %{amendable_title}követ. Leállíthatja az értesítések fogadását az előző link után.
406
+ email_subject: Egy módosítás elutasítva %{amendable_title} -ra %{emendation_author_nickname}
407
+ notification_title: A <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> által létrehozott <a href="%{emendation_path}"></a> módosítást <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}elutasították.
408
+ amendment_promoted:
409
+ affected_user:
410
+ email_intro: 'A %{amendable_title} elutasított módosítást önálló %{amendable_type}emelték. Láthatja ezt az oldalról:'
411
+ email_outro: Ezt az értesítést megkaptuk, mert Ön szerzője a %{amendable_title}.
412
+ email_subject: A %{emendation_author_nickname} ból származó módosítást támogatták
413
+ notification_title: A <a href="%{emendation_path}"></a> elutasított </a> módosítást a <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} re vonatkozóan <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>kal támogatták.
414
+ follower:
415
+ email_intro: 'A %{amendable_title} elutasított módosítást önálló %{amendable_type}emelték. Láthatja ezt az oldalról:'
416
+ email_outro: Ezt az értesítést megkapta, mert %{amendable_title}követ. Leállíthatja az értesítések fogadását az előző link után.
417
+ email_subject: A %{emendation_author_nickname} ból származó módosítást támogatták
418
+ notification_title: A <a href="%{emendation_path}"></a> elutasított </a> módosítást a <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} re vonatkozóan <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>kal támogatták.
419
+ amendment_accepted:
420
+ affected_user:
421
+ email_intro: 'Módosítást fogadtak el %{amendable_title}. Láthatja ezt az oldalról:'
422
+ email_outro: Ezt az értesítést megkaptuk, mert Ön szerzője a %{amendable_title}.
423
+ email_subject: Egy módosítás elfogadva %{amendable_title} -ra %{emendation_author_nickname}
424
+ notification_title: A <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> által létrehozott <a href="%{emendation_path}">módosítás</a> <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}elfogadásra került.
425
+ follower:
426
+ email_intro: 'Módosítást fogadtak el %{amendable_title}. Láthatja ezt az oldalról:'
427
+ email_outro: Ezt az értesítést megkapta, mert %{amendable_title}követ. Leállíthatja az értesítések fogadását az előző link után.
428
+ email_subject: Egy módosítás elfogadva %{amendable_title} -ra %{emendation_author_nickname}
429
+ notification_title: A <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> által létrehozott <a href="%{emendation_path}">módosítás</a> <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}elfogadásra került.
322
430
  attachments:
323
431
  attachment_created:
324
432
  email_intro: 'Új dokumentumot adtak hozzá a következőhöz: %{resource_title}. Innen érheted el:'
@@ -531,6 +639,13 @@ hu:
531
639
  edit:
532
640
  edit_user_group: Csoport szerkesztése
533
641
  update_user_group: Csoport frissítése
642
+ form:
643
+ document_number_help: Ne használjon kötőjeleket és tereket
644
+ email_help: A szervezet, az egyesület, a kollektív, a csoport stb. E-mailje.
645
+ fill_in_for_verification: 'Töltse ki ezeket a mezőket, ha azt szeretné, hogy csoportja ellenőrizhető legyen:'
646
+ name_help: A szervezet, az egyesület, a kollektív, a csoport stb. Neve.
647
+ nickname_help: A szervezet, az egyesület, a kollektív, a csoport stb. Felhasználónevét. Ne használjon szóközöket vagy ékezeteket.
648
+ phone_help: Ne használjon kötőjeleket és tereket
534
649
  join:
535
650
  error: Hiba történt a csoporthoz való csatlakozáskor
536
651
  success: A csatlakozási kérelem sikeresen létrehozva. A csoportgazda felülvizsgálja a kérelmedet, mielőtt elfogadja a csatlakozásodat.
@@ -544,6 +659,7 @@ hu:
544
659
  new:
545
660
  create_user_group: Csoport létrehozása
546
661
  new_user_group: Új csoport
662
+ subtitle: Hozzon létre egy csoportot, és hívja meg a többi felhasználót, hogy vegyen részt kollektív szinten.
547
663
  no_user_groups: Még nem tartozik semmiféle csoporthoz.
548
664
  roles:
549
665
  admin: Adminisztrátor
@@ -552,6 +668,13 @@ hu:
552
668
  update:
553
669
  error: Probléma történt a csoport frissítésével
554
670
  success: A csoport sikeresen frissült
671
+ help:
672
+ main_topic:
673
+ default_page:
674
+ content: "<p>Az %{organization} részt vehet és dönthet különböző témákról a főmenüben megjelenő mezőkön keresztül: Folyamatok, összeállítások, kezdeményezések, konzultációk.</p> <p>Mindegyikben megtalálja a különböző lehetőségeket a részvételre: készítsen javaslatokat - egyénileg vagy más emberekkel -, vegyen részt vitákban, fontolja meg a végrehajtandó projekteket, vegyen részt személyes találkozókon és egyéb tevékenységekben.</p>\n"
675
+ title: Mit tehetek a %{organization}?
676
+ description: További információ a %{organization}
677
+ title: Általános segítség
555
678
  last_activities:
556
679
  activities:
557
680
  no_activities_warning: Nincs aktivitás
@@ -583,8 +706,8 @@ hu:
583
706
  members:
584
707
  no_members: Ennek a felhasználói csoportnak még nincs tagja.
585
708
  menu:
709
+ help: Segítség
586
710
  home: Kezdőlap
587
- more_information: További információk
588
711
  messaging:
589
712
  conversation_mailer:
590
713
  new_conversation:
@@ -601,20 +724,31 @@ hu:
601
724
  create:
602
725
  error: A beszélgetés megakadt. Próbáld újra később
603
726
  index:
604
- from: Feladó
605
- last_message_html: Utolsó üzenet <strong>%{time}-ja</strong>
606
727
  no_conversations: Még nincsenek beszélgetések
728
+ title: beszélgetések
729
+ reply:
730
+ send: Elküld
731
+ title: Válasz
607
732
  show:
608
- conversation_with_html: 'Beszélgetés vele: <strong>%{name}</strong>'
609
- reply: Válasz
610
- send: Küldés
733
+ title: Beszélgetés %{usernames}
611
734
  start:
612
735
  send: Küldés
613
736
  title: Beszélgetés indítása
614
737
  update:
615
738
  error: Üzenet elküldése sikertelen. Próbáld újra később
616
739
  metrics:
740
+ download:
741
+ csv: Adatok letöltése (csv)
742
+ followers:
743
+ description: A szervezetben megjelenő felhasználók száma
744
+ object: követői
745
+ title: Követő
746
+ participants:
747
+ description: Az aktív felhasználók száma a szervezetben
748
+ object: résztvevők
749
+ title: résztvevők
617
750
  users:
751
+ description: A felhasználók száma a szervezetben
618
752
  object: felhasználók
619
753
  title: felhasználók
620
754
  newsletter_mailer:
@@ -648,16 +782,27 @@ hu:
648
782
  notifications_settings:
649
783
  show:
650
784
  email_on_notification: Mindig, amikor értesítést kapok, egy emailt is küldünk róla.
785
+ everything_followed: Minden, amit követek
786
+ newsletters: hírlevelek
651
787
  newsletter_notifications: Szeretnék hírleveleket kapni
788
+ own_activity: Saját tevékenységem, mint amikor valaki megjegyzi a javaslatomat, vagy megemlíti nekem
789
+ receive_notifications_about: Értesítést szeretnék kapni
790
+ send_notifications_by_email: Értesítések küldése e-mailben
652
791
  update_notifications_settings: Változások mentése
653
792
  update:
654
793
  error: Hiba történt az értesítési beállítások frissítése során.
655
794
  success: Az értesítési beállításaid frissítése sikeres volt.
795
+ open_data:
796
+ not_available_yet: Az Open Data fájlok még nem érhetők el, próbálkozzon újra pár perc múlva.
656
797
  own_user_groups:
657
798
  index:
658
799
  pending: Függőben
659
800
  rejected: Elutasítva
660
801
  verified: Megerősítve
802
+ pad_iframe:
803
+ disclaimer: A pad tartalmát regisztrált felhasználók írják és véleményüket fejezik ki. %{organization} nem tehető felelőssé a tartalmáért.
804
+ explanation: Ezzel a párnával együttműködve jegyzeteket készíthet az értekezlet alatt, így később könnyebb leírni a percet.
805
+ pad: Párna
661
806
  pages:
662
807
  home:
663
808
  extended:
@@ -700,7 +845,15 @@ hu:
700
845
  sub_hero:
701
846
  register: Regisztráció
702
847
  index:
703
- title: További információk
848
+ read_more: Olvass tovább
849
+ standalone_pages: Oldalak
850
+ subheading: Navigáljon a %{name} súgó oldalán
851
+ title: Segítség
852
+ topics: Témakörök
853
+ participatory_space:
854
+ metrics:
855
+ headline: Részvétel számokban
856
+ link: Az összes statisztika megjelenítése
704
857
  terms_and_conditions:
705
858
  accept:
706
859
  error: Hiba történt az általános szerződési feltételek elfogadása során.
@@ -728,26 +881,30 @@ hu:
728
881
  default_officialization_text_for_user_groups: Ez a felhasználói csoport nyilvánosan ellenőrzött, annak neve igazoltan megfelel a valódi nevének
729
882
  default_officialization_text_for_users: Ez a résztvevő nyilvánosan ellenőrzött, nevét vagy szerepét igazolták, így az megfelel valódi nevének és szerepének
730
883
  show:
884
+ activity: Tevékenység
731
885
  badges: Jelvények
732
- conversations: Beszélgetések
733
886
  followers: Követők
734
887
  following: Követés
735
888
  groups: Csoportok
736
889
  members: Belépés
737
- notifications: Értesítések
890
+ timeline: Idővonal
891
+ view_full_profile: Teljes profil megtekintése
738
892
  sidebar:
739
893
  badges:
740
894
  info: A jelvények a platformban végzett konkrét tevékenység végrehajtásával érhetők el.
741
895
  title: Kitűzők
742
896
  user:
897
+ confirmation_instructions_sent: E-mail megerősítési utasításokat küldött
743
898
  create_user_group: Csoport létrehozása
744
899
  edit_profile: Profil szerkesztése
745
900
  edit_user_group: Csoportprofil szerkesztése
901
+ fill_in_email_to_confirm_it: Kérjük, töltse ki a csoport e-mailjét a megerősítéshez
746
902
  invite_user: Felhasználó meghívása
747
903
  join_user_group: Csatlakozás kérése a csoporthoz
748
904
  leave_user_group: Kilépés a csoportból
749
905
  manage_user_group_admins: Adminisztrátorok kezelése
750
906
  manage_user_group_users: Tagok kezelése
907
+ resend_email_confirmation_instructions: E-mail visszaigazolási utasítások újraküldése
751
908
  reported_mailer:
752
909
  hide:
753
910
  hello: Helló %{name}!
@@ -772,24 +929,35 @@ hu:
772
929
  prompt: Válassz hatáskört
773
930
  scopes: Hatáskörök
774
931
  search:
775
- filter:
776
- all: Összes
777
- component: Elem
778
932
  results_found_for_term: '%{count} találat erre a szóra: "%{term}"'
779
933
  term_input_placeholder: Keresés
780
934
  searches:
781
935
  filters:
782
- search: Keresés
936
+ back: Vissza az eredményekhez
937
+ jump_to: 'Ugorj:'
938
+ state:
939
+ active: Aktív
940
+ all: Minden
941
+ future: Jövő
942
+ past: Múlt
783
943
  filters_small_view:
784
944
  close_modal: Modal bezárása
785
945
  filter: Szűrés
786
946
  filter_by: 'Szűrés ez alapján:'
787
947
  unfold: Kibont
948
+ results:
949
+ results:
950
+ one: "%{count} eredmény"
951
+ other: "%{count} találat"
952
+ view_all: Összes megtekintése (%{count})
788
953
  shared:
789
954
  embed_modal:
790
955
  close_window: Ablak bezárása
791
956
  embed: Illeszd be ezt a kódot az oldaladba
792
957
  embed_link: Beágyaz
958
+ extended_navigation_bar:
959
+ more: Több
960
+ unfold: kibontakozik
793
961
  flag_modal:
794
962
  already_reported: Ezt a tartalmat már jelentették, az adminisztrátor éppen felülvizsgálja.
795
963
  close: Bezárás
@@ -799,6 +967,8 @@ hu:
799
967
  report: Jelentés
800
968
  spam: Klikkvadászat, reklám, átverés vagy script bot.
801
969
  title: Hibabejelentés
970
+ floating_help:
971
+ help: Segítség
802
972
  follow_button:
803
973
  sign_in_before_follow: Kérlek, jelentkezz be ehhez a műveletethez
804
974
  login_modal:
@@ -814,6 +984,21 @@ hu:
814
984
  share_link: Hivatkozás megosztása
815
985
  version_author:
816
986
  deleted: Törölt felhasználó
987
+ user_activity:
988
+ index:
989
+ no_activities_warning: Ennek a felhasználónak még nem volt aktívja.
990
+ user_interests:
991
+ show:
992
+ no_scopes: Ennek a szervezetnek még nincs hatókörük!
993
+ my_interests: Érdekeim
994
+ select_your_interests: Válassza ki azokat a témákat, amelyekre érdekel, hogy hozzájusson hozzájuk kapcsolódó eseményekhez a profil Timeline (Idővonal) lapján.
995
+ update_my_interests: Érdeklődésem frissítése
996
+ update:
997
+ error: Hiba történt az érdeklődési körök frissítése közben.
998
+ success: Az Ön érdekeit sikeresen frissítették.
999
+ welcome_notification:
1000
+ default_body: <p>Hi {{name}}, köszönöm, hogy csatlakozott a {{organization}} és üdvözlöm!</p><ul><li>Ha gyorsan meg szeretné tudni, hogy mit tehet itt, nézze meg a <a href="{{help_url}}">Súgó</a> részt.</li><li>Miután elolvastad, megkapod az első jelvényed. Itt van egy <a href="{{badges_url}}">lista a</a> jelvények közül, amiket {{organization}}</li><li>részt veszel. Végül, de nem utolsósorban, csatlakozz más emberekkel is, ossza meg velük a {{organization}}részvétel és a részvétel tapasztalatait. Tegyen javaslatokat, megjegyzéseket, vitákat, gondoljon arra, hogyan járuljon hozzá a közös jóléthez, nyújtson érveket, hogy meggyőzze, hallgassa és olvassa el a meggyőződést, konkrét és közvetlen módon fejezze ki ötleteit, türelmesen és határozottan válaszoljon, megvédje ötleteit és tartsa meg egy nyitott elme, hogy együttműködjenek és csatlakozzanak más emberek ötleteivel.</li></ul>
1001
+ default_subject: Köszönjük, hogy csatlakozott a {{organization}}!
817
1002
  devise:
818
1003
  confirmations:
819
1004
  confirmed: E-mail címed sikeresen meg lett erősítve.
@@ -991,6 +1176,7 @@ hu:
991
1176
  edit_link:
992
1177
  edit: Szerkesztés
993
1178
  footer:
1179
+ download_open_data: Töltse le az Open Data fájlokat
994
1180
  made_with_open_source: Az oldal <a target="_blank" href="https://github.com/decidim/decidim">nyílt forráskódú szoftverrel</a> készült.
995
1181
  header:
996
1182
  close_menu: Menü bezárása
@@ -1015,6 +1201,7 @@ hu:
1015
1201
  authorizations: Engedélyezések
1016
1202
  delete_my_account: Fiók törlése
1017
1203
  my_data: Adataim
1204
+ my_interests: Érdekeim
1018
1205
  notifications_settings: Értesítési beállítások
1019
1206
  title: Felhasználói beállítások
1020
1207
  user_groups: Csoportok