decidim-participatory_processes 0.29.4 → 0.30.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/participatory_process_groups/process_filters_cell.rb +4 -5
  3. data/app/cells/decidim/participatory_processes/content_blocks/highlighted_processes_settings_form/show.erb +1 -1
  4. data/app/cells/decidim/participatory_processes/process_dropdown_metadata_cell.rb +7 -0
  5. data/app/cells/decidim/participatory_processes/process_filters/show.erb +0 -1
  6. data/app/cells/decidim/participatory_processes/process_filters_cell.rb +6 -32
  7. data/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +2 -57
  8. data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +3 -3
  9. data/app/commands/decidim/participatory_processes/admin/import_participatory_process.rb +0 -1
  10. data/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +3 -3
  11. data/app/controllers/decidim/participatory_processes/admin/component_share_tokens_controller.rb +18 -0
  12. data/app/controllers/decidim/participatory_processes/admin/participatory_process_share_tokens_controller.rb +16 -0
  13. data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +15 -3
  14. data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +2 -4
  15. data/app/controllers/decidim/participatory_processes/participatory_space_private_users_controller.rb +27 -0
  16. data/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +0 -2
  17. data/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +3 -33
  18. data/app/forms/decidim/participatory_processes/admin/participatory_process_import_form.rb +0 -1
  19. data/app/helpers/decidim/participatory_processes/participatory_process_helper.rb +28 -20
  20. data/app/jobs/decidim/participatory_processes/change_active_step_job.rb +1 -1
  21. data/app/models/decidim/participatory_process.rb +19 -3
  22. data/app/permissions/decidim/participatory_processes/permissions.rb +18 -21
  23. data/app/presenters/decidim/participatory_processes/admin_log/participatory_process_presenter.rb +1 -1
  24. data/app/queries/decidim/participatory_processes/metrics/participatory_process_followers_metric_measure.rb +2 -2
  25. data/app/queries/decidim/participatory_processes/metrics/participatory_processes_metric_manage.rb +2 -2
  26. data/app/serializers/decidim/participatory_processes/open_data_participatory_process_serializer.rb +47 -0
  27. data/app/serializers/decidim/participatory_processes/participatory_process_importer.rb +1 -43
  28. data/app/serializers/decidim/participatory_processes/participatory_process_serializer.rb +17 -126
  29. data/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +0 -8
  30. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/_form.html.erb +0 -1
  31. data/app/views/decidim/participatory_processes/admin/participatory_process_imports/_form.html.erb +0 -3
  32. data/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +25 -60
  33. data/app/views/decidim/participatory_processes/admin/participatory_processes/_process_row.html.erb +83 -0
  34. data/app/views/decidim/participatory_processes/admin/participatory_processes/_processes_thead.html.erb +19 -0
  35. data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +16 -84
  36. data/app/views/decidim/participatory_processes/admin/participatory_processes/manage_trash.html.erb +20 -0
  37. data/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +3 -1
  38. data/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +3 -1
  39. data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +6 -6
  40. data/app/views/decidim/participatory_processes/participatory_space_private_users/index.html.erb +22 -0
  41. data/config/assets.rb +1 -2
  42. data/config/locales/ar.yml +0 -17
  43. data/config/locales/bg.yml +0 -36
  44. data/config/locales/bs-BA.yml +0 -9
  45. data/config/locales/ca.yml +61 -39
  46. data/config/locales/cs.yml +60 -38
  47. data/config/locales/de.yml +60 -38
  48. data/config/locales/el.yml +0 -36
  49. data/config/locales/en.yml +60 -38
  50. data/config/locales/es-MX.yml +61 -39
  51. data/config/locales/es-PY.yml +61 -39
  52. data/config/locales/es.yml +62 -40
  53. data/config/locales/eu.yml +141 -119
  54. data/config/locales/fi-plain.yml +60 -36
  55. data/config/locales/fi.yml +60 -36
  56. data/config/locales/fr-CA.yml +23 -37
  57. data/config/locales/fr.yml +23 -37
  58. data/config/locales/ga-IE.yml +0 -14
  59. data/config/locales/gl.yml +0 -18
  60. data/config/locales/hu.yml +0 -36
  61. data/config/locales/id-ID.yml +0 -17
  62. data/config/locales/is-IS.yml +0 -16
  63. data/config/locales/it.yml +0 -36
  64. data/config/locales/ja.yml +60 -38
  65. data/config/locales/lb.yml +0 -20
  66. data/config/locales/lt.yml +0 -36
  67. data/config/locales/lv.yml +0 -20
  68. data/config/locales/nl.yml +0 -21
  69. data/config/locales/no.yml +0 -36
  70. data/config/locales/pl.yml +0 -36
  71. data/config/locales/pt-BR.yml +0 -33
  72. data/config/locales/pt.yml +0 -21
  73. data/config/locales/ro-RO.yml +1 -38
  74. data/config/locales/ru.yml +0 -17
  75. data/config/locales/sk.yml +1 -21
  76. data/config/locales/sr-CS.yml +0 -9
  77. data/config/locales/sv.yml +53 -37
  78. data/config/locales/tr-TR.yml +0 -21
  79. data/config/locales/uk.yml +0 -17
  80. data/config/locales/zh-CN.yml +0 -20
  81. data/config/locales/zh-TW.yml +0 -36
  82. data/db/migrate/20210310120750_add_followable_counter_cache_to_participatory_processes.rb +1 -1
  83. data/db/migrate/20240822161355_add_deleted_at_to_decidim_participatory_processes.rb +8 -0
  84. data/db/migrate/20241108141423_remove_column_show_metrics_from_participatory_processes.rb +7 -0
  85. data/db/migrate/20241108141514_remove_column_banner_image_from_participatory_processes.rb +7 -0
  86. data/db/migrate/20241108141605_remove_column_show_statistics_from_participatory_processes.rb +7 -0
  87. data/decidim-participatory_processes.gemspec +1 -1
  88. data/lib/decidim/api/participatory_process_group_type.rb +3 -3
  89. data/lib/decidim/api/participatory_process_step_type.rb +7 -9
  90. data/lib/decidim/api/participatory_process_type.rb +18 -23
  91. data/lib/decidim/api/participatory_process_type_type.rb +3 -3
  92. data/lib/decidim/participatory_processes/admin_engine.rb +85 -59
  93. data/lib/decidim/participatory_processes/content_blocks/registry_manager.rb +11 -0
  94. data/lib/decidim/participatory_processes/engine.rb +7 -0
  95. data/lib/decidim/participatory_processes/menu.rb +9 -17
  96. data/lib/decidim/participatory_processes/participatory_space.rb +5 -2
  97. data/lib/decidim/participatory_processes/seeds.rb +8 -16
  98. data/lib/decidim/participatory_processes/test/factories.rb +14 -14
  99. data/lib/decidim/participatory_processes/version.rb +1 -1
  100. metadata +24 -26
  101. data/app/cells/decidim/participatory_processes/process_filters/type_filter.erb +0 -17
  102. data/app/commands/decidim/participatory_processes/admin/create_participatory_process_type.rb +0 -17
  103. data/app/commands/decidim/participatory_processes/admin/update_participatory_process_type.rb +0 -13
  104. data/app/controllers/decidim/participatory_processes/admin/categories_controller.rb +0 -13
  105. data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +0 -117
  106. data/app/forms/decidim/participatory_processes/admin/participatory_process_type_form.rb +0 -20
  107. data/app/helpers/decidim/participatory_processes/admin/participatory_process_helper.rb +0 -24
  108. data/app/packs/entrypoints/decidim_participatory_processes_admin.js +0 -1
  109. data/app/packs/src/decidim/participatory_processes/admin/participatory_processes.js +0 -18
  110. data/app/views/decidim/participatory_processes/admin/participatory_process_types/_form.html.erb +0 -9
  111. data/app/views/decidim/participatory_processes/admin/participatory_process_types/edit.html.erb +0 -18
  112. data/app/views/decidim/participatory_processes/admin/participatory_process_types/index.html.erb +0 -58
  113. data/app/views/decidim/participatory_processes/admin/participatory_process_types/new.html.erb +0 -18
  114. data/config/locales/ca-IT.yml +0 -524
