decidim-assemblies 0.29.2 → 0.30.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/assemblies/assembly_metadata_g_cell.rb +1 -14
  3. data/app/cells/decidim/assemblies/content_blocks/extra_data_cell.rb +2 -12
  4. data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_settings_form/show.erb +1 -1
  5. data/app/commands/decidim/assemblies/admin/copy_assembly.rb +2 -14
  6. data/app/commands/decidim/assemblies/admin/create_assembly.rb +2 -2
  7. data/app/commands/decidim/assemblies/admin/import_assembly.rb +0 -2
  8. data/app/commands/decidim/assemblies/admin/update_assembly.rb +2 -2
  9. data/app/controllers/concerns/decidim/assemblies/admin/filterable.rb +2 -11
  10. data/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +19 -4
  11. data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
  12. data/app/controllers/decidim/assemblies/admin/assembly_share_tokens_controller.rb +18 -0
  13. data/app/controllers/decidim/assemblies/admin/component_share_tokens_controller.rb +18 -0
  14. data/app/controllers/decidim/assemblies/assemblies_controller.rb +1 -3
  15. data/app/controllers/decidim/assemblies/{assembly_members_controller.rb → participatory_space_private_users_controller.rb} +3 -11
  16. data/app/forms/decidim/assemblies/admin/assembly_copy_form.rb +0 -1
  17. data/app/forms/decidim/assemblies/admin/assembly_form.rb +5 -40
  18. data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +0 -1
  19. data/app/helpers/decidim/assemblies/admin/assemblies_helper.rb +26 -4
  20. data/app/helpers/decidim/assemblies/assemblies_helper.rb +4 -4
  21. data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +11 -15
  22. data/app/models/decidim/assembly.rb +21 -11
  23. data/app/packs/entrypoints/decidim_assemblies_admin.js +0 -1
  24. data/app/packs/entrypoints/decidim_assemblies_admin_list.js +1 -0
  25. data/app/packs/src/decidim/assemblies/admin/assemblies_list.js +72 -0
  26. data/app/permissions/decidim/assemblies/permissions.rb +9 -20
  27. data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
  28. data/app/presenters/decidim/assemblies/assembly_presenter.rb +0 -6
  29. data/app/queries/decidim/assemblies/metrics/assemblies_metric_manage.rb +2 -2
  30. data/app/serializers/decidim/assemblies/assembly_importer.rb +0 -35
  31. data/app/serializers/decidim/assemblies/assembly_serializer.rb +11 -135
  32. data/app/serializers/decidim/assemblies/open_data_assembly_serializer.rb +59 -0
  33. data/app/views/decidim/assemblies/admin/assemblies/_assemblies_thead.html.erb +19 -0
  34. data/app/views/decidim/assemblies/admin/assemblies/_assembly_row.html.erb +101 -0
  35. data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +29 -41
  36. data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +18 -92
  37. data/app/views/decidim/assemblies/admin/assemblies/index.js.erb +10 -0
  38. data/app/views/decidim/assemblies/admin/assemblies/manage_trash.html.erb +20 -0
  39. data/app/views/decidim/assemblies/admin/assembly_copies/_form.html.erb +0 -4
  40. data/app/views/decidim/assemblies/admin/assembly_imports/_form.html.erb +0 -3
  41. data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
  42. data/app/views/decidim/assemblies/assemblies/show.html.erb +5 -6
  43. data/app/views/decidim/assemblies/{assembly_members → participatory_space_private_users}/index.html.erb +6 -5
  44. data/config/assets.rb +2 -1
  45. data/config/locales/ar.yml +0 -72
  46. data/config/locales/bg.yml +0 -74
  47. data/config/locales/bs-BA.yml +0 -15
  48. data/config/locales/ca.yml +70 -74
  49. data/config/locales/cs.yml +70 -74
  50. data/config/locales/de.yml +70 -74
  51. data/config/locales/el.yml +0 -72
  52. data/config/locales/en.yml +71 -75
  53. data/config/locales/es-MX.yml +70 -74
  54. data/config/locales/es-PY.yml +70 -74
  55. data/config/locales/es.yml +70 -74
  56. data/config/locales/eu.yml +71 -75
  57. data/config/locales/fi-plain.yml +71 -75
  58. data/config/locales/fi.yml +71 -75
  59. data/config/locales/fr-CA.yml +22 -74
  60. data/config/locales/fr.yml +22 -74
  61. data/config/locales/ga-IE.yml +0 -25
  62. data/config/locales/gl.yml +0 -72
  63. data/config/locales/he-IL.yml +8 -57
  64. data/config/locales/hu.yml +0 -74
  65. data/config/locales/id-ID.yml +0 -63
  66. data/config/locales/is-IS.yml +0 -45
  67. data/config/locales/it.yml +0 -73
  68. data/config/locales/ja.yml +70 -74
  69. data/config/locales/kaa.yml +0 -9
  70. data/config/locales/ko.yml +0 -6
  71. data/config/locales/lb.yml +0 -70
  72. data/config/locales/lt.yml +0 -72
  73. data/config/locales/lv.yml +0 -74
  74. data/config/locales/nl.yml +0 -72
  75. data/config/locales/no.yml +0 -72
  76. data/config/locales/pl.yml +0 -75
  77. data/config/locales/pt-BR.yml +0 -74
  78. data/config/locales/pt.yml +0 -72
  79. data/config/locales/ro-RO.yml +14 -85
  80. data/config/locales/ru.yml +0 -57
  81. data/config/locales/sk.yml +0 -46
  82. data/config/locales/sl.yml +0 -54
  83. data/config/locales/sq-AL.yml +0 -74
  84. data/config/locales/sr-CS.yml +0 -15
  85. data/config/locales/sv.yml +71 -75
  86. data/config/locales/tr-TR.yml +0 -75
  87. data/config/locales/uk.yml +0 -57
  88. data/config/locales/zh-CN.yml +0 -74
  89. data/config/locales/zh-TW.yml +0 -72
  90. data/db/migrate/20190215093700_reset_negative_children_count_counters.rb +2 -2
  91. data/db/migrate/20210310120444_add_followable_counter_cache_to_assemblies.rb +1 -1
  92. data/db/migrate/20240822161222_add_deleted_at_to_decidim_assemblies.rb +8 -0
  93. data/db/migrate/20241016101151_migrate_assembly_members_to_private_users.rb +53 -0
  94. data/db/migrate/20241108141651_remove_column_show_statistics_from_assemblies.rb +7 -0
  95. data/decidim-assemblies.gemspec +1 -1
  96. data/lib/decidim/api/assemblies_type_type.rb +2 -2
  97. data/lib/decidim/api/assembly_type.rb +32 -34
  98. data/lib/decidim/assemblies/admin_engine.rb +77 -54
  99. data/lib/decidim/assemblies/api.rb +0 -1
  100. data/lib/decidim/assemblies/content_blocks/registry_manager.rb +11 -0
  101. data/lib/decidim/assemblies/engine.rb +9 -3
  102. data/lib/decidim/assemblies/menu.rb +9 -22
  103. data/lib/decidim/assemblies/participatory_space.rb +7 -3
  104. data/lib/decidim/assemblies/seeds.rb +9 -33
  105. data/lib/decidim/assemblies/test/factories.rb +15 -36
  106. data/lib/decidim/assemblies/version.rb +1 -1
  107. metadata +28 -48
  108. data/app/cells/decidim/assemblies/assembly_member/data.erb +0 -19
  109. data/app/cells/decidim/assemblies/assembly_member/name_and_position.erb +0 -11
  110. data/app/cells/decidim/assemblies/assembly_member/show.erb +0 -9
  111. data/app/cells/decidim/assemblies/assembly_member_cell.rb +0 -21
  112. data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +0 -55
  113. data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +0 -24
  114. data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +0 -29
  115. data/app/controllers/concerns/decidim/assemblies/admin/assembly_members/filterable.rb +0 -39
  116. data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +0 -107
  117. data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +0 -83
  118. data/app/controllers/decidim/assemblies/admin/categories_controller.rb +0 -13
  119. data/app/events/decidim/assemblies/create_assembly_member_event.rb +0 -17
  120. data/app/forms/decidim/assemblies/admin/assembly_member_form.rb +0 -64
  121. data/app/helpers/decidim/assemblies/admin/assembly_members_helper.rb +0 -11
  122. data/app/models/decidim/assembly_member.rb +0 -34
  123. data/app/packs/src/decidim/assemblies/admin/assembly_members.js +0 -47
  124. data/app/packs/src/decidim/assemblies/orgchart.js +0 -0
  125. data/app/presenters/decidim/admin/assembly_member_presenter.rb +0 -24
  126. data/app/presenters/decidim/assemblies/admin_log/assembly_member_presenter.rb +0 -51
  127. data/app/presenters/decidim/assemblies/admin_log/value_types/member_position_presenter.rb +0 -22
  128. data/app/presenters/decidim/assembly_member_presenter.rb +0 -68
  129. data/app/views/decidim/assemblies/admin/assemblies_types/_form.html.erb +0 -9
  130. data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +0 -13
  131. data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +0 -44
  132. data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +0 -18
  133. data/app/views/decidim/assemblies/admin/assembly_members/_form.html.erb +0 -62
  134. data/app/views/decidim/assemblies/admin/assembly_members/edit.html.erb +0 -18
  135. data/app/views/decidim/assemblies/admin/assembly_members/index.html.erb +0 -55
  136. data/app/views/decidim/assemblies/admin/assembly_members/new.html.erb +0 -18
  137. data/app/views/decidim/assembly_members/_assembly_member.html.erb +0 -1
  138. data/app/views/layouts/decidim/admin/assemblies_types.html.erb +0 -17
  139. data/lib/decidim/api/assembly_member_type.rb +0 -27
