decidim-assemblies 0.28.6 → 0.29.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/assemblies/assembly_g_cell.rb +2 -2
  3. data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +0 -4
  4. data/app/cells/decidim/assemblies/content_blocks/stats_cell.rb +1 -1
  5. data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +3 -31
  6. data/app/commands/decidim/assemblies/admin/create_assembly.rb +30 -89
  7. data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +14 -66
  8. data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +5 -37
  9. data/app/commands/decidim/assemblies/admin/import_assembly.rb +1 -1
  10. data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +2 -35
  11. data/app/commands/decidim/assemblies/admin/update_assembly.rb +22 -99
  12. data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +8 -69
  13. data/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +5 -20
  14. data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +4 -4
  15. data/app/controllers/decidim/assemblies/admin/assembly_landing_page_content_blocks_controller.rb +0 -6
  16. data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +1 -1
  17. data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_controller.rb +1 -1
  18. data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_csv_imports_controller.rb +1 -1
  19. data/app/controllers/decidim/assemblies/application_controller.rb +4 -1
  20. data/app/controllers/decidim/assemblies/assemblies_controller.rb +0 -3
  21. data/app/controllers/decidim/assemblies/assembly_members_controller.rb +0 -2
  22. data/app/forms/decidim/assemblies/admin/assembly_form.rb +8 -9
  23. data/app/helpers/decidim/assemblies/assemblies_helper.rb +0 -26
  24. data/app/models/decidim/assembly.rb +1 -6
  25. data/app/permissions/decidim/assemblies/permissions.rb +2 -10
  26. data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +0 -1
  27. data/app/presenters/decidim/assemblies/assembly_presenter.rb +2 -2
  28. data/app/serializers/decidim/assemblies/assembly_importer.rb +0 -1
  29. data/app/serializers/decidim/assemblies/assembly_serializer.rb +1 -2
  30. data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +5 -9
  31. data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
  32. data/app/views/decidim/assemblies/admin/assembly_members/index.html.erb +1 -1
  33. data/app/views/decidim/assemblies/admin/assembly_user_roles/index.html.erb +1 -1
  34. data/app/views/decidim/assemblies/assemblies/show.html.erb +22 -18
  35. data/app/views/decidim/assemblies/assembly_members/index.html.erb +2 -1
  36. data/app/views/layouts/decidim/admin/assemblies.html.erb +1 -1
  37. data/config/locales/ar.yml +7 -14
  38. data/config/locales/bg.yml +2 -7
  39. data/config/locales/ca.yml +9 -14
  40. data/config/locales/cs.yml +3 -8
  41. data/config/locales/de.yml +20 -25
  42. data/config/locales/el.yml +0 -6
  43. data/config/locales/en.yml +2 -7
  44. data/config/locales/es-MX.yml +6 -11
  45. data/config/locales/es-PY.yml +5 -10
  46. data/config/locales/es.yml +8 -13
  47. data/config/locales/eu.yml +51 -56
  48. data/config/locales/fi-plain.yml +6 -11
  49. data/config/locales/fi.yml +10 -15
  50. data/config/locales/fr-CA.yml +7 -12
  51. data/config/locales/fr.yml +7 -12
  52. data/config/locales/ga-IE.yml +0 -5
  53. data/config/locales/gl.yml +3 -11
  54. data/config/locales/he-IL.yml +0 -174
  55. data/config/locales/hu.yml +2 -8
  56. data/config/locales/id-ID.yml +0 -10
  57. data/config/locales/is-IS.yml +5 -12
  58. data/config/locales/it.yml +4 -81
  59. data/config/locales/ja.yml +3 -8
  60. data/config/locales/ko.yml +8 -1
  61. data/config/locales/lb.yml +5 -14
  62. data/config/locales/lt.yml +2 -8
  63. data/config/locales/lv.yml +0 -10
  64. data/config/locales/nl.yml +3 -11
  65. data/config/locales/no.yml +0 -8
  66. data/config/locales/pl.yml +3 -14
  67. data/config/locales/pt-BR.yml +0 -6
  68. data/config/locales/pt.yml +1 -88
  69. data/config/locales/ro-RO.yml +18 -28
  70. data/config/locales/ru.yml +6 -14
  71. data/config/locales/sk.yml +0 -20
  72. data/config/locales/sl.yml +0 -17
  73. data/config/locales/sq-AL.yml +5 -9
  74. data/config/locales/sv.yml +137 -203
  75. data/config/locales/tr-TR.yml +4 -9
  76. data/config/locales/uk.yml +5 -13
  77. data/config/locales/zh-CN.yml +0 -10
  78. data/config/locales/zh-TW.yml +1 -7
  79. data/db/migrate/20240712061153_change_show_statistics_from_decidim_assemblies.rb +11 -0
  80. data/decidim-assemblies.gemspec +2 -2
  81. data/lib/decidim/api/assembly_type.rb +5 -6
  82. data/lib/decidim/assemblies/content_blocks/registry_manager.rb +1 -1
  83. data/lib/decidim/assemblies/engine.rb +1 -0
  84. data/lib/decidim/assemblies/menu.rb +11 -0
  85. data/lib/decidim/assemblies/seeds.rb +1 -11
  86. data/lib/decidim/assemblies/test/factories.rb +0 -1
  87. data/lib/decidim/assemblies/version.rb +1 -1
  88. metadata +18 -22
  89. data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +0 -45
  90. data/app/views/layouts/decidim/assembly.html.erb +0 -18
  91. data/config/locales/bn-BD.yml +0 -1
  92. data/config/locales/bs-BA.yml +0 -44
  93. data/config/locales/ca-IT.yml +0 -465
