decidim-meetings 0.21.0 → 0.22.0
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/images/decidim/gamification/badges/attended_meetings.svg +1 -106
- data/app/assets/images/decidim/meetings/icon.svg +1 -5
- data/app/assets/javascripts/decidim/meetings/admin/destroy_meeting_alert.js.es6 +16 -0
- data/app/cells/decidim/meetings/highlighted_meetings_for_component/show.erb +7 -7
- data/app/cells/decidim/meetings/join_meeting_button/show.erb +2 -2
- data/app/cells/decidim/meetings/meeting_cell.rb +2 -1
- data/app/cells/decidim/meetings/meeting_list_item/show.erb +3 -3
- data/app/cells/decidim/meetings/meeting_list_item_cell.rb +1 -1
- data/app/cells/decidim/meetings/meeting_m/date.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m/footer.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m/multiple_dates.erb +1 -1
- data/app/cells/decidim/meetings/meeting_m_cell.rb +2 -2
- data/app/cells/decidim/meetings/meeting_s/show.erb +6 -6
- data/app/commands/decidim/meetings/admin/destroy_meeting.rb +6 -1
- data/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +2 -0
- data/app/controllers/decidim/meetings/admin/meetings_controller.rb +10 -0
- data/app/forms/decidim/meetings/admin/close_meeting_form.rb +7 -1
- data/app/helpers/decidim/meetings/application_helper.rb +1 -0
- data/app/helpers/decidim/meetings/map_helper.rb +2 -1
- data/app/helpers/decidim/meetings/meetings_helper.rb +1 -1
- data/app/models/decidim/meetings/meeting.rb +11 -0
- data/app/presenters/decidim/meetings/meeting_presenter.rb +14 -3
- data/app/queries/decidim/meetings/metrics/meetings_metric_manage.rb +2 -8
- data/app/services/decidim/meetings/calendar/meeting_to_event.rb +1 -1
- data/app/views/decidim/meetings/_calendar_modal.html.erb +4 -4
- data/app/views/decidim/meetings/admin/invites/index.html.erb +2 -2
- data/app/views/decidim/meetings/admin/meeting_closes/_form.html.erb +1 -6
- data/app/views/decidim/meetings/admin/meeting_closes/proposals_picker.html.erb +1 -0
- data/app/views/decidim/meetings/admin/meetings/_form.html.erb +1 -1
- data/app/views/decidim/meetings/admin/meetings/index.html.erb +18 -1
- data/app/views/decidim/meetings/admin/registrations/_form.html.erb +4 -0
- data/app/views/decidim/meetings/directory/meetings/index.html.erb +5 -3
- data/app/views/decidim/meetings/meetings/_filters.html.erb +12 -4
- data/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +2 -2
- data/app/views/decidim/meetings/meetings/_meeting_agenda.html.erb +2 -2
- data/app/views/decidim/meetings/meetings/_meeting_minutes.html.erb +8 -8
- data/app/views/decidim/meetings/meetings/index.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/show.html.erb +13 -4
- data/app/views/decidim/participatory_processes/participatory_process_groups/_meeting.html.erb +2 -2
- data/app/views/decidim/participatory_spaces/_conference_venues.html.erb +1 -1
- data/app/views/decidim/participatory_spaces/_upcoming_meeting_for_card.html.erb +1 -3
- data/config/locales/bg-BG.yml +29 -0
- data/config/locales/ca.yml +11 -0
- data/config/locales/cs.yml +15 -0
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +15 -0
- data/config/locales/el.yml +453 -0
- data/config/locales/en.yml +12 -1
- data/config/locales/es-MX.yml +13 -2
- data/config/locales/es-PY.yml +13 -2
- data/config/locales/es.yml +12 -1
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/eu.yml +2 -2
- data/config/locales/fi-plain.yml +11 -0
- data/config/locales/fi.yml +39 -28
- data/config/locales/fr-CA.yml +454 -0
- data/config/locales/fr.yml +3 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +11 -2
- data/config/locales/is-IS.yml +0 -2
- data/config/locales/it.yml +12 -1
- data/config/locales/ja-JP.yml +455 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +452 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +5 -2
- data/config/locales/no.yml +1 -1
- data/config/locales/pl.yml +20 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +186 -171
- data/config/locales/ro-RO.yml +459 -0
- data/config/locales/sk-SK.yml +463 -0
- data/config/locales/sk.yml +463 -0
- data/config/locales/sl.yml +10 -0
- data/config/locales/sr-CS.yml +13 -0
- data/config/locales/sv.yml +11 -5
- data/config/locales/uk.yml +0 -2
- data/db/migrate/20200320105922_index_foreign_keys_in_decidim_meetings_registrations.rb +7 -0
- data/lib/decidim/meetings/admin_engine.rb +3 -1
- data/lib/decidim/meetings/engine.rb +0 -4
- data/lib/decidim/meetings/seeds/city.jpeg +0 -0
- data/lib/decidim/meetings/version.rb +1 -1
- data/lib/tasks/decidim_meetings.rake +16 -0
- metadata +41 -16
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -283,6 +283,7 @@ nl:
|
|
283
283
|
form:
|
284
284
|
available_slots_help: Laat het op 0 indien u onbeperkt beschikbare plaatsen hebt.
|
285
285
|
invites: Uitnodigingen
|
286
|
+
recommendation_message: Om privacyredenen raden we je aan dit inscriptformulier te verwijderen als je het niet meer nodig hebt. Standaard is dit 3 maanden na afloop van de vergadering.
|
286
287
|
registration_form: Registratieformulier
|
287
288
|
registrations_count:
|
288
289
|
one: Er is %{count} registratie geweest.
|
@@ -349,9 +350,9 @@ nl:
|
|
349
350
|
category: Categorie
|
350
351
|
category_prompt: Kies een categorie
|
351
352
|
date: Datum
|
352
|
-
past:
|
353
|
+
past: Verleden
|
353
354
|
search: Zoeken
|
354
|
-
upcoming:
|
355
|
+
upcoming: Aankomende
|
355
356
|
filters_small_view:
|
356
357
|
close_modal: Sluit modaal
|
357
358
|
filter: Filter
|
@@ -368,7 +369,9 @@ nl:
|
|
368
369
|
confirm: Bevestigen
|
369
370
|
show:
|
370
371
|
attendees: Aantal deelnemers
|
372
|
+
back: Terug naar het overzicht
|
371
373
|
contributions: Aantal bijdragen
|
374
|
+
date: 'Datum:'
|
372
375
|
going: Gaat
|
373
376
|
join: Deelnemen aan bijeenkomst
|
374
377
|
meeting_report: Bijeenkomst verslag
|
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
@@ -159,6 +159,12 @@ pl:
|
|
159
159
|
confirm_destroy: Czy na pewno chcesz usunąć to spotkanie?
|
160
160
|
destroy: Usuń
|
161
161
|
edit: Edytuj
|
162
|
+
invalid_destroy:
|
163
|
+
proposals_count:
|
164
|
+
one: 'Nie można usunąć spotkania ponieważ ma ono %{count} powiązaną propozycję:'
|
165
|
+
few: 'Nie można usunąć spotkania ponieważ ma ono %{count} powiązane propozycje:'
|
166
|
+
many: 'Nie można usunąć spotkania ponieważ ma ono %{count} powiązanych propozycji:'
|
167
|
+
other: 'Nie można usunąć spotkania ponieważ ma ono %{count} powiązanych propozycji:'
|
162
168
|
minutes: Minuty
|
163
169
|
new: Nowe spotkanie
|
164
170
|
preview: Podgląd
|
@@ -240,10 +246,19 @@ pl:
|
|
240
246
|
invalid: Podczas tworzenia tego spotkania wystąpił problem
|
241
247
|
success: Spotkanie zostało pomyślnie utworzone
|
242
248
|
destroy:
|
249
|
+
invalid:
|
250
|
+
proposals_count:
|
251
|
+
one: Nie można usunąć spotkania ponieważ ma ono %{count} powiązaną propozycję
|
252
|
+
few: Nie można usunąć spotkania ponieważ ma ono %{count} powiązane propozycje
|
253
|
+
many: Nie można usunąć spotkania ponieważ ma ono %{count} powiązanych propozycji
|
254
|
+
other: Nie można usunąć spotkania ponieważ ma ono %{count} powiązanych propozycji
|
243
255
|
success: Spotkanie zostało pomyślnie usunięte
|
244
256
|
edit:
|
245
257
|
update: Aktualizuj
|
246
258
|
form:
|
259
|
+
address_help: 'Adres: używany przez Geocoder do znalezienia lokalizacji'
|
260
|
+
location_help: 'Lokalizacja: wiadomość skierowana do użytkowników sugerująca miejsce spotkania'
|
261
|
+
location_hints_help: 'Wskazówki dotyczące lokalizacji: dodatkowe informacje. Przykład: piętro budynku'
|
247
262
|
select_organizer: Wybierz organizatora
|
248
263
|
index:
|
249
264
|
title: Spotkania
|
@@ -286,6 +301,7 @@ pl:
|
|
286
301
|
form:
|
287
302
|
available_slots_help: Zostaw ją na 0, jeśli masz nieograniczone szczeliny dostępne.
|
288
303
|
invites: Zaprasza
|
304
|
+
recommendation_message: Ze względu na ochronę prywatności zalecamy usunięcie tego formularza, gdy nie będzie Ci już potrzebny. Domyślnie zostanie usunięty 3 miesiące po zakończeniu spotkania.
|
289
305
|
registration_form: Formularz rejestracyjny
|
290
306
|
registrations_count:
|
291
307
|
one: Nie było rejestracji %{count}.
|
@@ -294,6 +310,7 @@ pl:
|
|
294
310
|
other: Zarejestrowano %{count} rejestracji.
|
295
311
|
reserved_slots_help: Pozostaw to 0, jeśli nie masz zarezerwowanych miejsc
|
296
312
|
reserved_slots_less_than: Musi być mniejszy lub równy %{count}
|
313
|
+
title: Rejestracje
|
297
314
|
update:
|
298
315
|
invalid: Wystąpił problem z zapisaniem ustawień rejestracji.
|
299
316
|
success: Dokonano pomyślnego zapisania ustawień rejestracji rejestracji.
|
@@ -353,7 +370,7 @@ pl:
|
|
353
370
|
category: Kategoria
|
354
371
|
category_prompt: Wybierz kategorię
|
355
372
|
date: Data
|
356
|
-
past:
|
373
|
+
past: Przeszłość
|
357
374
|
search: Szukaj
|
358
375
|
upcoming: Nadchodzące
|
359
376
|
filters_small_view:
|
@@ -372,7 +389,9 @@ pl:
|
|
372
389
|
confirm: Potwierdzać
|
373
390
|
show:
|
374
391
|
attendees: Liczba osób biorących udział
|
392
|
+
back: Powrót do listy
|
375
393
|
contributions: Liczba składek
|
394
|
+
date: Data
|
376
395
|
going: Chodzenie
|
377
396
|
join: Dołącz do spotkania
|
378
397
|
meeting_report: Notatka ze spotkania
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -6,7 +6,7 @@ pt:
|
|
6
6
|
duration: Duração
|
7
7
|
title: Título
|
8
8
|
close_meeting:
|
9
|
-
attendees_count: Número de
|
9
|
+
attendees_count: Número de participantes
|
10
10
|
attending_organizations: Lista de organizações que participaram
|
11
11
|
closing_report: Relatório
|
12
12
|
contributions_count: Número de contribuições
|
@@ -17,73 +17,73 @@ pt:
|
|
17
17
|
decidim_category_id: Categoria
|
18
18
|
decidim_scope_id: Âmbito
|
19
19
|
description: Descrição
|
20
|
-
end_time:
|
20
|
+
end_time: Hora de fim
|
21
21
|
location: Localização
|
22
22
|
location_hints: Dicas de localização
|
23
23
|
organizer_id: Organizador
|
24
24
|
private_meeting: Reunião privada
|
25
|
-
registration_form_enabled: Formulário de
|
26
|
-
registration_terms: Termos de
|
27
|
-
registrations_enabled: Registos
|
25
|
+
registration_form_enabled: Formulário de registo ativado
|
26
|
+
registration_terms: Termos de registo
|
27
|
+
registrations_enabled: Registos ativados
|
28
28
|
start_time: Hora de início
|
29
29
|
title: Título
|
30
30
|
transparent: Transparente
|
31
31
|
minutes:
|
32
|
-
audio_url:
|
32
|
+
audio_url: Url de áudio
|
33
33
|
description: Descrição
|
34
|
-
video_url:
|
35
|
-
visible:
|
34
|
+
video_url: Url do vídeo
|
35
|
+
visible: Está visível
|
36
36
|
errors:
|
37
37
|
models:
|
38
38
|
meeting_agenda:
|
39
39
|
attributes:
|
40
40
|
base:
|
41
41
|
too_many_minutes: A duração dos itens excede a duração da reunião em %{count} minutos
|
42
|
-
too_many_minutes_child: A duração do item
|
42
|
+
too_many_minutes_child: A duração dos filhos do item excede a duração do item pai da agenda "%{parent_title}" em %{count} minutos
|
43
43
|
meeting_registration_invite:
|
44
44
|
attributes:
|
45
45
|
email:
|
46
|
-
already_invited:
|
46
|
+
already_invited: Esta conta de e-mail já foi convidada
|
47
47
|
models:
|
48
|
-
decidim/meetings/close_meeting_event: Reunião
|
49
|
-
decidim/meetings/create_meeting_event:
|
50
|
-
decidim/meetings/meeting_registrations_enabled_event:
|
51
|
-
decidim/meetings/meeting_registrations_over_percentage_event:
|
52
|
-
decidim/meetings/upcoming_meeting_event:
|
48
|
+
decidim/meetings/close_meeting_event: Reunião encerrada
|
49
|
+
decidim/meetings/create_meeting_event: Reunião
|
50
|
+
decidim/meetings/meeting_registrations_enabled_event: Registos ativados
|
51
|
+
decidim/meetings/meeting_registrations_over_percentage_event: Registos acima do limite
|
52
|
+
decidim/meetings/upcoming_meeting_event: Próximas reuniões
|
53
53
|
decidim/meetings/update_meeting_event: Reunião atualizada
|
54
54
|
activerecord:
|
55
55
|
models:
|
56
56
|
decidim/meetings/meeting:
|
57
|
-
one:
|
57
|
+
one: Reunião
|
58
58
|
other: Reuniões
|
59
59
|
decidim/meetings/minutes:
|
60
|
-
one:
|
61
|
-
other:
|
60
|
+
one: Ata
|
61
|
+
other: Atas
|
62
62
|
decidim/meetings/registration:
|
63
|
-
one:
|
64
|
-
other:
|
63
|
+
one: Registo
|
64
|
+
other: Registos
|
65
65
|
decidim:
|
66
66
|
admin:
|
67
67
|
meeting_copies:
|
68
68
|
create:
|
69
|
-
error: Ocorreu um
|
70
|
-
success: Reunião duplicada
|
69
|
+
error: Ocorreu um problema ao duplicar esta reunião.
|
70
|
+
success: Reunião duplicada corretamente.
|
71
71
|
new:
|
72
|
-
copy:
|
73
|
-
select: Selecione os dados que
|
72
|
+
copy: Copiar
|
73
|
+
select: Selecione os dados que pretende duplicar
|
74
74
|
title: Reunião duplicada
|
75
75
|
components:
|
76
76
|
meetings:
|
77
77
|
actions:
|
78
|
-
join:
|
78
|
+
join: Adira
|
79
79
|
name: Reuniões
|
80
80
|
settings:
|
81
81
|
global:
|
82
82
|
announcement: Anúncio
|
83
83
|
comments_enabled: Comentários ativados
|
84
|
-
default_registration_terms: Termos de
|
84
|
+
default_registration_terms: Termos de registo predefinidos
|
85
85
|
enable_pads_creation: Ativar criação de blocos
|
86
|
-
resources_permissions_enabled:
|
86
|
+
resources_permissions_enabled: As permissões de ações podem ser definidas para cada reunião
|
87
87
|
step:
|
88
88
|
announcement: Anúncio
|
89
89
|
comments_blocked: Comentários bloqueados
|
@@ -91,90 +91,94 @@ pt:
|
|
91
91
|
meetings:
|
92
92
|
meeting_closed:
|
93
93
|
affected_user:
|
94
|
-
email_intro: '
|
95
|
-
email_outro:
|
96
|
-
email_subject: A reunião "%{resource_title}" foi
|
97
|
-
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi
|
94
|
+
email_intro: 'A sua reunião "%{resource_title}" foi encerrada. Pode ler as conclusões a partir da sua página:'
|
95
|
+
email_outro: Recebeu esta notificação porque organizou a reunião "%{resource_title}".
|
96
|
+
email_subject: A reunião "%{resource_title}" foi encerrada
|
97
|
+
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi encerrada.
|
98
98
|
follower:
|
99
|
-
email_intro: 'A reunião "%{resource_title}" foi encerrada.
|
100
|
-
email_outro:
|
101
|
-
email_subject: A reunião "%{resource_title}" foi
|
102
|
-
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi
|
99
|
+
email_intro: 'A reunião "%{resource_title}" foi encerrada. Pode ler as conclusões a partir da sua página:'
|
100
|
+
email_outro: Recebeu esta notificação porque segue a reunião "%{resource_title}". Pode deixar de segui-la a partir da hiperligação anterior.
|
101
|
+
email_subject: A reunião "%{resource_title}" foi encerrada
|
102
|
+
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi encerrada.
|
103
103
|
meeting_created:
|
104
|
-
email_intro: A reunião "%{resource_title}" foi
|
105
|
-
email_outro:
|
104
|
+
email_intro: A reunião "%{resource_title}" foi adicionada a "%{participatory_space_title}" que você segue.
|
105
|
+
email_outro: Recebeu esta notificação porque segue "%{participatory_space_title}". Pode deixar de segui-lo a partir da hiperligação anterior.
|
106
106
|
email_subject: Nova reunião adicionada a %{participatory_space_title}
|
107
|
-
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi
|
107
|
+
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi adicionada a %{participatory_space_title}
|
108
108
|
meeting_registration_confirmed:
|
109
|
-
notification_title:
|
109
|
+
notification_title: A sua inscrição para a reunião <a href="%{resource_url}">%{resource_title}</a> foi confirmada. O seu código de registo é %{registration_code}.
|
110
110
|
meeting_registrations_over_percentage:
|
111
111
|
email_intro: Os slots ocupados pela reunião "%{resource_title}" estão acima de %{percentage}%.
|
112
|
-
email_outro:
|
113
|
-
email_subject: Os
|
114
|
-
notification_title: Os <a href="%{resource_path}">%{resource_title}</a>
|
112
|
+
email_outro: Recebeu esta notificação porque é administrador do espaço participativo da reunião.
|
113
|
+
email_subject: Os intervalos de tempo alocados à reunião "%{resource_title}" estão acima de %{percentage}%
|
114
|
+
notification_title: Os intervalos de tempo alocados à reunião <a href="%{resource_path}">%{resource_title}</a> estão acima de %{percentage}%.
|
115
115
|
meeting_updated:
|
116
|
-
email_intro: 'A reunião "%{resource_title}" foi atualizada.
|
117
|
-
email_outro:
|
116
|
+
email_intro: 'A reunião "%{resource_title}" foi atualizada. Pode ler a nova versão a partir da sua página:'
|
117
|
+
email_outro: Recebeu esta notificação porque segue a reunião "%{resource_title}". Pode deixar de segui-la a partir da hiperligação anterior.
|
118
118
|
email_subject: A reunião "%{resource_title}" foi atualizada
|
119
119
|
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> foi atualizada.
|
120
120
|
registration_code_validated:
|
121
|
-
email_intro:
|
122
|
-
email_outro:
|
123
|
-
email_subject:
|
124
|
-
notification_title:
|
121
|
+
email_intro: O seu código de registo "%{registration_code}" para a reunião "%{resource_title}" foi validado.
|
122
|
+
email_outro: Recebeu esta notificação porque o seu código de registo para a reunião "%{resource_title}" foi validado.
|
123
|
+
email_subject: O seu código de registo "%{registration_code}" para a reunião "%{resource_title}" foi validado
|
124
|
+
notification_title: O seu código de registo "%{registration_code}" para a reunião <a href="%{resource_path}">%{resource_title}</a> foi validado.
|
125
125
|
registrations_enabled:
|
126
|
-
email_intro: 'A reunião "%{resource_title}"
|
127
|
-
email_outro:
|
128
|
-
email_subject: A reunião "%{resource_title}"
|
129
|
-
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a>
|
126
|
+
email_intro: 'A reunião "%{resource_title}" ativou os registos. Pode registar-se a partir da sua página:'
|
127
|
+
email_outro: Recebeu esta notificação porque segue a reunião "%{resource_title}". Pode deixar de segui-la a partir da hiperligação anterior.
|
128
|
+
email_subject: A reunião "%{resource_title}" ativou os registos.
|
129
|
+
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> ativou os registos.
|
130
130
|
upcoming_meeting:
|
131
131
|
email_intro: A reunião "%{resource_title}" começará em menos de 48h.
|
132
|
-
email_outro:
|
132
|
+
email_outro: Recebeu esta notificação porque segue a reunião "%{resource_title}". Pode deixar de segui-la a partir da hiperligação anterior.
|
133
133
|
email_subject: A reunião "%{resource_title}" começará em menos de 48h.
|
134
134
|
notification_title: A reunião <a href="%{resource_path}">%{resource_title}</a> começará em menos de 48h.
|
135
135
|
gamification:
|
136
136
|
badges:
|
137
137
|
attended_meetings:
|
138
138
|
conditions:
|
139
|
-
-
|
140
|
-
description: Este
|
141
|
-
description_another: Este
|
142
|
-
description_own:
|
143
|
-
name:
|
144
|
-
next_level_in: Participe
|
145
|
-
unearned_another: Este
|
146
|
-
unearned_own:
|
139
|
+
- Registe-se nas reuniões em que deseja participar
|
140
|
+
description: Este distintivo é concedido quando participa em várias reuniões presenciais.
|
141
|
+
description_another: Este participante assistiu a %{score} reuniões.
|
142
|
+
description_own: Participou em %{score} reuniões.
|
143
|
+
name: Reuniões participadas
|
144
|
+
next_level_in: Participe em mais %{score} reuniões para alcançar o próximo nível!
|
145
|
+
unearned_another: Este participante ainda não participou em nenhuma reunião.
|
146
|
+
unearned_own: Ainda não participou em nenhuma reunião.
|
147
147
|
meetings:
|
148
148
|
actions:
|
149
149
|
agenda: Agenda
|
150
150
|
attachment_collections: Pastas
|
151
151
|
attachments: Anexos
|
152
152
|
close: Fechar
|
153
|
-
confirm_destroy: Tem certeza de que deseja
|
154
|
-
destroy:
|
153
|
+
confirm_destroy: Tem a certeza de que deseja eliminar esta reunião?
|
154
|
+
destroy: Eliminar
|
155
155
|
edit: Editar
|
156
|
-
|
156
|
+
invalid_destroy:
|
157
|
+
proposals_count:
|
158
|
+
one: 'A reunião não pode ser destruída porque tem %{count} proposta associada:'
|
159
|
+
other: 'A reunião não pode ser destruída porque tem %{count} propostas associadas:'
|
160
|
+
minutes: Atas
|
157
161
|
new: Nova reunião
|
158
|
-
preview:
|
159
|
-
registrations:
|
162
|
+
preview: Pré-visualização
|
163
|
+
registrations: Registos
|
160
164
|
title: Ações
|
161
165
|
admin:
|
162
166
|
agenda:
|
163
167
|
agenda_item:
|
164
|
-
add_agenda_item_child: Adicionar
|
168
|
+
add_agenda_item_child: Adicionar sub-item da agenda
|
165
169
|
agenda_item: Item da agenda
|
166
|
-
agenda_item_children:
|
167
|
-
down:
|
170
|
+
agenda_item_children: Sub-itens da Agenda
|
171
|
+
down: Abaixo
|
168
172
|
remove: Remover
|
169
173
|
up: Acima
|
170
174
|
agenda_item_child:
|
171
|
-
agenda_item_child:
|
172
|
-
down:
|
175
|
+
agenda_item_child: Sub-item da agenda
|
176
|
+
down: Abaixo
|
173
177
|
remove: Remover
|
174
178
|
up: Acima
|
175
179
|
create:
|
176
|
-
invalid:
|
177
|
-
success: Agenda criada
|
180
|
+
invalid: Ocorreu um problema ao criar esta agenda
|
181
|
+
success: Agenda criada corretamente
|
178
182
|
edit:
|
179
183
|
title: Editar agenda
|
180
184
|
update: Atualizar
|
@@ -184,60 +188,67 @@ pt:
|
|
184
188
|
end_date: Data final
|
185
189
|
start_date: Data de início
|
186
190
|
new:
|
187
|
-
create:
|
191
|
+
create: Criar
|
188
192
|
title: Nova agenda
|
189
193
|
update:
|
190
|
-
invalid:
|
191
|
-
success: Agenda atualizada
|
194
|
+
invalid: Ocorreu um problema ao atualizar esta agenda
|
195
|
+
success: Agenda atualizada corretamente
|
192
196
|
exports:
|
193
197
|
meetings: Reuniões
|
194
|
-
registrations:
|
198
|
+
registrations: Registos
|
195
199
|
invite_join_meeting_mailer:
|
196
200
|
invite:
|
197
201
|
decline: Recusar convite
|
198
|
-
invited_you_to_join_a_meeting: "%{invited_by} convidou
|
199
|
-
join:
|
202
|
+
invited_you_to_join_a_meeting: "%{invited_by} convidou-o(a) a aderir a uma reunião em %{application}. Pode recusar ou aceitar utilizando as hiperligações abaixo."
|
203
|
+
join: Adira à reunião '%{meeting_title}'
|
200
204
|
invites:
|
201
205
|
create:
|
202
|
-
error: Ocorreu um problema ao convidar o
|
203
|
-
success: O
|
206
|
+
error: Ocorreu um problema ao convidar o participante a aderir à reunião.
|
207
|
+
success: O participante foi convidado a aderir à reunião corretamente.
|
204
208
|
form:
|
205
209
|
attendee_type: Tipo de participante
|
206
|
-
existing_user:
|
207
|
-
invite:
|
208
|
-
invite_explanation: O
|
209
|
-
non_user:
|
210
|
-
select_user: Selecione o
|
210
|
+
existing_user: Participante existente
|
211
|
+
invite: Convidar
|
212
|
+
invite_explanation: O participante será convidado a aderir à reunião e também à organização.
|
213
|
+
non_user: Participante inexistente
|
214
|
+
select_user: Selecione o participante
|
211
215
|
index:
|
212
216
|
filter:
|
213
|
-
accepted:
|
217
|
+
accepted: Aceite
|
214
218
|
all: Todos
|
215
|
-
rejected:
|
216
|
-
sent:
|
219
|
+
rejected: Rejeitados
|
220
|
+
sent: Enviados
|
217
221
|
filter_by: Filtrar por
|
218
222
|
invite_attendee: Convidar participante
|
219
223
|
invites: Convites
|
220
|
-
registrations_disabled:
|
221
|
-
search:
|
224
|
+
registrations_disabled: Não pode convidar um participante porque os registos estão desativados.
|
225
|
+
search: Pesquisar
|
222
226
|
meeting_closes:
|
223
227
|
edit:
|
224
228
|
close: Fechar
|
225
|
-
title:
|
229
|
+
title: Encerrar reunião
|
226
230
|
meeting_copies:
|
227
231
|
form:
|
228
232
|
select_organizer: Selecione o organizador
|
229
233
|
meetings:
|
230
234
|
close:
|
231
|
-
invalid:
|
232
|
-
success: Reunião
|
235
|
+
invalid: Ocorreu um problema ao encerrar esta reunião
|
236
|
+
success: Reunião encerrada corretamente
|
233
237
|
create:
|
234
|
-
invalid:
|
235
|
-
success: Reunião criada
|
238
|
+
invalid: Ocorreu um problema ao criar esta reunião
|
239
|
+
success: Reunião criada corretamente
|
236
240
|
destroy:
|
237
|
-
|
241
|
+
invalid:
|
242
|
+
proposals_count:
|
243
|
+
one: A reunião não pode ser destruída porque tem %{count} proposta associada
|
244
|
+
other: A reunião não pode ser destruída porque tem %{count} propostas associadas
|
245
|
+
success: Reunião eliminada corretamente
|
238
246
|
edit:
|
239
|
-
update:
|
247
|
+
update: Atualizar
|
240
248
|
form:
|
249
|
+
address_help: 'Endereço: utilizado por Geocoder para encontrar a localização'
|
250
|
+
location_help: 'Localização: mensagem direcionada para os utilizadores indicando o local de encontro'
|
251
|
+
location_hints_help: 'Dicas de localização: informação adicional. Exemplo: o piso do edifício'
|
241
252
|
select_organizer: Selecione o organizador
|
242
253
|
index:
|
243
254
|
title: Reuniões
|
@@ -246,7 +257,7 @@ pt:
|
|
246
257
|
title: Criar reunião
|
247
258
|
service:
|
248
259
|
description: Descrição
|
249
|
-
down:
|
260
|
+
down: Abaixo
|
250
261
|
remove: Remover
|
251
262
|
service: Serviço
|
252
263
|
title: Título
|
@@ -255,165 +266,169 @@ pt:
|
|
255
266
|
add_service: Adicionar serviço
|
256
267
|
services: Serviços
|
257
268
|
update:
|
258
|
-
invalid:
|
259
|
-
success: Reunião atualizada
|
269
|
+
invalid: Ocorreu um problema ao atualizar esta reunião
|
270
|
+
success: Reunião atualizada corretamente
|
260
271
|
minutes:
|
261
272
|
create:
|
262
|
-
invalid:
|
263
|
-
success:
|
273
|
+
invalid: Ocorreu um problema ao criar esta ata
|
274
|
+
success: Ata criada corretamente
|
264
275
|
edit:
|
265
276
|
update: Atualizar
|
266
277
|
new:
|
267
|
-
create:
|
268
|
-
title:
|
278
|
+
create: Criar
|
279
|
+
title: Criar ata
|
269
280
|
update:
|
270
|
-
invalid:
|
271
|
-
success:
|
281
|
+
invalid: Ocorreu um problema ao atualizar esta ata
|
282
|
+
success: Ata atualizada corretamente
|
272
283
|
models:
|
273
284
|
meeting:
|
274
|
-
name:
|
285
|
+
name: Reunião
|
275
286
|
registrations:
|
276
287
|
edit:
|
277
|
-
save:
|
288
|
+
save: Guardar
|
278
289
|
validate: Validar
|
279
|
-
validate_registration_code: Validar código de
|
290
|
+
validate_registration_code: Validar código de registo
|
280
291
|
form:
|
281
|
-
available_slots_help:
|
292
|
+
available_slots_help: Deixar a 0 se tiver intervalos de tempo ilimitados disponíveis.
|
282
293
|
invites: Convites
|
283
|
-
|
294
|
+
recommendation_message: Por questões de privacidade recomendamos que elimine este formulário de inscrição quando já não for necessário. Por predefinição, isto acontece 3 meses após o fim da reunião.
|
295
|
+
registration_form: Formulário de registo
|
284
296
|
registrations_count:
|
285
|
-
one: Houve %{count}
|
286
|
-
other: Houve %{count}
|
287
|
-
reserved_slots_help:
|
297
|
+
one: Houve %{count} registo.
|
298
|
+
other: Houve %{count} registos.
|
299
|
+
reserved_slots_help: Deixar a 0 se não tiver intervalos de tempo reservados
|
288
300
|
reserved_slots_less_than: Deve ser menor ou igual a %{count}
|
301
|
+
title: Registos
|
289
302
|
update:
|
290
|
-
invalid: Ocorreu um problema ao
|
291
|
-
success: Configurações de
|
303
|
+
invalid: Ocorreu um problema ao guardar as configurações de registo.
|
304
|
+
success: Configurações de registo de reunião guardadas corretamente.
|
292
305
|
validate_registration_code:
|
293
|
-
invalid: Este código de
|
294
|
-
success: Código de
|
306
|
+
invalid: Este código de registo é inválido.
|
307
|
+
success: Código de registo validado corretamente.
|
295
308
|
admin_log:
|
296
309
|
invite:
|
297
|
-
create: "%{user_name}
|
298
|
-
deleted: "%{user_name}
|
299
|
-
update: "%{user_name}
|
310
|
+
create: "%{user_name} convidou %{attendee_name} a aderir à reunião %{resource_name} no espaço %{space_name}"
|
311
|
+
deleted: "%{user_name} cancelou o convite de %{attendee_name} para aderir à reunião %{resource_name} no espaço %{space_name}"
|
312
|
+
update: "%{user_name} convidou %{attendee_name} a aderir à reunião %{resource_name} no espaço %{space_name}"
|
300
313
|
meeting:
|
301
|
-
close: "%{user_name}
|
314
|
+
close: "%{user_name} encerrou a reunião %{resource_name} no espaço %{space_name}"
|
302
315
|
create: "%{user_name} criou a reunião %{resource_name} no espaço %{space_name}"
|
303
316
|
delete: "%{user_name} eliminou a reunião %{resource_name} no espaço %{space_name}"
|
304
|
-
export_registrations: "%{user_name} exportou os
|
317
|
+
export_registrations: "%{user_name} exportou os registos da reunião %{resource_name} no espaço %{space_name}"
|
305
318
|
update: "%{user_name} atualizou a reunião %{resource_name} no espaço %{space_name}"
|
306
319
|
value_types:
|
307
320
|
organizer_presenter:
|
308
|
-
not_found: 'O organizador não foi encontrado
|
321
|
+
not_found: 'O(A) organizador(a) não foi encontrado(a) na base de dados (ID: %{id})'
|
309
322
|
minutes:
|
310
323
|
create: "%{user_name} criou a ata da reunião %{resource_name} no espaço %{space_name}"
|
311
324
|
update: "%{user_name} atualizou a ata da reunião %{resource_name} no espaço %{space_name}"
|
312
325
|
calendar_modal:
|
313
326
|
calendar_url: URL do calendário
|
314
|
-
close_window:
|
315
|
-
export_calendar:
|
316
|
-
conference_venues: Locais
|
327
|
+
close_window: Fechar janela
|
328
|
+
export_calendar: Exportar calendário
|
329
|
+
conference_venues: Locais da Conferência
|
317
330
|
content_blocks:
|
318
331
|
upcoming_events:
|
319
332
|
name: Próximos eventos
|
320
|
-
upcoming_events:
|
321
|
-
view_all_events: Ver
|
333
|
+
upcoming_events: Próximas reuniões
|
334
|
+
view_all_events: Ver todos
|
322
335
|
directory:
|
323
336
|
meetings:
|
324
337
|
index:
|
325
338
|
all: Todos
|
326
|
-
date:
|
339
|
+
date: Data
|
327
340
|
meetings: Reuniões
|
328
341
|
past: Passado
|
329
|
-
search:
|
342
|
+
search: Pesquisar
|
330
343
|
space_type: Espaço participativo
|
331
|
-
upcoming:
|
344
|
+
upcoming: Próximas
|
332
345
|
last_activity:
|
333
346
|
new_meeting_at_html: "<span>Nova reunião em %{link}</span>"
|
334
347
|
mailer:
|
335
348
|
invite_join_meeting_mailer:
|
336
349
|
invite:
|
337
|
-
subject: Convite para
|
350
|
+
subject: Convite para aderir a uma reunião
|
338
351
|
registration_mailer:
|
339
352
|
confirmation:
|
340
|
-
subject: O
|
353
|
+
subject: O seu registo da reunião foi confirmado
|
341
354
|
meeting:
|
342
|
-
not_allowed:
|
355
|
+
not_allowed: Não tem permissão para ver esta reunião
|
343
356
|
meetings:
|
344
357
|
filters:
|
345
358
|
category: Categoria
|
346
359
|
category_prompt: Selecione uma categoria
|
347
|
-
date:
|
360
|
+
date: Data
|
348
361
|
past: Passado
|
349
|
-
search:
|
350
|
-
upcoming:
|
362
|
+
search: Pesquisar
|
363
|
+
upcoming: Próximas
|
351
364
|
filters_small_view:
|
352
365
|
close_modal: Fechar modal
|
353
|
-
filter:
|
366
|
+
filter: Filtrar
|
354
367
|
filter_by: Filtrar por
|
355
368
|
unfold: Desdobrar
|
356
369
|
meeting_minutes:
|
357
|
-
meeting_minutes:
|
358
|
-
related_information: Informação
|
370
|
+
meeting_minutes: Ata da Reunião
|
371
|
+
related_information: Informação Relacionada
|
359
372
|
meetings:
|
360
373
|
no_meetings_warning: Nenhuma reunião corresponde aos seus critérios de pesquisa ou não há nenhuma reunião agendada.
|
361
|
-
upcoming_meetings_warning: Atualmente, não há reuniões agendadas, mas aqui
|
374
|
+
upcoming_meetings_warning: Atualmente, não há reuniões agendadas, mas aqui pode encontrar listadas todas as reuniões passadas.
|
362
375
|
registration_confirm:
|
363
376
|
cancel: Cancelar
|
364
|
-
confirm:
|
377
|
+
confirm: Confirmar
|
365
378
|
show:
|
366
379
|
attendees: Contagem de participantes
|
367
|
-
|
380
|
+
back: Retroceder à lista
|
381
|
+
contributions: Contagem de contribuições
|
382
|
+
date: Data
|
368
383
|
going: Indo
|
369
|
-
join:
|
370
|
-
meeting_report: Relatório
|
371
|
-
no_slots_available: Não há
|
384
|
+
join: Adira à reunião
|
385
|
+
meeting_report: Relatório da reunião
|
386
|
+
no_slots_available: Não há intervalos de tempo disponíveis
|
372
387
|
organizations: Organizações participantes
|
373
|
-
registration_code_help_text:
|
388
|
+
registration_code_help_text: O seu código de registo
|
374
389
|
registration_state:
|
375
390
|
validated: VALIDADO
|
376
391
|
validation_pending: VALIDAÇÃO PENDENTE
|
377
392
|
remaining_slots:
|
378
|
-
one: "%{count}
|
379
|
-
other: "%{count}
|
380
|
-
view:
|
393
|
+
one: "%{count} intervalo de tempo restante"
|
394
|
+
other: "%{count} intervalos de tempo restantes"
|
395
|
+
view: Ver
|
381
396
|
meetings_map:
|
382
397
|
view_meeting: Ver reunião
|
383
398
|
models:
|
384
399
|
invite:
|
385
400
|
fields:
|
386
|
-
email:
|
401
|
+
email: E-mail
|
387
402
|
name: Nome
|
388
403
|
sent_at: Enviado em
|
389
|
-
status:
|
404
|
+
status: Estado
|
390
405
|
status:
|
391
|
-
accepted:
|
406
|
+
accepted: Aceite (%{at})
|
392
407
|
rejected: Rejeitado (%{at})
|
393
|
-
sent:
|
408
|
+
sent: Enviado
|
394
409
|
meeting:
|
395
410
|
fields:
|
396
|
-
closed:
|
411
|
+
closed: Encerradas
|
397
412
|
end_time: Data final
|
398
413
|
map: Mapa
|
399
414
|
start_time: Data de início
|
400
415
|
title: Título
|
401
|
-
read_more: "(
|
416
|
+
read_more: "(ler mais)"
|
402
417
|
registration_mailer:
|
403
418
|
confirmation:
|
404
|
-
confirmed_html:
|
405
|
-
details:
|
406
|
-
registration_code:
|
419
|
+
confirmed_html: O seu registo para a reunião <a href="%{url}">%{title}</a> foi confirmado.
|
420
|
+
details: Encontrará os detalhes da reunião no anexo.
|
421
|
+
registration_code: O seu código de registo é %{code}.
|
407
422
|
registrations:
|
408
423
|
create:
|
409
|
-
invalid:
|
410
|
-
success:
|
424
|
+
invalid: Ocorreu um problema ao aderir a esta reunião.
|
425
|
+
success: Aderiu à reunião corretamente. Por se ter registado nesta reunião, será notificado se ocorrerem atualizações à mesma.
|
411
426
|
decline_invitation:
|
412
|
-
invalid:
|
413
|
-
success:
|
427
|
+
invalid: Ocorreu um problema ao recusar o convite.
|
428
|
+
success: Recusou o convite corretamente.
|
414
429
|
destroy:
|
415
|
-
invalid:
|
416
|
-
success:
|
430
|
+
invalid: Ocorreu um problema ao sair desta reunião.
|
431
|
+
success: Saiu da reunião corretamente.
|
417
432
|
types:
|
418
433
|
private_meeting: Reunião privada
|
419
434
|
transparent: Transparente
|
@@ -425,15 +440,15 @@ pt:
|
|
425
440
|
participatory_processes:
|
426
441
|
participatory_process_groups:
|
427
442
|
highlighted_meetings:
|
428
|
-
past_meetings: Reuniões
|
443
|
+
past_meetings: Reuniões passadas
|
429
444
|
upcoming_meetings: Próximas reuniões
|
430
445
|
participatory_spaces:
|
431
446
|
highlighted_meetings:
|
432
|
-
past_meetings: Reuniões
|
447
|
+
past_meetings: Reuniões passadas
|
433
448
|
see_all: Ver todos (%{count})
|
434
449
|
upcoming_meetings: Próximas reuniões
|
435
450
|
upcoming_meeting_for_card:
|
436
|
-
upcoming_meeting:
|
451
|
+
upcoming_meeting: Próximas reuniões
|
437
452
|
resource_links:
|
438
453
|
meetings_through_proposals:
|
439
454
|
meeting_result: 'Resultados relacionados:'
|
@@ -444,4 +459,4 @@ pt:
|
|
444
459
|
devise:
|
445
460
|
mailer:
|
446
461
|
join_meeting:
|
447
|
-
subject: Convite para
|
462
|
+
subject: Convite para aderir a uma reunião
|