@@ -2,8 +2,6 @@
2
2
  el:
3
3
  activemodel:
4
4
  attributes:
5
- assemblies_type:
6
- title: Τίτλος
7
5
  assembly:
8
6
  announcement: Ανακοίνωση
9
7
  area_id: Τομέας
@@ -20,7 +18,6 @@ el:
20
18
  created_by_other: Δημιουργήθηκε από άλλο
21
19
  creation_date: Ημερομηνία δημιουργίας
22
20
  decidim_area_id: Περιοχή
23
- decidim_assemblies_type_id: Τύπος συνέλευσης
24
21
  decidim_scope_id: Πεδίο εφαρμογής
25
22
  description: Περιγραφή
26
23
  developer_group: Ομάδα προώθησης
@@ -36,7 +33,6 @@ el:
36
33
  import_components: Εισαγωγή Στοιχείων
37
34
  included_at: Συμπεριλήφθηκε στις
38
35
  instagram: Instagram
39
- internal_organisation: Εσωτερικός οργανισμός
40
36
  is_transparent: Είναι διαφανής
41
37
  local_area: Τομέας οργανισμού
42
38
  meta_scope: Μεταδεδομένα πεδίου εφαρμογής
@@ -48,8 +44,6 @@ el:
48
44
  promoted: Επισημάνθηκε