@@ -5,7 +5,7 @@ ro:
5
5
  assemblies_type:
6
6
  title: Titlu
7
7
  assembly:
8
- announcement: Anunț
8
+ announcement: Anunţ
9
9
  area_id: Zonă
10
10
  assembly_type: Tipul grupului de lucru
11
11
  assembly_type_other: Alt tip de grup de lucru
@@ -14,8 +14,8 @@ ro:
14
14
  closing_date_reason: Motivul datei de închidere
15
15
  composition: Componență
16
16
  copy_categories: Copiază categoriile
17
- copy_components: Copiați componentele
18
- copy_features: Copiați funcționalitățile
17
+ copy_components: Copiază componentele
18
+ copy_features: Copiază funcționalitățile
19
19
  created_by: Creat de
20
20
  created_by_other: Creat de altcineva
21
21
  creation_date: Data creării
@@ -33,7 +33,7 @@ ro:
33
33
  hero_image: Imagine pentru pagina principală
34
34
  import_attachments: Importă atașamente
35
35
  import_categories: Importă categorii
36
- import_components: Importați componente
36
+ import_components: Importă componente
37
37
  included_at: Inclus la
38
38
  instagram: Instagram
39
39
  internal_organisation: Organizare internă
@@ -45,19 +45,18 @@ ro:
45
45
  participatory_scope: Ce se decide
46
46
  participatory_structure: Cum se decide
47
47
  private_space: Spațiu privat
48
- promoted: Evidențiat
48
+ promoted: Evidenţiat
49
49
  published_at: Publicat la
50
50
  purpose_of_action: Scopul acțiunii
51
- scope_id: Domeniu
51
+ scope_id: Domeniu de interes
52
52
  scopes_enabled: Domenii activate
53
- short_description: Scurtă descriere
54
- show_statistics: Arată statistici
53
+ short_description: Descriere scurtă
55
54
  slug: URL slug
56
- special_features: Caracteristici speciale
55
+ special_features: Funcționalități speciale
57
56
  subtitle: Subtitlu
58
57
  target: Cine participă
59
58
  title: Titlu
60
- weight: Ordinea în poziționare
59
+ weight: Poziție
61
60
  youtube: YouTube
62
61
  assembly_member:
63
62
  birthday: Data nașterii
@@ -69,7 +68,7 @@ ro:
69
68
  non_user_avatar: Avatar
70
69
  position: Poziție
71
70
  user_id: Utilizator sau grup
72
- weight: Ordinea în poziționare
71
+ weight: Poziție
73
72
  assembly_user_role:
74
73
  email: E-mail
75
74
  name: Nume
@@ -97,21 +96,21 @@ ro:
97
96
  decidim:
98
97
  admin:
99
98
  actions:
100
- import_assembly: Importați
99
+ import_assembly: Importă
101
100
  new_assembly: Grup de lucru nou
102
101
  new_assembly_type: Tip nou de grup de lucru
103
102
  assemblies:
104
103
  create:
105
- error: A apărut o problemă la crearea unui nou grup de lucru.
104
+ error: A apărut o problemă la crearea unui nou tip de grup de lucru.
106
105
  success: Grupul de lucru a fost creat cu succes.
107
106
  edit:
108
- update: Actualizați
107
+ update: Actualizează
109
108
  index:
110
109
  private: Privat
111
110
  public: Public
112
111
  published: Publicat
113
112
  new:
114
- create: Creați
113
+ create: Creează
115
114
  title: Grup de lucru nou
116
115
  update:
117
116
  error: A apărut o eroare la actualizarea acestui grup de lucru.
@@ -127,7 +126,7 @@ ro:
127
126
  destroy:
128
127
  success: Tipul grupului de lucru a fost șters cu succes.
129
128
  new:
130
- create: Creați
129
+ create: Creează
131
130
  title: Tip nou de grup de lucru
132
131
  update:
133
132
  error: A apărut o eroare la actualizarea acestui grup de lucru.
@@ -152,11 +151,11 @@ ro:
152
151
  destroy:
153
152
  success: Membru şters cu succes pentru acest grup de lucru.
154
153
  edit:
155
- update: Actualizați
154
+ update: Actualizează
156
155
  index:
157
156
  assembly_members_title: Membrii grupului de lucru
158
157
  new:
159
- create: Creați
158
+ create: Creează
160
159
  update:
161
160
  error: A apărut o problemă la adăugarea unui membru pentru acest grup de lucru.
162
161
  success: Membrul a fost actualizat cu succes pentru acest grup de lucru.
@@ -287,7 +286,6 @@ ro:
287
286
  form:
288
287
  existing_user: Participant existent
289
288
  explanation: 'Îndrumare pentru imagine:'
290
- image_guide: Este de preferat o imagine pe format orizontal care să nu conțină text deloc.
291
289
  non_user: Non participant
292
290
  non_user_avatar_help: Ar trebui să obţii consimţământul persoanelor înainte de a îi publica drept membri.
293
291
  select_a_position: Selectaţi o poziţie
@@ -326,7 +324,7 @@ ro:
326
324
  consultative_advisory: Organ consultativ
327
325
  executive: Executiv
328
326
  government: Conducere
329
- others: Alții
327
+ others: Altele
330
328
  participatory: Participativ
331
329
  working_group: Sub-grup de lucru
332
330
  content_blocks:
@@ -351,21 +349,13 @@ ro:
351
349
  last_activity:
352
350
  new_assembly: 'Adunare nouă:'
353
351
  pages:
354
- home:
355
- highlighted_assemblies:
356
- active_spaces: Grupuri de lucru active
357
- see_all_spaces: Vedeți tot
358
352
  user_profile:
359
353
  member_of:
360
354
  member_of: Membru al
361
355
  show:
362
356
  assembly_type: Tipul grupului de lucru
363
357
  duration: Durată
364
- is_transparent:
365
- 'false': opac
366
- 'true': transparent
367
358
  private_space: Acesta este un grup de lucru privat
368
- related_participatory_processes: Procese participative asociate
369
359
  social_networks_title: Vizitează adunarea pe
370
360
  assembly_members:
371
361
  assembly_member:
@@ -2,8 +2,6 @@
2
2
  ru:
3
3
  activemodel:
4
4
  attributes:
5
- assemblies_type:
6
- title: Название
7
5
  assembly:
8
6
  area_id: Участок
9
7
  assembly_type: Вид собрания
@@ -45,7 +43,6 @@ ru:
45
43
  scope_id: Охват
46
44
  scopes_enabled: Охваты включены
47
45
  short_description: Краткое описание
48
- show_statistics: Показывать статистику
49
46
  slug: Сокращенный веб-адрес
50
47
  special_features: Особенности
51
48
  subtitle: Подзаголовок
@@ -150,9 +147,6 @@ ru:
150
147
  update:
151
148
  error: При попытке обновить члена президиума этого собрания произошла ошибка.
