decidim-participatory_processes 0.29.6 → 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.
- checksums.yaml +4 -4
- data/app/cells/decidim/participatory_process_groups/process_filters_cell.rb +4 -5
- data/app/cells/decidim/participatory_processes/content_blocks/highlighted_processes_settings_form/show.erb +1 -1
- data/app/cells/decidim/participatory_processes/process_dropdown_metadata_cell.rb +7 -0
- data/app/cells/decidim/participatory_processes/process_filters/show.erb +0 -1
- data/app/cells/decidim/participatory_processes/process_filters_cell.rb +6 -32
- data/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +2 -57
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +3 -3
- data/app/commands/decidim/participatory_processes/admin/import_participatory_process.rb +0 -1
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +3 -3
- data/app/controllers/decidim/participatory_processes/admin/component_share_tokens_controller.rb +18 -0
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_share_tokens_controller.rb +16 -0
- data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +15 -3
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +2 -4
- data/app/controllers/decidim/participatory_processes/participatory_space_private_users_controller.rb +27 -0
- data/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +0 -2
- data/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +3 -33
- data/app/forms/decidim/participatory_processes/admin/participatory_process_import_form.rb +0 -1
- data/app/helpers/decidim/participatory_processes/participatory_process_helper.rb +28 -20
- data/app/jobs/decidim/participatory_processes/change_active_step_job.rb +1 -1
- data/app/models/decidim/participatory_process.rb +19 -3
- data/app/permissions/decidim/participatory_processes/permissions.rb +18 -21
- data/app/presenters/decidim/participatory_processes/admin_log/participatory_process_presenter.rb +1 -1
- data/app/queries/decidim/participatory_processes/metrics/participatory_process_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/participatory_processes/metrics/participatory_processes_metric_manage.rb +2 -2
- data/app/serializers/decidim/participatory_processes/open_data_participatory_process_serializer.rb +47 -0
- data/app/serializers/decidim/participatory_processes/participatory_process_importer.rb +4 -49
- data/app/serializers/decidim/participatory_processes/participatory_process_serializer.rb +17 -126
- data/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +0 -8
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/_form.html.erb +0 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_imports/_form.html.erb +0 -3
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +25 -60
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_process_row.html.erb +83 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_processes_thead.html.erb +19 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +16 -84
- data/app/views/decidim/participatory_processes/admin/participatory_processes/manage_trash.html.erb +20 -0
- data/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +3 -1
- data/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +3 -1
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +6 -6
- data/app/views/decidim/participatory_processes/participatory_space_private_users/index.html.erb +22 -0
- data/config/assets.rb +1 -2
- data/config/locales/ar.yml +6 -17
- data/config/locales/bg.yml +6 -36
- data/config/locales/bs-BA.yml +0 -9
- data/config/locales/ca.yml +63 -42
- data/config/locales/cs.yml +63 -42
- data/config/locales/de.yml +72 -51
- data/config/locales/el.yml +6 -37
- data/config/locales/en.yml +60 -39
- data/config/locales/es-MX.yml +65 -44
- data/config/locales/es-PY.yml +65 -44
- data/config/locales/es.yml +64 -43
- data/config/locales/eu.yml +147 -126
- data/config/locales/fi-plain.yml +63 -42
- data/config/locales/fi.yml +63 -42
- data/config/locales/fr-CA.yml +26 -41
- data/config/locales/fr.yml +26 -41
- data/config/locales/ga-IE.yml +0 -14
- data/config/locales/gl.yml +6 -19
- data/config/locales/hu.yml +6 -37
- data/config/locales/id-ID.yml +6 -17
- data/config/locales/is-IS.yml +2 -16
- data/config/locales/it.yml +6 -37
- data/config/locales/ja.yml +62 -41
- data/config/locales/lb.yml +2 -21
- data/config/locales/lt.yml +6 -36
- data/config/locales/lv.yml +6 -20
- data/config/locales/nl.yml +6 -22
- data/config/locales/no.yml +6 -36
- data/config/locales/pl.yml +7 -37
- data/config/locales/pt-BR.yml +6 -34
- data/config/locales/pt.yml +6 -22
- data/config/locales/ro-RO.yml +7 -39
- data/config/locales/ru.yml +6 -17
- data/config/locales/sk.yml +7 -21
- data/config/locales/sr-CS.yml +0 -9
- data/config/locales/sv.yml +57 -42
- data/config/locales/tr-TR.yml +6 -22
- data/config/locales/uk.yml +6 -17
- data/config/locales/zh-CN.yml +6 -20
- data/config/locales/zh-TW.yml +6 -37
- data/db/migrate/20210310120750_add_followable_counter_cache_to_participatory_processes.rb +1 -1
- data/db/migrate/20240822161355_add_deleted_at_to_decidim_participatory_processes.rb +8 -0
- data/db/migrate/20241108141423_remove_column_show_metrics_from_participatory_processes.rb +7 -0
- data/db/migrate/20241108141514_remove_column_banner_image_from_participatory_processes.rb +7 -0
- data/db/migrate/20241108141605_remove_column_show_statistics_from_participatory_processes.rb +7 -0
- data/decidim-participatory_processes.gemspec +1 -1
- data/lib/decidim/api/participatory_process_group_type.rb +3 -3
- data/lib/decidim/api/participatory_process_step_type.rb +7 -9
- data/lib/decidim/api/participatory_process_type.rb +18 -23
- data/lib/decidim/api/participatory_process_type_type.rb +3 -3
- data/lib/decidim/participatory_processes/admin_engine.rb +85 -59
- data/lib/decidim/participatory_processes/content_blocks/registry_manager.rb +11 -0
- data/lib/decidim/participatory_processes/engine.rb +7 -0
- data/lib/decidim/participatory_processes/menu.rb +9 -17
- data/lib/decidim/participatory_processes/participatory_space.rb +5 -2
- data/lib/decidim/participatory_processes/seeds.rb +8 -16
- data/lib/decidim/participatory_processes/test/factories.rb +14 -14
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +24 -26
- data/app/cells/decidim/participatory_processes/process_filters/type_filter.erb +0 -17
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_type.rb +0 -17
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process_type.rb +0 -13
- data/app/controllers/decidim/participatory_processes/admin/categories_controller.rb +0 -13
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +0 -117
- data/app/forms/decidim/participatory_processes/admin/participatory_process_type_form.rb +0 -20
- data/app/helpers/decidim/participatory_processes/admin/participatory_process_helper.rb +0 -24
- data/app/packs/entrypoints/decidim_participatory_processes_admin.js +0 -1
- data/app/packs/src/decidim/participatory_processes/admin/participatory_processes.js +0 -18
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/_form.html.erb +0 -9
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/edit.html.erb +0 -18
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/index.html.erb +0 -58
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/new.html.erb +0 -18
- data/config/locales/ca-IT.yml +0 -525
data/config/locales/de.yml
CHANGED
|
@@ -7,7 +7,6 @@ de:
|
|
|
7
7
|
area_id: Bereich
|
|
8
8
|
copy_categories: Kategorien kopieren
|
|
9
9
|
copy_components: Komponenten kopieren
|
|
10
|
-
copy_landing_page_blocks: Startseiten-Blöcke duplizieren
|
|
11
10
|
copy_steps: Phasen kopieren
|
|
12
11
|
decidim_area_id: Bereich
|
|
13
12
|
description: Beschreibung
|
|
@@ -24,16 +23,12 @@ de:
|
|
|
24
23
|
local_area: Organisationsbereich
|
|
25
24
|
meta_scope: Bereichs-Metadaten
|
|
26
25
|
participatory_process_group_id: Prozessgruppe
|
|
27
|
-
participatory_process_type_id: Prozesstyp
|
|
28
26
|
participatory_scope: Was wird entschieden?
|
|
29
27
|
participatory_structure: Wie wird es entschieden?
|
|
30
28
|
private_space: Privater Prozess
|
|
31
29
|
promoted: Hervorgehoben
|
|
32
30
|
published_at: Veröffentlicht am
|
|
33
31
|
related_process_ids: Ähnliche Beteiligungsprozesse
|
|
34
|
-
scope_id: Umfang
|
|
35
|
-
scope_type_max_depth_id: Umfang-Filtertiefe
|
|
36
|
-
scopes_enabled: Themenbereiche aktiviert
|
|
37
32
|
short_description: Kurzbeschreibung
|
|
38
33
|
slug: URL-Slug
|
|
39
34
|
start_date: Startdatum
|
|
@@ -62,8 +57,6 @@ de:
|
|
|
62
57
|
short_description: Kurzbeschreibung
|
|
63
58
|
start_date: Startdatum
|
|
64
59
|
title: Titel
|
|
65
|
-
participatory_process_type:
|
|
66
|
-
title: Titel
|
|
67
60
|
participatory_process_user_role:
|
|
68
61
|
email: E-Mail
|
|
69
62
|
name: Name
|
|
@@ -93,22 +86,24 @@ de:
|
|
|
93
86
|
actions:
|
|
94
87
|
activate: Aktivieren
|
|
95
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.
|
|
96
90
|
confirm_destroy: Löschen bestätigen
|
|
97
91
|
destroy: Löschen
|
|
98
92
|
duplicate: Duplizieren
|
|
99
93
|
edit: Bearbeiten
|
|
100
94
|
import_process: Importieren
|
|
95
|
+
menu_hidden: Verbergen
|
|
101
96
|
moderate: Moderieren
|
|
102
97
|
new_process: Neuer Beteiligungsprozess
|
|
103
98
|
new_process_group: Neue Prozessgruppe
|
|
104
99
|
new_process_step: Neue Phase
|
|
105
|
-
new_process_type: Neuer Prozesstyp
|
|
106
100
|
new_process_user_role: Neuer Prozess-Administrator
|
|
107
101
|
preview: Vorschau
|
|
108
102
|
publish: Veröffentlichen
|
|
109
103
|
resend_invitation: Einladung erneut senden
|
|
110
104
|
see_process: Prozess ansehen
|
|
111
105
|
unpublish: Veröffentlichung rückgängig machen
|
|
106
|
+
view_deleted_processes: Gelöschte Prozesse anzeigen
|
|
112
107
|
filters:
|
|
113
108
|
decidim_participatory_process_group_id_eq:
|
|
114
109
|
label: Nach Prozessgruppe
|
|
@@ -117,18 +112,16 @@ de:
|
|
|
117
112
|
participatory_process_groups_submenu:
|
|
118
113
|
info: Info
|
|
119
114
|
landing_page: Startseite
|
|
120
|
-
participatory_process_types: Prozesstypen
|
|
121
115
|
participatory_processes: Beteiligungsprozesse
|
|
122
116
|
participatory_processes_submenu:
|
|
123
117
|
attachment_collections: Ordner
|
|
124
118
|
attachment_files: Dateien
|
|
125
|
-
attachments:
|
|
126
|
-
categories: Kategorien
|
|
119
|
+
attachments: Anlagen
|
|
127
120
|
components: Komponenten
|
|
128
121
|
info: Über diesen Prozess
|
|
129
122
|
landing_page: Startseite
|
|
130
123
|
moderations: Moderationen
|
|
131
|
-
private_users:
|
|
124
|
+
private_users: Mitglieder
|
|
132
125
|
process_admins: Benutzer verarbeiten
|
|
133
126
|
steps: Schritte
|
|
134
127
|
models:
|
|
@@ -150,11 +143,6 @@ de:
|
|
|
150
143
|
start_date: Anfangsdatum
|
|
151
144
|
title: Titel
|
|
152
145
|
name: Partizipativer Prozessschritt
|
|
153
|
-
participatory_process_type:
|
|
154
|
-
fields:
|
|
155
|
-
created_at: Erstellt am
|
|
156
|
-
title: Titel
|
|
157
|
-
name: Prozesstyp
|
|
158
146
|
participatory_process_user_role:
|
|
159
147
|
fields:
|
|
160
148
|
email: Email
|
|
@@ -170,10 +158,11 @@ de:
|
|
|
170
158
|
fields:
|
|
171
159
|
invitation_accepted_at: Einladung akzeptiert am
|
|
172
160
|
invitation_sent_at: Einladung gesendet am
|
|
161
|
+
published: Veröffentlicht
|
|
173
162
|
participatory_process_copies:
|
|
174
163
|
new:
|
|
175
164
|
copy: Kopieren
|
|
176
|
-
select:
|
|
165
|
+
select: Wählen Sie aus, welche Daten Sie duplizieren möchten
|
|
177
166
|
title: Beteiligungsprozess duplizieren
|
|
178
167
|
participatory_process_groups:
|
|
179
168
|
destroy:
|
|
@@ -216,7 +205,7 @@ de:
|
|
|
216
205
|
error:
|
|
217
206
|
active_step: Der aktive Schritt kann nicht gelöscht werden.
|
|
218
207
|
last_step: Der letzte Schritt eines Prozesses kann nicht gelöscht werden.
|
|
219
|
-
success:
|
|
208
|
+
success: Participatory-Prozessschritt erfolgreich gelöscht
|
|
220
209
|
edit:
|
|
221
210
|
cta_deprecated:
|
|
222
211
|
body_html: |-
|
|
@@ -237,21 +226,6 @@ de:
|
|
|
237
226
|
update:
|
|
238
227
|
error: Beim Aktualisieren dieses partizipativen Prozessschritts ist ein Fehler aufgetreten.
|
|
239
228
|
success: Partizipativer Prozessschritt erfolgreich aktualisiert.
|
|
240
|
-
participatory_process_types:
|
|
241
|
-
create:
|
|
242
|
-
error: Beim Erstellen eines neuen Prozesstyps ist ein Fehler aufgetreten.
|
|
243
|
-
success: Prozesstyp erfolgreich erstellt.
|
|
244
|
-
destroy:
|
|
245
|
-
success: Prozesstyp erfolgreich gelöscht.
|
|
246
|
-
edit:
|
|
247
|
-
title: Prozesstyp bearbeiten
|
|
248
|
-
update: Aktualisieren
|
|
249
|
-
new:
|
|
250
|
-
create: Erstellen
|
|
251
|
-
title: Neuer Prozesstyp
|
|
252
|
-
update:
|
|
253
|
-
error: Beim Aktualisieren dieses Prozesstyps ist ein Fehler aufgetreten.
|
|
254
|
-
success: Prozesstyp erfolgreich aktualisiert.
|
|
255
229
|
participatory_process_user_roles:
|
|
256
230
|
create:
|
|
257
231
|
error: Beim Hinzufügen eines Benutzers für diesen partizipativen Prozess ist ein Fehler aufgetreten.
|
|
@@ -272,7 +246,7 @@ de:
|
|
|
272
246
|
participatory_processes:
|
|
273
247
|
create:
|
|
274
248
|
error: Beim Erstellen eines neuen Beteiligungsprozesses ist ein Fehler aufgetreten.
|
|
275
|
-
success:
|
|
249
|
+
success: Partizipativer Prozess erfolgreich erstellt. Konfigurieren Sie jetzt seine Schritte.
|
|
276
250
|
edit:
|
|
277
251
|
update: Aktualisieren
|
|
278
252
|
index:
|
|
@@ -280,24 +254,32 @@ de:
|
|
|
280
254
|
public: Öffentlich
|
|
281
255
|
published: Veröffentlicht
|
|
282
256
|
unpublished: Nicht veröffentlicht
|
|
257
|
+
manage_trash:
|
|
258
|
+
title: Gelöschte Beteiligungsprozesse
|
|
283
259
|
new:
|
|
284
260
|
create: Erstellen
|
|
285
|
-
title: Neuer
|
|
261
|
+
title: Neuer partizipativer Prozess
|
|
286
262
|
update:
|
|
287
263
|
error: Beim Aktualisieren dieses Beteiligungsprozesses ist ein Fehler aufgetreten.
|
|
288
|
-
success:
|
|
264
|
+
success: Participatory-Prozess erfolgreich aktualisiert.
|
|
289
265
|
participatory_processes_copies:
|
|
290
266
|
create:
|
|
291
267
|
error: Beim Duplizieren dieses Beteiligungsprozesses ist ein Fehler aufgetreten.
|
|
292
|
-
success:
|
|
268
|
+
success: Partizipativer Prozess erfolgreich dupliziert.
|
|
293
269
|
participatory_processes_group:
|
|
294
270
|
create:
|
|
295
271
|
error: Beim Erstellen einer neuen partizipativen Prozessgruppe ist ein Fehler aufgetreten.
|
|
296
272
|
success: Partizipative Prozessgruppe erfolgreich erstellt.
|
|
273
|
+
taxonomy_filters:
|
|
274
|
+
space_filter_for:
|
|
275
|
+
participatory_processes: Alle Beteiligungsprozesse
|
|
297
276
|
titles:
|
|
298
277
|
participatory_process_groups: Partizipative Prozessgruppen
|
|
299
278
|
participatory_process_types: Beteiligungsprozesstypen
|
|
300
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.
|
|
301
283
|
users:
|
|
302
284
|
resend_invitation:
|
|
303
285
|
error: Beim erneuten Senden der Einladung ist ein Fehler aufgetreten.
|
|
@@ -309,6 +291,8 @@ de:
|
|
|
309
291
|
export: "%{user_name} hat den Beteiligungsprozess %{resource_name} exportiert"
|
|
310
292
|
import: "%{user_name} hat den Beteiligungsprozess %{resource_name} importiert"
|
|
311
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"
|
|
312
296
|
unpublish: "%{user_name} hat den Partizipationsprozess %{resource_name} auf \"unveröffentlicht\" gesetzt"
|
|
313
297
|
update: "%{user_name} hat den Partizipationsprozess %{resource_name} aktualisiert"
|
|
314
298
|
participatory_process_group:
|
|
@@ -328,6 +312,9 @@ de:
|
|
|
328
312
|
create: "%{user_name} lud den Benutzer %{resource_name} zu dem %{space_name} Partizipationsprozess ein"
|
|
329
313
|
delete: "%{user_name} entfernte den Benutzer %{resource_name} aus dem %{space_name} Partizipationsprozess"
|
|
330
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
|
|
331
318
|
events:
|
|
332
319
|
participatory_process:
|
|
333
320
|
role_assigned:
|
|
@@ -336,21 +323,21 @@ de:
|
|
|
336
323
|
email_subject: Sie wurden als %{role} für "%{resource_title}" ausgewählt.
|
|
337
324
|
notification_title: Sie wurden als %{role} für den Beteiligungsprozess <a href="%{resource_url}">%{resource_title}</a> ausgewählt.
|
|
338
325
|
step_activated:
|
|
339
|
-
email_intro: 'Der Prozessschritt %{resource_title} ist jetzt aktiv in %{participatory_space_title}.
|
|
326
|
+
email_intro: 'Der Prozessschritt %{resource_title} ist jetzt aktiv in %{participatory_space_title}. Sie können das auf dieser Seite sehen:'
|
|
340
327
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
341
328
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
|
342
329
|
notification_title: Der Prozessschritt %{resource_title} ist jetzt aktiv in <a href="%{resource_path}">%{participatory_space_title}</a>
|
|
343
330
|
step_changed:
|
|
344
|
-
email_intro: 'Die Daten für den Schritt %{resource_title} bei %{participatory_space_title} wurden aktualisiert.
|
|
331
|
+
email_intro: 'Die Daten für den Schritt %{resource_title} bei %{participatory_space_title} wurden aktualisiert. Sie können das auf dieser Seite sehen:'
|
|
345
332
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
346
333
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
|
347
334
|
notification_title: Die Daten für den Prozessschritt <a href="%{resource_path}">%{resource_title}</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a> wurden aktualisiert.
|
|
348
335
|
help:
|
|
349
336
|
participatory_spaces:
|
|
350
337
|
participatory_processes:
|
|
351
|
-
contextual: "<p>Ein <strong>
|
|
338
|
+
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"
|
|
352
339
|
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"
|
|
353
|
-
title: Was ist ein
|
|
340
|
+
title: Was ist ein partizipativer Prozess?
|
|
354
341
|
log:
|
|
355
342
|
value_types:
|
|
356
343
|
participatory_process_type_presenter:
|
|
@@ -362,6 +349,38 @@ de:
|
|
|
362
349
|
description: Anzahl der Beteiligungsprozesse in dieser Organisation
|
|
363
350
|
object: Beteiligungsprozesse
|
|
364
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
|
|
365
384
|
participatory_process_groups:
|
|
366
385
|
content_blocks:
|
|
367
386
|
extra_data:
|
|
@@ -390,8 +409,6 @@ de:
|
|
|
390
409
|
participatory_processes:
|
|
391
410
|
one: 1 Prozess
|
|
392
411
|
other: "%{count} Prozesse"
|
|
393
|
-
related_processes:
|
|
394
|
-
help: Alle ausgewählten Prozesse werden dieser Gruppe zugewiesen, einschließlich derjenigen, die bereits anderen Gruppen zugeordnet sind.
|
|
395
412
|
show:
|
|
396
413
|
title: Partizipative Prozessgruppen
|
|
397
414
|
participatory_process_steps:
|
|
@@ -427,17 +444,16 @@ de:
|
|
|
427
444
|
participatory_processes:
|
|
428
445
|
form:
|
|
429
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.
|
|
430
448
|
duration: Dauer
|
|
431
|
-
filters: Filter
|
|
432
449
|
images: Bilder
|
|
433
450
|
metadata: Metadaten
|
|
434
|
-
|
|
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
|
|
435
453
|
related_processes: Ähnliche Beteiligungsprozesse
|
|
436
|
-
scope_type_max_depth_help: Beschränken Sie die Bereichs-Filtertiefe; der Filter zeigt nur Ergebnisse von Allgemein bis zum ausgewählten Bereichstyp an.
|
|
437
|
-
select_an_area: Wählen Sie einen Bereich aus
|
|
438
|
-
select_participatory_process_type: Wählen Sie einen Prozesstyp aus
|
|
439
454
|
select_process_group: Wählen Sie eine Prozessgruppe aus
|
|
440
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
|
|
441
457
|
title: Allgemeine Information
|
|
442
458
|
visibility: Sichtbarkeit
|
|
443
459
|
content_blocks:
|
|
@@ -452,7 +468,7 @@ de:
|
|
|
452
468
|
index:
|
|
453
469
|
title: Beteiligungsprozesse
|
|
454
470
|
last_activity:
|
|
455
|
-
new_participatory_process: 'Neuer
|
|
471
|
+
new_participatory_process: 'Neuer partizipativer Prozess:'
|
|
456
472
|
pages:
|
|
457
473
|
home:
|
|
458
474
|
highlighted_processes:
|
|
@@ -498,10 +514,13 @@ de:
|
|
|
498
514
|
all: Alle
|
|
499
515
|
past: Vergangenheit
|
|
500
516
|
upcoming: Bevorstehende
|
|
501
|
-
see:
|
|
517
|
+
see: Sehen
|
|
502
518
|
type: Typ
|
|
503
519
|
show:
|
|
504
520
|
title: Über diesen Prozess
|
|
521
|
+
participatory_space_private_users:
|
|
522
|
+
index:
|
|
523
|
+
title: Mitglieder
|
|
505
524
|
show:
|
|
506
525
|
belongs_to_group: Dieser Prozess gehört zu
|
|
507
526
|
private_space: Dies ist ein privater Prozess
|
|
@@ -515,6 +534,8 @@ de:
|
|
|
515
534
|
browse: Durchsuche
|
|
516
535
|
browse_resource: Prozessgruppe %{resource_name} durchsuchen
|
|
517
536
|
processes_count: 'Beteiligungsprozesse:'
|
|
537
|
+
participatory_process_navigation:
|
|
538
|
+
member_menu_item: Mitglieder
|
|
518
539
|
participatory_processes:
|
|
519
540
|
index:
|
|
520
541
|
promoted_processes: Hervorgehobene Beteiligungsprozesse
|
data/config/locales/el.yml
CHANGED
|
@@ -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,17 +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
|
-
landing_page: Σελίδα άφιξης
|
|
124
114
|
moderations: Εποπτεύσεις
|
|
125
|
-
private_users: Ιδιωτικοί συμμετέχοντες
|
|
126
115
|
process_admins: Διαχειριστές διαδικασιών
|
|
127
116
|
steps: Φάσεις
|
|
128
117
|
models:
|
|
@@ -143,11 +132,6 @@ el:
|
|
|
143
132
|
start_date: Ημερομηνία έναρξης
|
|
144
133
|
title: Τίτλος
|
|
145
134
|
name: Φάση διαδικασίας συμμετοχής
|
|
146
|
-
participatory_process_type:
|
|
147
|
-
fields:
|
|
148
|
-
created_at: Δημιουργήθηκε στις
|
|
149
|
-
title: Τίτλος
|
|
150
|
-
name: Τύπος διεργασίας
|
|
151
135
|
participatory_process_user_role:
|
|
152
136
|
fields:
|
|
153
137
|
email: Email
|
|
@@ -166,9 +150,10 @@ el:
|
|
|
166
150
|
participatory_process_copies:
|
|
167
151
|
new:
|
|
168
152
|
copy: Αντιγραφή
|
|
153
|
+
select: Επιλέξτε ποια δεδομένα θέλετε να αντιγράψετε
|
|
154
|
+
title: Αντιγραφή διαδικασίας συμμετοχής
|
|
169
155
|
participatory_process_groups:
|
|
170
156
|
destroy:
|
|
171
|
-
error: Παρουσιάστηκε σφάλμα κατά την καταστροφή της ομάδας διαδικασιών συμμετοχής.
|
|
172
157
|
success: Η ομάδα διαδικασιών συμμετοχής διαγράφηκε με επιτυχία.
|
|
173
158
|
edit:
|
|
174
159
|
title: Επεξεργασία ομάδας διαδικασιών
|
|
@@ -221,21 +206,6 @@ el:
|
|
|
221
206
|
update:
|
|
222
207
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διαδικασίας συμμετοχής.
|
|
223
208
|
success: Η φάση συμμετοχής ενημερώθηκε με επιτυχία.
|
|
224
|
-
participatory_process_types:
|
|
225
|
-
create:
|
|
226
|
-
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου τύπου διεργασίας.
|
|
227
|
-
success: Ο τύπος διεργασίας δημιουργήθηκε επιτυχώς.
|
|
228
|
-
destroy:
|
|
229
|
-
success: Ο τύπος διεργασίας διαγράφηκε επιτυχώς.
|
|
230
|
-
edit:
|
|
231
|
-
title: Επεξεργασία τύπου διεργασίας
|
|
232
|
-
update: Ενημέρωση
|
|
233
|
-
new:
|
|
234
|
-
create: Δημιουργία
|
|
235
|
-
title: Νέος τύπος διεργασίας
|
|
236
|
-
update:
|
|
237
|
-
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του τύπου διεργασίας.
|
|
238
|
-
success: Ο τύπος διεργασίας ενημερώθηκε επιτυχώς.
|
|
239
209
|
participatory_process_user_roles:
|
|
240
210
|
create:
|
|
241
211
|
error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός συμμετέχοντα για αυτήν τη διαδικασία συμμετοχής.
|
|
@@ -269,6 +239,10 @@ el:
|
|
|
269
239
|
update:
|
|
270
240
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διαδικασίας συμμετοχής.
|
|
271
241
|
success: Η διαδικασία συμμετοχής ενημερώθηκε με επιτυχία.
|
|
242
|
+
participatory_processes_copies:
|
|
243
|
+
create:
|
|
244
|
+
error: Υπήρξε ένα πρόβλημα κατά την αντιγραφή αυτής της διαδικασίας συμμετοχής.
|
|
245
|
+
success: Η διαδικασία συμμετοχής αντιγράφτηκε με επιτυχία.
|
|
272
246
|
participatory_processes_group:
|
|
273
247
|
create:
|
|
274
248
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία μιας νέας ομάδας διαδικασίας συμμετοχής.
|
|
@@ -384,14 +358,9 @@ el:
|
|
|
384
358
|
form:
|
|
385
359
|
announcement_help: Το κείμενο που εισάγετε εδώ θα εμφανίζεται στον χρήστη ακριβώς κάτω από τις πληροφορίες της διαδικασίας.
|
|
386
360
|
duration: Διάρκεια
|
|
387
|
-
filters: Φίλτρα
|
|
388
361
|
images: Εικόνες
|
|
389
362
|
metadata: Μεταδεδομένα
|
|
390
|
-
other: Άλλο
|
|
391
363
|
related_processes: Σχετικές διαδικασίες
|
|
392
|
-
scope_type_max_depth_help: Περιορίστε το βάθος του φίλτρου πεδίου εφαρμογής. Το φίλτρο θα εμφανίζεται από γενικό έως τον επιλεγμένο τύπο πεδίου εφαρμογής.
|
|
393
|
-
select_an_area: Επιλέξτε «Τομέα»
|
|
394
|
-
select_participatory_process_type: Επιλέξτε έναν τύπο διεργασίας
|
|
395
364
|
select_process_group: Επιλέξτε ομάδα διαδικασίας
|
|
396
365
|
title: Γενικές πληροφορίες
|
|
397
366
|
content_blocks:
|