@@ -23,16 +23,12 @@ de:
23
23
  local_area: Organisationsbereich
24
24
  meta_scope: Bereichs-Metadaten
25
25
  participatory_process_group_id: Prozessgruppe
26
- participatory_process_type_id: Prozesstyp
27
26
  participatory_scope: Was wird entschieden?
28
27
  participatory_structure: Wie wird es entschieden?
29
28
  private_space: Privater Prozess
30
29
  promoted: Hervorgehoben
31
30
  published_at: Veröffentlicht am
32
31
  related_process_ids: Ähnliche Beteiligungsprozesse
33
- scope_id: Umfang
34
- scope_type_max_depth_id: Umfang-Filtertiefe
35
- scopes_enabled: Themenbereiche aktiviert
36
32
  short_description: Kurzbeschreibung
37
33
  slug: URL-Slug
38
34
  start_date: Startdatum
@@ -61,8 +57,6 @@ de:
61
57
  short_description: Kurzbeschreibung
62
58
  start_date: Startdatum
63
59
  title: Titel
64
- participatory_process_type:
65
- title: Titel
66
60
  participatory_process_user_role:
67
61
  email: E-Mail
68
62
  name: Name
@@ -92,22 +86,24 @@ de:
92
86
  actions:
93
87
  activate: Aktivieren
