decidim-participatory_processes 0.27.3 → 0.27.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_admin.rb +5 -0
  3. data/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +2 -3
  4. data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +1 -1
  5. data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +1 -1
  6. data/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +4 -2
  7. data/app/queries/decidim/participatory_processes/stats_participants_count.rb +12 -0
  8. data/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +1 -2
  9. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +1 -0
  10. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +1 -0
  11. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +1 -0
  12. data/app/views/decidim/participatory_processes/admin/participatory_process_types/edit.html.erb +1 -0
  13. data/app/views/decidim/participatory_processes/admin/participatory_process_types/index.html.erb +1 -0
  14. data/app/views/decidim/participatory_processes/admin/participatory_process_types/new.html.erb +1 -0
  15. data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -1
  16. data/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -1
  17. data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -1
  18. data/config/environment.rb +0 -0
  19. data/config/locales/ar.yml +5 -3
  20. data/config/locales/bg.yml +6 -0
  21. data/config/locales/ca.yml +4 -4
  22. data/config/locales/cs.yml +3 -3
  23. data/config/locales/de.yml +24 -10
  24. data/config/locales/el.yml +107 -3
  25. data/config/locales/es-MX.yml +0 -4
  26. data/config/locales/es-PY.yml +0 -4
  27. data/config/locales/es.yml +2 -2
  28. data/config/locales/eu.yml +19 -12
  29. data/config/locales/fi-plain.yml +1 -5
  30. data/config/locales/fi.yml +0 -4
  31. data/config/locales/fr-CA.yml +1 -5
  32. data/config/locales/fr.yml +4 -5
  33. data/config/locales/ga-IE.yml +2 -0
  34. data/config/locales/gl.yml +2 -6
  35. data/config/locales/hu.yml +67 -55
  36. data/config/locales/id-ID.yml +7 -3
  37. data/config/locales/is-IS.yml +0 -10
  38. data/config/locales/it.yml +7 -11
  39. data/config/locales/ja.yml +2 -6
  40. data/config/locales/kaa.yml +6 -0
  41. data/config/locales/lb.yml +3 -5
  42. data/config/locales/lt.yml +0 -4
  43. data/config/locales/lv.yml +7 -3
  44. data/config/locales/nl.yml +4 -8
  45. data/config/locales/no.yml +6 -10
  46. data/config/locales/pl.yml +1 -5
  47. data/config/locales/pt-BR.yml +4 -4
  48. data/config/locales/pt.yml +1 -5
  49. data/config/locales/ro-RO.yml +0 -4
  50. data/config/locales/ru.yml +4 -4
  51. data/config/locales/sk.yml +7 -3
  52. data/config/locales/sl.yml +3 -0
  53. data/config/locales/sv.yml +3 -7
  54. data/config/locales/tr-TR.yml +2 -6
  55. data/config/locales/uk.yml +4 -4
  56. data/config/locales/zh-CN.yml +7 -3
  57. data/config/locales/zh-TW.yml +1 -5
  58. data/lib/decidim/participatory_processes/version.rb +1 -1
  59. metadata +14 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c4da788d04485e5e8e76ad5f5feebfd09255a5cb75b23d051362b198cf794ea
4
- data.tar.gz: 233a96b9a51aa841f5d06b316080ff7c19144ffd5675bc67d7ab32f41f5d7102
3
+ metadata.gz: ab99d0c65ce670e467649e839570ffa27b73ab256baf6ceadcedaab4c1b2ac07
4
+ data.tar.gz: 4e1cfffefcab87a65d1c6e4e874c06833f3dc4a7709408c146aa1a448255097f
5
5
  SHA512:
6
- metadata.gz: 88dd80d979edf4bdeb741b266df3fa8e5ca5abcac39b15a464690289dbaa2e93c2e1a7e70892ee4f11b78be111642c2ec87a108a8934fe2fc3b38e39ef8b1110
7
- data.tar.gz: 01ae22ed7c6ed37a7dcb7c379f2f31db2833dca2882ae5a51caaf418295a7ba7fec1f06749c2607b58a11614e43e38eb348cc091314f928d62e8c9e331be421e
6
+ metadata.gz: c9443967f5ed41b6ec0c689ea919b49536d08585ad95c0828fc10d432e8528bca515840f25315d0fd396821c4ca1d3f0ba2cbf8cb4ac03d75f9dca2345ec2a4f
7
+ data.tar.gz: a6837e7a841ba7af547fec4c64a764d968478f753f6a0117b83a6685916892ea4181cb1cc53805d6ee611e5b49e51fc72de9f38d09f2dd684fdd0f8c76dfcafb
@@ -23,6 +23,7 @@ module Decidim
23
23
  # Returns nothing.
24
24
  def call
25
25
  destroy_role!
26
+ dispatch_system_event
26
27
  broadcast(:ok)
27
28
  end
28
29
 
@@ -30,6 +31,10 @@ module Decidim
30
31
 
31
32
  attr_reader :role, :current_user
32
33
 
34
+ def dispatch_system_event
35
+ ActiveSupport::Notifications.publish("decidim.system.participatory_space.admin.destroyed", role.class.name, role.id)
36
+ end
37
+
33
38
  def destroy_role!
