decidim-meetings 0.23.5 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/decidim_meetings_manifest.js +1 -0
- data/app/assets/javascripts/decidim/meetings/admin/meetings_form.js.es6 +47 -0
- data/app/assets/javascripts/decidim/meetings/meetings_form.js.es6 +45 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings/elements.erb +16 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings/heading.erb +1 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings_cell.rb +27 -0
- data/app/cells/decidim/meetings/join_meeting_button/show.erb +7 -0
- data/app/cells/decidim/meetings/meeting_cell.rb +2 -4
- data/app/cells/decidim/meetings/meeting_highlighted_list_item/show.erb +21 -0
- data/app/cells/decidim/meetings/meeting_highlighted_list_item_cell.rb +10 -0
- data/app/cells/decidim/meetings/meeting_m/address.erb +5 -1
- data/app/cells/decidim/meetings/meeting_m_cell.rb +2 -0
- data/app/cells/decidim/meetings/meeting_url/show.erb +15 -0
- data/app/cells/decidim/meetings/meeting_url_cell.rb +17 -0
- data/app/cells/decidim/meetings/reported_content/show.erb +3 -0
- data/app/cells/decidim/meetings/reported_content_cell.rb +13 -0
- data/app/commands/decidim/meetings/admin/create_meeting.rb +5 -0
- data/app/commands/decidim/meetings/admin/invite_user_to_join_meeting.rb +1 -1
- data/app/commands/decidim/meetings/admin/update_meeting.rb +5 -0
- data/app/commands/decidim/meetings/admin/validate_registration_code.rb +2 -0
- data/app/commands/decidim/meetings/close_meeting.rb +66 -0
- data/app/commands/decidim/meetings/create_meeting.rb +7 -1
- data/app/commands/decidim/meetings/leave_meeting.rb +2 -2
- data/app/commands/decidim/meetings/update_meeting.rb +8 -1
- data/app/controllers/decidim/meetings/admin/application_controller.rb +1 -1
- data/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +2 -2
- data/app/controllers/decidim/meetings/directory/meetings_controller.rb +2 -2
- data/app/controllers/decidim/meetings/meeting_closes_controller.rb +43 -0
- data/app/controllers/decidim/meetings/meetings_controller.rb +9 -5
- data/app/forms/decidim/meetings/admin/close_meeting_form.rb +4 -4
- data/app/forms/decidim/meetings/admin/meeting_form.rb +62 -4
- data/app/forms/decidim/meetings/admin/meeting_registrations_form.rb +14 -4
- data/app/forms/decidim/meetings/close_meeting_form.rb +31 -0
- data/app/forms/decidim/meetings/meeting_form.rb +71 -3
- data/app/helpers/decidim/meetings/application_helper.rb +20 -0
- data/app/helpers/decidim/meetings/map_helper.rb +1 -1
- data/app/models/decidim/meetings/agenda_item.rb +1 -1
- data/app/models/decidim/meetings/meeting.rb +52 -1
- data/app/permissions/decidim/meetings/permissions.rb +12 -2
- data/app/presenters/decidim/meetings/meeting_presenter.rb +33 -0
- data/app/services/decidim/meetings/meeting_search.rb +20 -0
- data/app/views/decidim/meetings/admin/invite_join_meeting_mailer/invite.html.erb +1 -1
- data/app/views/decidim/meetings/admin/invites/index.html.erb +1 -1
- data/app/views/decidim/meetings/admin/meetings/_form.html.erb +31 -1
- data/app/views/decidim/meetings/admin/meetings/edit.html.erb +2 -2
- data/app/views/decidim/meetings/admin/meetings/index.html.erb +23 -1
- data/app/views/decidim/meetings/admin/meetings/new.html.erb +2 -2
- data/app/views/decidim/meetings/admin/minutes/edit.html.erb +1 -1
- data/app/views/decidim/meetings/admin/registrations/edit.html.erb +20 -18
- data/app/views/decidim/meetings/directory/meetings/index.html.erb +1 -0
- data/app/views/decidim/meetings/directory/meetings/index.js.erb +0 -3
- data/app/views/decidim/meetings/meeting_closes/_form.html.erb +7 -0
- data/app/views/decidim/meetings/meeting_closes/edit.html.erb +25 -0
- data/app/views/decidim/meetings/meeting_closes/proposals_picker.html.erb +1 -0
- data/app/views/decidim/meetings/meetings/_filters.html.erb +6 -0
- data/app/views/decidim/meetings/meetings/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/_form.html.erb +36 -2
- data/app/views/decidim/meetings/meetings/_online_meeting_link.html.erb +11 -0
- data/app/views/decidim/meetings/meetings/edit.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/index.js.erb +0 -3
- data/app/views/decidim/meetings/meetings/new.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/show.html.erb +28 -21
- data/app/views/decidim/meetings/registration_mailer/confirmation.html.erb +3 -1
- data/app/views/decidim/participatory_spaces/_upcoming_meeting_for_card.html.erb +1 -1
- data/config/locales/ar.yml +0 -7
- data/config/locales/ca.yml +47 -9
- data/config/locales/cs.yml +49 -11
- data/config/locales/de.yml +45 -7
- data/config/locales/el.yml +0 -10
- data/config/locales/en.yml +47 -9
- data/config/locales/es-MX.yml +47 -9
- data/config/locales/es-PY.yml +47 -9
- data/config/locales/es.yml +47 -9
- data/config/locales/eu.yml +0 -7
- data/config/locales/fi-plain.yml +45 -7
- data/config/locales/fi.yml +47 -9
- data/config/locales/fr-CA.yml +47 -9
- data/config/locales/fr.yml +47 -9
- data/config/locales/gl.yml +0 -11
- data/config/locales/hu.yml +0 -10
- data/config/locales/id-ID.yml +0 -7
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +0 -9
- data/config/locales/ja.yml +0 -9
- data/config/locales/lv.yml +0 -10
- data/config/locales/nl.yml +43 -8
- data/config/locales/no.yml +11 -10
- data/config/locales/pl.yml +47 -9
- data/config/locales/pt-BR.yml +0 -7
- data/config/locales/pt.yml +0 -9
- data/config/locales/ro-RO.yml +47 -9
- data/config/locales/ru.yml +0 -7
- data/config/locales/sk.yml +0 -10
- data/config/locales/sl.yml +0 -4
- data/config/locales/sv.yml +32 -7
- data/config/locales/tr-TR.yml +44 -9
- data/config/locales/uk.yml +0 -6
- data/config/locales/zh-CN.yml +0 -9
- data/db/migrate/20180809134748_add_upcoming_events_as_content_block.rb +1 -1
- data/db/migrate/20201006140511_add_online_meeting_url.rb +7 -0
- data/db/migrate/20201009124057_add_type_of_meeting.rb +7 -0
- data/db/migrate/20201016112641_add_registration_type_and_url_to_meetings.rb +19 -0
- data/db/migrate/20210310120731_add_followable_counter_cache_to_meetings.rb +16 -0
- data/lib/decidim/api/agenda_item_type.rb +22 -0
- data/lib/decidim/api/agenda_type.rb +19 -0
- data/lib/decidim/api/linked_resources_interface.rb +7 -6
- data/lib/decidim/api/meeting_type.rb +63 -0
- data/lib/decidim/api/meetings_type.rb +26 -0
- data/lib/decidim/api/minutes_type.rb +20 -0
- data/{app/types/decidim/meetings → lib/decidim/api}/service_type.rb +4 -4
- data/lib/decidim/api/services_interface.rb +3 -3
- data/lib/decidim/meetings.rb +1 -1
- data/lib/decidim/meetings/api.rb +6 -0
- data/lib/decidim/meetings/component.rb +53 -23
- data/lib/decidim/meetings/engine.rb +3 -17
- data/lib/decidim/meetings/test/factories.rb +16 -3
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +42 -38
- data/app/types/decidim/meetings/agenda_item_type.rb +0 -28
- data/app/types/decidim/meetings/agenda_type.rb +0 -25
- data/app/types/decidim/meetings/meeting_type.rb +0 -65
- data/app/types/decidim/meetings/meetings_type.rb +0 -32
- data/app/types/decidim/meetings/minutes_type.rb +0 -26
- data/app/views/decidim/participatory_processes/participatory_process_groups/_highlighted_meetings.html.erb +0 -15
- data/app/views/decidim/participatory_processes/participatory_process_groups/_meeting.html.erb +0 -10
data/config/locales/no.yml
CHANGED
@@ -21,19 +21,22 @@
|
|
21
21
|
end_time: Sluttid
|
22
22
|
location: Plassering
|
23
23
|
location_hints: Plasseringstips
|
24
|
+
online_meeting_url: Link til nettmøte
|
24
25
|
organizer_gid: Opprett som
|
25
26
|
organizer_id: Planlegger
|
26
27
|
private_meeting: Privat møte
|
27
28
|
registration_form_enabled: Registreringsskjemaet aktivert
|
28
29
|
registration_terms: Registrerings vilkår
|
30
|
+
registration_url: Link til registrering
|
29
31
|
registrations_enabled: Registreringer aktivert
|
30
32
|
start_time: Start-Tid
|
31
33
|
title: Tittel
|
32
34
|
transparent: Privat
|
35
|
+
type_of_meeting: Type møte
|
33
36
|
minutes:
|
34
|
-
audio_url: Audio
|
37
|
+
audio_url: Audio URL
|
35
38
|
description: Beskrivelse
|
36
|
-
video_url: Video
|
39
|
+
video_url: Video URL
|
37
40
|
visible: Er synlig
|
38
41
|
errors:
|
39
42
|
models:
|
@@ -90,6 +93,7 @@
|
|
90
93
|
resources_permissions_enabled: Handlings tillatelser kan settes for hvert møte
|
91
94
|
scope_id: Tema
|
92
95
|
scopes_enabled: Temaer aktivert
|
96
|
+
terms_and_conditions_url_for_meeting_creators: Link til vilkår og betingelser for arrangører
|
93
97
|
step:
|
94
98
|
announcement: Kunngjøring
|
95
99
|
comments_blocked: Kommentarer blokkert
|
@@ -249,7 +253,6 @@
|
|
249
253
|
form:
|
250
254
|
address_help: 'Adresse: brukes av Geocoder for å finne lokasjonen'
|
251
255
|
location_help: 'Plassering: melding rettet til brukerne som antyder stedet å møte på'
|
252
|
-
location_hints_help: 'Plasseringstips: tilleggsinfo. Eksempel: gulvet i bygningen'
|
253
256
|
index:
|
254
257
|
title: Møter
|
255
258
|
new:
|
@@ -352,6 +355,11 @@
|
|
352
355
|
subject: Registrering av møtet ditt er bekreftet
|
353
356
|
meeting:
|
354
357
|
not_allowed: Du er ikke tillatt å se dette møtet
|
358
|
+
meeting_closes:
|
359
|
+
edit:
|
360
|
+
back: Tilbake
|
361
|
+
close: Avslutt møte
|
362
|
+
title: Avslutt møte
|
355
363
|
meetings:
|
356
364
|
count:
|
357
365
|
meetings_count:
|
@@ -377,8 +385,6 @@
|
|
377
385
|
filter: Filter
|
378
386
|
filter_by: Filtrer etter
|
379
387
|
unfold: Åpne
|
380
|
-
form:
|
381
|
-
location_hints_help: 'Plasseringstips: tilleggsinfo. Eksempel: gulvet i bygningen'
|
382
388
|
meeting_minutes:
|
383
389
|
meeting_minutes: Møte referater
|
384
390
|
related_information: Relatert Informasjon
|
@@ -452,11 +458,6 @@
|
|
452
458
|
description: Antall møter opprettet
|
453
459
|
object: møter
|
454
460
|
title: Møter
|
455
|
-
participatory_processes:
|
456
|
-
participatory_process_groups:
|
457
|
-
highlighted_meetings:
|
458
|
-
past_meetings: Tidligere møter
|
459
|
-
upcoming_meetings: Kommende møter
|
460
461
|
participatory_spaces:
|
461
462
|
highlighted_meetings:
|
462
463
|
past_meetings: Tidligere møter
|
data/config/locales/pl.yml
CHANGED
@@ -21,19 +21,22 @@ pl:
|
|
21
21
|
end_time: Czas zakończenia
|
22
22
|
location: Miejsce
|
23
23
|
location_hints: Wskazówki co do miejsca
|
24
|
+
online_meeting_url: Adres URL spotkania online
|
24
25
|
organizer_gid: Utwórz jako
|
25
26
|
organizer_id: Organizator
|
26
27
|
private_meeting: Prywatne spotkanie
|
27
28
|
registration_form_enabled: Włączono formularz rejestracyjny
|
28
29
|
registration_terms: Warunki rejestracji
|
30
|
+
registration_url: Adres URL rejestracji
|
29
31
|
registrations_enabled: Rejestracje włączone
|
30
32
|
start_time: Czas rozpoczęcia
|
31
33
|
title: Tytuł
|
32
34
|
transparent: Transparentny
|
35
|
+
type_of_meeting: Typ
|
33
36
|
minutes:
|
34
|
-
audio_url: Adres URL
|
37
|
+
audio_url: Adres URL audio
|
35
38
|
description: Opis
|
36
|
-
video_url: Adres URL
|
39
|
+
video_url: Adres URL wideo
|
37
40
|
visible: Jest widoczne
|
38
41
|
errors:
|
39
42
|
models:
|
@@ -93,9 +96,11 @@ pl:
|
|
93
96
|
creation_enabled_for_participants: Uczestnicy mogą tworzyć spotkania
|
94
97
|
default_registration_terms: Domyślne warunki rejestracji
|
95
98
|
enable_pads_creation: Włącz tworzenie klocków
|
99
|
+
registration_code_enabled: Włączono formularz rejestracyjny
|
96
100
|
resources_permissions_enabled: Uprawnienia działań można ustawić dla każdego spotkania
|
97
101
|
scope_id: Zakres
|
98
102
|
scopes_enabled: Zakresy włączone
|
103
|
+
terms_and_conditions_url_for_meeting_creators: Adres URL Regulaminu dla twórców spotkania
|
99
104
|
step:
|
100
105
|
announcement: Ogłoszenie
|
101
106
|
comments_blocked: Komentarze zablokowane
|
@@ -210,6 +215,7 @@ pl:
|
|
210
215
|
invalid: Wystąpił błąd podczas aktualizowania tego programu
|
211
216
|
success: Program został zaktualizowany
|
212
217
|
exports:
|
218
|
+
meeting_comments: Komentarze
|
213
219
|
meetings: Spotkania
|
214
220
|
registrations: Rejestracje
|
215
221
|
invite_join_meeting_mailer:
|
@@ -259,11 +265,18 @@ pl:
|
|
259
265
|
other: Nie można usunąć spotkania ponieważ ma ono %{count} powiązanych propozycji
|
260
266
|
success: Spotkanie zostało pomyślnie usunięte
|
261
267
|
edit:
|
268
|
+
title: Edytuj spotkanie
|
262
269
|
update: Aktualizuj
|
263
270
|
form:
|
264
271
|
address_help: 'Adres: używany przez Geocoder do znalezienia lokalizacji'
|
272
|
+
available_slots_help: Pozostaw 0, jeśli masz dostęp do nieograniczonej liczby miejsc
|
273
|
+
disclaimer: 'Uwaga: Korzystając z zewnętrznego systemu uwierzytelniania, jesteś świadomy, że organizatorzy %{organization} nie są odpowiedzialni za dane dostarczone przez użytkowników usługi zewnętrznej.'
|
265
274
|
location_help: 'Lokalizacja: informacja dla użytkowników dotycząca miejsca spotkania'
|
266
|
-
location_hints_help: 'Wskazówki dotyczące lokalizacji: dodatkowe informacje. Przykład: piętro budynku'
|
275
|
+
location_hints_help: 'Wskazówki dotyczące lokalizacji: dodatkowe informacje. Przykład: piętro budynku, jeśli jest to spotkanie fizyczne, lub hasło do spotkania, jeśli odbywa się ono online i ma ograniczony dostępem.'
|
276
|
+
online_meeting_url_help: 'Link: zezwól uczestnikom na bezpośredni dostęp do Twojego spotkania'
|
277
|
+
registration_url_help: 'Link: zezwól użytkownikom na korzystanie z usługi zewnętrznej, której używasz do rejestracji'
|
278
|
+
select_a_meeting_type: Wybierz typ spotkania
|
279
|
+
select_a_registration_type: Wybierz typ rejestracji
|
267
280
|
index:
|
268
281
|
title: Spotkania
|
269
282
|
new:
|
@@ -287,6 +300,7 @@ pl:
|
|
287
300
|
invalid: Podczas tworzenia tego protokołu błąd
|
288
301
|
success: Protokół został utworzony
|
289
302
|
edit:
|
303
|
+
title: Edytuj protokół
|
290
304
|
update: Aktualizuj
|
291
305
|
new:
|
292
306
|
create: Utwórz
|
@@ -370,6 +384,11 @@ pl:
|
|
370
384
|
subject: Twoja rejestracja na spotkanie została potwierdzona
|
371
385
|
meeting:
|
372
386
|
not_allowed: Nie możesz zobaczyć tego spotkania
|
387
|
+
meeting_closes:
|
388
|
+
edit:
|
389
|
+
back: Wróć
|
390
|
+
close: Zakończ spotkanie
|
391
|
+
title: Zakończ spotkanie
|
373
392
|
meetings:
|
374
393
|
count:
|
375
394
|
meetings_count:
|
@@ -385,12 +404,15 @@ pl:
|
|
385
404
|
title: Edytuj swoje spotkanie
|
386
405
|
update: Aktualizuj
|
387
406
|
filters:
|
407
|
+
activity: Moja aktywność
|
408
|
+
all: Wszystko
|
388
409
|
category: Kategoria
|
389
410
|
date: Data
|
390
411
|
date_values:
|
391
412
|
all: Wszystkie
|
392
413
|
past: Przeszłe
|
393
414
|
upcoming: Nadchodzące
|
415
|
+
my_meetings: Moje spotkania
|
394
416
|
origin: Źródło
|
395
417
|
origin_values:
|
396
418
|
all: Wszystkie
|
@@ -399,6 +421,12 @@ pl:
|
|
399
421
|
user_groups: Grupy
|
400
422
|
scope: Zakres
|
401
423
|
search: Szukaj
|
424
|
+
type: Typ
|
425
|
+
type_values:
|
426
|
+
all: Wszystko
|
427
|
+
hybrid: Oba
|
428
|
+
in_person: Osobiście
|
429
|
+
online: Online
|
402
430
|
filters_small_view:
|
403
431
|
close_modal: Zamknij okno
|
404
432
|
filter: Filtruj
|
@@ -406,10 +434,16 @@ pl:
|
|
406
434
|
unfold: Rozwiń
|
407
435
|
form:
|
408
436
|
address_help: 'Adres: używany przez Geocodera do znalezienia lokalizacji'
|
437
|
+
available_slots_help: Zostaw 0 jeśli masz nieograniczoną liczbę dostępnych miejsc
|
409
438
|
create_as: Utwórz spotkanie jako
|
439
|
+
disclaimer: 'Uwaga: Korzystając z zewnętrznego systemu uwierzytelniania, jesteś świadomy, że organizatorzy %{organization} nie są odpowiedzialni za dane dostarczone przez użytkowników usługi zewnętrznej.'
|
410
440
|
location_help: 'Lokalizacja: informacja dla użytkowników dotycząca miejsca spotkania'
|
411
|
-
location_hints_help: 'Wskazówki dotyczące lokalizacji: dodatkowe informacje. Przykład: piętro budynku'
|
441
|
+
location_hints_help: 'Wskazówki dotyczące lokalizacji: dodatkowe informacje. Przykład: piętro budynku, jeśli jest to spotkanie fizyczne, lub hasło do spotkania, jeśli odbywa się ono online i ma ograniczony dostępem.'
|
442
|
+
online_meeting_url_help: 'Link: zezwól uczestnikom na bezpośredni dostęp do Twojego spotkania'
|
443
|
+
registration_url_help: 'Link: zezwól uczestnikom na korzystanie z usługi zewnętrznej, której używasz do rejestracji'
|
412
444
|
select_a_category: Wybierz kategorię
|
445
|
+
select_a_meeting_type: Wybierz typ spotkania
|
446
|
+
select_a_registration_type: Wybierz typ rejestracji
|
413
447
|
index:
|
414
448
|
new_meeting: Nowe spotkanie
|
415
449
|
meeting_minutes:
|
@@ -428,6 +462,7 @@ pl:
|
|
428
462
|
show:
|
429
463
|
attendees: Liczba osób biorących udział
|
430
464
|
back: Powrót do listy
|
465
|
+
close_meeting: Zakończ spotkanie
|
431
466
|
contributions: Liczba wsparć
|
432
467
|
date: Data
|
433
468
|
edit_meeting: Edytuj spotkanie
|
@@ -476,6 +511,10 @@ pl:
|
|
476
511
|
confirmed_html: Twoja rejestracja na spotkanie <a href="%{url}">%{title}</a> została zatwierdzona.
|
477
512
|
details: Szczegóły spotkania znajdą Państwo w załączniku.
|
478
513
|
registration_code: Twój kod rejestracyjny to %{code}.
|
514
|
+
registration_type:
|
515
|
+
on_different_platform: Na innej platformie
|
516
|
+
on_this_platform: Na tej platformie
|
517
|
+
registration_disabled: Rejestracja wyłączona
|
479
518
|
registrations:
|
480
519
|
create:
|
481
520
|
invalid: Wystąpił błąd podczas dołączania do spotkania.
|
@@ -486,6 +525,10 @@ pl:
|
|
486
525
|
destroy:
|
487
526
|
invalid: Wystąpił błąd podczas próby opuszczenia tego spotkania.
|
488
527
|
success: Opuściłeś spotkanie.
|
528
|
+
type_of_meeting:
|
529
|
+
hybrid: Oba
|
530
|
+
in_person: Osobiście
|
531
|
+
online: Online
|
489
532
|
types:
|
490
533
|
private_meeting: Prywatne spotkanie
|
491
534
|
transparent: Transparentne
|
@@ -496,11 +539,6 @@ pl:
|
|
496
539
|
description: Liczba utworzonych spotkań
|
497
540
|
object: spotkania
|
498
541
|
title: Spotkania
|
499
|
-
participatory_processes:
|
500
|
-
participatory_process_groups:
|
501
|
-
highlighted_meetings:
|
502
|
-
past_meetings: Przeszłe spotkania
|
503
|
-
upcoming_meetings: Nadchodzące spotkania
|
504
542
|
participatory_spaces:
|
505
543
|
highlighted_meetings:
|
506
544
|
past_meetings: Przeszłe spotkania
|
data/config/locales/pt-BR.yml
CHANGED
@@ -29,9 +29,7 @@ pt:
|
|
29
29
|
title: Título
|
30
30
|
transparent: Transparente
|
31
31
|
minutes:
|
32
|
-
audio_url: URL de áudio
|
33
32
|
description: Descrição
|
34
|
-
video_url: URL do vídeo
|
35
33
|
visible: É visível
|
36
34
|
errors:
|
37
35
|
models:
|
@@ -414,11 +412,6 @@ pt:
|
|
414
412
|
description: Número de reuniões criadas
|
415
413
|
object: reuniões
|
416
414
|
title: Reuniões
|
417
|
-
participatory_processes:
|
418
|
-
participatory_process_groups:
|
419
|
-
highlighted_meetings:
|
420
|
-
past_meetings: Reuniões anteriores
|
421
|
-
upcoming_meetings: Próximos encontros
|
422
415
|
participatory_spaces:
|
423
416
|
highlighted_meetings:
|
424
417
|
past_meetings: Reuniões anteriores
|
data/config/locales/pt.yml
CHANGED
@@ -31,9 +31,7 @@ pt:
|
|
31
31
|
title: Título
|
32
32
|
transparent: Transparente
|
33
33
|
minutes:
|
34
|
-
audio_url: Url de áudio
|
35
34
|
description: Descrição
|
36
|
-
video_url: Url do vídeo
|
37
35
|
visible: Está visível
|
38
36
|
errors:
|
39
37
|
models:
|
@@ -251,7 +249,6 @@ pt:
|
|
251
249
|
form:
|
252
250
|
address_help: 'Endereço: utilizado por Geocoder para encontrar a localização'
|
253
251
|
location_help: 'Localização: mensagem direcionada para os utilizadores indicando o local de encontro'
|
254
|
-
location_hints_help: 'Dicas de localização: informação adicional. Exemplo: o piso do edifício'
|
255
252
|
index:
|
256
253
|
title: Reuniões
|
257
254
|
new:
|
@@ -391,7 +388,6 @@ pt:
|
|
391
388
|
address_help: 'Endereço: utilizado pelo Geocoder para encontrar a localização'
|
392
389
|
create_as: Criar reunião como
|
393
390
|
location_help: 'Localização: mensagem direcionada aos utilizadores sugerindo o local onde se encontrarem'
|
394
|
-
location_hints_help: 'Dicas de localização: informação adicional. Exemplo: o piso do edifício'
|
395
391
|
select_a_category: Por favor selecione uma categoria
|
396
392
|
index:
|
397
393
|
new_meeting: Nova reunião
|
@@ -477,11 +473,6 @@ pt:
|
|
477
473
|
description: Número de reuniões criadas
|
478
474
|
object: reuniões
|
479
475
|
title: Reuniões
|
480
|
-
participatory_processes:
|
481
|
-
participatory_process_groups:
|
482
|
-
highlighted_meetings:
|
483
|
-
past_meetings: Reuniões passadas
|
484
|
-
upcoming_meetings: Próximas reuniões
|
485
476
|
participatory_spaces:
|
486
477
|
highlighted_meetings:
|
487
478
|
past_meetings: Reuniões passadas
|
data/config/locales/ro-RO.yml
CHANGED
@@ -21,19 +21,22 @@ ro:
|
|
21
21
|
end_time: Ora de încheiere
|
22
22
|
location: Locaţie
|
23
23
|
location_hints: Sugestii de localizare
|
24
|
+
online_meeting_url: URL-ul întâlnirii online
|
24
25
|
organizer_gid: Creează ca
|
25
26
|
organizer_id: Organizator
|
26
27
|
private_meeting: Întâlnire privată
|
27
28
|
registration_form_enabled: Formular de înregistrare activat
|
28
29
|
registration_terms: Termeni de înregistrare
|
30
|
+
registration_url: URL înregistrare
|
29
31
|
registrations_enabled: Înregistrări activate
|
30
32
|
start_time: Ora de începere
|
31
33
|
title: Titlu
|
32
34
|
transparent: Transparență
|
35
|
+
type_of_meeting: Tip
|
33
36
|
minutes:
|
34
|
-
audio_url:
|
37
|
+
audio_url: URL audio
|
35
38
|
description: Descriere
|
36
|
-
video_url:
|
39
|
+
video_url: URL video
|
37
40
|
visible: Este vizibil
|
38
41
|
errors:
|
39
42
|
models:
|
@@ -90,9 +93,11 @@ ro:
|
|
90
93
|
creation_enabled_for_participants: Participanții pot crea întâlniri
|
91
94
|
default_registration_terms: Condiții de înregistrare implicite
|
92
95
|
enable_pads_creation: Activează crearea de pad-uri
|
96
|
+
registration_code_enabled: Cod de înregistrare activat
|
93
97
|
resources_permissions_enabled: Permisiunile de acțiuni pot fi setate pentru fiecare întâlnire
|
94
98
|
scope_id: Domeniu de interes
|
95
99
|
scopes_enabled: Domenii de interes activate
|
100
|
+
terms_and_conditions_url_for_meeting_creators: URL condiții pentru întrunirea creatorilor
|
96
101
|
step:
|
97
102
|
announcement: Anunţ
|
98
103
|
comments_blocked: Comentarii blocate
|
@@ -206,6 +211,7 @@ ro:
|
|
206
211
|
invalid: A apărut o eroare la actualizarea acestei agende
|
207
212
|
success: Agendă actualizată cu succes
|
208
213
|
exports:
|
214
|
+
meeting_comments: Comentarii
|
209
215
|
meetings: Întâlniri
|
210
216
|
registrations: Înregistrări
|
211
217
|
invite_join_meeting_mailer:
|
@@ -254,11 +260,18 @@ ro:
|
|
254
260
|
other: Întâlnirile nu pot fi eliminate deoarece au %{count} propuneri asociate
|
255
261
|
success: Şedinţa a fost ştearsă
|
256
262
|
edit:
|
263
|
+
title: Editați ședința
|
257
264
|
update: Actualizare
|
258
265
|
form:
|
259
266
|
address_help: 'Adresă: utilizată de Geocoder pentru a găsi locaţia'
|
267
|
+
available_slots_help: Lăsați la 0 dacă aveți locuri nelimitate disponibile
|
268
|
+
disclaimer: 'Declinare: Prin utilizarea unui sistem extern de înregistrare, știți că organizatorii %{organization} nu sunt responsabili pentru datele furnizate de utilizatori serviciului extern.'
|
260
269
|
location_help: 'Locație: mesaj direcționat către utilizatori care implică locul la care să se întâlnească'
|
261
|
-
location_hints_help: '
|
270
|
+
location_hints_help: 'Sugestii privind locaţia: informaţii suplimentare. Exemplu: podeaua clădirii dacă este o întâlnire interpersonală, sau dacă este vorba de o întâlnire online cu acces restrâns.'
|
271
|
+
online_meeting_url_help: 'Link: permiteți participanților să se conecteze direct la întâlnirea dvs'
|
272
|
+
registration_url_help: 'Link: permiteți participanților să acceseze serviciul extern pe care îl utilizați pentru înregistrare'
|
273
|
+
select_a_meeting_type: Vă rugăm să selectați un tip de ședință
|
274
|
+
select_a_registration_type: Vă rugăm să selectaţi un tip de înregistrare
|
262
275
|
index:
|
263
276
|
title: Întâlniri
|
264
277
|
new:
|
@@ -282,6 +295,7 @@ ro:
|
|
282
295
|
invalid: A apărut o problemă la crearea acestui minut
|
283
296
|
success: Minute create cu succes
|
284
297
|
edit:
|
298
|
+
title: Editare minute
|
285
299
|
update: Actualizare
|
286
300
|
new:
|
287
301
|
create: Crează
|
@@ -364,6 +378,11 @@ ro:
|
|
364
378
|
subject: Înregistrarea întâlnirii dvs. a fost confirmată
|
365
379
|
meeting:
|
366
380
|
not_allowed: Nu aveţi permisiunea să vizualizaţi această întâlnire
|
381
|
+
meeting_closes:
|
382
|
+
edit:
|
383
|
+
back: Înapoi
|
384
|
+
close: Închide ședința
|
385
|
+
title: Închide ședința
|
367
386
|
meetings:
|
368
387
|
count:
|
369
388
|
meetings_count:
|
@@ -378,12 +397,15 @@ ro:
|
|
378
397
|
title: Editează-ți ședința
|
379
398
|
update: Actualizare
|
380
399
|
filters:
|
400
|
+
activity: Activitatea mea
|
401
|
+
all: Toate
|
381
402
|
category: Categorie
|
382
403
|
date: Data
|
383
404
|
date_values:
|
384
405
|
all: Toate
|
385
406
|
past: Trecute
|
386
407
|
upcoming: Urmează
|
408
|
+
my_meetings: Întâlnirile mele
|
387
409
|
origin: Origine
|
388
410
|
origin_values:
|
389
411
|
all: Toate
|
@@ -392,6 +414,12 @@ ro:
|
|
392
414
|
user_groups: Grupuri
|
393
415
|
scope: Domeniu
|
394
416
|
search: Caută
|
417
|
+
type: Tipul
|
418
|
+
type_values:
|
419
|
+
all: Toate
|
420
|
+
hybrid: Ambele
|
421
|
+
in_person: În persoană
|
422
|
+
online: Online
|
395
423
|
filters_small_view:
|
396
424
|
close_modal: Închide fereastra
|
397
425
|
filter: Filtrare
|
@@ -399,10 +427,16 @@ ro:
|
|
399
427
|
unfold: Desfășurat
|
400
428
|
form:
|
401
429
|
address_help: 'Adresă: utilizată de Geocoder pentru a găsi locaţia'
|
430
|
+
available_slots_help: Lăsați această opțiune la 0 dacă aveți sloturi disponibile nelimitate
|
402
431
|
create_as: Creaza o sedinta ca
|
432
|
+
disclaimer: 'Declinare: Prin utilizarea unui sistem extern de înregistrare, știți că organizatorii %{organization} nu sunt responsabili pentru datele furnizate de utilizatori serviciului extern.'
|
403
433
|
location_help: 'Locație: mesaj direcționat către utilizatori care implică locul la care să se întâlnească'
|
404
|
-
location_hints_help: '
|
434
|
+
location_hints_help: 'Sugestii privind locaţia: informaţii suplimentare. Exemplu: podeaua clădirii dacă este o întâlnire interpersonală, sau dacă este vorba de o întâlnire online cu acces restrâns.'
|
435
|
+
online_meeting_url_help: 'Link: permiteți participanților să se conecteze direct la întâlnirea dvs'
|
436
|
+
registration_url_help: 'Link: permiteți participanților să acceseze serviciul extern pe care îl utilizați pentru înregistrare'
|
405
437
|
select_a_category: Vă rugăm să selectaţi o categorie
|
438
|
+
select_a_meeting_type: Vă rugăm să selectați un tip de ședință
|
439
|
+
select_a_registration_type: Vă rugăm să selectaţi un tip de înregistrare
|
406
440
|
index:
|
407
441
|
new_meeting: Ședință nouă
|
408
442
|
meeting_minutes:
|
@@ -421,6 +455,7 @@ ro:
|
|
421
455
|
show:
|
422
456
|
attendees: Numărul participanților
|
423
457
|
back: Înapoi la listă
|
458
|
+
close_meeting: Închide ședința
|
424
459
|
contributions: Număr de contribuții
|
425
460
|
date: Data
|
426
461
|
edit_meeting: Editați ședința
|
@@ -468,6 +503,10 @@ ro:
|
|
468
503
|
confirmed_html: Înregistrarea dvs. pentru ședința <a href="%{url}">%{title}</a> a fost confirmată.
|
469
504
|
details: Detaliile şedinţei vor fi găsite în ataşament.
|
470
505
|
registration_code: Codul dvs. de înregistrare este %{code}.
|
506
|
+
registration_type:
|
507
|
+
on_different_platform: Pe o platformă diferită
|
508
|
+
on_this_platform: Pe această platformă
|
509
|
+
registration_disabled: Înregistrare Dezactivată
|
471
510
|
registrations:
|
472
511
|
create:
|
473
512
|
invalid: A apărut o problemă la această întâlnire.
|
@@ -478,6 +517,10 @@ ro:
|
|
478
517
|
destroy:
|
479
518
|
invalid: A existat o problemă la părăsirea acestei reuniuni.
|
480
519
|
success: Ai părăsit şedinţa cu succes.
|
520
|
+
type_of_meeting:
|
521
|
+
hybrid: Ambele
|
522
|
+
in_person: În persoană
|
523
|
+
online: Online
|
481
524
|
types:
|
482
525
|
private_meeting: Întâlnire privată
|
483
526
|
transparent: Transparență
|
@@ -488,11 +531,6 @@ ro:
|
|
488
531
|
description: Numărul de şedinţe create
|
489
532
|
object: ședințe
|
490
533
|
title: Întâlniri
|
491
|
-
participatory_processes:
|
492
|
-
participatory_process_groups:
|
493
|
-
highlighted_meetings:
|
494
|
-
past_meetings: Întâlniri anterioare
|
495
|
-
upcoming_meetings: Întâlniri viitoare
|
496
534
|
participatory_spaces:
|
497
535
|
highlighted_meetings:
|
498
536
|
past_meetings: Întâlniri anterioare
|