94
88
  configure: Konfigurieren
89
+ confirm_delete_process: Sind Sie sicher, dass Sie diesen Prozess löschen möchten? Wenn Sie Ihre Meinung ändern, können Sie ihn später wiederherstellen.
95
90
  confirm_destroy: Löschen bestätigen
96
91
  destroy: Löschen
97
92
  duplicate: Duplizieren
98
93
  edit: Bearbeiten
99
94
  import_process: Importieren
95
+ menu_hidden: Verbergen
100
96
  moderate: Moderieren
101
97
  new_process: Neuer Beteiligungsprozess
102
98
  new_process_group: Neue Prozessgruppe
103
99
  new_process_step: Neue Phase
104
- new_process_type: Neuer Prozesstyp
105
100
  new_process_user_role: Neuer Prozess-Administrator
106
101
  preview: Vorschau
107
102
  publish: Veröffentlichen
108
103
  resend_invitation: Einladung erneut senden
109
104
  see_process: Prozess ansehen
110
105
  unpublish: Veröffentlichung rückgängig machen
106
+ view_deleted_processes: Gelöschte Prozesse anzeigen
111
107
  filters:
112
108
  decidim_participatory_process_group_id_eq:
113
109
  label: Nach Prozessgruppe
@@ -116,18 +112,16 @@ de:
116
112
  participatory_process_groups_submenu:
117
113
  info: Info
118
114
  landing_page: Startseite
119
- participatory_process_types: Prozesstypen
120
115
  participatory_processes: Beteiligungsprozesse
121
116
  participatory_processes_submenu:
122
117
  attachment_collections: Ordner
123
118
  attachment_files: Dateien
124
119
  attachments: Anlagen
125
- categories: Kategorien
126
120
  components: Komponenten
127
121
  info: Über diesen Prozess
128
122
  landing_page: Startseite
129
123
  moderations: Moderationen
130
- private_users: Private Benutzer
124
+ private_users: Mitglieder
131
125
  process_admins: Benutzer verarbeiten
132
126
  steps: Schritte
133
127
  models:
@@ -149,11 +143,6 @@ de:
149
143
  start_date: Anfangsdatum
150
144
  title: Titel
151
145
  name: Partizipativer Prozessschritt
152
- participatory_process_type:
153
- fields:
154
- created_at: Erstellt am
155
- title: Titel
156
- name: Prozesstyp
157
146
  participatory_process_user_role:
158
147
  fields:
159
148
  email: Email
@@ -169,6 +158,7 @@ de:
169
158
  fields:
170
159
  invitation_accepted_at: Einladung akzeptiert am
171
160
  invitation_sent_at: Einladung gesendet am
161
+ published: Veröffentlicht
172
162
  participatory_process_copies:
173
163
  new:
174
164
  copy: Kopieren
@@ -236,21 +226,6 @@ de:
236
226
  update:
237
227
  error: Beim Aktualisieren dieses partizipativen Prozessschritts ist ein Fehler aufgetreten.
238
228
  success: Partizipativer Prozessschritt erfolgreich aktualisiert.
239
- participatory_process_types:
240
- create:
241
- error: Beim Erstellen eines neuen Prozesstyps ist ein Fehler aufgetreten.
242
- success: Prozesstyp erfolgreich erstellt.
243
- destroy:
244
- success: Prozesstyp erfolgreich gelöscht.
245
- edit:
246
- title: Prozesstyp bearbeiten
247
- update: Aktualisieren
248
- new:
249
- create: Erstellen
250
- title: Neuer Prozesstyp
251
- update:
252
- error: Beim Aktualisieren dieses Prozesstyps ist ein Fehler aufgetreten.
253
- success: Prozesstyp erfolgreich aktualisiert.
254
229
  participatory_process_user_roles:
255
230
  create:
256
231
  error: Beim Hinzufügen eines Benutzers für diesen partizipativen Prozess ist ein Fehler aufgetreten.
@@ -279,6 +254,8 @@ de:
279
254
  public: Öffentlich
280
255
  published: Veröffentlicht
281
256
  unpublished: Nicht veröffentlicht
257
+ manage_trash:
258
+ title: Gelöschte Beteiligungsprozesse
282
259
  new:
283
260
  create: Erstellen
284
261
  title: Neuer partizipativer Prozess
@@ -293,10 +270,16 @@ de:
293
270
  create:
294
271
  error: Beim Erstellen einer neuen partizipativen Prozessgruppe ist ein Fehler aufgetreten.
295
272
  success: Partizipative Prozessgruppe erfolgreich erstellt.
273
+ taxonomy_filters:
274
+ space_filter_for:
275
+ participatory_processes: Alle Beteiligungsprozesse
296
276
  titles:
