decidim-participatory_processes 0.27.3 → 0.27.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/participatory_process_groups/content_blocks/highlighted_participatory_processes/filters.erb +1 -1
  3. data/app/cells/decidim/participatory_process_groups/content_blocks/highlighted_participatory_processes_cell.rb +1 -1
  4. data/app/cells/decidim/participatory_process_groups/process_filters_cell.rb +1 -1
  5. data/app/cells/decidim/participatory_processes/process_filters_cell.rb +2 -2
  6. data/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_admin.rb +5 -0
  7. data/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +2 -3
  8. data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +1 -1
  9. data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +1 -1
  10. data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +1 -1
  11. data/app/models/decidim/participatory_process.rb +1 -1
  12. data/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +4 -2
  13. data/app/queries/decidim/participatory_processes/stats_participants_count.rb +12 -0
  14. data/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +1 -2
  15. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +1 -0
  16. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +1 -0
  17. data/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +1 -0
  18. data/app/views/decidim/participatory_processes/admin/participatory_process_types/edit.html.erb +1 -0
  19. data/app/views/decidim/participatory_processes/admin/participatory_process_types/index.html.erb +1 -0
  20. data/app/views/decidim/participatory_processes/admin/participatory_process_types/new.html.erb +1 -0
  21. data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -1
  22. data/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -1
  23. data/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -1
  24. data/config/environment.rb +3 -0
  25. data/config/locales/ar.yml +14 -9
  26. data/config/locales/bg.yml +6 -0
  27. data/config/locales/ca.yml +8 -8
  28. data/config/locales/cs.yml +11 -11
  29. data/config/locales/de.yml +36 -18
  30. data/config/locales/el.yml +106 -8
  31. data/config/locales/es-MX.yml +3 -3
  32. data/config/locales/es-PY.yml +3 -3
  33. data/config/locales/es.yml +4 -4
  34. data/config/locales/eu.yml +165 -114
  35. data/config/locales/fi-plain.yml +5 -5
  36. data/config/locales/fi.yml +5 -5
  37. data/config/locales/fr-CA.yml +6 -6
  38. data/config/locales/fr.yml +7 -7
  39. data/config/locales/ga-IE.yml +5 -0
  40. data/config/locales/gl.yml +7 -13
  41. data/config/locales/hu.yml +68 -62
  42. data/config/locales/id-ID.yml +16 -9
  43. data/config/locales/is-IS.yml +8 -14
  44. data/config/locales/it.yml +12 -19
  45. data/config/locales/ja.yml +11 -11
  46. data/config/locales/kaa.yml +6 -0
  47. data/config/locales/lb.yml +7 -7
  48. data/config/locales/lt.yml +14 -7
  49. data/config/locales/lv.yml +16 -9
  50. data/config/locales/nl.yml +8 -15
  51. data/config/locales/no.yml +11 -19
  52. data/config/locales/pl.yml +8 -12
  53. data/config/locales/pt-BR.yml +37 -12
  54. data/config/locales/pt.yml +7 -14
  55. data/config/locales/ro-RO.yml +0 -10
  56. data/config/locales/ru.yml +13 -9
  57. data/config/locales/sk.yml +16 -10
  58. data/config/locales/sl.yml +3 -0
  59. data/config/locales/sq-AL.yml +1 -0
  60. data/config/locales/sv.yml +6 -14
  61. data/config/locales/th-TH.yml +1 -0
  62. data/config/locales/tr-TR.yml +7 -14
  63. data/config/locales/uk.yml +13 -9
  64. data/config/locales/zh-CN.yml +15 -9
  65. data/config/locales/zh-TW.yml +1 -11
  66. data/lib/decidim/participatory_processes/version.rb +1 -1
  67. metadata +17 -14
@@ -12,17 +12,24 @@ de:
12
12
  decidim_area_id: Bereich
13
13
  description: Beschreibung
14
14
  developer_group: Promoter-Gruppe
15
+ document: Dokument
15
16
  domain: Domäne
16
17
  end_date: Enddatum
17
18
  hashtag: Hashtag
18
19
  hero_image: Hauptbild
20
+ import_attachments: Anhänge importieren
21
+ import_categories: Kategorien importieren
22
+ import_components: Komponenten importieren
23
+ import_steps: Schritte importieren
19
24
  local_area: Organisationsbereich
