decidim-meetings 0.29.0 → 0.29.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/meetings/dates_and_map/show.erb +5 -3
- data/app/cells/decidim/meetings/dates_and_map_cell.rb +1 -1
- data/app/cells/decidim/meetings/meeting_l_cell.rb +5 -0
- data/app/forms/decidim/meetings/admin/close_meeting_form.rb +1 -1
- data/app/forms/decidim/meetings/admin/meeting_agenda_items_form.rb +1 -1
- data/app/forms/decidim/meetings/admin/meeting_form.rb +1 -1
- data/app/forms/decidim/meetings/admin/meeting_registrations_form.rb +2 -2
- data/app/packs/stylesheets/decidim/meetings/_item.scss +5 -17
- data/app/permissions/decidim/meetings/permissions.rb +7 -2
- data/app/presenters/decidim/meetings/meeting_presenter.rb +1 -5
- data/app/views/decidim/meetings/registration_mailer/confirmation.html.erb +1 -1
- data/app/views/decidim/meetings/shared/_index.js.erb +3 -4
- data/config/locales/ar.yml +3 -1
- data/config/locales/bg.yml +0 -1
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +8 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +5 -4
- data/config/locales/de.yml +70 -70
- data/config/locales/el.yml +3 -1
- data/config/locales/es-MX.yml +3 -3
- data/config/locales/es-PY.yml +3 -3
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +36 -36
- data/config/locales/fi-plain.yml +2 -2
- data/config/locales/fi.yml +12 -12
- data/config/locales/fr-CA.yml +4 -4
- data/config/locales/fr.yml +4 -4
- data/config/locales/ga-IE.yml +3 -0
- data/config/locales/gl.yml +7 -3
- data/config/locales/hu.yml +5 -3
- data/config/locales/id-ID.yml +9 -1
- data/config/locales/is-IS.yml +9 -1
- data/config/locales/it.yml +8 -3
- data/config/locales/ja.yml +4 -4
- data/config/locales/lb.yml +4 -1
- data/config/locales/lt.yml +2 -3
- data/config/locales/lv.yml +9 -1
- data/config/locales/nl.yml +3 -1
- data/config/locales/no.yml +3 -1
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +5 -6
- data/config/locales/pt.yml +6 -1
- data/config/locales/ro-RO.yml +5 -2
- data/config/locales/ru.yml +9 -1
- data/config/locales/sk.yml +9 -1
- data/config/locales/sv.yml +234 -105
- data/config/locales/tr-TR.yml +13 -2
- data/config/locales/uk.yml +9 -1
- data/config/locales/zh-CN.yml +11 -1
- data/config/locales/zh-TW.yml +3 -1
- data/decidim-meetings.gemspec +1 -1
- data/lib/decidim/api/meeting_type.rb +12 -0
- data/lib/decidim/api/meetings_type.rb +1 -3
- data/lib/decidim/meetings/engine.rb +2 -0
- data/lib/decidim/meetings/meeting_serializer.rb +37 -0
- data/lib/decidim/meetings/seeds.rb +4 -0
- data/lib/decidim/meetings/test/factories.rb +6 -0
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +17 -15
data/config/locales/lv.yml
CHANGED
@@ -47,6 +47,12 @@ lv:
|
|
47
47
|
other: Reģistrācija
|
48
48
|
decidim:
|
49
49
|
admin:
|
50
|
+
filters:
|
51
|
+
meetings:
|
52
|
+
category_id_eq:
|
53
|
+
label: Kategorija
|
54
|
+
scope_id_eq:
|
55
|
+
label: Darbības tvērums
|
50
56
|
meeting_copies:
|
51
57
|
create:
|
52
58
|
error: Šīs sanāksmes dublēšanas laikā radās problēma.
|
@@ -66,6 +72,7 @@ lv:
|
|
66
72
|
default_registration_terms: Noklusējuma reģistrācijas noteikumi
|
67
73
|
enable_pads_creation: Iespējot kopdokumentu izveidi
|
68
74
|
resources_permissions_enabled: Katrā sanāksmē var iestatīt darbības atļaujas
|
75
|
+
scope_id: Darbības tvērums
|
69
76
|
step:
|
70
77
|
announcement: Paziņojums
|
71
78
|
comments_blocked: Komentāri ir bloķēti
|
@@ -130,7 +137,6 @@ lv:
|
|
130
137
|
attachment_collections: Mapes
|
131
138
|
attachments: Pielikumi
|
132
139
|
close: Aizvērt
|
133
|
-
confirm_destroy: Vai tiešām vēlaties dzēst šo sanāksmi?
|
134
140
|
destroy: Dzēst
|
135
141
|
edit: Labot
|
136
142
|
preview: Priekšskatīt
|
@@ -267,6 +273,8 @@ lv:
|
|
267
273
|
category: Kategorija
|
268
274
|
date: Datums
|
269
275
|
search: Meklēt
|
276
|
+
meeting:
|
277
|
+
close_meeting: Slēgt sanāksmi
|
270
278
|
meetings:
|
271
279
|
upcoming_meetings_warning: Pašlaik nav plānotas sanāksmes, taču šeit varat atrast visas iepriekšējās sanāksmes.
|
272
280
|
registration_confirm:
|
data/config/locales/nl.yml
CHANGED
@@ -176,7 +176,6 @@ nl:
|
|
176
176
|
attachment_collections: Mappen
|
177
177
|
attachments: Bijlagen
|
178
178
|
close: Sluit
|
179
|
-
confirm_destroy: Weet u zeker dat u deze vergadering wilt verwijderen?
|
180
179
|
destroy: Verwijderen
|
181
180
|
edit: Bewerk
|
182
181
|
invalid_destroy:
|
@@ -421,6 +420,9 @@ nl:
|
|
421
420
|
see_all: Alle vergaderingen bekijken
|
422
421
|
see_all_withdrawn: Bekijk alle afgelaste vergaderingen
|
423
422
|
text_banner: Je bekijkt de lijst van vergaderingen die zijn afgelast door hun maker. %{go_back_link}.
|
423
|
+
meeting:
|
424
|
+
close_meeting: Vergadering sluiten
|
425
|
+
edit_meeting: Vergadering bewerken
|
424
426
|
meetings:
|
425
427
|
upcoming_meetings_warning: Momenteel zijn er geen geplande vergaderingen, maar hier vindt u alle afgelopen vergaderingen.
|
426
428
|
new:
|
data/config/locales/no.yml
CHANGED
@@ -170,7 +170,6 @@
|
|
170
170
|
attachment_collections: Mapper
|
171
171
|
attachments: Vedlegg
|
172
172
|
close: Lukk
|
173
|
-
confirm_destroy: Er du sikker på at du vil slette dette møtet?
|
174
173
|
destroy: Slett
|
175
174
|
edit: Rediger
|
176
175
|
invalid_destroy:
|
@@ -393,6 +392,9 @@
|
|
393
392
|
index:
|
394
393
|
click_here: Se alle møter
|
395
394
|
new_meeting: Nytt møte
|
395
|
+
meeting:
|
396
|
+
close_meeting: Lukk møte
|
397
|
+
edit_meeting: Rediger møte
|
396
398
|
meetings:
|
397
399
|
upcoming_meetings_warning: For øyeblikket er det ingen planlagte møter, men her kan du finne alle de forrige møtene oppført.
|
398
400
|
registration_confirm:
|
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
@@ -110,7 +110,7 @@ pt-BR:
|
|
110
110
|
'false': Passado
|
111
111
|
'true': Próximos
|
112
112
|
scope_id_eq:
|
113
|
-
label:
|
113
|
+
label: Âmbito
|
114
114
|
with_any_origin:
|
115
115
|
label: Origem
|
116
116
|
values:
|
@@ -159,7 +159,7 @@ pt-BR:
|
|
159
159
|
maps_enabled: Mapas ativados
|
160
160
|
registration_code_enabled: Código de registro habilitado
|
161
161
|
resources_permissions_enabled: Permissões de ações podem ser definidas para cada encontro
|
162
|
-
scope_id:
|
162
|
+
scope_id: Âmbito
|
163
163
|
scopes_enabled: Escopos habilitados
|
164
164
|
terms_and_conditions_url_for_meeting_creators: URL de Termos e condições para criadores da reunião
|
165
165
|
step:
|
@@ -234,7 +234,6 @@ pt-BR:
|
|
234
234
|
attachment_collections: Pastas
|
235
235
|
attachments: Anexos
|
236
236
|
close: Fechar
|
237
|
-
confirm_destroy: Deseja mesmo excluir este encontro?
|
238
237
|
destroy: Excluir
|
239
238
|
edit: Editar
|
240
239
|
invalid_destroy:
|
@@ -404,7 +403,7 @@ pt-BR:
|
|
404
403
|
update: "%{user_name} atualizou o questionário para a reunião %{meeting_name}"
|
405
404
|
application_helper:
|
406
405
|
filter_category_values:
|
407
|
-
all:
|
406
|
+
all: Tudo
|
408
407
|
filter_meeting_space_values:
|
409
408
|
all: Todos
|
410
409
|
calendar:
|
@@ -523,9 +522,9 @@ pt-BR:
|
|
523
522
|
see_all_withdrawn: Veja todas as reuniões retiradas
|
524
523
|
text_banner: Você está vendo a lista de reuniões retiradas por seus autores. %{go_back_link}.
|
525
524
|
meeting:
|
526
|
-
close_meeting:
|
525
|
+
close_meeting: Reunião próxima
|
527
526
|
edit_close_meeting: Editar relatório da reunião
|
528
|
-
edit_meeting: Editar
|
527
|
+
edit_meeting: Editar reuniões
|
529
528
|
join_meeting: Participe da reunião
|
530
529
|
meetings:
|
531
530
|
no_meetings_warning: Nenhuma reunião corresponde aos seus critérios de pesquisa ou não há nenhuma reunião agendada.
|
data/config/locales/pt.yml
CHANGED
@@ -171,7 +171,6 @@ pt:
|
|
171
171
|
attachment_collections: Pastas
|
172
172
|
attachments: Anexos
|
173
173
|
close: Fechar
|
174
|
-
confirm_destroy: Tem a certeza de que deseja eliminar esta reunião?
|
175
174
|
destroy: Eliminar
|
176
175
|
edit: Editar
|
177
176
|
invalid_destroy:
|
@@ -305,6 +304,9 @@ pt:
|
|
305
304
|
value_types:
|
306
305
|
organizer_presenter:
|
307
306
|
not_found: 'O(A) organizador(a) não foi encontrado(a) na base de dados (ID: %{id})'
|
307
|
+
application_helper:
|
308
|
+
filter_category_values:
|
309
|
+
all: Todos
|
308
310
|
calendar_modal:
|
309
311
|
calendar_url: URL do calendário
|
310
312
|
export_calendar: Exportar calendário
|
@@ -380,6 +382,9 @@ pt:
|
|
380
382
|
select_a_registration_type: Por favor seleccione um tipo de registo
|
381
383
|
index:
|
382
384
|
new_meeting: Nova reunião
|
385
|
+
meeting:
|
386
|
+
close_meeting: Encerrar reunião
|
387
|
+
edit_meeting: Editar reunião
|
383
388
|
meetings:
|
384
389
|
upcoming_meetings_warning: Atualmente, não há reuniões agendadas, mas aqui pode encontrar listadas todas as reuniões passadas.
|
385
390
|
new:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -206,7 +206,6 @@ ro:
|
|
206
206
|
attachment_collections: Dosare
|
207
207
|
attachments: Atașamente
|
208
208
|
close: Închide
|
209
|
-
confirm_destroy: Sigur dorești să ştergi acestă întâlnire?
|
210
209
|
destroy: Ștergere
|
211
210
|
edit: Editare
|
212
211
|
invalid_destroy:
|
@@ -432,6 +431,7 @@ ro:
|
|
432
431
|
all: Toate
|
433
432
|
official: Oficial
|
434
433
|
participants: Participanți
|
434
|
+
user_group: Grupuri
|
435
435
|
search: Caută
|
436
436
|
type: Tip
|
437
437
|
type_values:
|
@@ -456,6 +456,9 @@ ro:
|
|
456
456
|
see_all: Vezi toate întâlnirile
|
457
457
|
see_all_withdrawn: Afișează toate întâlnirile anulate
|
458
458
|
text_banner: Vizualizezi lista de întâlniri anulate de autorii lor. %{go_back_link}.
|
459
|
+
meeting:
|
460
|
+
close_meeting: Închide ședința
|
461
|
+
edit_meeting: Editați ședința
|
459
462
|
meetings:
|
460
463
|
upcoming_meetings_warning: În prezent, nu există întâlniri programate, dar aici se află pe listă toate întâlnirile anterioare.
|
461
464
|
new:
|
@@ -570,7 +573,7 @@ ro:
|
|
570
573
|
participatory_spaces:
|
571
574
|
highlighted_meetings:
|
572
575
|
past_meetings: Întâlniri anterioare
|
573
|
-
see_all: Afișează toate întâlnirile
|
576
|
+
see_all: Afișează toate întâlnirile
|
574
577
|
upcoming_meetings: Întâlniri viitoare
|
575
578
|
resource_links:
|
576
579
|
meetings_through_proposals:
|
data/config/locales/ru.yml
CHANGED
@@ -50,6 +50,12 @@ ru:
|
|
50
50
|
other: Зарегистрировались
|
51
51
|
decidim:
|
52
52
|
admin:
|
53
|
+
filters:
|
54
|
+
meetings:
|
55
|
+
category_id_eq:
|
56
|
+
label: Категория
|
57
|
+
scope_id_eq:
|
58
|
+
label: Охват
|
53
59
|
meeting_copies:
|
54
60
|
create:
|
55
61
|
error: При попытке создать копию этой встречи произошла ошибка.
|
@@ -68,6 +74,7 @@ ru:
|
|
68
74
|
comments_enabled: Комментарии включены
|
69
75
|
default_registration_terms: Условия регистрации по умолчанию
|
70
76
|
resources_permissions_enabled: Для каждой встречи можно задать те или иные разрешения на действия
|
77
|
+
scope_id: Охват
|
71
78
|
step:
|
72
79
|
announcement: Объявление
|
73
80
|
comments_blocked: Комментарии отключены
|
@@ -131,7 +138,6 @@ ru:
|
|
131
138
|
attachment_collections: Папки
|
132
139
|
attachments: Прикрепленные файлы
|
133
140
|
close: Закрыть
|
134
|
-
confirm_destroy: Вы действительно хотите удалить эту встречу?
|
135
141
|
destroy: Удалить
|
136
142
|
edit: Редактировать
|
137
143
|
preview: Предпросмотр
|
@@ -258,6 +264,8 @@ ru:
|
|
258
264
|
category: Категория
|
259
265
|
date: Дата
|
260
266
|
search: Поиск
|
267
|
+
meeting:
|
268
|
+
close_meeting: Закрыть встречу
|
261
269
|
meetings:
|
262
270
|
upcoming_meetings_warning: Сейчас нет запланированных встреч, но здесь вы можете найти список всех прошедших встреч.
|
263
271
|
registration_confirm:
|
data/config/locales/sk.yml
CHANGED
@@ -50,6 +50,12 @@ sk:
|
|
50
50
|
other: Registrácie
|
51
51
|
decidim:
|
52
52
|
admin:
|
53
|
+
filters:
|
54
|
+
meetings:
|
55
|
+
category_id_eq:
|
56
|
+
label: Kategória
|
57
|
+
scope_id_eq:
|
58
|
+
label: Rozsah
|
53
59
|
meeting_copies:
|
54
60
|
create:
|
55
61
|
error: Bolo tu chyba, že sa toto stretnutie zdvojnásobila.
|
@@ -69,6 +75,7 @@ sk:
|
|
69
75
|
default_registration_terms: Východiskové podmienky registrácia
|
70
76
|
enable_pads_creation: Povoliť vytvorenie zdieľaného texte
|
71
77
|
resources_permissions_enabled: Nastavenie povolení možno nastaviť pre každú schôdzku
|
78
|
+
scope_id: Rozsah
|
72
79
|
step:
|
73
80
|
announcement: Oznámenie
|
74
81
|
comments_blocked: Komentáre blokované
|
@@ -133,7 +140,6 @@ sk:
|
|
133
140
|
attachment_collections: Zložky
|
134
141
|
attachments: Prílohy
|
135
142
|
close: Zavrieť
|
136
|
-
confirm_destroy: Naozaj chcete túto schôdzku vymazať?
|
137
143
|
destroy: Odstrániť
|
138
144
|
edit: Upraviť
|
139
145
|
preview: Náhľad
|
@@ -271,6 +277,8 @@ sk:
|
|
271
277
|
category: Kategória
|
272
278
|
date: dátum
|
273
279
|
search: Vyhľadávanie
|
280
|
+
meeting:
|
281
|
+
close_meeting: Zatvorte schôdzku
|
274
282
|
meetings:
|
275
283
|
upcoming_meetings_warning: V súčasnosti neexistujú žiadne plánované schôdzky, ale nájdete tu všetky minulé stretnutia.
|
276
284
|
registration_confirm:
|