297
277
  participatory_process_groups: Partizipative Prozessgruppen
298
278
  participatory_process_types: Beteiligungsprozesstypen
299
279
  participatory_processes: Beteiligungsprozesse
280
+ participatory_processes_deleted: Gelöschte Beteiligungsprozesse
281
+ tooltips:
282
+ deleted_processes_info: Prozesse können nur gelöscht werden, wenn der Status "Nicht veröffentlicht" ist.
300
283
  users:
301
284
  resend_invitation:
302
285
  error: Beim erneuten Senden der Einladung ist ein Fehler aufgetreten.
@@ -308,6 +291,8 @@ de:
308
291
  export: "%{user_name} hat den Beteiligungsprozess %{resource_name} exportiert"
309
292
  import: "%{user_name} hat den Beteiligungsprozess %{resource_name} importiert"
310
293
  publish: "%{user_name} hat den Partizipationsprozess %{resource_name} veröffentlicht"
294
+ restore: "%{user_name} hat den Beteiligungsprozess %{resource_name} wiederhergestellt"
295
+ soft_delete: "%{user_name} hat den Beteiligungsprozess %{resource_name} in den Papierkorb verschoben"
311
296
  unpublish: "%{user_name} hat den Partizipationsprozess %{resource_name} auf \"unveröffentlicht\" gesetzt"
312
297
  update: "%{user_name} hat den Partizipationsprozess %{resource_name} aktualisiert"
313
298
  participatory_process_group:
@@ -327,6 +312,9 @@ de:
327
312
  create: "%{user_name} lud den Benutzer %{resource_name} zu dem %{space_name} Partizipationsprozess ein"
328
313
  delete: "%{user_name} entfernte den Benutzer %{resource_name} aus dem %{space_name} Partizipationsprozess"
329
314
  update: "%{user_name} änderte die Rolle des Benutzers %{resource_name} im %{space_name} Partizipationsprozess"
315
+ download_your_data:
316
+ show:
317
+ participatory_processes: Beteiligungsprozesse exportieren
330
318
  events:
331
319
  participatory_process:
332
320
  role_assigned:
@@ -361,6 +349,38 @@ de:
361
349
  description: Anzahl der Beteiligungsprozesse in dieser Organisation
362
350
  object: Beteiligungsprozesse
363
351
  title: Beteiligungsprozesse
352
+ open_data:
353
+ help:
354
+ participatory_processes:
355
+ announcement: Die Ankündigungsinformationen (Banner)
356
+ area: Der Bereich, in dem der Prozess stattfindet,
357
+ created_at: Erstellungsdatum dieses Bereichs
358
+ description: Eine ausführliche Beschreibung des Prozesses
359
+ developer_group: Die Entwicklergruppe des Prozesses. Dies ist die Organisation, die den Prozess fördert.
360
+ end_date: Das Enddatum des Prozesses
361
+ follows_count: Die Anzahl Nutzende, die diesem Bereich folgen
362
+ hashtag: Der des Prozesses, verwendet für Twitter/X
363
+ id: Die eindeutige Bezeichnung des Prozesses
364
+ local_area: Der lokale Bereich des Prozesses. Dies ist der Organisationsbereich, in dem der Prozess stattfindet.
365
+ meta_scope: Die Bereichsmetadaten des Ergebnisses
366
+ participatory_process_group: Die Gruppe des Prozesses, falls vorhanden
367
+ participatory_process_type: Der Prozesstyp
368
+ participatory_scope: Der partizipative Bereich des Prozesses
369
+ participatory_structure: Die partizipative Struktur des Prozesses, also wie innerhalb des Prozesses entschieden wird.
370
+ promoted: Ob der Prozess hervorgehoben ist oder nicht
371
+ published_at: Veröffentlichungsdatum des Bereichs
372
+ reference: Die eindeutige Referenz des Bereichs
373
+ remote_hero_image_url: Die URL des Titelbildes des Prozesses
374
+ scope: Der Bereich des Prozesses
375
+ scopes_enabled: Ob die Bereiche aktiviert sind oder nicht
376
+ short_description: Eine Kurzbeschreibung des Prozesses
377
+ slug: Der URL-Slug des Prozesses (verwendet für Identifikationszwecke in der URL)
378
+ start_date: Das Startdatum des Prozesses
379
+ subtitle: Der Untertitel des Prozesses
380
+ target: Das Ziel des Prozesses. Welche Zielgruppe aufgerufen ist, am Prozess teilzunehmen.
381
+ title: Der Prozesstitel
382
+ updated_at: Letztes Aktualisierungsdatum dieses Bereichs
383
+ url: Die URL des Bereichs
364
384
  participatory_process_groups:
365
385
  content_blocks:
366
386
  extra_data:
@@ -389,8 +409,6 @@ de:
389
409
  participatory_processes:
390
410
  one: 1 Prozess
391
411
  other: "%{count} Prozesse"
392
- related_processes:
393
- help: Alle ausgewählten Prozesse werden dieser Gruppe zugewiesen, einschließlich derjenigen, die bereits anderen Gruppen zugeordnet sind.
394
412
  show:
395
413
  title: Partizipative Prozessgruppen
396
414
  participatory_process_steps:
@@ -426,17 +444,16 @@ de:
426
444
  participatory_processes:
427
445
  form:
428
446
  announcement_help: Der Text, den Sie hier eingeben, wird dem Benutzer direkt unter den Prozessinformationen angezeigt.
447
+ define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
429
448
  duration: Dauer
430
- filters: Filter
431
449
  images: Bilder
432
450
  metadata: Metadaten
433
- other: Andere
451
+ no_taxonomy_filters_found: Keine Klassifizierungsfilter gefunden.
452
+ private_notice: Sie können private Teilnehmende verwalten, nachdem Sie das Gremium als "privat" festgelegt haben
434
453
  related_processes: Ähnliche Beteiligungsprozesse
435
- scope_type_max_depth_help: Beschränken Sie die Bereichs-Filtertiefe; der Filter zeigt nur Ergebnisse von Allgemein bis zum ausgewählten Bereichstyp an.
436
- select_an_area: Wählen Sie einen Bereich aus
437
- select_participatory_process_type: Wählen Sie einen Prozesstyp aus
438
454
  select_process_group: Wählen Sie eine Prozessgruppe aus
439
455
  slug_help_html: '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}'
456
+ taxonomies: Klassifizierungen
440
457
  title: Allgemeine Information
441
458
  visibility: Sichtbarkeit
442
459
  content_blocks:
@@ -497,10 +514,13 @@ de:
497
514
  all: Alle
498
515
  past: Vergangenheit
499
516
  upcoming: Bevorstehende
500
- see: Anzeigen
517
+ see: Sehen
501
518
  type: Typ
502
519
  show:
503
520
  title: Über diesen Prozess
521
+ participatory_space_private_users:
522
+ index:
523
+ title: Mitglieder
504
524
  show:
505
525
  belongs_to_group: Dieser Prozess gehört zu
506
526
  private_space: Dies ist ein privater Prozess
@@ -514,6 +534,8 @@ de:
514
534
  browse: Durchsuche
515
535
  browse_resource: Prozessgruppe %{resource_name} durchsuchen
516
536
  processes_count: 'Beteiligungsprozesse:'
537
+ participatory_process_navigation:
538
+ member_menu_item: Mitglieder
517
539
  participatory_processes:
518
540
  index:
519
541
  promoted_processes: Hervorgehobene Beteiligungsprozesse
@@ -23,16 +23,12 @@ el:
23
23
  local_area: Τομέας οργανισμού
24
24
  meta_scope: Μεταδεδομένα πεδίου εφαρμογής
25
25
  participatory_process_group_id: Ομάδα διαδικασιών
26
- participatory_process_type_id: Τύπος διεργασιών
27
26
  participatory_scope: Τι αποφασίστηκε
28
27
  participatory_structure: Πώς αποφασίζεται
29
28
  private_space: Ιδιωτική διαδικασία
30
29
  promoted: Προωθήθηκε
31
30
  published_at: Δημοσιεύτηκε στις
32
31
  related_process_ids: Σχετικές διαδικασίες
33
- scope_id: Πεδία εφαρμογής
34
- scope_type_max_depth_id: Βάθος φίλτρου πεδίου εφαρμογής
35
- scopes_enabled: Ενεργοποιημένα πεδία εφαρμογών
36
32
  short_description: Σύντομη περιγραφή
37
33
  slug: Slug διεύθυνσης URL
38
34
  start_date: Ημερομηνία έναρξης
@@ -61,8 +57,6 @@ el:
61
57
  short_description: Σύντομη περιγραφή
62
58
  start_date: Ημερομηνία έναρξης
63
59
  title: Τίτλος
64
- participatory_process_type:
65
- title: Τίτλος
66
60
  participatory_process_user_role:
67
61
  email: Email
68
62
  name: Όνομα
@@ -101,7 +95,6 @@ el:
101
95
  new_process: Νέα διαδικασία
102
96
  new_process_group: Νέα ομάδα διαδικασιών
103
97
  new_process_step: Νέα φάση
104
- new_process_type: Νέος τύπος διαδικασίας
105
98
  new_process_user_role: Νέος διαχειριστής διαδικασιών
106
99
  preview: Προεπισκόπηση
107
100
  publish: Δημοσίευση
