decidim-assemblies 0.31.5 → 0.32.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.
- checksums.yaml +4 -4
- data/README.md +4 -12
- data/app/cells/decidim/assemblies/content_blocks/main_data_cell.rb +1 -0
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +4 -4
- data/app/commands/decidim/assemblies/admin/duplicate_assembly.rb +1 -2
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +3 -3
- data/app/controllers/concerns/decidim/assemblies/admin/filterable.rb +6 -2
- data/app/controllers/concerns/decidim/assemblies/assembly_breadcrumb.rb +0 -3
- data/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +2 -2
- data/app/controllers/decidim/assemblies/admin/assembly_duplicates_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/concerns/assembly_admin.rb +1 -0
- data/app/controllers/decidim/assemblies/admin/members_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/admin/members_csv_imports_controller.rb +22 -0
- data/app/controllers/decidim/assemblies/{participatory_space_private_users_controller.rb → members_controller.rb} +2 -2
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +9 -6
- data/app/helpers/decidim/assemblies/assemblies_helper.rb +2 -2
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +2 -1
- data/app/models/decidim/assembly.rb +12 -15
- data/app/packs/src/decidim/assemblies/controllers/assembly_admin/assembly_admin.test.js +1 -130
- data/app/packs/src/decidim/assemblies/controllers/assembly_admin/controller.js +0 -28
- data/app/permissions/decidim/assemblies/permissions.rb +9 -9
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -2
- data/app/presenters/decidim/assemblies/assembly_presenter.rb +0 -4
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +10 -13
- data/app/serializers/decidim/assemblies/assembly_serializer.rb +1 -1
- data/app/serializers/decidim/assemblies/open_data_assembly_serializer.rb +2 -8
- data/app/views/decidim/assemblies/admin/assemblies/_assemblies_thead.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_assembly_row.html.erb +5 -6
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +33 -17
- data/app/views/decidim/assemblies/admin/assemblies/edit.html.erb +3 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -1
- data/app/views/decidim/assemblies/admin/assemblies/manage_trash.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assembly_duplicates/new.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assembly_imports/new.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assembly_user_roles/edit.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assembly_user_roles/index.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assembly_user_roles/new.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/show.html.erb +9 -3
- data/app/views/decidim/assemblies/members/index.html.erb +24 -0
- data/config/locales/ar.yml +0 -25
- data/config/locales/bg.yml +0 -25
- data/config/locales/bs-BA.yml +0 -7
- data/config/locales/ca-IT.yml +36 -34
- data/config/locales/ca.yml +36 -34
- data/config/locales/cs.yml +36 -34
- data/config/locales/de.yml +25 -33
- data/config/locales/el.yml +0 -25
- data/config/locales/en.yml +36 -34
- data/config/locales/es-MX.yml +36 -34
- data/config/locales/es-PY.yml +36 -34
- data/config/locales/es.yml +36 -34
- data/config/locales/eu.yml +36 -34
- data/config/locales/fi-plain.yml +36 -34
- data/config/locales/fi.yml +36 -34
- data/config/locales/fr-CA.yml +34 -34
- data/config/locales/fr.yml +34 -34
- data/config/locales/ga-IE.yml +0 -11
- data/config/locales/gl.yml +0 -23
- data/config/locales/he-IL.yml +0 -10
- data/config/locales/hu.yml +0 -25
- data/config/locales/id-ID.yml +0 -21
- data/config/locales/is-IS.yml +0 -8
- data/config/locales/it.yml +0 -27
- data/config/locales/ja.yml +23 -34
- data/config/locales/ko.yml +0 -8
- data/config/locales/lb.yml +0 -23
- data/config/locales/lt.yml +0 -24
- data/config/locales/lv.yml +0 -24
- data/config/locales/nl.yml +0 -25
- data/config/locales/no.yml +0 -25
- data/config/locales/pl.yml +0 -25
- data/config/locales/pt-BR.yml +4 -27
- data/config/locales/pt.yml +0 -27
- data/config/locales/ro-RO.yml +2 -24
- data/config/locales/ru.yml +0 -14
- data/config/locales/sk.yml +36 -34
- data/config/locales/sl.yml +0 -10
- data/config/locales/sq-AL.yml +0 -16
- data/config/locales/sr-CS.yml +0 -7
- data/config/locales/sv.yml +16 -28
- data/config/locales/tr-TR.yml +0 -25
- data/config/locales/uk.yml +0 -14
- data/config/locales/zh-CN.yml +0 -24
- data/config/locales/zh-TW.yml +0 -25
- data/db/data/20260104094930_remove_assemblies_types_references.rb +25 -0
- data/db/data/20260111185230_replace_legacy_fields_to_access_mode_for_assemblies.rb +25 -0
- data/db/data/20260210195653_move_announcement_to_content_block_on_assemblies.rb +40 -0
- data/db/migrate/20180226103942_add_parent_child_relation_to_assemblies.rb +4 -4
- data/db/migrate/20190215093700_reset_negative_children_count_counters.rb +6 -2
- data/db/migrate/20210310120444_add_followable_counter_cache_to_assemblies.rb +6 -2
- data/db/migrate/20251112114736_remove_legacy_images_from_assemblies_module.rb +8 -0
- data/db/migrate/20251205120000_add_has_members_to_decidim_assemblies.rb +7 -0
- data/db/migrate/20260104093601_remove_assemblies_types.rb +12 -0
- data/db/migrate/20260111120000_add_access_mode_to_assemblies.rb +11 -0
- data/decidim-assemblies.gemspec +8 -9
- data/lib/decidim/api/assembly_type.rb +1 -8
- data/lib/decidim/assemblies/admin_engine.rb +10 -4
- data/lib/decidim/assemblies/content_blocks/registry_manager.rb +5 -0
- data/lib/decidim/assemblies/engine.rb +26 -42
- data/lib/decidim/assemblies/menu.rb +5 -5
- data/lib/decidim/assemblies/participatory_space.rb +0 -2
- data/lib/decidim/assemblies/seeds.rb +1 -2
- data/lib/decidim/assemblies/test/factories.rb +8 -20
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +25 -30
- data/app/cells/decidim/assemblies/assembly_dropdown_metadata_cell.rb +0 -19
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +0 -17
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +0 -13
- data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_controller.rb +0 -22
- data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_csv_imports_controller.rb +0 -22
- data/app/forms/decidim/assemblies/admin/assemblies_type_form.rb +0 -17
- data/app/models/decidim/assemblies_type.rb +0 -27
- data/app/presenters/decidim/assemblies/admin_log/assemblies_type_presenter.rb +0 -43
- data/app/presenters/decidim/log/value_types/assembly_type_presenter.rb +0 -29
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +0 -22
- data/app/views/decidim/assemblies/pages/user_profile/_member_of.html.erb +0 -9
- data/app/views/decidim/assemblies/participatory_space_private_users/index.html.erb +0 -23
data/config/locales/de.yml
CHANGED
|
@@ -26,6 +26,7 @@ de:
|
|
|
26
26
|
duration: Aktiv bis
|
|
27
27
|
facebook: Facebook
|
|
28
28
|
github: GitHub
|
|
29
|
+
has_members: Dieser Bereich hat Mitglieder
|
|
29
30
|
hero_image: Hauptbild
|
|
30
31
|
import_attachments: Anhänge importieren
|
|
31
32
|
import_categories: Kategorien importieren
|
|
@@ -40,7 +41,6 @@ de:
|
|
|
40
41
|
participatory_processes_ids: Ähnliche Beteiligungsprozesse
|
|
41
42
|
participatory_scope: Was wird entschieden?
|
|
42
43
|
participatory_structure: Wie wird es entschieden?
|
|
43
|
-
private_space: Privatsphäre
|
|
44
44
|
promoted: Hervorgehoben
|
|
45
45
|
published_at: Veröffentlicht am
|
|
46
46
|
purpose_of_action: Handlungszweck
|
|
@@ -102,15 +102,14 @@ de:
|
|
|
102
102
|
edit:
|
|
103
103
|
update: Aktualisieren
|
|
104
104
|
index:
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
access_modes:
|
|
106
|
+
open: Offen
|
|
107
|
+
restricted: Eingeschränkt
|
|
108
|
+
transparent: Öffentlich sichtbar
|
|
107
109
|
published: Veröffentlicht
|
|
108
110
|
unpublished: Nicht veröffentlicht
|
|
109
|
-
manage_trash:
|
|
110
|
-
title: Gelöschte Gremien
|
|
111
111
|
new:
|
|
112
112
|
create: Erstellen
|
|
113
|
-
title: Neues Gremium
|
|
114
113
|
update:
|
|
115
114
|
error: Beim Aktualisieren dieses Gremiums ist ein Fehler aufgetreten.
|
|
116
115
|
success: Die Versammlung wurde erfolgreich aktualisiert.
|
|
@@ -122,7 +121,6 @@ de:
|
|
|
122
121
|
new:
|
|
123
122
|
duplicate: Duplizieren
|
|
124
123
|
select: Wählen Sie, welche Daten Sie duplizieren möchten
|
|
125
|
-
title: Gremium duplizieren
|
|
126
124
|
assembly_imports:
|
|
127
125
|
create:
|
|
128
126
|
error: Beim Importieren dieses Gremiums ist ein Fehler aufgetreten.
|
|
@@ -145,11 +143,8 @@ de:
|
|
|
145
143
|
success: Benutzer wurde erfolgreich von dieser Assembly entfernt.
|
|
146
144
|
edit:
|
|
147
145
|
update: Aktualisieren
|
|
148
|
-
index:
|
|
149
|
-
assembly_admins_title: Assembly Benutzer
|
|
150
146
|
new:
|
|
151
147
|
create: Erstellen
|
|
152
|
-
title: Neuer Gremium-Admin
|
|
153
148
|
update:
|
|
154
149
|
error: Bei einem Fehler ist ein Benutzer für diese Assembly aktualisiert worden.
|
|
155
150
|
success: Der Benutzer wurde für diese Assembly erfolgreich aktualisiert.
|
|
@@ -171,15 +166,15 @@ de:
|
|
|
171
166
|
components: Komponenten
|
|
172
167
|
info: Über dieses Gremium
|
|
173
168
|
landing_page: Startseiten-Layout
|
|
169
|
+
members: Mitglieder
|
|
174
170
|
moderations: Moderationen
|
|
175
|
-
private_users: Mitglieder
|
|
176
171
|
see_assembly: Gremium ansehen
|
|
177
172
|
models:
|
|
178
173
|
assembly:
|
|
179
174
|
fields:
|
|
175
|
+
access_mode: Zugriffsmodus
|
|
180
176
|
actions: Aktionen
|
|
181
177
|
created_at: Erstellt am
|
|
182
|
-
private: Privat
|
|
183
178
|
promoted: Hervorgehoben
|
|
184
179
|
published: Veröffentlicht
|
|
185
180
|
title: Titel
|
|
@@ -206,10 +201,6 @@ de:
|
|
|
206
201
|
taxonomy_filters:
|
|
207
202
|
space_filter_for:
|
|
208
203
|
assemblies: Alle Gremien
|
|
209
|
-
titles:
|
|
210
|
-
assemblies: Gremien
|
|
211
|
-
assemblies_deleted: Gelöschte Gremien
|
|
212
|
-
assemblies_types: Versammlungstypen
|
|
213
204
|
tooltips:
|
|
214
205
|
deleted_assemblies_info: Ein Gremium kann nur gelöscht werden, wenn der Status "Nicht veröffentlicht" ist.
|
|
215
206
|
admin_log:
|
|
@@ -244,17 +235,25 @@ de:
|
|
|
244
235
|
assemblies:
|
|
245
236
|
admin:
|
|
246
237
|
assemblies:
|
|
238
|
+
edit:
|
|
239
|
+
title: Über dieses Gremium
|
|
247
240
|
form:
|
|
248
|
-
|
|
241
|
+
access:
|
|
242
|
+
label: Zugriff
|
|
243
|
+
options:
|
|
244
|
+
open: Jeder kann die Versammlung sehen und teilnehmen.
|
|
245
|
+
restricted: Nur Mitglieder können sehen und teilnehmen.
|
|
246
|
+
transparent: Jeder kann die Versammlung sehen, aber nur die Mitglieder können teilnehmen.
|
|
247
|
+
set_this_space_as: Setze diesen Bereich als
|
|
249
248
|
define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
|
|
250
249
|
duration: Aktiv bis
|
|
251
250
|
duration_help: Wenn die Dauer dieses Gremiums begrenzt ist, dann wählen Sie hier das Enddatum aus. Andernfalls wird das Datum als unbestimmt angezeigt.
|
|
251
|
+
has_members_help: Sie können Mitglieder erstellen und veröffentlichen
|
|
252
252
|
images: Bilder
|
|
253
253
|
included_at_help: Wählen Sie das Datum aus, an dem dieses Gremium zur Plattform hinzugefügt wurde. Das Datum muss nicht zwingend mit dem Gründungsdatum übereinstimmen.
|
|
254
254
|
metadata: Metadaten
|
|
255
255
|
no_taxonomy_filters_found: Keine Klassifizierungsfilter gefunden.
|
|
256
256
|
other: Andere
|
|
257
|
-
private_notice: Sie werden in der Lage sein, private Teilnehmer zu verwalten, nachdem Sie das Gremium als privat festgelegt haben
|
|
258
257
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
|
259
258
|
select_parent_assembly: Übergeordnetes Gremium auswählen
|
|
260
259
|
slug_help_html: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf dieses Gremium verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
|
@@ -262,9 +261,17 @@ de:
|
|
|
262
261
|
taxonomies: Klassifizierungen
|
|
263
262
|
title: Allgemeine Information
|
|
264
263
|
visibility: Sichtbarkeit
|
|
264
|
+
index:
|
|
265
|
+
title: Gremien
|
|
266
|
+
manage_trash:
|
|
267
|
+
title: Gelöschte Gremien
|
|
268
|
+
new:
|
|
269
|
+
title: Neues Gremium
|
|
265
270
|
assembly_duplicates:
|
|
266
271
|
form:
|
|
267
272
|
slug_help_html: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf dieses Gremium verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und sie müssen mit einem Buchstaben beginnen. Beispiel: %{url}'
|
|
273
|
+
new:
|
|
274
|
+
title: Gremium duplizieren
|
|
268
275
|
assembly_imports:
|
|
269
276
|
form:
|
|
270
277
|
document_legend: Dokument hinzufügen
|
|
@@ -277,8 +284,6 @@ de:
|
|
|
277
284
|
content_blocks:
|
|
278
285
|
highlighted_assemblies:
|
|
279
286
|
max_results: Maximale Anzahl der Elemente, die angezeigt werden sollen
|
|
280
|
-
imports:
|
|
281
|
-
banner_image_error: Das Bannerbild konnte nicht importiert werden (%{error}).
|
|
282
287
|
new_import:
|
|
283
288
|
accepted_types:
|
|
284
289
|
json: JSON
|
|
@@ -305,9 +310,6 @@ de:
|
|
|
305
310
|
type: Typ
|
|
306
311
|
show:
|
|
307
312
|
title: Über dieses Gremium
|
|
308
|
-
assembly_members:
|
|
309
|
-
index:
|
|
310
|
-
members: Mitglieder
|
|
311
313
|
content_blocks:
|
|
312
314
|
children_assemblies:
|
|
313
315
|
name: Gremien
|
|
@@ -342,16 +344,9 @@ de:
|
|
|
342
344
|
highlighted_assemblies:
|
|
343
345
|
active_spaces: Aktive Gremien
|
|
344
346
|
see_all_spaces: Alle Gremien anzeigen
|
|
345
|
-
user_profile:
|
|
346
|
-
member_of:
|
|
347
|
-
member_of: Mitglied von
|
|
348
347
|
show:
|
|
349
348
|
duration: Aktiv bis
|
|
350
|
-
private_space: Dies ist eine private Versammlung
|
|
351
349
|
social_networks_title: Gremium besuchen unter
|
|
352
|
-
assembly_members:
|
|
353
|
-
index:
|
|
354
|
-
title: Mitglieder
|
|
355
350
|
download_your_data:
|
|
356
351
|
show:
|
|
357
352
|
assemblies: Export der Gremien
|
|
@@ -378,14 +373,11 @@ de:
|
|
|
378
373
|
value_types:
|
|
379
374
|
assembly_presenter:
|
|
380
375
|
not_found: 'Die Assembly wurde nicht in der Datenbank gefunden (ID: %{id})'
|
|
381
|
-
assembly_type_presenter:
|
|
382
|
-
not_found: 'Der Versammlungstyp wurde nicht in der Datenbank gefunden (ID: %{id})'
|
|
383
376
|
menu:
|
|
384
377
|
assemblies: Gremien
|
|
385
378
|
open_data:
|
|
386
379
|
help:
|
|
387
380
|
assemblies:
|
|
388
|
-
announcement: Die Ankündigungsinformationen (Banner)
|
|
389
381
|
area: Der Bereich des Gremiums
|
|
390
382
|
assembly_type: Der Typ des Gremiums
|
|
391
383
|
closing_date: Das Auflösungsdatum des Gremiums
|
data/config/locales/el.yml
CHANGED
|
@@ -36,7 +36,6 @@ el:
|
|
|
36
36
|
participatory_processes_ids: Σχετικές διαδικασίες συμμετοχής
|
|
37
37
|
participatory_scope: Τι αποφασίστηκε
|
|
38
38
|
participatory_structure: Πώς αποφασίζεται
|
|
39
|
-
private_space: Ιδιωτικός χώρος
|
|
40
39
|
promoted: Επισημάνθηκε
|
|
41
40
|
published_at: Δημοσιεύτηκε στις
|
|
42
41
|
purpose_of_action: Σκοπός της δράσης
|
|
@@ -91,12 +90,9 @@ el:
|
|
|
91
90
|
edit:
|
|
92
91
|
update: Ενημέρωση
|
|
93
92
|
index:
|
|
94
|
-
private: Ιδιωτικό
|
|
95
|
-
public: Δημόσιο
|
|
96
93
|
published: Δημοσιεύτηκε
|
|
97
94
|
new:
|
|
98
95
|
create: Δημιουργία
|
|
99
|
-
title: Νέα συνέλευση
|
|
100
96
|
update:
|
|
101
97
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της συνέλευσης.
|
|
102
98
|
success: Η συνέλευση ενημερώθηκε με επιτυχία.
|
|
@@ -122,8 +118,6 @@ el:
|
|
|
122
118
|
success: Ο διαχειριστής καταργήθηκε με επιτυχία από αυτήν τη συνέλευση.
|
|
123
119
|
edit:
|
|
124
120
|
update: Ενημέρωση
|
|
125
|
-
index:
|
|
126
|
-
assembly_admins_title: Διαχειριστές συνέλευσης
|
|
127
121
|
new:
|
|
128
122
|
create: Δημιουργία
|
|
129
123
|
update:
|
|
@@ -138,12 +132,10 @@ el:
|
|
|
138
132
|
attachments: Συνημμένα
|
|
139
133
|
components: Στοιχεία
|
|
140
134
|
moderations: Εποπτεύσεις
|
|
141
|
-
private_users: Μέλη
|
|
142
135
|
models:
|
|
143
136
|
assembly:
|
|
144
137
|
fields:
|
|
145
138
|
created_at: Δημιουργήθηκε στις
|
|
146
|
-
private: Ιδιωτικό
|
|
147
139
|
promoted: Επισημάνθηκε
|
|
148
140
|
published: Δημοσιεύτηκε
|
|
149
141
|
title: Τίτλος
|
|
@@ -165,9 +157,6 @@ el:
|
|
|
165
157
|
admin: Διαχειριστής
|
|
166
158
|
collaborator: Συνεργάτης
|
|
167
159
|
moderator: Επόπτης
|
|
168
|
-
titles:
|
|
169
|
-
assemblies: Συνελεύσεις
|
|
170
|
-
assemblies_types: Τύποι συνέλευσης
|
|
171
160
|
admin_log:
|
|
172
161
|
assembly:
|
|
173
162
|
create: "Ο χρήστης %{user_name} δημιούργησε τη συνέλευση %{resource_name}"
|
|
@@ -197,7 +186,6 @@ el:
|
|
|
197
186
|
admin:
|
|
198
187
|
assemblies:
|
|
199
188
|
form:
|
|
200
|
-
announcement_help: Το κείμενο που εισάγετε εδώ θα εμφανίζεται στο χρήστη ακριβώς κάτω από τις πληροφορίες συνέλευσης.
|
|
201
189
|
duration: Διάρκεια
|
|
202
190
|
duration_help: Εάν η διάρκεια αυτής της συνέλευσης είναι περιορισμένη, επιλέξτε την ημερομηνία λήξης. Διαφορετικά, θα εμφανίζεται ως απεριόριστη.
|
|
203
191
|
images: Εικόνες
|
|
@@ -227,9 +215,6 @@ el:
|
|
|
227
215
|
all: Όλα
|
|
228
216
|
show:
|
|
229
217
|
title: Σχετικά με τη συνέλευση
|
|
230
|
-
assembly_members:
|
|
231
|
-
index:
|
|
232
|
-
members: Μέλη
|
|
233
218
|
content_blocks:
|
|
234
219
|
highlighted_assemblies:
|
|
235
220
|
name: Επισημασμένες συνελεύσεις
|
|
@@ -251,17 +236,9 @@ el:
|
|
|
251
236
|
title: Συνελεύσεις
|
|
252
237
|
last_activity:
|
|
253
238
|
new_assembly: 'Νέα συνέλευση:'
|
|
254
|
-
pages:
|
|
255
|
-
user_profile:
|
|
256
|
-
member_of:
|
|
257
|
-
member_of: Μέλος
|
|
258
239
|
show:
|
|
259
240
|
duration: Διάρκεια
|
|
260
|
-
private_space: Αυτή είναι μια ιδιωτική συνέλευση
|
|
261
241
|
social_networks_title: Επίσκεψη στη συνέλευση στις
|
|
262
|
-
assembly_members:
|
|
263
|
-
index:
|
|
264
|
-
title: Μέλη
|
|
265
242
|
events:
|
|
266
243
|
assemblies:
|
|
267
244
|
create_assembly_member:
|
|
@@ -285,8 +262,6 @@ el:
|
|
|
285
262
|
value_types:
|
|
286
263
|
assembly_presenter:
|
|
287
264
|
not_found: 'Η συνέλευση δεν βρέθηκε στη βάση δεδομένων (αναγνωριστικό: %{id})'
|
|
288
|
-
assembly_type_presenter:
|
|
289
|
-
not_found: 'Ο τύπος συνέλευσης δεν βρέθηκε στη βάση δεδομένων (αναγνωριστικό: %{id})'
|
|
290
265
|
menu:
|
|
291
266
|
assemblies: Συνελεύσεις
|
|
292
267
|
participatory_processes:
|
data/config/locales/en.yml
CHANGED
|
@@ -26,6 +26,7 @@ en:
|
|
|
26
26
|
duration: Duration
|
|
27
27
|
facebook: Facebook
|
|
28
28
|
github: GitHub
|
|
29
|
+
has_members: This space has members
|
|
29
30
|
hero_image: Home image
|
|
30
31
|
import_attachments: Import attachments
|
|
31
32
|
import_categories: Import categories
|
|
@@ -40,7 +41,6 @@ en:
|
|
|
40
41
|
participatory_processes_ids: Related participatory processes
|
|
41
42
|
participatory_scope: What is decided
|
|
42
43
|
participatory_structure: How is it decided
|
|
43
|
-
private_space: Private space
|
|
44
44
|
promoted: Highlighted
|
|
45
45
|
published_at: Published at
|
|
46
46
|
purpose_of_action: Purpose of action
|
|
@@ -102,15 +102,14 @@ en:
|
|
|
102
102
|
edit:
|
|
103
103
|
update: Update
|
|
104
104
|
index:
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
access_modes:
|
|
106
|
+
open: Open
|
|
107
|
+
restricted: Restricted
|
|
108
|
+
transparent: Transparent
|
|
107
109
|
published: Published
|
|
108
110
|
unpublished: Unpublished
|
|
109
|
-
manage_trash:
|
|
110
|
-
title: Deleted assemblies
|
|
111
111
|
new:
|
|
112
112
|
create: Create
|
|
113
|
-
title: New assembly
|
|
114
113
|
update:
|
|
115
114
|
error: There was a problem updating this assembly.
|
|
116
115
|
success: Assembly successfully updated.
|
|
@@ -122,7 +121,6 @@ en:
|
|
|
122
121
|
new:
|
|
123
122
|
duplicate: Duplicate
|
|
124
123
|
select: Select which data you would like to duplicate
|
|
125
|
-
title: Duplicate assembly
|
|
126
124
|
assembly_imports:
|
|
127
125
|
create:
|
|
128
126
|
error: There was a problem importing this assembly.
|
|
@@ -130,7 +128,6 @@ en:
|
|
|
130
128
|
new:
|
|
131
129
|
import: Import
|
|
132
130
|
select: Select which data you would like to import
|
|
133
|
-
title: Import assembly
|
|
134
131
|
assembly_publications:
|
|
135
132
|
create:
|
|
136
133
|
error: There was a problem publishing this assembly.
|
|
@@ -145,13 +142,9 @@ en:
|
|
|
145
142
|
destroy:
|
|
146
143
|
success: Admin successfully removed from this assembly.
|
|
147
144
|
edit:
|
|
148
|
-
title: Update assembly admin
|
|
149
145
|
update: Update
|
|
150
|
-
index:
|
|
151
|
-
assembly_admins_title: Assembly admins
|
|
152
146
|
new:
|
|
153
147
|
create: Create
|
|
154
|
-
title: New assembly admin
|
|
155
148
|
update:
|
|
156
149
|
error: There was a problem updating an admin for this assembly.
|
|
157
150
|
success: Admin updated successfully for this assembly.
|
|
@@ -173,15 +166,15 @@ en:
|
|
|
173
166
|
components: Components
|
|
174
167
|
info: About this assembly
|
|
175
168
|
landing_page: Landing page layout
|
|
169
|
+
members: Members
|
|
176
170
|
moderations: Moderations
|
|
177
|
-
private_users: Members
|
|
178
171
|
see_assembly: See assembly
|
|
179
172
|
models:
|
|
180
173
|
assembly:
|
|
181
174
|
fields:
|
|
175
|
+
access_mode: Access mode
|
|
182
176
|
actions: Actions
|
|
183
177
|
created_at: Created at
|
|
184
|
-
private: Private
|
|
185
178
|
promoted: Highlighted
|
|
186
179
|
published: Published
|
|
187
180
|
title: Title
|
|
@@ -208,10 +201,6 @@ en:
|
|
|
208
201
|
taxonomy_filters:
|
|
209
202
|
space_filter_for:
|
|
210
203
|
assemblies: All assemblies
|
|
211
|
-
titles:
|
|
212
|
-
assemblies: Assemblies
|
|
213
|
-
assemblies_deleted: Deleted assemblies
|
|
214
|
-
assemblies_types: Assemblies types
|
|
215
204
|
tooltips:
|
|
216
205
|
deleted_assemblies_info: An assembly can only be deleted if status is "Unpublished".
|
|
217
206
|
admin_log:
|
|
@@ -246,17 +235,25 @@ en:
|
|
|
246
235
|
assemblies:
|
|
247
236
|
admin:
|
|
248
237
|
assemblies:
|
|
238
|
+
edit:
|
|
239
|
+
title: About this assembly
|
|
249
240
|
form:
|
|
250
|
-
|
|
241
|
+
access:
|
|
242
|
+
label: Access
|
|
243
|
+
options:
|
|
244
|
+
open: Everyone can see the assembly and participate.
|
|
245
|
+
restricted: Only members can see and participate.
|
|
246
|
+
transparent: Everyone can see the assembly, but only members can participate.
|
|
247
|
+
set_this_space_as: Set this space as
|
|
251
248
|
define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
|
|
252
249
|
duration: Duration
|
|
253
250
|
duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
|
|
251
|
+
has_members_help: You will be able to create and publish members
|
|
254
252
|
images: Images
|
|
255
253
|
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.
|
|
256
254
|
metadata: Metadata
|
|
257
255
|
no_taxonomy_filters_found: No taxonomy filters found.
|
|
258
256
|
other: Other
|
|
259
|
-
private_notice: You will be able to manage private participants after setting it as private
|
|
260
257
|
select_a_created_by: Select a created by
|
|
261
258
|
select_parent_assembly: Select parent assembly
|
|
262
259
|
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}'
|
|
@@ -264,24 +261,40 @@ en:
|
|
|
264
261
|
taxonomies: Taxonomies
|
|
265
262
|
title: General Information
|
|
266
263
|
visibility: Visibility
|
|
264
|
+
index:
|
|
265
|
+
title: Assemblies
|
|
266
|
+
manage_trash:
|
|
267
|
+
title: Deleted assemblies
|
|
268
|
+
new:
|
|
269
|
+
title: New assembly
|
|
267
270
|
assembly_duplicates:
|
|
268
271
|
form:
|
|
269
272
|
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}'
|
|
273
|
+
new:
|
|
274
|
+
title: Duplicate assembly
|
|
270
275
|
assembly_imports:
|
|
271
276
|
form:
|
|
272
277
|
document_legend: Add a document
|
|
273
278
|
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}'
|
|
279
|
+
new:
|
|
280
|
+
title: Import assembly
|
|
274
281
|
assembly_members:
|
|
275
282
|
form:
|
|
276
283
|
explanation: 'Guidance for image:'
|
|
277
284
|
image_guide: Preferably a portrait image that does not have any text.
|
|
278
285
|
non_user_avatar_help: You should get the consent of the persons before publishing them as a member.
|
|
286
|
+
assembly_user_roles:
|
|
287
|
+
edit:
|
|
288
|
+
title: Update assembly admin
|
|
289
|
+
index:
|
|
290
|
+
title: Assembly admins
|
|
291
|
+
new:
|
|
292
|
+
title: New assembly admin
|
|
279
293
|
content_blocks:
|
|
280
294
|
highlighted_assemblies:
|
|
281
295
|
max_results: Maximum amount of elements to show
|
|
282
296
|
imports:
|
|
283
297
|
attachment_error: The attachment "%{title}" could not be imported (%{error}).
|
|
284
|
-
banner_image_error: The banner image could not be imported (%{error}).
|
|
285
298
|
hero_image_error: The hero image could not be imported (%{error}).
|
|
286
299
|
new_import:
|
|
287
300
|
accepted_types:
|
|
@@ -310,9 +323,6 @@ en:
|
|
|
310
323
|
type: Type
|
|
311
324
|
show:
|
|
312
325
|
title: About this assembly
|
|
313
|
-
assembly_members:
|
|
314
|
-
index:
|
|
315
|
-
members: Members
|
|
316
326
|
content_blocks:
|
|
317
327
|
children_assemblies:
|
|
318
328
|
name: Assemblies
|
|
@@ -347,16 +357,9 @@ en:
|
|
|
347
357
|
highlighted_assemblies:
|
|
348
358
|
active_spaces: Active assemblies
|
|
349
359
|
see_all_spaces: See all assemblies
|
|
350
|
-
user_profile:
|
|
351
|
-
member_of:
|
|
352
|
-
member_of: Member of
|
|
353
360
|
show:
|
|
354
361
|
duration: Duration
|
|
355
|
-
private_space: This is a private assembly
|
|
356
362
|
social_networks_title: Visit assembly on
|
|
357
|
-
assembly_members:
|
|
358
|
-
index:
|
|
359
|
-
title: Members
|
|
360
363
|
download_your_data:
|
|
361
364
|
show:
|
|
362
365
|
assemblies: Assemblies export
|
|
@@ -383,18 +386,17 @@ en:
|
|
|
383
386
|
value_types:
|
|
384
387
|
assembly_presenter:
|
|
385
388
|
not_found: 'The assembly was not found on the database (ID: %{id})'
|
|
386
|
-
assembly_type_presenter:
|
|
387
|
-
not_found: 'The assembly type was not found on the database (ID: %{id})'
|
|
388
389
|
menu:
|
|
389
390
|
assemblies: Assemblies
|
|
390
391
|
open_data:
|
|
391
392
|
help:
|
|
392
393
|
assemblies:
|
|
393
|
-
|
|
394
|
+
access_mode: Access mode. Whether the assembly is open, restricted, or transparent.
|
|
394
395
|
area: The area of the assembly
|
|
395
396
|
assembly_type: The type of the assembly
|
|
396
397
|
closing_date: The closing date of the assembly
|
|
397
398
|
closing_date_reason: Why the assembly was closed
|
|
399
|
+
component_settings: The component settings of the assembly
|
|
398
400
|
composition: The composition of the assembly
|
|
399
401
|
created_at: The date this space was created
|
|
400
402
|
created_by: Who has created this assembly
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -26,6 +26,7 @@ es-MX:
|
|
|
26
26
|
duration: Duración
|
|
27
27
|
facebook: Facebook
|
|
28
28
|
github: GitHub
|
|
29
|
+
has_members: Este espacio de participación tiene miembros
|
|
29
30
|
hero_image: Imagen de portada
|
|
30
31
|
import_attachments: Importar archivos adjuntos
|
|
31
32
|
import_categories: Importar categorias
|
|
@@ -40,7 +41,6 @@ es-MX:
|
|
|
40
41
|
participatory_processes_ids: Procesos participativos relacionados
|
|
41
42
|
participatory_scope: Qué se decide
|
|
42
43
|
participatory_structure: Cómo se decide
|
|
43
|
-
private_space: Espacio privado
|
|
44
44
|
promoted: Destacado
|
|
45
45
|
published_at: Publicado
|
|
46
46
|
purpose_of_action: Propósito de la acción
|
|
@@ -102,15 +102,14 @@ es-MX:
|
|
|
102
102
|
edit:
|
|
103
103
|
update: Actualizar
|
|
104
104
|
index:
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
access_modes:
|
|
106
|
+
open: Abierta
|
|
107
|
+
restricted: Restringida
|
|
108
|
+
transparent: Transparente
|
|
107
109
|
published: Publicado
|
|
108
110
|
unpublished: Despublicada
|
|
109
|
-
manage_trash:
|
|
110
|
-
title: Asambleas eliminadas
|
|
111
111
|
new:
|
|
112
112
|
create: Crear
|
|
113
|
-
title: Nueva asamblea
|
|
114
113
|
update:
|
|
115
114
|
error: Se ha producido un error al actualizar esta asamblea.
|
|
116
115
|
success: La asamblea se ha actualizado correctamente.
|
|
@@ -122,7 +121,6 @@ es-MX:
|
|
|
122
121
|
new:
|
|
123
122
|
duplicate: Duplicar
|
|
124
123
|
select: Selecciona qué datos quieres duplicar
|
|
125
|
-
title: Duplicar asamblea
|
|
126
124
|
assembly_imports:
|
|
127
125
|
create:
|
|
128
126
|
error: Ha habido un problema importando esta asamblea.
|
|
@@ -130,7 +128,6 @@ es-MX:
|
|
|
130
128
|
new:
|
|
131
129
|
import: Importar
|
|
132
130
|
select: Selecciona qué datos quieres importar
|
|
133
|
-
title: Importar asamblea
|
|
134
131
|
assembly_publications:
|
|
135
132
|
create:
|
|
136
133
|
error: Se produjo un error al publicar esta asamblea.
|
|
@@ -145,13 +142,9 @@ es-MX:
|
|
|
145
142
|
destroy:
|
|
146
143
|
success: Usuario eliminado con éxito de esta asamblea.
|
|
147
144
|
edit:
|
|
148
|
-
title: Actualizar administradora de la asamblea
|
|
149
145
|
update: Actualizar
|
|
150
|
-
index:
|
|
151
|
-
assembly_admins_title: Usuarios de la asamblea
|
|
152
146
|
new:
|
|
153
147
|
create: Crear
|
|
154
|
-
title: Añadir administradora
|
|
155
148
|
update:
|
|
156
149
|
error: Ha habido un error al actualizar un usuario para esta asamblea.
|
|
157
150
|
success: Usuario actualizado con éxito para esta asamblea.
|
|
@@ -173,15 +166,15 @@ es-MX:
|
|
|
173
166
|
components: Componentes
|
|
174
167
|
info: Acerca de esta asamblea
|
|
175
168
|
landing_page: Disposición de la página de inicio
|
|
169
|
+
members: Miembros
|
|
176
170
|
moderations: Moderaciones
|
|
177
|
-
private_users: Miembros
|
|
178
171
|
see_assembly: Ver la asamblea
|
|
179
172
|
models:
|
|
180
173
|
assembly:
|
|
181
174
|
fields:
|
|
175
|
+
access_mode: Tipo de acceso
|
|
182
176
|
actions: Acciones
|
|
183
177
|
created_at: Fecha de creación
|
|
184
|
-
private: Privada
|
|
185
178
|
promoted: Destacado
|
|
186
179
|
published: Publicada
|
|
187
180
|
title: Título
|
|
@@ -208,10 +201,6 @@ es-MX:
|
|
|
208
201
|
taxonomy_filters:
|
|
209
202
|
space_filter_for:
|
|
210
203
|
assemblies: Todas las asambleas
|
|
211
|
-
titles:
|
|
212
|
-
assemblies: Asambleas
|
|
213
|
-
assemblies_deleted: Asambleas eliminadas
|
|
214
|
-
assemblies_types: Tipo de asamblea
|
|
215
204
|
tooltips:
|
|
216
205
|
deleted_assemblies_info: Una asamblea solo se puede eliminar si su estado es 'Despublicada'.
|
|
217
206
|
admin_log:
|
|
@@ -246,17 +235,25 @@ es-MX:
|
|
|
246
235
|
assemblies:
|
|
247
236
|
admin:
|
|
248
237
|
assemblies:
|
|
238
|
+
edit:
|
|
239
|
+
title: Acerca de esta asamblea
|
|
249
240
|
form:
|
|
250
|
-
|
|
241
|
+
access:
|
|
242
|
+
label: Acceso
|
|
243
|
+
options:
|
|
244
|
+
open: Cualquiera puede ver y participar a la asamblea.
|
|
245
|
+
restricted: Solo las miembros pueden ver y participar en la asamblea.
|
|
246
|
+
transparent: Cualquiera puede ver la asamblea, pero solo las miembros pueden participar.
|
|
247
|
+
set_this_space_as: Define el tipo de acceso a este espacio
|
|
251
248
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
252
249
|
duration: Duración
|
|
253
250
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
251
|
+
has_members_help: Podrás crear y publicar miembros
|
|
254
252
|
images: Imágenes
|
|
255
253
|
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No es necesario que sea la misma que la fecha de creación.
|
|
256
254
|
metadata: Metadatos
|
|
257
255
|
no_taxonomy_filters_found: No se han encontrado filtros de taxonomía.
|
|
258
256
|
other: Otro
|
|
259
|
-
private_notice: Podrás administrar las participantes privadas después de configurar el espacio como privado
|
|
260
257
|
select_a_created_by: Selecciona creada por
|
|
261
258
|
select_parent_assembly: Selecciona asamblea principal
|
|
262
259
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
|
@@ -264,24 +261,40 @@ es-MX:
|
|
|
264
261
|
taxonomies: Taxonomías
|
|
265
262
|
title: Información general
|
|
266
263
|
visibility: Visibilidad
|
|
264
|
+
index:
|
|
265
|
+
title: Asambleas
|
|
266
|
+
manage_trash:
|
|
267
|
+
title: Asambleas eliminadas
|
|
268
|
+
new:
|
|
269
|
+
title: Nueva asamblea
|
|
267
270
|
assembly_duplicates:
|
|
268
271
|
form:
|
|
269
272
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
|
273
|
+
new:
|
|
274
|
+
title: Duplicar asamblea
|
|
270
275
|
assembly_imports:
|
|
271
276
|
form:
|
|
272
277
|
document_legend: Añadir un documento
|
|
273
278
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
|
279
|
+
new:
|
|
280
|
+
title: Importar asamblea
|
|
274
281
|
assembly_members:
|
|
275
282
|
form:
|
|
276
283
|
explanation: 'Instrucciones para la imagen:'
|
|
277
284
|
image_guide: Preferiblemente una imagen apaisada que no tenga ningún texto.
|
|
278
285
|
non_user_avatar_help: Debes obtener el consentimiento de las personas antes de publicarles como miembros.
|
|
286
|
+
assembly_user_roles:
|
|
287
|
+
edit:
|
|
288
|
+
title: Actualizar administradora de la asamblea
|
|
289
|
+
index:
|
|
290
|
+
title: Administradoras de la asamblea
|
|
291
|
+
new:
|
|
292
|
+
title: Nueva administradora de la asamblea
|
|
279
293
|
content_blocks:
|
|
280
294
|
highlighted_assemblies:
|
|
281
295
|
max_results: Cantidad máxima de elementos para mostrar
|
|
282
296
|
imports:
|
|
283
297
|
attachment_error: No se ha podido importar el archivo adjunto "%{title}" (%{error}).
|
|
284
|
-
banner_image_error: No se ha podido importar la imagen del banner (%{error}).
|
|
285
298
|
hero_image_error: No se ha podrido importar la imagen principal (%{error}).
|
|
286
299
|
new_import:
|
|
287
300
|
accepted_types:
|
|
@@ -310,9 +323,6 @@ es-MX:
|
|
|
310
323
|
type: Tipo
|
|
311
324
|
show:
|
|
312
325
|
title: Acerca de esta asamblea
|
|
313
|
-
assembly_members:
|
|
314
|
-
index:
|
|
315
|
-
members: Miembros
|
|
316
326
|
content_blocks:
|
|
317
327
|
children_assemblies:
|
|
318
328
|
name: Asambleas
|
|
@@ -347,16 +357,9 @@ es-MX:
|
|
|
347
357
|
highlighted_assemblies:
|
|
348
358
|
active_spaces: Asambleas activas
|
|
349
359
|
see_all_spaces: Ver todas las asambleas
|
|
350
|
-
user_profile:
|
|
351
|
-
member_of:
|
|
352
|
-
member_of: Miembro de
|
|
353
360
|
show:
|
|
354
361
|
duration: Duración
|
|
355
|
-
private_space: Esta es una asamblea privada
|
|
356
362
|
social_networks_title: Visita la asamblea en
|
|
357
|
-
assembly_members:
|
|
358
|
-
index:
|
|
359
|
-
title: Miembros
|
|
360
363
|
download_your_data:
|
|
361
364
|
show:
|
|
362
365
|
assemblies: Exportar las asambleas
|
|
@@ -383,18 +386,17 @@ es-MX:
|
|
|
383
386
|
value_types:
|
|
384
387
|
assembly_presenter:
|
|
385
388
|
not_found: 'No se encontró la asamblea en la base de datos (ID: %{id})'
|
|
386
|
-
assembly_type_presenter:
|
|
387
|
-
not_found: 'El tipo de asamblea no se encontró en la base de datos (ID: %{id})'
|
|
388
389
|
menu:
|
|
389
390
|
assemblies: Asambleas
|
|
390
391
|
open_data:
|
|
391
392
|
help:
|
|
392
393
|
assemblies:
|
|
393
|
-
|
|
394
|
+
access_mode: Tipos de acceso. Si la asamblea es abierta, restringida o transparente.
|
|
394
395
|
area: El área a la que corresponde la asamblea
|
|
395
396
|
assembly_type: El tipo de asamblea
|
|
396
397
|
closing_date: La fecha de cierre de la asamblea
|
|
397
398
|
closing_date_reason: Por qué se cerró la asamblea
|
|
399
|
+
component_settings: Configuración de los componentes de la asamblea
|
|
398
400
|
composition: La composición de la asamblea
|
|
399
401
|
created_at: La fecha en la que se creó esta asamblea
|
|
400
402
|
created_by: Quién creó esta asamblea
|