decidim-participatory_processes 0.26.7 → 0.26.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) 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_processes_controller.rb +1 -1
  5. data/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +4 -2
  6. data/app/queries/decidim/participatory_processes/stats_participants_count.rb +12 -0
  7. data/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +1 -2
  8. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +1 -0
  9. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +1 -0
  10. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +1 -0
  11. data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -1
  12. data/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -1
  13. data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -1
  14. data/config/environment.rb +3 -0
  15. data/config/locales/ar.yml +11 -9
  16. data/config/locales/bg.yml +6 -0
  17. data/config/locales/ca.yml +8 -8
  18. data/config/locales/cs.yml +10 -10
  19. data/config/locales/de.yml +25 -18
  20. data/config/locales/el.yml +63 -8
  21. data/config/locales/es-MX.yml +3 -3
  22. data/config/locales/es-PY.yml +3 -3
  23. data/config/locales/es.yml +4 -4
  24. data/config/locales/eu.yml +125 -115
  25. data/config/locales/fi-plain.yml +5 -5
  26. data/config/locales/fi.yml +5 -5
  27. data/config/locales/fr-CA.yml +6 -6
  28. data/config/locales/fr.yml +7 -7
  29. data/config/locales/ga-IE.yml +2 -0
  30. data/config/locales/gl.yml +4 -13
  31. data/config/locales/hu.yml +62 -62
  32. data/config/locales/id-ID.yml +13 -9
  33. data/config/locales/is-IS.yml +5 -14
  34. data/config/locales/it.yml +9 -19
  35. data/config/locales/ja.yml +11 -11
  36. data/config/locales/kaa.yml +5 -0
  37. data/config/locales/lb.yml +4 -7
  38. data/config/locales/lt.yml +8 -7
  39. data/config/locales/lv.yml +13 -9
  40. data/config/locales/nl.yml +5 -15
  41. data/config/locales/no.yml +9 -19
  42. data/config/locales/pl.yml +2 -12
  43. data/config/locales/pt-BR.yml +4 -12
  44. data/config/locales/pt.yml +4 -14
  45. data/config/locales/ro-RO.yml +0 -10
  46. data/config/locales/ru.yml +10 -9
  47. data/config/locales/sk.yml +13 -10
  48. data/config/locales/sl.yml +3 -0
  49. data/config/locales/sq-AL.yml +1 -0
  50. data/config/locales/sv.yml +4 -14
  51. data/config/locales/th-TH.yml +1 -0
  52. data/config/locales/tr-TR.yml +4 -14
  53. data/config/locales/uk.yml +10 -9
  54. data/config/locales/zh-CN.yml +12 -9
  55. data/config/locales/zh-TW.yml +1 -11
  56. data/lib/decidim/participatory_processes/version.rb +1 -1
  57. metadata +13 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20ac7a0180cb4996ba6b4c1c2757cf24654602e6cc46570b5c86bbc03a34cb90
4
- data.tar.gz: 2c9c0bc5ee106f0327c5c888c112dee7fc9e4590973456e6b4a59709b9aa99e8
3
+ metadata.gz: f3d5f6b77ae351f7776e0aa82f98704dd3ec6de5c773789e055eeab46614ce89
4
+ data.tar.gz: acea45e6c87ee1f93cfbf81d07c19d432371ff3e11a5bfb4e1987679e5afe9cb
5
5
  SHA512:
6
- metadata.gz: f54689b8061edd1e819c7bfb3a3484078380268469fc38d6180c48225d2b153a4488c8950e7c40615fa2811ad4d37993e7b86478138cd326b222cc19341f8580
7
- data.tar.gz: 472a7d3ed9430babfa8d436290117fb9aebe98066ba6c15c6c36d423b9b5f39885a698cde49b1d3fa9999e9aba6e80fd28e1c546fe0627645464e5acc46cfca1
6
+ metadata.gz: 46835c718100deca150c5e41c8b7960f825bf9d75b95bbc7e09cbe494a35b849bfdac801504e8931023b6e7d0cd09926c296da664e53d93acb8c1193433701d8
7
+ data.tar.gz: 80ea7d032a97950ef904393d981d839d3d98e271e2899d223b216794840530f19bd68e9979c2d4ad6430ed07dbad079c9a30b9943641640a071a27111e187590
@@ -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
@@ -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,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">
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Empty line for playing nice with tpope/vim-rails
@@ -105,7 +105,6 @@ ar:
105
105
  attachments: مرفقات