20
25
  meta_scope: Bereichs-Metadaten
21
26
  participatory_process_group_id: Prozessgruppe
27
+ participatory_process_type_id: Prozesstyp
22
28
  participatory_scope: Was wird entschieden?
23
29
  participatory_structure: Wie wird es entschieden?
30
+ private_space: Privater Prozess
24
31
  promoted: Hervorgehoben
25
- published_at: Veröffentlicht unter
32
+ published_at: Veröffentlicht am
26
33
  related_process_ids: Ähnliche Beteiligungsprozesse
27
34
  scope_id: Themenbereich
28
35
  scope_type_max_depth_id: Umfang-Filtertiefe
@@ -63,6 +70,12 @@ de:
63
70
  email: E-Mail
64
71
  name: Name
65
72
  role: Rolle
73
+ errors:
74
+ models:
75
+ participatory_process:
76
+ attributes:
77
+ document:
78
+ allowed_file_content_types: 'Ungültiger Dokumententyp. Nur Dateien mit folgenden Erweiterungen sind erlaubt: %{types}'
66
79
  models:
67
80
  decidim/participatory_process_step_activated_event: Phase aktiviert
68
81
  decidim/participatory_process_step_changed_event: Phase geändert
@@ -120,7 +133,7 @@ de:
120
133
  models:
121
134
  participatory_process:
122
135
  fields:
123
- created_at: Hergestellt in
136
+ created_at: Erstellt am
124
137
  private: Privat
125
138
  promoted: Hervorgehoben
126
139
  published: Veröffentlicht
@@ -247,7 +260,7 @@ de:
247
260
  destroy:
248
261
  success: Der Benutzer wurde erfolgreich aus diesem partizipativen Prozess entfernt.
249
262
  edit:
250
- title: Administrator des Beteiligungsprozesses aktualisieren
263
+ title: Admin des Beteiligungsprozesses aktualisieren
251
264
  update: Aktualisieren
252
265
  index:
253
266
  process_admins_title: Partizipative Prozessbenutzer
@@ -310,6 +323,7 @@ de:
310
323
  participatory_process_type:
311
324
  create: "%{user_name} hat den Beteiligungsprozesstyp %{resource_name} erstellt"
312
325
  delete: "%{user_name} hat den Beteiligungsprozesstyp %{resource_name} gelöscht"
326
+ update: "%{user_name} hat den Prozesstyp %{resource_name} aktualisiert"
313
327
  participatory_process_user_role:
314
328
  create: "%{user_name} lud den Benutzer %{resource_name} zu dem %{space_name} Partizipationsprozess ein"
315
329
  delete: "%{user_name} entfernte den Benutzer %{resource_name} aus dem %{space_name} Partizipationsprozess"
@@ -337,6 +351,10 @@ de:
337
351
  contextual: "<p>Ein <strong>Partizipationsprozess</strong> ist eine Folge von Partizipations-Aktivitäten (z.B. zuerst eine Umfrage ausfüllen, dann Vorschläge machen, diese face-to-face oder an virtuellen Sitzungen diskutieren, und sie schließlich zu priorisieren) mit dem Ziel, ein bestimmtes Thema zu definieren und Entscheidungen dazu zu treffen.</p> <p>Beispiele für partizipatorische Prozesse sind: ein Verfahren zur Wahl von Ausschussmitgliedern (bei dem die Kandidaturen zuerst präsentiert und anschließend debattiert werden, und schließlich eine Kandidatur ausgewählt wird), die partizipative Budgets (bei denen Vorschläge gemacht und wirtschaftlich bewertet werden und über das verfügbare Geld abgestimmt wird), ein strategischer Planungsprozess, die gemeinschaftliche Ausarbeitung einer Vorschrift oder Norm, die Gestaltung eines städtischen Raums oder die Erstellung einer öffentlichen Strategie.</p>\n"