34
39
  extra_info = {
35
40
  resource: {
@@ -81,12 +81,11 @@ module Decidim
81
81
  private
82
82
 
83
83
  def participatory_process_group
84
- @participatory_process_group ||= Decidim::ParticipatoryProcessGroup.find(params[:id])
84
+ @participatory_process_group ||= collection.find(params[:id])
85
85
  end
86
86
 
87
87
  def collection
88
- @collection ||=
89
- OrganizationParticipatoryProcessGroups.new(current_user.organization).query
88
+ @collection ||= OrganizationParticipatoryProcessGroups.new(current_user.organization).query
90
89
  end
91
90
  end
92
91
  end
@@ -86,7 +86,7 @@ module Decidim
86
86
  end
87
87
 
88
88
  def current_participatory_process_type
89
- @current_participatory_process_type ||= Decidim::ParticipatoryProcessType.find(params[:id])
89
+ @current_participatory_process_type ||= collection.find(params[:id])
90
90
  end
91
91
 
92
92
  def collection
@@ -77,7 +77,7 @@ module Decidim
77
77
  private
78
78
 
79
79
  def process_group
80
- @process_group ||= ParticipatoryProcessGroup.find_by(id: ransack_params[:decidim_participatory_process_group_id_eq])
80
+ @process_group ||= ParticipatoryProcessGroup.find_by(id: ransack_params[:decidim_participatory_process_group_id_eq], organization: current_organization)
81
81
  end
82
82
 
83
83
  def collection
@@ -15,9 +15,11 @@ module Decidim
15
15
 
16
16
  processes = case @filter
17
17
  when "past"
18
- processes.where("decidim_participatory_processes.end_date <= ?", Date.current)
18
+ processes.past
19
19
  when "upcoming"
20
- processes.where("decidim_participatory_processes.start_date > ?", Date.current)
20
+ processes.upcoming
21
+ when "active"
22
+ processes.active
21
23
  else
22
24
  processes
23
25
  end
@@ -42,6 +42,8 @@ module Decidim
42
42
  end
43
43
 
44
44
  def comments_query
45
+ return [] unless Decidim.module_installed?(:comments)
46
+
45
47
  Decidim::Comments::Comment
46
48
  .where(decidim_participatory_space_type: Decidim::ParticipatoryProcess.class.name)
47
49
  .where(decidim_participatory_space_id: participatory_space_ids)
@@ -50,6 +52,8 @@ module Decidim
50
52
  end
51
53
 
52
54
  def debates_query
55
+ return [] unless Decidim.module_installed?(:debates)
56
+
53
57
  Decidim::Debates::Debate
54
58
  .where(
55
59
  component: space_components,
@@ -61,6 +65,8 @@ module Decidim
61
65
  end
62
66
 
63
67
  def meetings_query
68
+ return [] unless Decidim.module_installed?(:meetings)
69
+
64
70
  meetings = Decidim::Meetings::Meeting.where(component: space_components).not_hidden
65
71
  registrations = Decidim::Meetings::Registration.where(decidim_meeting_id: meetings).distinct.pluck(:decidim_user_id)
66
72
  organizers = meetings.where(decidim_author_type: Decidim::UserBaseEntity.name).distinct.pluck(:decidim_author_id)
@@ -76,6 +82,8 @@ module Decidim
76
82
  end
77
83
 
78
84
  def proposals_query
85
+ return [] unless Decidim.module_installed?(:proposals)
86
+
79
87
  Decidim::Coauthorship
80
88
  .where(
81
89
  coauthorable: proposals_components,
@@ -86,6 +94,8 @@ module Decidim
86
94
  end
87
95
 
88
96
  def proposal_supports_query
97
+ return [] unless Decidim.module_installed?(:proposals)
98
+
89
99
  Decidim::Proposals::ProposalVote
90
100
  .where(
91
101
  proposal: proposals_components
@@ -96,6 +106,8 @@ module Decidim
96
106
  end
97
107
 
98
108
  def project_supports_query
109
+ return [] unless Decidim.module_installed?(:budgets)
110
+
99
111
  Decidim::Budgets::Order.joins(budget: [:component])
100
112
  .where(budget: {
101
113
  decidim_components: { id: space_components.pluck(:id) }
@@ -1,5 +1,4 @@
1
- <% add_decidim_page_title(t("participatory_process_copies.new.select", scope: "decidim.admin")) %>
2
-
1
+ <% add_decidim_page_title(t("participatory_process_copies.new.title", scope: "decidim.admin")) %>
3
2
  <%= decidim_form_for(@form, url: participatory_process_copies_path(current_participatory_process), method: :post, html: { class: "form copy_participatory_process" }) do |f| %>
4
3
  <%= render partial: "form", object: f, locals: { title: t("participatory_process_copies.new.title", scope: "decidim.admin"), select: t("participatory_process_copies.new.select", scope: "decidim.admin") } %>
5
4
 
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title t("participatory_process_groups.edit.title", scope: "decidim.admin") %>
1
2
  <%= decidim_form_for(@form, html: { class: "form edit_participatory_process_group" }) do |f| %>
2
3
  <h2 class="process-title-summary">
3
4
  <%= t "participatory_process_groups.edit.title", scope: "decidim.admin" %>
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t("decidim.admin.titles.participatory_process_groups")) %>
1
2
  <% content_for :sidebar_menu_nav do %>
2
3
  <%= sidebar_menu(:admin_participatory_processes_menu).render %>
3
4
  <% end %>
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t("participatory_process_groups.new.title", scope: "decidim.admin")) %>
1
2
  <%= decidim_form_for(@form, html: { class: "form new_participatory_process_group" }) do |f| %>
2
3
  <h2 class="process-title-summary"><%= t "participatory_process_groups.new.title", scope: "decidim.admin" %></h2>
3
4
  <%= render partial: "form", object: f %>
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title t("participatory_process_types.edit.title", scope: "decidim.admin") %>
1
2
  <%= decidim_form_for(@form, html: { class: "form edit_participatory_process_type" }) do |f| %>
2
3
  <h2 class="process-title-summary">
3
4
  <%= t("participatory_process_types.edit.title", scope: "decidim.admin") %>
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t("titles.participatory_process_types", scope: "decidim.admin")) %>
1
2
  <div class="card" id="participatory-process-types">
2
3
  <div class="card-divider">
3
4
  <h2 class="card-title">
@@ -1,3 +1,4 @@
1
+ <% add_decidim_page_title(t("participatory_process_types.new.title", scope: "decidim.admin")) %>
1
2
  <%= decidim_form_for(@form, html: { class: "form new_participatory_process_type" }) do |f| %>
2
3
  <h2 class="process-title-summary">
3
4
  <%= t("participatory_process_types.new.title", scope: "decidim.admin") %>
@@ -1,5 +1,4 @@
1
1
  <% add_decidim_page_title(t("participatory_processes", scope: "decidim.admin.titles")) %>
2
-
3
2
  <% content_for :sidebar_menu_nav do %>
4
3
  <%= sidebar_menu(:admin_participatory_processes_menu).render %>
5
4
  <% end %>
@@ -1,5 +1,4 @@
1
1
  <% add_decidim_page_title(t("participatory_processes.new.title", scope: "decidim.admin")) %>
2
-
3
2
  <h2 class="process-title-summary">
4
3
  <%= t "participatory_processes.new.title", scope: "decidim.admin" %>
5
4
  </h2>
@@ -1,5 +1,4 @@
1
1
  <% add_decidim_page_title(t("participatory_process_steps.index.title", scope: "decidim")) %>
2
-
3
2
  <div class="steps">
4
3
  <div class="row column">
5
4
  <div class="row">
File without changes
@@ -288,6 +288,9 @@ ar:
288
288
  content_blocks:
289
289
  metadata:
290
290
  name: البيانات الوصفية
291
+ participatory_scope: ما الذي تقرر
292
+ participatory_structure: كيف تقرر ذلك
293
+ target: من يشارك
291
294
  stats:
292
295
  name: نشاط
293
296
  show:
@@ -335,11 +338,9 @@ ar:
335
338
  pages:
336
339
  home:
337
340
  highlighted_processes:
338
- active_processes: عمليات نشطة
339
341
  active_step: المرحلة النشطة
340
342
  more_information: معلومات اكثر
341
343
  participate: مشاركة
342
- see_all_processes: رؤية جميع العمليات
343
344
  participatory_processes:
344
345
  filters:
345
346
  counters:
@@ -387,7 +388,6 @@ ar:
387
388
  area: منطقة
388
389
  developer_group: مجموعة المروجين
389
390
  end_date: تاريخ الانتهاء
390
- local_area: منطقة التنظيم
391
391
  participatory_scope: ما الذي تقرر
392
392
  participatory_structure: كيف تقرر ذلك
393
393
  private_space: هذه عملية خاصة
@@ -417,6 +417,8 @@ ar:
417
417
  active_step: 'المرحلة الحالية:'
418
418
  more_info: مزيد من المعلومات
419
419
  take_part: خذ جزء
420
+ promoted_process_group:
421
+ more_info: مزيد من المعلومات
420
422
  process_header_steps:
421
423
  step: المرحلة %{current} من %{total}
422
424
  view_steps: عرض المراحل
@@ -18,3 +18,9 @@ bg:
18
18
  hero_image: Изображение за начална страница
19
19
  local_area: Район на организацията
20
20
  meta_scope: Метаданни сфера
21
+ decidim:
22
+ participatory_processes:
23
+ show:
24
+ area: Район
25
+ developer_group: Група за популяризиране
26
+ end_date: Крайна дата
@@ -376,9 +376,9 @@ ca:
376
376
  metadata:
377
377
  developer_group: Promogut per
378
378
  name: Metadades
379
- participatory_scope: Què es decideix
379
+ participatory_scope: El que es decideix
380
380
  participatory_structure: Com es decideix
381
- target: Qui participa
381
+ target: Qui hi participa
382
382
  participatory_processes:
383
383
  name: Processos participatius
384
384
  stats:
@@ -493,13 +493,13 @@ ca:
493
493
  developer_group: Grup promotor
494
494
  end_date: Data de finalització
495
495
  local_area: Àrea d'organització
496
- participatory_scope: Què es decideix
496
+ participatory_scope: El que es decideix
497
497
  participatory_structure: Com es decideix
498
498
  private_space: Aquest és un procés privat
499
499
  related_processes: Processos relacionats
500
500
  scope: Àmbit
501
501
  start_date: Data d'inici
502
- target: Qui participa
502
+ target: Qui hi participa
503
503
  unspecified: Sense especificar
504
504
  statistics:
505
505
  processes_count: Processos
@@ -382,8 +382,8 @@ cs:
382
382
  metadata:
383
383
  developer_group: Propagováno
384
384
  name: Metadata
385
- participatory_scope: O čem se rozhoduje
386
- participatory_structure: Jak se o tom rozhoduje
385
+ participatory_scope: Co se rozhodlo
386
+ participatory_structure: Jak se to rozhoduje
387
387
  target: Kdo se účastní
388
388
  participatory_processes:
389
389
  name: Participativní procesy
@@ -508,7 +508,7 @@ cs:
508
508
  dates: Data
509
509
  developer_group: Skupina promotérů
510
510
  end_date: Datum ukončení
511
- local_area: Oblast působnosti organizace
511
+ local_area: Oblast organizace
512
512
  participatory_scope: Co se rozhodlo
513
513
  participatory_structure: Jak se to rozhoduje
514
514
  private_space: Jedná se o soukromý proces
@@ -12,15 +12,22 @@ de:
12
12
  decidim_area_id: Bereich
13
13
  description: Beschreibung
14
14
  developer_group: Promoter-Gruppe
15
+ document: Dokument
15
16
  domain: Domäne
16
17
  end_date: Enddatum
17
18
  hashtag: Hashtag
18
19
  hero_image: Hauptbild
20
+ import_attachments: Anhänge importieren
21
+ import_categories: Kategorien importieren
22
+ import_components: Komponenten importieren
23
+ import_steps: Schritte importieren
19
24
  local_area: Organisationsbereich
20
25
  meta_scope: Bereichs-Metadaten
21
26
  participatory_process_group_id: Prozessgruppe
27
+ participatory_process_type_id: Prozesstyp
22
28
  participatory_scope: Was wird entschieden?
23
29
  participatory_structure: Wie wird es entschieden?
30
+ private_space: Privater Prozess
24
31
  promoted: Hervorgehoben
25
32
  published_at: Veröffentlicht unter
26
33
  related_process_ids: Ähnliche Beteiligungsprozesse
@@ -63,6 +70,12 @@ de:
63
70
  email: E-Mail
64
71
  name: Name
65
72
  role: Rolle
73
+ errors:
74
+ models:
75
+ participatory_process:
76
+ attributes:
77
+ document:
78
+ allowed_file_content_types: 'Ungültiger Dokumententyp. Nur Dateien mit folgenden Erweiterungen sind erlaubt: %{types}'
66
79
  models:
67
80
  decidim/participatory_process_step_activated_event: Phase aktiviert
68
81
  decidim/participatory_process_step_changed_event: Phase geändert
@@ -310,6 +323,7 @@ de:
310
323
  participatory_process_type:
311
324
  create: "%{user_name} hat den Beteiligungsprozesstyp %{resource_name} erstellt"
312
325
  delete: "%{user_name} hat den Beteiligungsprozesstyp %{resource_name} gelöscht"
326
+ update: "%{user_name} hat den Prozesstyp %{resource_name} aktualisiert"
313
327
  participatory_process_user_role:
314
328
  create: "%{user_name} lud den Benutzer %{resource_name} zu dem %{space_name} Partizipationsprozess ein"
315
329
  delete: "%{user_name} entfernte den Benutzer %{resource_name} aus dem %{space_name} Partizipationsprozess"
@@ -337,6 +351,10 @@ de:
337
351
  contextual: "<p>Ein <strong>Partizipationsprozess</strong> ist eine Folge von Partizipations-Aktivitäten (z.B. zuerst eine Umfrage ausfüllen, dann Vorschläge machen, diese face-to-face oder an virtuellen Sitzungen diskutieren, und sie schließlich zu priorisieren) mit dem Ziel, ein bestimmtes Thema zu definieren und Entscheidungen dazu zu treffen.</p> <p>Beispiele für partizipatorische Prozesse sind: ein Verfahren zur Wahl von Ausschussmitgliedern (bei dem die Kandidaturen zuerst präsentiert und anschließend debattiert werden, und schließlich eine Kandidatur ausgewählt wird), die partizipative Budgets (bei denen Vorschläge gemacht und wirtschaftlich bewertet werden und über das verfügbare Geld abgestimmt wird), ein strategischer Planungsprozess, die gemeinschaftliche Ausarbeitung einer Vorschrift oder Norm, die Gestaltung eines städtischen Raums oder die Erstellung einer öffentlichen Strategie.</p>\n"
338
352
  page: "<p>Ein <strong>Partizipationsprozess</strong> ist eine Folge von Partizipations-Aktivitäten (z.B. zuerst eine Umfrage ausfüllen, dann Vorschläge machen, diese face-to-face oder an virtuellen Sitzungen diskutieren, und sie schließlich zu priorisieren) mit dem Ziel, ein bestimmtes Thema zu definieren und Entscheidungen dazu zu treffen.</p> <p>Beispiele für partizipatorische Prozesse sind: ein Verfahren zur Wahl von Ausschussmitgliedern (bei dem die Kandidaturen zuerst präsentiert und anschließend debattiert werden, und schließlich eine Kandidatur ausgewählt wird), die partizipative Budgets (bei denen Vorschläge gemacht und wirtschaftlich bewertet werden und über das verfügbare Geld abgestimmt wird), ein strategischer Planungsprozess, die gemeinschaftliche Ausarbeitung einer Vorschrift oder Norm, die Gestaltung eines städtischen Raums oder die Erstellung einer öffentlichen Strategie.</p>\n"
339
353
  title: Was ist ein partizipativer Prozess?
354
+ log:
355
+ value_types:
356
+ participatory_process_type_presenter:
357
+ not_found: 'Der Prozesstyp (ID: %{id}) wurde nicht in der Datenbank gefunden'
340
358
  menu:
341
359
  processes: Beteiligungsprozesse
342
360
  metrics:
@@ -356,11 +374,10 @@ de:
356
374
  html_3:
357
375
  name: Dritter HTML-Block
358
376
  metadata:
359
- developer_group: Unterstützt von
360
377
  name: Metadaten
361
- participatory_scope: Was wird entschieden
362
- participatory_structure: Wie wird es entschieden
363
- target: Wer nimmt teil
378
+ participatory_scope: Was wird entschieden?
379
+ participatory_structure: Wie wird es entschieden?
380
+ target: Wer nimmt teil?
364
381
  participatory_processes:
365
382
  name: Beteiligungsprozesse
366
383
  stats:
@@ -427,13 +444,11 @@ de:
427
444
  pages:
428
445
  home:
429
446
  highlighted_processes:
430
- active_processes: Aktive Beteiligungsprozesse
431
447
  active_step: Aktiver Schritt
432
448
  more_information: Mehr Informationen
433
449
  participate: Sich beteiligen
434
450
  participate_in: Am Prozess %{resource_name} teilnehmen
435
451
  processes_button_title: Link zur Prozess-Seite die alle Prozesse anzeigt
436
- see_all_processes: Alle Beteiligungsprozesses anzeigen
437
452
  participatory_process_steps:
438
453
  index:
439
454
  back_to_process: Zurück zur Prozessseite
@@ -474,12 +489,11 @@ de:
474
489
  dates: Daten
475
490
  developer_group: Promoter-Gruppe
476
491
  end_date: Enddatum
477
- local_area: Organisationsbereich
478
492
  participatory_scope: Was wird entschieden?
479
- participatory_structure: Wie wird es entschieden
493
+ participatory_structure: Wie wird es entschieden?
480
494
  private_space: Dies ist ein privater Prozess
481
495
  related_processes: Ähnliche Beteiligungsprozesse
482
- scope: Umfang
496
+ scope: Themenbereich
483
497
  start_date: Startdatum
484
498
  target: Wer nimmt teil?
485
499
  unspecified: Keine Angabe
@@ -507,7 +521,7 @@ de:
507
521
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}
508
522
  promoted_process:
509
523
  active_step: 'Aktueller Schritt:'
510
- more_info: Mehr Informationen
524
+ more_info: Mehr Info
511
525
  more_info_about: Weitere Informationen zum Prozess %{resource_name}
512
526
  take_part: Teilnehmen
513
527
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}