49
45
  published_at: Δημοσιεύτηκε στις
50
46
  purpose_of_action: Σκοπός της δράσης
51
- scope_id: Πεδίο εφαρμογής
52
- scopes_enabled: Ενεργοποιημένα πεδία εφαρμογών
53
47
  short_description: Σύντομη περιγραφή
54
48
  slug: Slug διεύθυνσης URL
55
49
  special_features: Ειδικά χαρακτηριστικά
@@ -95,11 +89,9 @@ el:
95
89
  actions:
96
90
  import_assembly: Εισαγωγή
97
91
  new_assembly: Νέα συνέλευση
98
- new_assembly_type: Νέος τύπος συνέλευσης
99
92
  assemblies:
100
93
  create:
101
94
  error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία μιας νέας συνέλευσης.
102
- success: Η συνέλευση δημιουργήθηκε με επιτυχία.
103
95
  edit:
104
96
  update: Ενημέρωση
105
97
  index:
@@ -116,18 +108,6 @@ el:
116
108
  create:
117
109
  error: Υπήρξε ένα πρόβλημα κατά την αντιγραφή αυτής της συνέλευσης.
118
110
  success: Η συνέλευση αντιγράφτηκε με επιτυχία.
119
- assemblies_types:
120
- create:
121
- error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου τύπου συνέλευσης.
122
- success: Ο τύπος συνέλευσης δημιουργήθηκε με επιτυχία.
123
- destroy:
124
- success: Ο τύπος συνέλευσης διαγράφηκε με επιτυχία.
125
- new:
126
- create: Δημιουργία
127
- title: Νέος τύπος συνέλευσης
128
- update:
129
- error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του τύπου συνέλευσης.
130
- success: Ο τύπος συνέλευσης ενημερώθηκε με επιτυχία.
131
111
  assembly_copies:
132
112
  new:
133
113
  copy: Αντιγραφή
@@ -141,21 +121,6 @@ el:
141
121
  import: Εισαγωγή
142
122
  select: Επιλέξετε ποιά δεδομένα θα θέλατε να εισάγετε
143
123
  title: Εισαγωγή συνέλευσης
144
- assembly_members:
145
- create:
146
- error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός μέλους για αυτήν τη συνέλευση.
147
- success: Το μέλος δημιουργήθηκε με επιτυχία για αυτήν τη συνέλευση.
148
- destroy:
149
- success: Το μέλος διαγράφηκε με επιτυχία για αυτήν τη συνέλευση.
150
- edit:
151
- update: Ενημέρωση
152
- index:
153
- assembly_members_title: Μέλη συνέλευσης
154
- new:
155
- create: Δημιουργία
156
- update:
157
- error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση του μέλους για αυτήν τη συνέλευση.
158
- success: Το μέλος ενημερώθηκε με επιτυχία για αυτήν τη συνέλευση.
159
124
  assembly_publications:
160
125
  create:
161
126
  error: Υπήρξε ένα πρόβλημα κατά τη δημοσίευση αυτής της συνέλευσης.
@@ -178,26 +143,16 @@ el:
178
143
  update:
179
144
  error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός διαχειριστή για αυτήν τη συνέλευση.
180
145
  success: Ο διαχειριστής ενημερώθηκε με επιτυχία για αυτήν τη συνέλευση.
181
- filters:
182
- decidim_assemblies_type_id_eq:
183
- label: Τύπος συνέλευσης
184
146
  menu:
185
147
  assemblies: Συνελεύσεις
186
148
  assemblies_submenu:
187
149
  assembly_admins: Διαχειριστές συνέλευσης
188
- assembly_members: Μέλη
189
150
  attachment_collections: Φάκελοι
190
151
  attachment_files: Αρχεία
191
152
  attachments: Συνημμένα
192
- categories: Κατηγορίες
193
153
  components: Στοιχεία
194
154
  moderations: Εποπτεύσεις
195
- assemblies_types: Τύποι συνέλευσης
196
155
  models:
197
- assemblies_types:
198
- fields:
199
- created_at: Δημιουργήθηκε στις
200
- title: Τίτλος
201
156
  assembly:
202
157
  fields:
203
158
  created_at: Δημιουργήθηκε στις
@@ -207,11 +162,6 @@ el:
207
162
  title: Τίτλος