@@ -112,16 +105,13 @@ el:
112
105
  participatory_process_groups_submenu:
113
106
  info: Πληροφορίες
114
107
  landing_page: Σελίδα άφιξης
115
- participatory_process_types: Τύποι διεργασιών
116
108
  participatory_processes: Διαδικασίες
117
109
  participatory_processes_submenu:
118
110
  attachment_collections: Φάκελοι
119
111
  attachment_files: Αρχεία
120
112
  attachments: Συνημμένα
121
- categories: Κατηγορίες
122
113
  components: Στοιχεία
123
114
  moderations: Εποπτεύσεις
124
- private_users: Ιδιωτικοί συμμετέχοντες
125
115
  process_admins: Διαχειριστές διαδικασιών
126
116
  steps: Φάσεις
127
117
  models:
@@ -142,11 +132,6 @@ el:
142
132
  start_date: Ημερομηνία έναρξης
143
133
  title: Τίτλος
144
134
  name: Φάση διαδικασίας συμμετοχής
145
- participatory_process_type:
146
- fields:
147
- created_at: Δημιουργήθηκε στις
148
- title: Τίτλος
149
- name: Τύπος διεργασίας
150
135
  participatory_process_user_role:
151
136
  fields:
152
137
  email: Email
@@ -169,7 +154,6 @@ el:
169
154
  title: Αντιγραφή διαδικασίας συμμετοχής
170
155
  participatory_process_groups:
171
156
  destroy:
172
- error: Παρουσιάστηκε σφάλμα κατά την καταστροφή της ομάδας διαδικασιών συμμετοχής.
173
157
  success: Η ομάδα διαδικασιών συμμετοχής διαγράφηκε με επιτυχία.
174
158
  edit:
175
159
  title: Επεξεργασία ομάδας διαδικασιών
@@ -222,21 +206,6 @@ el:
222
206
  update:
223
207
  error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διαδικασίας συμμετοχής.
224
208
  success: Η φάση συμμετοχής ενημερώθηκε με επιτυχία.
225
- participatory_process_types:
226
- create:
227
- error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου τύπου διεργασίας.
228
- success: Ο τύπος διεργασίας δημιουργήθηκε επιτυχώς.
229
- destroy:
230
- success: Ο τύπος διεργασίας διαγράφηκε επιτυχώς.
231
- edit:
232
- title: Επεξεργασία τύπου διεργασίας
233
- update: Ενημέρωση
234
- new:
235
- create: Δημιουργία
236
- title: Νέος τύπος διεργασίας
237
- update:
238
- error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του τύπου διεργασίας.
239
- success: Ο τύπος διεργασίας ενημερώθηκε επιτυχώς.
240
209
  participatory_process_user_roles:
241
210
  create:
242
211
  error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός συμμετέχοντα για αυτήν τη διαδικασία συμμετοχής.
@@ -389,14 +358,9 @@ el:
389
358
  form:
390
359
  announcement_help: Το κείμενο που εισάγετε εδώ θα εμφανίζεται στον χρήστη ακριβώς κάτω από τις πληροφορίες της διαδικασίας.
391
360
  duration: Διάρκεια
392
- filters: Φίλτρα
393
361
  images: Εικόνες
394
362
  metadata: Μεταδεδομένα
395
- other: Άλλο
396
363
  related_processes: Σχετικές διαδικασίες
397
- scope_type_max_depth_help: Περιορίστε το βάθος του φίλτρου πεδίου εφαρμογής. Το φίλτρο θα εμφανίζεται από γενικό έως τον επιλεγμένο τύπο πεδίου εφαρμογής.
398
- select_an_area: Επιλέξτε «Τομέα»
399
- select_participatory_process_type: Επιλέξτε έναν τύπο διεργασίας
400
364
  select_process_group: Επιλέξτε ομάδα διαδικασίας
401
365
  title: Γενικές πληροφορίες
402
366
  content_blocks:
@@ -23,16 +23,12 @@ en:
23
23
  local_area: Organization area
24
24
  meta_scope: Scope metadata
25
25
  participatory_process_group_id: Processes group
26
- participatory_process_type_id: Processes type
27
26
  participatory_scope: What is decided
28
27
  participatory_structure: How is it decided
29
28
  private_space: Private process
30
29
  promoted: Promoted
31
30
  published_at: Published at
32
31
  related_process_ids: Related processes
33
- scope_id: Scope
34
- scope_type_max_depth_id: Scope filter depth
35
- scopes_enabled: Scopes enabled
36
32
  short_description: Short description
37
33
  slug: URL slug
38
34
  start_date: Start date
@@ -61,8 +57,6 @@ en:
61
57
  short_description: Short description
62
58
  start_date: Start date
63
59
  title: Title