152
149
  success: Участник этого собрания успешно обновлен.
153
- filters:
154
- decidim_assemblies_type_id_eq:
155
- label: Вид собрания
156
150
  menu:
157
151
  assemblies: Собрания
158
152
  assemblies_submenu:
@@ -244,7 +238,12 @@ ru:
244
238
  members: Члены президиума
245
239
  assembly_types:
246
240
  commission: Комиссия
247
- others: Другие
241
+ consultative_advisory: Совещательное / Консультативное
242
+ executive: Исполнительное
243
+ government: Правительственное
244
+ others: Другое
245
+ participatory: Соучастное
246
+ working_group: Рабочая группа
248
247
  content_blocks:
249
248
  highlighted_assemblies:
250
249
  name: Рекомендуемые собрания
@@ -261,11 +260,7 @@ ru:
261
260
  show:
262
261
  assembly_type: Вид собрания
263
262
  duration: Длительность
264
- is_transparent:
265
- 'false': непрозрачное
266
- 'true': прозрачное
267
263
  private_space: Это частное собрание
268
- related_participatory_processes: Сопутствующие движения соучастия
269
264
  assembly_members:
270
265
  assembly_member:
271
266
  designated_on: 'Полномочия предоставлены:'
@@ -277,9 +272,6 @@ ru:
277
272
  not_found: 'Собрание не найдено в базе данных (ID: %{id})'
278
273
  menu:
279
274
  assemblies: Собрания
280
- metrics:
281
- assemblies:
282
- title: Собрания
283
275
  layouts:
284
276
  decidim:
285
277
  assemblies:
@@ -2,8 +2,6 @@
2
2
  sk:
3
3
  activemodel:
4
4
  attributes:
5
- assemblies_type:
6
- title: Názov
7
5
  assembly:
8
6
  area_id: Oblasť
9
7
  assembly_type: Typ zhromaždenia
@@ -46,7 +44,6 @@ sk:
46
44
  scope_id: Rozsah
47
45
  scopes_enabled: Povolené rozsahy
48
46
  short_description: Stručný opis
49
- show_statistics: Zobraziť štatistiky
50
47
  slug: URL krátky odkaz
51
48
  special_features: Špeciálne funkcie
52
49
  subtitle: Podnadpis
@@ -115,26 +112,12 @@ sk:
115
112
  update:
116
113
  error: Pri tvorbe nového typu zhromaždenia nastala chyba.
117
114
  success: Typ zhromaždenia úspešne aktualizovaný.
118
- assembly_members:
119
- edit:
120
- update: Aktualizovať
121
- new:
122
- create: Vytvoriť
123
- filters:
124
- decidim_assemblies_type_id_eq:
125
- label: Typ zhromaždenia
126
115
  menu:
127
116
  assemblies_types: Typy zhromaždení
128
117
  models:
129
118
  assemblies_types:
130
119
  fields:
131
120
  title: Názov
132
- assembly_member:
133
- fields:
134
- ceased_date: Dátum ukončenia
135
- designation_date: Dátum konania
136
- full_name: Meno
137
- position: Pozícia
138
121
  assembly_user_role:
139
122
  roles:
140
123
  valuator: Hodnotiteľ
@@ -151,9 +134,6 @@ sk:
151
134
  assemblies_types:
152
135
  form:
153
136
  title: Názov
154
- show:
155
- assembly_type: Typ zhromaždenia
156
- related_participatory_processes: Súvisiace participatívne procesy
157
137
  events:
158
138
  assemblies:
159
139
  create_assembly_member:
@@ -2,8 +2,6 @@
2
2
  sl:
3
3
  activemodel:
4
4
  attributes:
5
- assemblies_type:
6
- title: Naziv
7
5
  assembly:
8
6
  area_id: Področje
9
7
  assembly_type: Vrsta združbe
@@ -43,7 +41,6 @@ sl:
43
41
  scope_id: Obseg
44
42
  scopes_enabled: Omogočeni obsegi
45
43
  short_description: Kratek opis
46
- show_statistics: Pokaži statistike
47
44
  special_features: Posebne funkcije
48
45
  subtitle: Podnapis
49
46
  target: Kdor je prisostoval