208
163
  name: Συνέλευση
209
164
  assembly_member:
210
- fields:
211
- ceased_date: Ημερομηνία παύσης
212
- designation_date: Ημερομηνία διορισμού
213
- full_name: Όνομα
214
- position: Θέση
215
165
  name: Μέλος
216
166
  positions:
217
167
  other: Άλλο
@@ -264,29 +214,18 @@ el:
264
214
  announcement_help: Το κείμενο που εισάγετε εδώ θα εμφανίζεται στο χρήστη ακριβώς κάτω από τις πληροφορίες συνέλευσης.
265
215
  duration: Διάρκεια
266
216
  duration_help: Εάν η διάρκεια αυτής της συνέλευσης είναι περιορισμένη, επιλέξτε την ημερομηνία λήξης. Διαφορετικά, θα εμφανίζεται ως απεριόριστη.
267
- filters: Φίλτρα
268
217
  images: Εικόνες
269
218
  included_at_help: Επιλέξτε την ημερομηνία προσθήκης αυτής της συνέλευσης στην πλατφόρμα. Δεν χρειάζεται απαραίτητα να είναι ίδια με την ημερομηνία δημιουργίας.
270
219
  metadata: Μεταδεδομένα
271
220
  other: Άλλο
272
221
  select_a_created_by: Επιλέξτε «Δημιουργήθηκε από»
273
- select_an_area: Επιλέξτε «Τομέα»
274
- select_an_assembly_type: Επιλέξτε «Τύπο συνέλευσης»
275
222
  select_parent_assembly: Επιλέξτε «Γονική συνέλευση»
276
223
  social_handlers: Μέσα κοινωνικής δικτύωσης
277
224
  title: Γενικές πληροφορίες
278
- assemblies_types:
279
- form:
280
- title: Τίτλος
281
225
  assembly_members:
282
226
  form:
283
- existing_user: Υπάρχων συμμετέχων
284
227
  explanation: 'Οδηγίες για την εικόνα:'
285
- non_user: Μη συμμετέχων
286
228
  non_user_avatar_help: Θα πρέπει να λάβετε τη συγκατάθεση των προσώπων πριν τα δημοσιεύσετε ως μέλος.
287
- select_a_position: Επιλέξτε θέση
288
- select_user: Επιλέξτε συμμετέχοντα
289
- user_type: Τύπος συμμετέχοντα
290
229
  content_blocks:
291
230
  highlighted_assemblies:
292
231
  max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
@@ -302,14 +241,6 @@ el:
302
241
  assembly_members:
303
242
  index:
304
243
  members: Μέλη
305
- assembly_types:
306
- commission: Επιτροπή
307
- consultative_advisory: Γνωμοδοτικό/Συμβουλευτικό σώμα
308
- executive: Εκτελεστικό σώμα
309
- government: Κυβέρνηση
310
- others: Άλλα
311
- participatory: Συμμετοχικό
312
- working_group: Ομάδα εργασίας
313
244
  content_blocks:
314
245
  highlighted_assemblies:
315
246
  name: Επισημασμένες συνελεύσεις
@@ -336,13 +267,10 @@ el:
336
267
  member_of:
337
268
  member_of: Μέλος
338
269
  show:
339
- assembly_type: Τύπος συνέλευσης
340
270
  duration: Διάρκεια
341
271
  private_space: Αυτή είναι μια ιδιωτική συνέλευση
342
272
  social_networks_title: Επίσκεψη στη συνέλευση στις
343
273
  assembly_members:
344
- assembly_member:
345
- designated_on: Διορίστηκε στις
346
274
  index:
347
275
  title: Μέλη
348
276
  events:
@@ -2,8 +2,6 @@
2
2
  en:
3
3
  activemodel:
4
4
  attributes:
5
- assemblies_type:
6
- title: Title
7
5
  assembly:
8
6
  announcement: Announcement