64
- participatory_process_type:
65
- title: Title
66
60
  participatory_process_user_role:
67
61
  email: Email
68
62
  name: Name
@@ -92,22 +86,24 @@ en:
92
86
  actions:
93
87
  activate: Activate
94
88
  configure: Configure
89
+ confirm_delete_process: Are you sure you want to delete this process? If you change your mind, you can restore it later.
95
90
  confirm_destroy: Confirm delete
96
91
  destroy: Delete
97
92
  duplicate: Duplicate
98
93
  edit: Edit
99
94
  import_process: Import
95
+ menu_hidden: Hide
100
96
  moderate: Moderate
101
97
  new_process: New process
102
98
  new_process_group: New process group
103
99
  new_process_step: New phase
104
- new_process_type: New process type
105
100
  new_process_user_role: New process admin
106
101
  preview: Preview
107
102
  publish: Publish
108
103
  resend_invitation: Resend invitation
109
104
  see_process: See process
110
105
  unpublish: Unpublish
106
+ view_deleted_processes: View deleted processes
111
107
  filters:
112
108
  decidim_participatory_process_group_id_eq:
113
109
  label: By process group
@@ -116,18 +112,16 @@ en:
116
112
  participatory_process_groups_submenu:
117
113
  info: Info
118
114
  landing_page: Landing page
119
- participatory_process_types: Process types
120
115
  participatory_processes: Processes
121
116
  participatory_processes_submenu:
122
117
  attachment_collections: Folders
123
118
  attachment_files: Files
124
119
  attachments: Attachments
125
- categories: Categories
126
120
  components: Components
127
121
  info: About this process
128
122
  landing_page: Landing page
129
123
  moderations: Moderations
130
- private_users: Private participants
124
+ private_users: Members
131
125
  process_admins: Process admins
132
126
  steps: Phases
133
127
  models:
@@ -149,11 +143,6 @@ en:
149
143
  start_date: Start date
150
144
  title: Title
151
145
  name: Participatory process phase
152
- participatory_process_type:
153
- fields:
154
- created_at: Created at
155
- title: Title
156
- name: Process type
157
146
  participatory_process_user_role:
158
147
  fields:
159
148
  email: Email
@@ -169,6 +158,7 @@ en:
169
158
  fields:
170
159
  invitation_accepted_at: Invitation accepted at
171
160
  invitation_sent_at: Invitation sent at
161
+ published: Published
172
162
  participatory_process_copies:
173
163
  new:
174
164
  copy: Copy
@@ -176,7 +166,7 @@ en:
176
166
  title: Duplicate participatory process
177
167
  participatory_process_groups:
178
168
  destroy:
179
- error: There was an error while destroying the Participatory process group.
169
+ error: There was a problem while destroying the participatory process group.
180
170
  success: Participatory process group successfully deleted.
181
171
  edit:
182
172
  title: Edit process group
@@ -236,21 +226,6 @@ en:
236
226
  update:
237
227
  error: There was a problem updating this phase of the participatory process.
238
228
  success: Participatory phase successfully updated.
239
- participatory_process_types:
240
- create:
241
- error: There was a problem creating a new process type.
242
- success: Process type successfully created.
243
- destroy:
244
- success: Process type successfully deleted.
245
- edit:
246
- title: Edit process type
247
- update: Update
248
- new:
249
- create: Create
250
- title: New process type
251
- update:
252
- error: There was a problem updating this process type.
253
- success: Process type successfully updated.
254
229
  participatory_process_user_roles:
255
230
  create:
256
231
  error: There was a problem adding a participant for this participatory process.
@@ -279,6 +254,8 @@ en:
279
254
  public: Public
280
255
  published: Published
281
256
  unpublished: Unpublished
257
+ manage_trash:
258
+ title: Deleted participatory processes
282
259
  new:
283
260
  create: Create
284
261
  title: New participatory process
@@ -293,10 +270,16 @@ en:
293
270
  create:
294
271
  error: There was a problem creating a new participatory process group.
295
272
  success: Participatory process group successfully created.
273
+ taxonomy_filters:
274
+ space_filter_for:
275
+ participatory_processes: All participatory processes
296
276
  titles:
297
277
  participatory_process_groups: Participatory process groups
298
278
  participatory_process_types: Participatory process types
299
279
  participatory_processes: Participatory processes
280
+ participatory_processes_deleted: Deleted participatory processes
281
+ tooltips:
282
+ deleted_processes_info: A process can only be deleted if status is "Unpublished".
300
283
  users:
301
284
  resend_invitation:
302
285
  error: There was a problem resending the invitation.
@@ -308,6 +291,8 @@ en:
308
291
  export: "%{user_name} exported the %{resource_name} participatory process"
309
292
  import: "%{user_name} imported the %{resource_name} participatory process"