106
106
  categories: الاقسام
107
107
  components: المكونات
108
- info: معلومات
109
108
  moderations: الإعتدال
110
109
  private_users: المشاركون من القطاع الخاص
111
110
  process_admins: مدراء العملية
@@ -146,6 +145,9 @@ ar:
146
145
  copy: نسخ
147
146
  select: حدد البيانات التي ترغب في تكرارها
148
147
  title: عملية تشاركية مكررة
148
+ participatory_process_group_landing_page_content_blocks:
149
+ edit:
150
+ update: تحديث
149
151
  participatory_process_groups:
150
152
  destroy:
151
153
  success: تم حذف مجموعة العملية التشاركية بنجاح.
@@ -287,6 +289,9 @@ ar:
287
289
  content_blocks:
288
290
  metadata:
289
291
  name: البيانات الوصفية
292
+ participatory_scope: ما الذي تقرر
293
+ participatory_structure: كيف تقرر ذلك
294
+ target: من يشارك
290
295
  stats:
291
296
  name: نشاط
292
297
  show:
@@ -300,15 +305,14 @@ ar:
300
305
  content_blocks:
301
306
  highlighted_processes:
302
307
  max_results: أقصى قدر من العناصر لإظهارها
303
- participatory_process_copies:
308
+ participatory_process_groups:
304
309
  form:
305
- slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذه العملية. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
310
+ title: معلومات عامة
306
311
  participatory_process_imports:
307
312
  form:
308
313
  document_legend: إضافة وثيقة
309
314
  participatory_process_steps:
310
315
  form:
311
- cta_path_help: 'استخدم المسارات الجزئية ، وليس عناوين URL الكاملة هنا. يقبل الحروف والأرقام والشرطات والمائلة ، ويجب أن يبدأ بحرف. إذا لم يتم تعيينه ، فلن يظهر الزر. مثال: %{url}'
312
316
  cta_text_help: إذا لم يتم تعيينه ، فلن يظهر الزر.
313
317
  participatory_processes:
314
318
  form:
@@ -321,7 +325,6 @@ ar:
321
325
  related_processes: العمليات ذات الصلة
322
326
  select_an_area: اختر منطقة
323
327
  select_process_group: حدد مجموعة عملية
324
- slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذه العملية. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
325
328
  title: معلومات عامة
326
329
  visbility: رؤية
327
330
  content_blocks:
@@ -334,11 +337,9 @@ ar:
334
337
  pages:
335
338
  home:
336
339
  highlighted_processes:
337
- active_processes: عمليات نشطة
338
340
  active_step: المرحلة النشطة
339
341
  more_information: معلومات اكثر
340
342
  participate: مشاركة
341
- see_all_processes: رؤية جميع العمليات
342
343
  participatory_processes:
343
344
  filters:
344
345
  counters:
@@ -386,7 +387,6 @@ ar:
386
387
  area: منطقة
387
388
  developer_group: مجموعة المروجين
388
389
  end_date: تاريخ الانتهاء
389
- local_area: منطقة التنظيم
390
390
  participatory_scope: ما الذي تقرر
391
391
  participatory_structure: كيف تقرر ذلك
392
392
  private_space: هذه عملية خاصة
@@ -416,8 +416,10 @@ ar:
416
416
  active_step: 'المرحلة الحالية:'
417
417
  more_info: مزيد من المعلومات
418
418
  take_part: خذ جزء
419
+ promoted_process_group:
420
+ more_info: مزيد من المعلومات
419
421
  process_header_steps:
420
422
  step: المرحلة %{current} من %{total}
421
- view_steps: عرض المراحل
423
+ view_steps: مراحل العملية
422
424
  process_navigation:
423
425
  process_menu_item: المسار
@@ -17,3 +17,9 @@ bg:
17
17
  hero_image: Изображение за начална страница
18
18
  local_area: Район на организацията
19
19
  meta_scope: Метаданни сфера
20
+ decidim:
21
+ participatory_processes:
22
+ show:
23
+ area: Район
24
+ developer_group: Група за популяризиране
25
+ end_date: Крайна дата
@@ -170,7 +170,7 @@ ca:
170
170
  inactive_content_blocks: Blocs de contingut inactius