9
7
  area_id: Area
@@ -20,7 +18,6 @@ en:
20
18
  created_by_other: Created by other
21
19
  creation_date: Date created
22
20
  decidim_area_id: Area
23
- decidim_assemblies_type_id: Assembly type
24
21
  decidim_scope_id: Scope
25
22
  description: Description
26
23
  developer_group: Promoter group
@@ -36,7 +33,7 @@ en:
36
33
  import_components: Import components
37
34
  included_at: Included at
38
35
  instagram: Instagram
39
- internal_organisation: Internal organisation
36
+ internal_organisation: Internal organization
40
37
  is_transparent: Is transparent
41
38
  local_area: Organization area
42
39
  meta_scope: Scope metadata
@@ -48,8 +45,6 @@ en:
48
45
  promoted: Highlighted
49
46
  published_at: Published at
50
47
  purpose_of_action: Purpose of action
51
- scope_id: Scope
52
- scopes_enabled: Scopes enabled
53
48
  short_description: Short description
54
49
  slug: URL slug
55
50
  special_features: Special features
@@ -94,15 +89,15 @@ en:
94
89
  decidim:
95
90
  admin:
96
91
  actions:
92
+ confirm_delete_assembly: Are you sure you want to delete this assembly? If you change your mind, you can restore it later.
97
93
  import_assembly: Import
98
94
  new_assembly: New assembly
99
- new_assembly_member: New assembly member
100
- new_assembly_type: New assembly type
101
95
  new_assembly_user_role: New assembly admin
96
+ view_deleted_assemblies: View deleted assemblies
102
97
  assemblies:
103
98
  create:
104
99
  error: There was a problem creating a new assembly.
105
- success: Assembly created successfully.
100
+ success: Assembly created successfully. You can now add components and configure it.
106
101
  edit:
107
102
  update: Update
108
103
  index:
@@ -110,6 +105,8 @@ en:
110
105
  public: Public
111
106
  published: Published
112
107
  unpublished: Unpublished
108
+ manage_trash:
109
+ title: Deleted assemblies
113
110
  new:
114
111
  create: Create
115
112
  title: New assembly
@@ -120,18 +117,6 @@ en:
120
117
  create:
121
118
  error: There was a problem duplicating this assembly.
122
119
  success: Assembly successfully duplicated.
123
- assemblies_types:
124
- create:
125
- error: There was a problem creating a new assembly type.
126
- success: Assembly type created successfully.
127
- destroy:
128
- success: Assembly type successfully deleted.
129
- new:
130
- create: Create
131
- title: New assembly type
132
- update:
133
- error: There was a problem updating this assembly type.
134
- success: Assembly type successfully updated.
135
120
  assembly_copies:
136
121
  new:
137
122
  copy: Copy
@@ -145,23 +130,6 @@ en:
145
130
  import: Import
146
131
  select: Select which data you would like to import
147
132
  title: Import assembly
148
- assembly_members:
149
- create:
150
- error: There was a problem adding a member for this assembly.
151
- success: Member successfully created for this assembly.
152
- destroy:
153
- success: Member successfully deleted for this assembly.
154
- edit:
155
- title: Update assembly member
156
- update: Update
157
- index:
158
- assembly_members_title: Assembly members
159
- new:
160
- create: Create
161
- title: New assembly member
162
- update:
163
- error: There was a problem updating the member for this assembly.
164
- success: Member successfully updated for this assembly.
165
133
  assembly_publications:
166
134
  create:
167
135
  error: There was a problem publishing this assembly.
@@ -192,31 +160,22 @@ en:
192
160
  values:
193
161
  'false': Not ceased
194
162
  'true': Ceased
195
- decidim_assemblies_type_id_eq:
196
- label: Assembly type
197
163
  search_placeholder:
198
164
  full_name_or_user_name_or_user_nickname_cont: Search by name or nickname
199
165
  menu:
200
166
  assemblies: Assemblies
201
167
  assemblies_submenu:
202
168
  assembly_admins: Assembly admins
203
- assembly_members: Members
204
169
  attachment_collections: Folders
205
170
  attachment_files: Files
206
171
  attachments: Attachments
207
- categories: Categories
208
172
  components: Components
209
173
  info: About this assembly
210
174
  landing_page: Landing page
211
175
  moderations: Moderations
212
- private_users: Private participants
176
+ private_users: Members
213
177
  see_assembly: See assembly
214
- assemblies_types: Assemblies types
215
178
  models:
216
- assemblies_types:
217
- fields:
218
- created_at: Created at
219
- title: Title
220
179
  assembly:
221
180
  fields:
222
181
  actions: Actions
@@ -227,11 +186,6 @@ en:
227
186
  title: Title
228
187
  name: Assembly
229
188
  assembly_member:
230
- fields:
231
- ceased_date: Ceased date
232
- designation_date: Designation date
233
- full_name: Name
234
- position: Position
235
189
  name: Member
236
190
  positions:
237
191
  other: Other
@@ -249,9 +203,15 @@ en:
249
203
  collaborator: Collaborator
250
204
  moderator: Moderator
251
205
  valuator: Valuator
206
+ taxonomy_filters:
207
+ space_filter_for:
208
+ assemblies: All assemblies
252
209
  titles:
253
210
  assemblies: Assemblies
211
+ assemblies_deleted: Deleted assemblies
254
212
  assemblies_types: Assemblies types
213
+ tooltips:
214
+ deleted_assemblies_info: An assembly can only be deleted if status is "Unpublished".
255
215
  admin_log:
256
216
  assembly:
257
217
  create: "%{user_name} created the %{resource_name} assembly"
@@ -259,6 +219,8 @@ en:
259
219
  export: "%{user_name} exported the %{resource_name} assembly"
260
220
  import: "%{user_name} imported the %{resource_name} assembly"
261
221
  publish: "%{user_name} published the %{resource_name} assembly"
222
+ restore: "%{user_name} restored the %{resource_name} assembly"
223
+ soft_delete: "%{user_name} moved to trash the %{resource_name} assembly"
262
224
  unpublish: "%{user_name} unpublished the %{resource_name} assembly"
263
225
  update: "%{user_name} updated the %{resource_name} assembly"
264
226
  assembly_member:
@@ -282,24 +244,22 @@ en:
282
244
  assemblies:
283
245
  form:
284
246
  announcement_help: The text you enter here will be shown to the user right below the assembly information.
247
+ define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
285
248
  duration: Duration
286
249
  duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
287
- filters: Filters
288
250
  images: Images
289
251
  included_at_help: Select the date when this assembly was added to the platform. It does not necessarily have to be the same as the creation date.
290
252
  metadata: Metadata
253
+ no_taxonomy_filters_found: No taxonomy filters found.
291
254
  other: Other
255
+ private_notice: You will be able to manage private participants after setting it as private
292
256
  select_a_created_by: Select a created by
293
- select_an_area: Select an Area
294
- select_an_assembly_type: Select an assembly type
295
257
  select_parent_assembly: Select parent assembly
296
258
  slug_help_html: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
297
259
  social_handlers: Social
260
+ taxonomies: Taxonomies
298
261
  title: General Information
299
262
  visibility: Visibility
300
- assemblies_types:
301
- form:
302
- title: Edit assembly type
303
263
  assembly_copies:
304
264
  form:
305
265
  slug_help_html: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
@@ -308,14 +268,9 @@ en:
308
268
  slug_help_html: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
309
269
  assembly_members:
310
270
  form:
311
- existing_user: Existing participant
312
271
  explanation: 'Guidance for image:'
313
272
  image_guide: Preferably a portrait image that does not have any text.
314
- non_user: Non participant
315
273
  non_user_avatar_help: You should get the consent of the persons before publishing them as a member.