338
352
  page: "<p>Ein <strong>Partizipationsprozess</strong> ist eine Folge von Partizipations-Aktivitäten (z.B. zuerst eine Umfrage ausfüllen, dann Vorschläge machen, diese face-to-face oder an virtuellen Sitzungen diskutieren, und sie schließlich zu priorisieren) mit dem Ziel, ein bestimmtes Thema zu definieren und Entscheidungen dazu zu treffen.</p> <p>Beispiele für partizipatorische Prozesse sind: ein Verfahren zur Wahl von Ausschussmitgliedern (bei dem die Kandidaturen zuerst präsentiert und anschließend debattiert werden, und schließlich eine Kandidatur ausgewählt wird), die partizipative Budgets (bei denen Vorschläge gemacht und wirtschaftlich bewertet werden und über das verfügbare Geld abgestimmt wird), ein strategischer Planungsprozess, die gemeinschaftliche Ausarbeitung einer Vorschrift oder Norm, die Gestaltung eines städtischen Raums oder die Erstellung einer öffentlichen Strategie.</p>\n"
339
353
  title: Was ist ein partizipativer Prozess?
354
+ log:
355
+ value_types:
356
+ participatory_process_type_presenter:
357
+ not_found: 'Der Prozesstyp (ID: %{id}) wurde nicht in der Datenbank gefunden'
340
358
  menu:
341
359
  processes: Beteiligungsprozesse
342
360
  metrics:
@@ -358,9 +376,9 @@ de:
358
376
  metadata:
359
377
  developer_group: Unterstützt von
360
378
  name: Metadaten
361
- participatory_scope: Was wird entschieden
362
- participatory_structure: Wie wird es entschieden
363
- target: Wer nimmt teil
379
+ participatory_scope: Was wird entschieden?
380
+ participatory_structure: Wie wird es entschieden?
381
+ target: Wer nimmt teil?
364
382
  participatory_processes:
365
383
  name: Beteiligungsprozesse
366
384
  stats:
@@ -387,19 +405,19 @@ de:
387
405
  json: JSON
388
406
  participatory_process_copies:
389
407
  form:
390
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
408
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
391
409
  participatory_process_groups:
392
410
  form:
393
411
  metadata: Metadaten
394
- title: Allgemeine Informationen
412
+ title: Allgemeine Information
395
413
  visibility: Sichtbarkeit
396
414
  participatory_process_imports:
397
415
  form:
398
416
  document_legend: Dokument hinzufügen
399
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
417
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
400
418
  participatory_process_steps:
401
419
  form:
402
- cta_path_help: 'Verwenden Sie hier Teilpfade, nicht vollständige URLs. Akzeptiert Buchstaben, Zahlen, Bindestriche und Schrägstriche und muss mit einem Buchstaben beginnen. Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt. Beispiel: %{url}'
420
+ cta_path_help: 'Verwenden Sie hier Teilpfade, nicht die vollständige URL. Buchstaben, Zahlen, Bindestriche und Schrägstriche sind erlaubt; an der ersten Stelle ist ein Buchstabe erforderlich. Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt. Beispiel: %{url}'
403
421
  cta_text_help: Wenn nicht eingestellt, wird die Schaltfläche nicht angezeigt.
404
422
  participatory_processes:
405
423
  form:
@@ -414,7 +432,7 @@ de:
414
432
  select_an_area: Wählen Sie einen Bereich aus
415
433
  select_participatory_process_type: Wählen Sie einen Prozesstyp aus
416
434
  select_process_group: Wählen Sie eine Prozessgruppe aus
417
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
435
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diesen Prozess verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
418
436
  title: Allgemeine Information
419
437
  visbility: Sichtweite
420
438
  content_blocks:
@@ -427,13 +445,13 @@ de:
427
445
  pages:
428
446
  home:
429
447
  highlighted_processes:
430
- active_processes: Aktive Beteiligungsprozesse
448
+ active_processes: Aktive Prozesse
431
449
  active_step: Aktiver Schritt
432
450
  more_information: Mehr Informationen
433
451
  participate: Sich beteiligen
434
452
  participate_in: Am Prozess %{resource_name} teilnehmen
435
453
  processes_button_title: Link zur Prozess-Seite die alle Prozesse anzeigt
436
- see_all_processes: Alle Beteiligungsprozesses anzeigen
454
+ see_all_processes: Alle Prozesse anzeigen
437
455
  participatory_process_steps:
438
456
  index:
439
457
  back_to_process: Zurück zur Prozessseite
@@ -474,12 +492,12 @@ de:
474
492
  dates: Daten
475
493
  developer_group: Promoter-Gruppe
476
494
  end_date: Enddatum