171
171
  participatory_process_group_landing_page_content_blocks:
172
172
  edit:
173
- update: Actualitzar
173
+ update: Actualitza
174
174
  participatory_process_groups:
175
175
  destroy:
176
176
  error: Hi ha hagut un error eliminant aquest grup de processos participatius.
@@ -337,9 +337,9 @@ ca:
337
337
  metadata:
338
338
  developer_group: Promogut per
339
339
  name: Metadades
340
- participatory_scope: Què es decideix
340
+ participatory_scope: El que es decideix
341
341
  participatory_structure: Com es decideix
342
- target: Qui participa
342
+ target: Qui hi participa
343
343
  participatory_processes:
344
344
  name: Processos participatius
345
345
  stats:
@@ -366,7 +366,7 @@ ca:
366
366
  json: JSON
367
367
  participatory_process_copies:
368
368
  form:
369
- slug_help: 'Els noms curts d''URL s''utilitzen per generar els URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
369
+ slug_help: 'Els noms curts d''URL s''utilitzen per generar les URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
370
370
  participatory_process_groups:
371
371
  form:
372
372
  metadata: Metadades
@@ -392,7 +392,7 @@ ca:
392
392
  scope_type_max_depth_help: Restringeix la profunditat del filtre d'àmbit. Es mostrarà des del filtre general fins al filtre seleccionat.
393
393
  select_an_area: Selecciona una àrea
394
394
  select_process_group: Selecciona un grup de processos
395
- slug_help: 'Els noms curts d''URL s''utilitzen per generar els URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
395
+ slug_help: 'Els noms curts d''URL s''utilitzen per generar les URL que apunten a aquest procés. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
396
396
  title: Informació general
397
397
  visbility: Visibilitat
398
398
  content_blocks:
@@ -451,13 +451,13 @@ ca:
451
451
  developer_group: Grup promotor
452
452
  end_date: Data de finalització
453
453
  local_area: Àrea d'organització
454
- participatory_scope: Què es decideix
454
+ participatory_scope: El que es decideix
455
455
  participatory_structure: Com es decideix
456
456
  private_space: Aquest és un procés privat
457
457
  related_processes: Processos relacionats
458
458
  scope: Àmbit
459
459
  start_date: Data d'inici
460
- target: Qui participa
460
+ target: Qui hi participa
461
461
  unspecified: Sense especificar
462
462
  statistics:
463
463
  processes_count: Processos
@@ -491,6 +491,6 @@ ca:
491
491
  more_info: Més informació
492
492
  process_header_steps:
493
493
  step: Fase %{current} de %{total}
494
- view_steps: Veure les fases
494
+ view_steps: Fases del procés
495
495
  process_navigation:
496
496
  process_menu_item: El procés
@@ -176,7 +176,7 @@ cs:
176
176
  inactive_content_blocks: Neaktivní bloky obsahu
177
177
  participatory_process_group_landing_page_content_blocks:
178
178
  edit:
179
- update: Aktualizovat
179
+ update: Aktualizace
180
180
  participatory_process_groups:
181
181
  destroy:
182
182
  error: Došlo k chybě při zrušení skupiny účastnických procesů.
@@ -343,8 +343,8 @@ cs:
343
343
  metadata:
344
344
  developer_group: Propagováno
345
345
  name: Metadata
346
- participatory_scope: O čem se rozhoduje
347
- participatory_structure: Jak se o tom rozhoduje
346
+ participatory_scope: Co se rozhodlo
347
+ participatory_structure: Jak se to rozhoduje
348
348
  target: Kdo se účastní
349
349
  participatory_processes:
350
350
  name: Participativní procesy
@@ -374,19 +374,19 @@ cs:
374
374
  json: JSON
375
375
  participatory_process_copies:
376
376
  form:
377
- slug_help: 'Sloupce adres URL se používají k vygenerování adres URL, které směřují k tomuto procesu. Přijme pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
377
+ slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
378
378
  participatory_process_groups:
379
379
  form:
380
380
  metadata: Metadata
381
- title: Obecné informace
381
+ title: Obecná informace
382
382
  visibility: Viditelnost
383
383
  participatory_process_imports:
384
384
  form:
385
385
  document_legend: Přidat dokument
386
- slug_help: 'URL slug se používají k vygenerování adres URL, které odkazují na toto shromáždění. Přijme pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
386
+ slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
387
387
  participatory_process_steps:
388
388
  form:
389
- cta_path_help: 'Použijte zde částečné cesty, ne úplné adresy URL. Přijme písmena, čísla, pomlčky a lomítka a musí začínat písmenem. Není-li nastaveno, tlačítko se nezobrazí. Příklad: %{url}'
389
+ cta_path_help: 'Zde použijte částečné cesty, nikoli úplné adresy URL. Jsou povolena písmena, čísla, pomlčky a lomítka a musí začínat písmenem. Příklad: %{url}'
390
390
  cta_text_help: Není-li nastaveno, tlačítko se nezobrazí.
391
391
  participatory_processes:
392
392
  form:
@@ -400,7 +400,7 @@ cs:
400
400
  scope_type_max_depth_help: Omezit hloubku filtru rozsahu. Filtr se zobrazí od obecného k vybranému typu rozsahu.
401
401
  select_an_area: Vyberte oblast
402
402
  select_process_group: Vyberte skupinu procesů
403
- slug_help: 'Sloupce adres URL se používají k vygenerování adres URL, které směřují k tomuto procesu. Přijme pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
403
+ slug_help: 'URL slugy slouží ke generaci adres URL, které odkazují na tento proces. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
404
404
  title: Obecná informace
405
405
  visbility: Viditelnost
406
406
  content_blocks:
@@ -466,7 +466,7 @@ cs:
466
466
  dates: Data
467
467
  developer_group: Skupina promotérů
468
468
  end_date: Datum ukončení
469
- local_area: Oblast působnosti organizace
469
+ local_area: Oblast organizace
470
470
  participatory_scope: Co se rozhodlo
471
471
  participatory_structure: Jak se to rozhoduje
472
472
  private_space: Jedná se o soukromý proces
@@ -507,6 +507,6 @@ cs:
507
507
  more_info: Více informací
508
508
  process_header_steps:
509
509
  step: Krok %{current} z %{total}
510
- view_steps: Zobrazit kroky
510
+ view_steps: Procesní kroky
511
511
  process_navigation:
512
512
  process_menu_item: Proces
@@ -11,17 +11,24 @@ de:
11
11
  decidim_area_id: Bereich
12
12
  description: Beschreibung
13
13
  developer_group: Promoter-Gruppe
14
+ document: Dokument
14
15
  domain: Domäne
15
16
  end_date: Enddatum
16
17
  hashtag: Hashtag
17
18
  hero_image: Hauptbild
19
+ import_attachments: Anhänge importieren
20
+ import_categories: Kategorien importieren
21
+ import_components: Komponenten importieren
22
+ import_steps: Schritte importieren
18
23
  local_area: Organisationsbereich
19
24
  meta_scope: Bereichs-Metadaten
20
25
  participatory_process_group_id: Prozessgruppe
26
+ participatory_process_type_id: Prozesstyp
21
27
  participatory_scope: Was wird entschieden?
22
28
  participatory_structure: Wie wird es entschieden?
29
+ private_space: Privater Prozess
23
30
  promoted: Hervorgehoben
24
- published_at: Veröffentlicht unter
31
+ published_at: Veröffentlicht am
25
32
  related_process_ids: Ähnliche Beteiligungsprozesse
26
33
  scope_id: Themenbereich
27
34
  scope_type_max_depth_id: Umfang-Filtertiefe
@@ -121,7 +128,7 @@ de:
121
128
  models:
122
129
  participatory_process:
123
130
  fields:
124
- created_at: Hergestellt in
131
+ created_at: Erstellt am
125
132
  private: Privat
126
133
  promoted: Hervorgehoben
127
134
  published: Veröffentlicht
@@ -226,7 +233,7 @@ de:
226
233
  destroy:
227
234
  success: Der Benutzer wurde erfolgreich aus diesem partizipativen Prozess entfernt.
228
235
  edit:
229
- title: Administrator des Beteiligungsprozesses aktualisieren
236
+ title: Admin des Beteiligungsprozesses aktualisieren
230
237
  update: Aktualisieren
231
238
  index:
232
239
  process_admins_title: Partizipative Prozessbenutzer
@@ -330,9 +337,9 @@ de:
330
337
  metadata:
331
338
  developer_group: Unterstützt von
332
339
  name: Metadaten