316
- select_a_position: Select a position
317
- select_user: Select a participant
318
- user_type: Participant type
319
274
  content_blocks:
320
275
  highlighted_assemblies:
321
276
  max_results: Maximum amount of elements to show
@@ -348,14 +303,6 @@ en:
348
303
  assembly_members:
349
304
  index:
350
305
  members: Members
351
- assembly_types:
352
- commission: Comission
353
- consultative_advisory: Consultative/Advisory
354
- executive: Executive
355
- government: Government
356
- others: Others
357
- participatory: Participatory
358
- working_group: Working group
359
306
  content_blocks:
360
307
  children_assemblies:
361
308
  name: Assemblies
@@ -394,15 +341,15 @@ en:
394
341
  member_of:
395
342
  member_of: Member of
396
343
  show:
397
- assembly_type: Assembly type
398
344
  duration: Duration
399
345
  private_space: This is a private assembly
400
346
  social_networks_title: Visit assembly on
401
347
  assembly_members:
402
- assembly_member:
403
- designated_on: Designated on
404
348
  index:
405
349
  title: Members
350
+ download_your_data:
351
+ show:
352
+ assemblies: Assemblies export
406
353
  events:
407
354
  assemblies:
408
355
  create_assembly_member:
@@ -435,6 +382,55 @@ en:
435
382
  description: Number of assemblies created
436
383
  object: assemblies
437
384
  title: Assemblies
385
+ open_data:
386
+ help:
387
+ assemblies:
388
+ announcement: The announcement (callout) information
389
+ area: The area of the assembly
390
+ assembly_type: The type of the assembly
391
+ closing_date: The closing date of the assembly
392
+ closing_date_reason: Why the assembly was closed
393
+ composition: The composition of the assembly
394
+ created_at: The date this space was created
395
+ created_by: Who has created this assembly
396
+ created_by_other: Other creator of the assembly
397
+ creation_date: The date of creation of this assembly
398
+ decidim_scope_id: The scope of the assembly
399
+ description: A long description of the assembly
400
+ developer_group: The developer group of the assembly
401
+ duration: The duration of the assembly
402
+ facebook_handler: Social media handler for Facebook
403
+ follows_count: The number of users following this space
404
+ github_handler: Social media handler for GitHub
405
+ hashtag: The assembly hashtag, used for Twitter/X
406
+ id: The unique identifier of this assembly
407
+ included_at: The date when the assembly was included
408
+ instagram_handler: Social media handler for Instagram
409
+ internal_organisation: The internal organisation of this assembly
410
+ is_transparent: Where the assembly is transparent or not
411
+ local_area: The local area of the assembly
412
+ meta_scope: The scope metadata of the assembly
413
+ participatory_scope: The participatory scope of the assembly
414
+ participatory_structure: The participatory structure of the assembly
415
+ promoted: Wheter the assembly is promoted or not
416
+ published_at: The date this space was published
417
+ purpose_of_action: The purpose of action of the assembly
418
+ reference: The unique reference of the space
419
+ remote_banner_image_url: The URL of the assembly banner image
420
+ remote_hero_image_url: The URL of the assembly hero image
421
+ scope: The scope of the assembly
422
+ scopes_enabled: Weather the scopes are enabled or not
423
+ short_description: A short description of the assembly
424
+ slug: The assembly slug (used for identification purposes, for the URL)
425
+ special_features: Which special features this assembly has
426
+ subtitle: The subtitle of the assembly
427
+ target: The target of the assembly
428
+ taxonomies: The taxonomies of the project
429
+ title: The assembly title
430
+ twitter_handler: Social media handler for Twitter
431
+ updated_at: The last date this space was updated
432
+ url: The URL of the space
433
+ youtube_handler: Social media handler for YouTube
438
434
  participatory_processes:
439
435
  show:
440
436
  related_assemblies: Related assemblies