decidim-participatory_processes 0.29.5 → 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 -41
- data/config/locales/cs.yml +63 -41
- data/config/locales/de.yml +72 -50
- data/config/locales/el.yml +6 -37
- data/config/locales/en.yml +60 -38
- data/config/locales/es-MX.yml +65 -43
- data/config/locales/es-PY.yml +65 -43
- data/config/locales/es.yml +64 -42
- data/config/locales/eu.yml +144 -122
- data/config/locales/fi-plain.yml +63 -41
- data/config/locales/fi.yml +60 -38
- data/config/locales/fr-CA.yml +26 -40
- data/config/locales/fr.yml +26 -40
- 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 -40
- 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 -41
- 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 -524
data/config/locales/de.yml
CHANGED
@@ -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
|
-
attachments:
|
125
|
-
categories: Kategorien
|
119
|
+
attachments: Anlagen
|
126
120
|
components: Komponenten
|
127
121
|
info: Über diesen Prozess
|
128
122
|
landing_page: Startseite
|
129
123
|
moderations: Moderationen
|
130
|
-
private_users:
|
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,10 +158,11 @@ 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
|
175
|
-
select:
|
165
|
+
select: Wählen Sie aus, welche Daten Sie duplizieren möchten
|
176
166
|
title: Beteiligungsprozess duplizieren
|
177
167
|
participatory_process_groups:
|
178
168
|
destroy:
|
@@ -215,7 +205,7 @@ de:
|
|
215
205
|
error:
|
216
206
|
active_step: Der aktive Schritt kann nicht gelöscht werden.
|
217
207
|
last_step: Der letzte Schritt eines Prozesses kann nicht gelöscht werden.
|
218
|
-
success:
|
208
|
+
success: Participatory-Prozessschritt erfolgreich gelöscht
|
219
209
|
edit:
|
220
210
|
cta_deprecated:
|
221
211
|
body_html: |-
|
@@ -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.
|
@@ -271,7 +246,7 @@ de:
|
|
271
246
|
participatory_processes:
|
272
247
|
create:
|
273
248
|
error: Beim Erstellen eines neuen Beteiligungsprozesses ist ein Fehler aufgetreten.
|
274
|
-
success:
|
249
|
+
success: Partizipativer Prozess erfolgreich erstellt. Konfigurieren Sie jetzt seine Schritte.
|
275
250
|
edit:
|
276
251
|
update: Aktualisieren
|
277
252
|
index:
|
@@ -279,24 +254,32 @@ 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
|
-
title: Neuer
|
261
|
+
title: Neuer partizipativer Prozess
|
285
262
|
update:
|
286
263
|
error: Beim Aktualisieren dieses Beteiligungsprozesses ist ein Fehler aufgetreten.
|
287
|
-
success:
|
264
|
+
success: Participatory-Prozess erfolgreich aktualisiert.
|
288
265
|
participatory_processes_copies:
|
289
266
|
create:
|
290
267
|
error: Beim Duplizieren dieses Beteiligungsprozesses ist ein Fehler aufgetreten.
|
291
|
-
success:
|
268
|
+
success: Partizipativer Prozess erfolgreich dupliziert.
|
292
269
|
participatory_processes_group:
|
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:
|
@@ -335,21 +323,21 @@ de:
|
|
335
323
|
email_subject: Sie wurden als %{role} für "%{resource_title}" ausgewählt.
|
336
324
|
notification_title: Sie wurden als %{role} für den Beteiligungsprozess <a href="%{resource_url}">%{resource_title}</a> ausgewählt.
|
337
325
|
step_activated:
|
338
|
-
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:'
|
339
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.
|
340
328
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
341
329
|
notification_title: Der Prozessschritt %{resource_title} ist jetzt aktiv in <a href="%{resource_path}">%{participatory_space_title}</a>
|
342
330
|
step_changed:
|
343
|
-
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:'
|
344
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.
|
345
333
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
346
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.
|
347
335
|
help:
|
348
336
|
participatory_spaces:
|
349
337
|
participatory_processes:
|
350
|
-
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"
|
351
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"
|
352
|
-
title: Was ist ein
|
340
|
+
title: Was ist ein partizipativer Prozess?
|
353
341
|
log:
|
354
342
|
value_types:
|
355
343
|
participatory_process_type_presenter:
|
@@ -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
|
-
|
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:
|
@@ -451,7 +468,7 @@ de:
|
|
451
468
|
index:
|
452
469
|
title: Beteiligungsprozesse
|
453
470
|
last_activity:
|
454
|
-
new_participatory_process: 'Neuer
|
471
|
+
new_participatory_process: 'Neuer partizipativer Prozess:'
|
455
472
|
pages:
|
456
473
|
home:
|
457
474
|
highlighted_processes:
|
@@ -497,10 +514,13 @@ de:
|
|
497
514
|
all: Alle
|
498
515
|
past: Vergangenheit
|
499
516
|
upcoming: Bevorstehende
|
500
|
-
see:
|
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
|
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:
|