333
- participatory_scope: Was wird entschieden
334
- participatory_structure: Wie wird es entschieden
335
- target: Wer nimmt teil
340
+ participatory_scope: Was wird entschieden?
341
+ participatory_structure: Wie wird es entschieden?
342
+ target: Wer nimmt teil?
336
343
  participatory_processes:
337
344
  name: Beteiligungsprozesse
338
345
  stats:
@@ -359,19 +366,19 @@ de:
359
366
  json: JSON
360
367
  participatory_process_copies:
361
368
  form:
362
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
369
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
363
370
  participatory_process_groups:
364
371
  form:
365
372
  metadata: Metadaten
366
- title: Allgemeine Informationen
373
+ title: Allgemeine Information
367
374
  visibility: Sichtbarkeit
368
375
  participatory_process_imports:
369
376
  form:
370
377
  document_legend: Dokument hinzufügen
371
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
378
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
372
379
  participatory_process_steps:
373
380
  form:
374
- cta_path_help: 'Verwenden Sie hier Teilpfade, nicht vollständige URLs. Akzeptiert Buchstaben, Zahlen, Bindestriche und Schrägstriche und muss mit einem Buchstaben beginnen. Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt. Beispiel: %{url}'
381
+ cta_path_help: 'Verwenden Sie hier Teilpfade, nicht die vollständige URL. Buchstaben, Zahlen, Bindestriche und Schrägstriche sind erlaubt; an der ersten Stelle ist ein Buchstabe erforderlich. Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt. Beispiel: %{url}'
375
382
  cta_text_help: Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt.
376
383
  participatory_processes:
377
384
  form:
@@ -385,7 +392,7 @@ de:
385
392
  scope_type_max_depth_help: Beschränken Sie die Bereichs-Filtertiefe; der Filter zeigt nur Ergebnisse von Allgemein bis zum ausgewählten Bereichstyp an.
386
393
  select_an_area: Wählen Sie einen Bereich aus
387
394
  select_process_group: Wählen Sie eine Prozessgruppe aus
388
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
395
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
389
396
  title: Allgemeine Information
390
397
  visbility: Sichtweite
391
398
  content_blocks:
@@ -398,13 +405,13 @@ de:
398
405
  pages:
399
406
  home:
400
407
  highlighted_processes:
401
- active_processes: Aktive Beteiligungsprozesse
408
+ active_processes: Aktive Prozesse
402
409
  active_step: Aktiver Schritt
403
410
  more_information: Mehr Informationen
404
411
  participate: Sich beteiligen
405
412
  participate_in: Am Prozess %{resource_name} teilnehmen
406
413
  processes_button_title: Link zur Prozess-Seite die alle Prozesse anzeigt
407
- see_all_processes: Alle Beteiligungsprozesses anzeigen
414
+ see_all_processes: Alle Prozesse anzeigen
408
415
  participatory_process_steps:
409
416
  index:
410
417
  back_to_process: Zurück zur Prozessseite
@@ -443,12 +450,12 @@ de:
443
450
  dates: Daten
444
451
  developer_group: Promoter-Gruppe
445
452
  end_date: Enddatum
446
- local_area: Organisationsbereich
453
+ local_area: Gebiet der Organisation
447
454
  participatory_scope: Was wird entschieden?
448
- participatory_structure: Wie wird es entschieden
455
+ participatory_structure: Wie wird es entschieden?
449
456
  private_space: Dies ist ein privater Prozess
450
457
  related_processes: Ähnliche Beteiligungsprozesse
451
- scope: Umfang
458
+ scope: Themenbereich
452
459
  start_date: Startdatum
453
460
  target: Wer nimmt teil?
454
461
  unspecified: Keine Angabe
@@ -476,7 +483,7 @@ de:
476
483
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}
477
484
  promoted_process:
478
485
  active_step: 'Aktueller Schritt:'
479
- more_info: Mehr Informationen
486
+ more_info: Mehr Info
480
487
  more_info_about: Weitere Informationen zum Prozess %{resource_name}
481
488
  take_part: Teilnehmen
482
489
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}
@@ -484,6 +491,6 @@ de:
484
491
  more_info: Mehr Info
485
492
  process_header_steps:
486
493
  step: Schritt %{current} von %{total}
487
- view_steps: Schritte anzeigen
494
+ view_steps: Prozessschritte
488
495
  process_navigation:
489
496
  process_menu_item: Der Prozess