477
- local_area: Organisationsbereich
495
+ local_area: Gebiet der Organisation
478
496
  participatory_scope: Was wird entschieden?
479
- participatory_structure: Wie wird es entschieden
497
+ participatory_structure: Wie wird es entschieden?
480
498
  private_space: Dies ist ein privater Prozess
481
499
  related_processes: Ähnliche Beteiligungsprozesse
482
- scope: Umfang
500
+ scope: Themenbereich
483
501
  start_date: Startdatum
484
502
  target: Wer nimmt teil?
485
503
  unspecified: Keine Angabe
@@ -507,7 +525,7 @@ de:
507
525
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}
508
526
  promoted_process:
509
527
  active_step: 'Aktueller Schritt:'
510
- more_info: Mehr Informationen
528
+ more_info: Mehr Info
511
529
  more_info_about: Weitere Informationen zum Prozess %{resource_name}
512
530
  take_part: Teilnehmen
513
531
  take_part_in: Beteiligen Sie sich am Prozess %{resource_name}
@@ -515,6 +533,6 @@ de:
515
533
  more_info: Mehr Info
516
534
  process_header_steps:
517
535
  step: Schritt %{current} von %{total}
518
- view_steps: Schritte anzeigen
536
+ view_steps: Prozessschritte
519
537
  process_navigation:
520
538
  process_menu_item: Der Prozess
@@ -12,15 +12,22 @@ el:
12
12
  decidim_area_id: Τομέας
13
13
  description: Περιγραφή
14
14
  developer_group: Ομάδα προώθησης
15
+ document: Έγγραφο
15
16
  domain: Τομέας
16
17
  end_date: Ημερομηνία λήξης
17
18
  hashtag: Hashtag
18
19
  hero_image: Εικόνα αρχικής σελίδας
20
+ import_attachments: Εισαγωγή συνημμένων
21
+ import_categories: Εισαγωγή κατηγοριών
22
+ import_components: Εισαγωγή στοιχείων
23
+ import_steps: Εισαγωγή βημάτων
19
24
  local_area: Τομέας οργανισμού
20
25
  meta_scope: Μεταδεδομένα πεδίου εφαρμογής
21
26
  participatory_process_group_id: Ομάδα διαδικασιών
27
+ participatory_process_type_id: Τύπος διεργασιών
22
28
  participatory_scope: Τι αποφασίστηκε
23
29
  participatory_structure: Πώς αποφασίζεται
30
+ private_space: Ιδιωτική διαδικασία
24
31
  promoted: Προωθήθηκε
25
32
  published_at: Δημοσιεύτηκε στις
26
33
  related_process_ids: Σχετικές διαδικασίες
@@ -35,10 +42,20 @@ el:
35
42
  subtitle: Υπότιτλος
36
43
  target: Ποιος συμμετέχει
37
44
  title: Τίτλος
45
+ weight: Θέση κατάταξης
38
46
  participatory_process_group:
39
47
  description: Περιγραφή
48
+ developer_group: Ομάδα προώθησης
49
+ group_url: Ιστοσελίδα
50
+ hashtag: Hashtag
40
51
  hero_image: Εικόνα
52
+ local_area: Περιοχή οργανισμού
53
+ meta_scope: Μεταδεδομένα πεδίου εφαρμογής
41
54
  participatory_process_ids: Σχετικές διαδικασίες
55
+ participatory_scope: Τι αποφασίστηκε
56
+ participatory_structure: Πώς αποφασίστηκε
57
+ target: Ποιος συμμετέχει
58
+ title: Τίτλος
42
59
  participatory_process_step:
43
60
  cta_path: Διαδρομή Call To Action
44
61
  cta_text: Κείμενο κουμπιού «Call To Action»
@@ -47,10 +64,18 @@ el:
47
64
  short_description: Σύντομη περιγραφή
48
65
  start_date: Ημερομηνία έναρξης
49
66
  title: Τίτλος
67
+ participatory_process_type:
68
+ title: Τίτλος
50
69
  participatory_process_user_role:
51
70
  email: Email
52
71
  name: Όνομα
53
72
  role: Ρόλος
73
+ errors:
74
+ models:
75
+ participatory_process:
76
+ attributes:
77
+ document:
78
+ allowed_file_content_types: 'Μη έγκυρος τύπος εγγράφου. Επιτρέπονται μόνο αρχεία με τις ακόλουθες επεκτάσεις: %{types}'
54
79
  models:
55
80
  decidim/participatory_process_step_activated_event: Η φάση ενεργοποιήθηκε
56
81
  decidim/participatory_process_step_changed_event: Η φάση άλλαξε
@@ -81,6 +106,7 @@ el:
81
106
  new_process: Νέα διαδικασία
82
107
  new_process_group: Νέα ομάδα διαδικασιών
83
108
  new_process_step: Νέα φάση
109
+ new_process_type: Νέος τύπος διαδικασίας
84
110
  new_process_user_role: Νέος διαχειριστής διαδικασιών
85
111
  preview: Προεπισκόπηση
86
112
  publish: Δημοσίευση
@@ -88,6 +114,10 @@ el:
88
114
  unpublish: Κατάργηση δημοσίευσης
89
115
  menu:
90
116
  participatory_process_groups: Ομάδες διαδικασιών
117
+ participatory_process_groups_submenu:
118
+ info: Πληροφορίες
119
+ landing_page: Σελίδα άφιξης
120
+ participatory_process_types: Τύποι διεργασιών
91
121
  participatory_processes: Διαδικασίες
92
122
  participatory_processes_submenu:
93
123
  attachment_collections: Φάκελοι
@@ -110,6 +140,8 @@ el:
110
140
  title: Τίτλος
111
141
  name: Διαδικασία συμμετοχής
112
142
  participatory_process_group:
143
+ fields:
144
+ title: Τίτλος
113
145
  name: Ομάδα διαδικασιών
114
146
  participatory_process_step:
115
147
  fields:
@@ -117,6 +149,11 @@ el:
117
149
  start_date: Ημερομηνία έναρξης
118
150
  title: Τίτλος
119
151
  name: Φάση διαδικασίας συμμετοχής
152
+ participatory_process_type:
153
+ fields:
154
+ created_at: Δημιουργήθηκε στις
155
+ title: Τίτλος
156
+ name: Τύπος διεργασίας
120
157
  participatory_process_user_role:
121
158
  fields:
122
159
  email: Email
@@ -137,6 +174,13 @@ el:
137
174
  copy: Αντιγραφή
138
175
  select: Επιλέξτε ποια δεδομένα θέλετε να αντιγράψετε
139
176
  title: Αντιγραφή διαδικασίας συμμετοχής
177
+ participatory_process_group_landing_page:
178
+ edit:
179
+ active_content_blocks: Ενεργά μπλοκ περιεχομένου
180
+ inactive_content_blocks: Μπλοκ ανενεργού περιεχομένου
181
+ participatory_process_group_landing_page_content_blocks:
182
+ edit:
183
+ update: Ενημέρωση
140
184
  participatory_process_groups:
141
185
  destroy:
142
186
  error: Παρουσιάστηκε σφάλμα κατά την καταστροφή της ομάδας διαδικασιών συμμετοχής.
@@ -192,6 +236,23 @@ el:
192
236
  update:
193
237
  error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διαδικασίας συμμετοχής.
194
238
  success: Η φάση συμμετοχής ενημερώθηκε με επιτυχία.
239
+ participatory_process_types:
240
+ create:
241
+ error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου τύπου διεργασίας.
242
+ success: Ο τύπος διεργασίας δημιουργήθηκε επιτυχώς.
243
+ destroy:
244
+ success: Ο τύπος διεργασίας διαγράφηκε επιτυχώς.
245
+ edit:
246
+ title: Επεξεργασία τύπου διεργασίας
247
+ update: Ενημέρωση
248
+ form:
249
+ title: Τίτλος
250
+ new:
251
+ create: Δημιουργία
252
+ title: Νέος τύπος διεργασίας
253
+ update:
254
+ error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του τύπου διεργασίας.
255
+ success: Ο τύπος διεργασίας ενημερώθηκε επιτυχώς.
195
256
  participatory_process_user_roles:
196
257
  create:
197
258
  error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός συμμετέχοντα για αυτήν τη διαδικασία συμμετοχής.
@@ -236,6 +297,7 @@ el:
236
297
  success: Η ομάδα διαδικασίας συμμετοχής δημιουργήθηκε με επιτυχία.
237
298
  titles:
238
299
  participatory_process_groups: Ομάδες διαδικασιών συμμετοχής