@@ -135,13 +132,6 @@ sl:
135
132
  success: Član uspešno kreiran v tej združbi.
136
133
  destroy:
137
134
  success: Član uspešno izbrisan v tej združbi.
138
- edit:
139
- update: Posodobi
140
- new:
141
- create: Ustvari
142
- filters:
143
- decidim_assemblies_type_id_eq:
144
- label: Vrsta združbe
145
135
  menu:
146
136
  assemblies: Združbe
147
137
  assemblies_submenu:
@@ -157,12 +147,6 @@ sl:
157
147
  assemblies_types:
158
148
  fields:
159
149
  title: Naziv
160
- assembly_member:
161
- fields:
162
- ceased_date: Datum prenehanja
163
- designation_date: Datum imenovanja
164
- full_name: Ime
165
- position: Položaj
166
150
  titles:
167
151
  assemblies: Združbe
168
152
  assemblies_types: Vrste združb
@@ -205,7 +189,6 @@ sl:
205
189
  show:
206
190
  assembly_type: Vrsta združbe
207
191
  duration: Trajanje
208
- related_participatory_processes: Povezani participativni procesi
209
192
  help:
210
193
  participatory_spaces:
211
194
  assemblies:
@@ -50,7 +50,6 @@ sq:
50
50
  scope_id: Qëllimi
51
51
  scopes_enabled: Fushveprimet e aktivizuara
52
52
  short_description: Përshkrim i shkurtër
53
- show_statistics: Trego statistikat
54
53
  slug: Identifikues URL-je
55
54
  special_features: Karaktersitika të veçanta
56
55
  subtitle: Nëntitull
@@ -182,7 +181,7 @@ sq:
182
181
  'false': E papërfunduar
183
182
  'true': Përfunduar
184
183
  decidim_assemblies_type_id_eq:
185
- label: Lloji i asamblesë
184
+ label: Tipi i asamblesë
186
185
  search_placeholder:
187
186
  full_name_or_user_name_or_user_nickname_cont: Kërko me emër ose nofkë
188
187
  menu:
@@ -284,7 +283,7 @@ sq:
284
283
  slug_help_html: 'Për gjenerimin e URL së kësaj asambleje përdoren URL slugs. Pranohen vetëm gërma, numra dhe viza horizontale, dhe duhet të fillojë me gërmë. Shembull: %{url}'
285
284
  social_handlers: Rrjete sociale
286
285
  title: Informacion i përgjithshëm
287
- visbility: Vizibiliteti
286
+ visibility: Vizibiliteti
288
287
  assemblies_types:
289
288
  form:
290
289
  title: Modifiko tipin e asamblesë
@@ -298,6 +297,7 @@ sq:
298
297
  form:
299
298
  existing_user: Pjesëmarrës ekzistues
300
299
  explanation: 'Udhëzime për imazhin:'
300
+ image_guide: Preferohet imazh me format portret (vertikal) pa tekst.
301
301
  non_user: Mospjesëmarrës
302
302
  non_user_avatar_help: Duhet të marrësh pëlqimin e personit para se ta publikosh si anëtar.
303
303
  select_a_position: Zgjidh një pozicion
@@ -338,7 +338,7 @@ sq:
338
338
  consultative_advisory: Këshilluese
339
339
  executive: Ekzekutive
340
340
  government: Qeverisja
341
- others: Të tjerët
341
+ others: Tjetër
342
342
  participatory: Pjesëmarrëse
343
343
  working_group: Grup pune
344
344
  content_blocks:
@@ -379,16 +379,12 @@ sq:
379
379
  member_of:
380
380
  member_of: Anëtar i
381
381
  show:
382
- assembly_type: Lloji i asamblesë
382
+ assembly_type: Tipi i asamblesë
383
383
  duration: Kohëzgjatja
384
384
  private_space: Kjo është asamble private
385
- related_participatory_processes: Procese pjesëmarrëse të përafërta
386
385
  social_networks_title: Vizito asamblenë në
387
386
  assembly_members:
388
387
  assembly_member:
389
388
  designated_on: Caktuar më
390
389
  index:
391
390
  title: Anëtarët
392
- metrics:
393
- assemblies:
394
- title: Asambletë