310
293
  publish: "%{user_name} published the %{resource_name} participatory process"
294
+ restore: "%{user_name} restored the %{resource_name} participatory process"
295
+ soft_delete: "%{user_name} trashed the %{resource_name} participatory process"
311
296
  unpublish: "%{user_name} unpublished the %{resource_name} participatory process"
312
297
  update: "%{user_name} updated the %{resource_name} participatory process"
313
298
  participatory_process_group:
@@ -327,6 +312,9 @@ en:
327
312
  create: "%{user_name} invited the participant %{resource_name} to the %{space_name} participatory process"
328
313
  delete: "%{user_name} removed the participant %{resource_name} from the %{space_name} participatory process"
329
314
  update: "%{user_name} changed the role of the participant %{resource_name} in the %{space_name} participatory process"
315
+ download_your_data:
316
+ show:
317
+ participatory_processes: Participatory Processes export
330
318
  events:
331
319
  participatory_process:
332
320
  role_assigned:
@@ -361,6 +349,38 @@ en:
361
349
  description: Number of participatory processes in this organization
362
350
  object: participatory processes
363
351
  title: Participatory processes
352
+ open_data:
353
+ help:
354
+ participatory_processes:
355
+ announcement: The announcement (callout) information
356
+ area: The area where the process is taking place
357
+ created_at: The date this space was created
358
+ description: A long description of the process
359
+ developer_group: The developer group of the process. This is the organization that is promoting the process.
360
+ end_date: The end date of the process
361
+ follows_count: The number of users following this space
362
+ hashtag: The process hashtag, used for Twitter/X
363
+ id: The unique identifier of this process
364
+ local_area: The local area of the process. This is the organization area where the process is taking place.
365
+ meta_scope: The scope metadata of the process
366
+ participatory_process_group: The group of the process, if there is any
367
+ participatory_process_type: The type of the process
368
+ participatory_scope: The participatory scope of the process
369
+ participatory_structure: The participatory structure of the process. This is how the process is decided.
370
+ promoted: Wheter the process is promoted or not
371
+ published_at: The date this space was published
372
+ reference: The unique reference of the space
373
+ remote_hero_image_url: The URL of the process hero image
374
+ scope: The scope of the process
375
+ scopes_enabled: Whether the scopes are enabled or not
376
+ short_description: A short description of the process
377
+ slug: The process slug (used for identification purposes, for the URL)
378
+ start_date: The start date of the process
379
+ subtitle: The subtitle of the process
380
+ target: The target of the process. This is who is called to participate in the process.
381
+ title: The process title
382
+ updated_at: The last date this space was updated
383
+ url: The URL of the space
364
384
  participatory_process_groups:
365
385
  content_blocks:
366
386
  extra_data:
@@ -389,8 +409,6 @@ en:
389
409
  participatory_processes:
390
410
  one: 1 process
391
411
  other: "%{count} processes"
392
- related_processes:
393
- help: All the selected processes will be assigned to this group, including the ones that are already assigned to other groups.
394
412
  show:
395
413
  title: Participatory process groups
396
414
  participatory_process_steps:
@@ -426,17 +444,16 @@ en:
426
444
  participatory_processes:
427
445
  form:
428
446
  announcement_help: The text you enter here will be shown to the user right below the process information.
447
+ define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
429
448
  duration: Duration
430
- filters: Filters
431
449
  images: Images
432
450
  metadata: Metadata
433
- other: Other
451
+ no_taxonomy_filters_found: No taxonomy filters found.
452
+ private_notice: You will be able to manage members after setting it as private
434
453
  related_processes: Related processes
435
- scope_type_max_depth_help: Restrict the scope filter depth; The filter will show from general to the selected scope type.
436
- select_an_area: Select an Area
437
- select_participatory_process_type: Select a process type
438
454
  select_process_group: Select a process group
439
455
  slug_help_html: 'URL slugs are used to generate the URLs that point to this process. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
456
+ taxonomies: Taxonomies
440
457
  title: General Information
441
458
  visibility: Visibility
442
459
  content_blocks:
@@ -501,6 +518,9 @@ en:
501
518
  type: Type
502
519
  show:
503
520
  title: About this process
521
+ participatory_space_private_users:
522
+ index:
523
+ title: Members
504
524
  show:
505
525
  belongs_to_group: This process belongs to
506
526
  private_space: This is a private process
@@ -514,6 +534,8 @@ en:
514
534
  browse: Browse
515
535
  browse_resource: Browse process group %{resource_name}
516
536
  processes_count: 'Processes:'
537
+ participatory_process_navigation:
538
+ member_menu_item: Members
517
539
  participatory_processes:
518
540
  index:
519
541
  promoted_processes: Highlighted processes