300
+ participatory_process_types: Τύποι συμμετοχικών διεργασιών
239
301
  participatory_processes: Διαδικασίες συμμετοχής
240
302
  users:
241
303
  resend_invitation:
@@ -244,6 +306,9 @@ el:
244
306
  admin_log:
245
307
  participatory_process:
246
308
  create: "Ο χρήστης %{user_name} δημιούργησε τη διαδικασία συμμετοχής %{resource_name}"
309
+ duplicate: "%{user_name} αντέγραψε τη %{resource_name} συμμετοχική διεργασία"
310
+ export: "%{user_name} εξήγαγε την %{resource_name} συμμετοχική διεργασία"
311
+ import: "%{user_name} εισήγαγε την %{resource_name} συμμετοχική διεργασία"
247
312
  publish: "Ο χρήστης %{user_name} δημοσίευσε τη διαδικασία συμμετοχής %{resource_name}"
248
313
  unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση της διαδικασίας συμμετοχής %{resource_name}"
249
314
  update: "Ο χρήστης %{user_name} ενημέρωσε τη διαδικασία συμμετοχής %{resource_name}"
@@ -255,6 +320,10 @@ el:
255
320
  create: "Ο χρήστης %{user_name} δημιούργησε τη φάση %{resource_name} στη διαδικασία συμμετοχής %{space_name}"
256
321
  delete: "Ο χρήστης %{user_name} διέγραψε τη φάση %{resource_name} στη διαδικασία συμμετοχής %{space_name}"
257
322
  update: "Ο χρήστης %{user_name} ενημέρωσε τη φάση %{resource_name} στη διαδικασία συμμετοχής %{space_name}"
323
+ participatory_process_type:
324
+ create: "%{user_name} δημιούργησε τον %{resource_name} τύπο συμμετοχικής διεργασίας"
325
+ delete: "%{user_name} διέγραψε τον %{resource_name} τύπο συμμετοχικής διεργασίας"
326
+ update: "%{user_name} ενημέρωσε τον %{resource_name} τύπο συμμετοχικής διεργασίας"
258
327
  participatory_process_user_role:
259
328
  create: "Ο χρήστης %{user_name} προσκάλεσε τον συμμετέχοντα %{resource_name} στη διαδικασία συμμετοχής %{space_name}"
260
329
  delete: "Ο χρήστης %{user_name} κατάργησε τον συμμετέχοντα %{resource_name} από τη διαδικασία συμμετοχής %{space_name}"
@@ -294,8 +363,27 @@ el:
294
363
  related_assemblies: Σχετικές συνελεύσεις
295
364
  participatory_process_groups:
296
365
  content_blocks:
366
+ html_1:
367
+ name: Πρώτο μπλοκ HTML
368
+ html_2:
369
+ name: Δεύτερο μπλοκ HTML
370
+ html_3:
371
+ name: Πρώτο μπλοκ HTML
372
+ metadata:
373
+ name: Μεταδεδομένα
374
+ participatory_scope: Τι αποφασίστηκε
375
+ participatory_structure: Πώς αποφασίζεται
376
+ target: Ποιος συμμετέχει
377
+ participatory_processes:
378
+ name: Συμμετοχικές διαδικασίες
297
379
  stats:
298
380
  name: Στατιστικά στοιχεία
381
+ title:
382
+ meta_scope: Πεδία εφαρμογής
383
+ name: Τίτλος, περιγραφή και hashtag
384
+ participatory_processes:
385
+ one: 1 διεργασία
386
+ other: "%{count} διεργασίες"
299
387
  show:
300
388
  title: Ομάδες διαδικασιών συμμετοχής
301
389
  participatory_process_steps:
@@ -307,16 +395,19 @@ el:
307
395
  content_blocks:
308
396
  highlighted_processes:
309
397
  max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
310
- participatory_process_copies:
398
+ new_import:
399
+ accepted_types:
400
+ json: JSON
401
+ participatory_process_groups:
311
402
  form:
312
- slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
403
+ metadata: Μεταδεδομένα
404
+ title: Γενικές πληροφορίες
405
+ visibility: Ορατότητα
313
406
  participatory_process_imports:
314
407
  form:
315
408
  document_legend: Προσθήκη εγγράφου
316
- slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
317
409
  participatory_process_steps:
318
410
  form:
319
- cta_path_help: 'Χρησιμοποιήστε μερικές διαδρομές, όχι πλήρεις διευθύνσεις URL εδώ. Δέχεται γράμματα, αριθμούς, παύλες και καθέτους, και πρέπει να ξεκινά με γράμμα. Εάν δεν οριστεί, το κουμπί δεν θα εμφανιστεί. Παράδειγμα: διεύθυνση %{url}'
320
411
  cta_text_help: Εάν δεν οριστεί, το κουμπί δεν θα εμφανιστεί.
321
412
  participatory_processes:
322
413
  form:
@@ -329,8 +420,8 @@ el:
329
420
  related_processes: Σχετικές διαδικασίες
330
421
  scope_type_max_depth_help: Περιορίστε το βάθος του φίλτρου πεδίου εφαρμογής. Το φίλτρο θα εμφανίζεται από γενικό έως τον επιλεγμένο τύπο πεδίου εφαρμογής.
331
422
  select_an_area: Επιλέξτε «Τομέα»
423
+ select_participatory_process_type: Επιλέξτε έναν τύπο διεργασίας
332
424
  select_process_group: Επιλέξτε ομάδα διαδικασίας
333
- slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διαδικασία. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
334
425
  title: Γενικές πληροφορίες
335
426
  visbility: Ορατότητα
336
427
  content_blocks:
@@ -343,17 +434,17 @@ el:
343
434
  pages:
344
435
  home:
345
436
  highlighted_processes:
346
- active_processes: Ενεργές διαδικασίες
347
437
  active_step: Ενεργή φάση
348
438
  more_information: Περισσότερες πληροφορίες
349
439
  participate: Συμμετοχή
350
440
  participate_in: Συμμετάσχετε στην διαδικασία %{resource_name}
351
- see_all_processes: Δείτε όλες τις διαδικασίες
441
+ processes_button_title: Σύνδεση με τη σελίδα Διεργασίεςπου εμφανίζει όλες τις διεργασίες
352
442
  participatory_process_steps:
353
443
  index:
354
444
  back_to_process: Πίσω στην σελίδα της διαδικασίας
355
445
  participatory_processes:
356
446
  filters:
447
+ all_types: Όλοι οι τύποι
357
448
  counters:
358
449
  active:
359
450
  one: 1 ενεργή διαδικασία
@@ -371,6 +462,7 @@ el:
371
462
  no_active: Δεν υπάρχουν ενεργές διαδικασίες
372
463
  no_active_nor_upcoming: Δεν υπάρχουν ενεργές ούτε προσεχείς διαδικασίες
373
464
  no_active_nor_upcoming_callout: Δεν υπάρχουν ενεργές ούτε προσεχείς διαδικασίες. Παρακάτω ακολουθεί μια λίστα με τις προηγούμενες διαδικασίες.
465
+ filter_by: Εμφάνιση
374
466
  names:
375
467
  active: Ενεργές
376
468
  all: Όλα
@@ -379,12 +471,14 @@ el:
379
471
  see: Προβολή
380
472
  index:
381
473
  loading: Φόρτωση αποτελεσμάτων...
474
+ show:
475
+ title: Σχετικά με αυτή τη διεργασία
382
476
  show:
383
477
  area: Τομέας
478
+ belongs_to_group: Αυτή η διεργασία ανήκει σε
384
479
  dates: Ημερομηνίες
385
480
  developer_group: Ομάδα προώθησης
386
481
  end_date: Ημερομηνία λήξης
387
- local_area: Τομέας οργανισμού
388
482
  participatory_scope: Τι αποφασίστηκε
389
483
  participatory_structure: Πώς αποφασίζεται
390
484
  private_space: Αυτή είναι μια ιδιωτική διαδικασία
@@ -393,6 +487,8 @@ el:
393
487
  start_date: Ημερομηνία έναρξης
394
488
  target: Ποιος συμμετέχει
395
489
  unspecified: Δεν προσδιορίστηκε
490
+ statistics:
491
+ processes_count: Διεργασίες
396
492
  layouts:
397
493
  decidim:
398
494
  participatory_process_groups:
@@ -419,6 +515,8 @@ el:
419
515
  more_info_about: Περισσότερες πληροφορίες για τη διαδικασία %{resource_name}
420
516
  take_part: Συμμετάσχετε
421
517
  take_part_in: Πάρτε μέρος στην διαδικασία %{resource_name}
518
+ promoted_process_group:
519
+ more_info: Περισσότερες πληροφορίες
422
520
  process_header_steps:
423
521
  step: Φάση %{current} από %{total}
424
522
  view_steps: Φάσεις διαδικασίας
@@ -414,10 +414,10 @@ es-MX:
414
414
  participatory_process_imports:
415
415
  form:
416
416
  document_legend: Añadir un documento
417
- slug_help: 'Los slugs de URL se utilizan para generar las URLs que apuntan a este proceso. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
417
+ slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
418
418
  participatory_process_steps:
419
419
  form:
420
- cta_path_help: 'Use rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no está configurado, el botón no se mostrará. Ejemplo: %{url}'
420
+ cta_path_help: 'Utiliza rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no ese establece ninguna ruta, el botón no se mostrará. Ejemplo: %{url}'
421
421
  cta_text_help: Si no está configurado, el botón no se mostrará.
422
422
  participatory_processes:
423
423
  form:
@@ -533,6 +533,6 @@ es-MX:
533
533
  more_info: Más información
534
534
  process_header_steps:
535
535
  step: Fase %{current} de %{total}
536
- view_steps: Ver las fases
536
+ view_steps: Las fases de proceso
537
537
  process_navigation:
538
538
  process_menu_item: El proceso
@@ -414,10 +414,10 @@ es-PY:
414
414
  participatory_process_imports:
415
415
  form:
416
416
  document_legend: Añadir un documento
417
- slug_help: 'Los slugs de URL se utilizan para generar las URLs que apuntan a este proceso. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
417
+ slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
418
418
  participatory_process_steps:
419
419
  form:
420
- cta_path_help: 'Use rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no está configurado, el botón no se mostrará. Ejemplo: %{url}'
420
+ cta_path_help: 'Utiliza rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no ese establece ninguna ruta, el botón no se mostrará. Ejemplo: %{url}'
421
421
  cta_text_help: Si no está configurado, el botón no se mostrará.
422
422
  participatory_processes:
423
423
  form:
@@ -533,6 +533,6 @@ es-PY:
533
533
  more_info: Más información
534
534
  process_header_steps:
535
535
  step: Fase %{current} de %{total}
536
- view_steps: Ver las fases
536
+ view_steps: Las fases de proceso
537
537
  process_navigation:
538
538
  process_menu_item: El proceso
@@ -172,7 +172,7 @@ es:
172
172
  participatory_process_copies:
173
173
  new:
174
174
  copy: Copiar
175
- select: Seleccione los datos que deseas duplicar
175
+ select: Selecciona los datos que deseas duplicar
176
176
  title: Duplicar proceso participativo
177
177
  participatory_process_group_landing_page:
178
178
  edit:
@@ -414,7 +414,7 @@ es:
414
414
  participatory_process_imports:
415
415
  form:
416
416
  document_legend: Añadir un documento
417
- slug_help: 'Los slugs de URL se utilizan para generar las URLs que apuntan a este proceso. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
417
+ slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
418
418
  participatory_process_steps:
419
419
  form:
420
420
  cta_path_help: 'Utiliza rutas parciales, no URL completas aquí. Acepta letras, números, guiones y barras, y debe comenzar con una letra. Si no ese establece ninguna ruta, el botón no se mostrará. Ejemplo: %{url}'
@@ -429,7 +429,7 @@ es:
429
429
  other: Otro
430
430
  related_processes: Procesos relacionados
431
431
  scope_type_max_depth_help: Restringe la profundidad del filtro de ámbito; se mostrará el filtro desde el ámbito general hasta el seleccionado.
432
- select_an_area: Seleccione una área
432
+ select_an_area: Selecciona una área
433
433
  select_participatory_process_type: Selecciona un tipo de proceso
434
434
  select_process_group: Selecciona un grupo de procesos
435
435
  slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a este proceso. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
@@ -533,6 +533,6 @@ es:
533
533
  more_info: Más información
534
534
  process_header_steps:
535
535
  step: Fase %{current} de %{total}
536
- view_steps: Ver las fases
536
+ view_steps: Fases del proceso
537
537
  process_navigation:
538
538
  process_menu_item: El proceso