decidim-conferences 0.24.2 → 0.25.0.rc3
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/conferences/conference_m_cell.rb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -3
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
- data/app/cells/decidim/conferences/partner_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/copy_conference.rb +9 -2
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +4 -2
- data/app/commands/decidim/conferences/admin/update_conference.rb +5 -10
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +5 -9
- data/app/commands/decidim/conferences/admin/update_diploma.rb +2 -2
- data/app/commands/decidim/conferences/admin/update_partner.rb +5 -5
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +1 -5
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +2 -4
- data/app/forms/decidim/conferences/admin/conference_form.rb +2 -2
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/partner_form.rb +2 -2
- data/app/models/decidim/conference.rb +8 -8
- data/app/models/decidim/conference_speaker.rb +2 -2
- data/app/models/decidim/conferences/partner.rb +2 -2
- data/app/packs/entrypoints/decidim_conferences_admin.js +7 -0
- data/app/{assets/images/decidim/conferences/conference.svg → packs/images/decidim/conferences/decidim_conferences.svg} +0 -0
- data/app/{assets/javascripts/decidim/conferences/admin/conference_invite_form.es6 → packs/src/decidim/conferences/admin/conference_invite_form.js} +3 -3
- data/app/{assets/javascripts/decidim/conferences/admin/conference_speakers.js.es6 → packs/src/decidim/conferences/admin/conference_speakers.js} +3 -3
- data/app/packs/src/decidim/conferences/admin/conferences.js +27 -0
- data/app/{assets/stylesheet → packs/stylesheets}/decidim/conferences/conferences.scss +0 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +8 -22
- data/app/queries/decidim/conferences/admin/admin_users.rb +24 -11
- data/app/uploaders/decidim/conferences/diploma_uploader.rb +4 -2
- data/app/uploaders/decidim/conferences/partner_logo_uploader.rb +5 -5
- data/app/uploaders/decidim/cw/conferences/diploma_uploader.rb +14 -0
- data/app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb +15 -0
- data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +1 -3
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +4 -4
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
- data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +5 -5
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +3 -3
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -3
- data/app/views/devise/mailer/join_conference.html.erb +5 -5
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/admin/conference.html.erb +4 -106
- data/app/views/layouts/decidim/conference.html.erb +2 -2
- data/app/views/layouts/decidim/diploma.html.erb +1 -1
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +0 -18
- data/config/locales/ca.yml +8 -22
- data/config/locales/cs.yml +4 -18
- data/config/locales/de.yml +4 -18
- data/config/locales/el.yml +0 -18
- data/config/locales/en.yml +4 -18
- data/config/locales/es-MX.yml +8 -22
- data/config/locales/es-PY.yml +8 -22
- data/config/locales/es.yml +8 -22
- data/config/locales/eu.yml +0 -18
- data/config/locales/fi-plain.yml +4 -18
- data/config/locales/fi.yml +4 -18
- data/config/locales/fr-CA.yml +1 -18
- data/config/locales/fr-LU.yml +577 -0
- data/config/locales/fr.yml +1 -18
- data/config/locales/gl.yml +23 -18
- data/config/locales/hu.yml +0 -18
- data/config/locales/id-ID.yml +0 -18
- data/config/locales/it.yml +49 -18
- data/config/locales/ja.yml +43 -18
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +0 -17
- data/config/locales/nl.yml +4 -18
- data/config/locales/no.yml +0 -18
- data/config/locales/pl.yml +27 -26
- data/config/locales/pt-BR.yml +59 -18
- data/config/locales/pt.yml +0 -18
- data/config/locales/ro-RO.yml +24 -18
- data/config/locales/sk.yml +0 -18
- data/config/locales/sl.yml +0 -2
- data/config/locales/sv.yml +2 -17
- data/config/locales/tr-TR.yml +0 -18
- data/config/locales/zh-CN.yml +0 -18
- data/db/migrate/20210408204953_allow_null_logo_column_in_decidim_conferences_partners_table.rb +7 -0
- data/lib/decidim/api/conference_partner_type.rb +4 -0
- data/lib/decidim/api/conference_speaker_type.rb +4 -0
- data/lib/decidim/api/conference_type.rb +9 -1
- data/lib/decidim/conferences/admin_engine.rb +138 -8
- data/lib/decidim/conferences/engine.rb +6 -9
- data/lib/decidim/conferences/participatory_space.rb +40 -7
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +26 -24
- data/app/assets/config/admin/decidim_conferences_manifest.js +0 -3
- data/app/assets/config/decidim_conferences_manifest.js +0 -2
- data/app/assets/javascripts/decidim/conferences/admin/conferences.js.es6 +0 -30
- data/app/assets/javascripts/decidim/conferences/conferences.js.es6 +0 -0
- data/app/views/decidim/conferences/conferences/_statistics.html.erb +0 -10
- data/config/locales/ja-JP.yml +0 -575
@@ -0,0 +1 @@
|
|
1
|
+
lb:
|
data/config/locales/lv.yml
CHANGED
@@ -215,7 +215,6 @@ lv:
|
|
215
215
|
price: Cena
|
216
216
|
registrations_count: Reģistrāciju skaits
|
217
217
|
title: Nosaukums
|
218
|
-
weight: Svarīgums
|
219
218
|
name: Reģistrācijas veids
|
220
219
|
partners:
|
221
220
|
create:
|
@@ -496,22 +495,6 @@ lv:
|
|
496
495
|
related_assemblies: Saistītās asamblejas
|
497
496
|
related_consultations: Saistītās konsultācijas
|
498
497
|
related_participatory_processes: Saistītie līdzdalības procesi
|
499
|
-
statistics:
|
500
|
-
answers_count: Atbildes
|
501
|
-
comments_count: Komentāri
|
502
|
-
conference_count: Konferences
|
503
|
-
endorsements_count: Atbalsts
|
504
|
-
headline: Aktivitāte
|
505
|
-
meetings_count: Sanāksmes
|
506
|
-
orders_count: Atbalsta
|
507
|
-
pages_count: Lapas
|
508
|
-
posts_count: Ziņas
|
509
|
-
projects_count: Projekti
|
510
|
-
proposals_count: Priekšlikumi
|
511
|
-
results_count: Rezultāti
|
512
|
-
surveys_count: Aptaujas
|
513
|
-
users_count: Dalībnieki
|
514
|
-
votes_count: Atbalsta
|
515
498
|
events:
|
516
499
|
conferences:
|
517
500
|
conference_registration_confirmed:
|
data/config/locales/nl.yml
CHANGED
@@ -246,7 +246,7 @@ nl:
|
|
246
246
|
price: Prijs
|
247
247
|
registrations_count: Aantal registraties
|
248
248
|
title: Titel
|
249
|
-
weight:
|
249
|
+
weight: Bestelpositie
|
250
250
|
name: Registratie type
|
251
251
|
partners:
|
252
252
|
create:
|
@@ -501,6 +501,7 @@ nl:
|
|
501
501
|
home:
|
502
502
|
highlighted_conferences:
|
503
503
|
active_conferences: Actieve conferenties
|
504
|
+
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
504
505
|
see_all_conferences: Bekijk alle conferenties
|
505
506
|
photo:
|
506
507
|
image:
|
@@ -532,23 +533,6 @@ nl:
|
|
532
533
|
related_assemblies: Gerelateerde bijeenkomsten
|
533
534
|
related_consultations: Gerelateerde consultaties
|
534
535
|
related_participatory_processes: Verwante participatieve processen
|
535
|
-
statistics:
|
536
|
-
answers_count: antwoorden
|
537
|
-
comments_count: Comments
|
538
|
-
conference_count: Conferenties
|
539
|
-
debates_count: debatten
|
540
|
-
endorsements_count: Endorsements
|
541
|
-
headline: Activiteit
|
542
|
-
meetings_count: vergaderingen
|
543
|
-
orders_count: stemmen
|
544
|
-
pages_count: Pages
|
545
|
-
posts_count: berichten
|
546
|
-
projects_count: projecten
|
547
|
-
proposals_count: voorstellen
|
548
|
-
results_count: resultaten
|
549
|
-
surveys_count: onderzoeken
|
550
|
-
users_count: Deelnemers
|
551
|
-
votes_count: stemmen
|
552
536
|
events:
|
553
537
|
conferences:
|
554
538
|
conference_registration_confirmed:
|
@@ -596,6 +580,8 @@ nl:
|
|
596
580
|
title: Media en links
|
597
581
|
menu:
|
598
582
|
conferences: Conferenties
|
583
|
+
statistics:
|
584
|
+
conferences_count: Conferenties
|
599
585
|
devise:
|
600
586
|
mailer:
|
601
587
|
join_conference:
|
data/config/locales/no.yml
CHANGED
@@ -212,7 +212,6 @@
|
|
212
212
|
price: Pris
|
213
213
|
registrations_count: Registrerings teller
|
214
214
|
title: Tittel
|
215
|
-
weight: Vekt
|
216
215
|
name: Registreringstype
|
217
216
|
partners:
|
218
217
|
create:
|
@@ -492,23 +491,6 @@
|
|
492
491
|
related_assemblies: Relaterte forsamlinger
|
493
492
|
related_consultations: Relaterte konsultasjoner
|
494
493
|
related_participatory_processes: Relaterte deltakerprosesser
|
495
|
-
statistics:
|
496
|
-
answers_count: Svar
|
497
|
-
comments_count: Kommentarer
|
498
|
-
conference_count: Konferanser
|
499
|
-
debates_count: Debatter
|
500
|
-
endorsements_count: Påtegnelser
|
501
|
-
headline: Aktivitet
|
502
|
-
meetings_count: Møter
|
503
|
-
orders_count: Støtter
|
504
|
-
pages_count: Sider
|
505
|
-
posts_count: Innlegg
|
506
|
-
projects_count: Prosjekter
|
507
|
-
proposals_count: Forslag
|
508
|
-
results_count: Resultater
|
509
|
-
surveys_count: Undersøkelse
|
510
|
-
users_count: Deltakere
|
511
|
-
votes_count: Støtter
|
512
494
|
events:
|
513
495
|
conferences:
|
514
496
|
conference_registration_confirmed:
|
data/config/locales/pl.yml
CHANGED
@@ -10,29 +10,46 @@ pl:
|
|
10
10
|
copy_features: Skopiuj funkcje
|
11
11
|
decidim_scope_id: Zakres
|
12
12
|
description: Opis
|
13
|
+
end_date: Data zakończenia
|
13
14
|
hashtag: Hashtag
|
14
15
|
hero_image: Obraz główny
|
16
|
+
main_logo: Główne logo
|
15
17
|
participatory_processes_ids: Powiązane procesy partycypacyjne
|
16
18
|
promoted: Wyróżniona
|
17
19
|
published_at: Opublikowano
|
20
|
+
registration_terms: Warunki rejestracji
|
21
|
+
registrations_enabled: Rejestracja włączona
|
18
22
|
scope_id: Zakres
|
19
23
|
scopes_enabled: Zakresy dozwolone
|
20
24
|
short_description: Krótki opis
|
21
25
|
show_statistics: Pokaż statystyki
|
26
|
+
sign_date: Data podpisania
|
27
|
+
signature: Podpis
|
22
28
|
slogan: Slogan
|
23
29
|
slug: URL slug
|
30
|
+
start_date: Data rozpoczęcia
|
24
31
|
title: Tytuł
|
25
32
|
conference_media_link:
|
33
|
+
date: Data
|
34
|
+
link: Link
|
35
|
+
title: Tytuł
|
26
36
|
weight: Kolejność na stronie
|
27
37
|
conference_partner:
|
38
|
+
link: Link
|
39
|
+
logo: Logo
|
40
|
+
partner_type: Typ partnera
|
28
41
|
weight: Kolejność na stronie
|
42
|
+
conference_registration_invite:
|
43
|
+
email: Adres e-mail
|
44
|
+
registration_type_id: Typ rejestracji
|
29
45
|
conference_registration_type:
|
30
46
|
weight: Kolejność na stronie
|
31
47
|
conference_speaker:
|
48
|
+
avatar: Awatar
|
32
49
|
full_name: Pełne imię i nazwisko
|
33
50
|
conference_user_role:
|
34
51
|
email: E-mail
|
35
|
-
name:
|
52
|
+
name: Imię
|
36
53
|
role: Rola
|
37
54
|
errors:
|
38
55
|
models:
|
@@ -188,14 +205,14 @@ pl:
|
|
188
205
|
conference_user_role:
|
189
206
|
fields:
|
190
207
|
email: E-mail
|
191
|
-
name:
|
208
|
+
name: Imię
|
192
209
|
role: Rola
|
193
210
|
name: Administrator konferencji
|
194
211
|
roles:
|
195
212
|
admin: Administrator
|
196
213
|
collaborator: Współpracownik
|
197
214
|
moderator: Moderator
|
198
|
-
valuator:
|
215
|
+
valuator: Weryfikator
|
199
216
|
media_link:
|
200
217
|
fields:
|
201
218
|
date: Data
|
@@ -218,7 +235,6 @@ pl:
|
|
218
235
|
price: Cena
|
219
236
|
registrations_count: Liczba rejestracji
|
220
237
|
title: Tytuł
|
221
|
-
weight: Kolejność na stronie
|
222
238
|
name: Typ rejestracji
|
223
239
|
partners:
|
224
240
|
create:
|
@@ -320,7 +336,7 @@ pl:
|
|
320
336
|
sent: Wysłano
|
321
337
|
filter_by: Filtruj według
|
322
338
|
invite_attendee: Zaproś użytkownika
|
323
|
-
invites:
|
339
|
+
invites: Zaproszeni
|
324
340
|
search: Szukaj
|
325
341
|
new:
|
326
342
|
explanation: Użytkownik zostanie zaproszony do udziału w konferencji. Jeśli e-mail nie został wcześniej zarejestrowany, zostanie również zaproszony do organizacji.
|
@@ -454,7 +470,7 @@ pl:
|
|
454
470
|
conference_invite:
|
455
471
|
fields:
|
456
472
|
email: E-mail
|
457
|
-
name:
|
473
|
+
name: Imię
|
458
474
|
registration_type: Typ rejestracji
|
459
475
|
sent_at: Wysłano
|
460
476
|
status: Status
|
@@ -506,23 +522,6 @@ pl:
|
|
506
522
|
related_assemblies: Powiązane zespoły
|
507
523
|
related_consultations: Powiązane konsultacje
|
508
524
|
related_participatory_processes: Powiązane procesy partycypacyjne
|
509
|
-
statistics:
|
510
|
-
answers_count: Odpowiedzi
|
511
|
-
comments_count: Komentarze
|
512
|
-
conference_count: Konferencje
|
513
|
-
debates_count: Debaty
|
514
|
-
endorsements_count: Rekomendacje
|
515
|
-
headline: Działanie
|
516
|
-
meetings_count: Spotkania
|
517
|
-
orders_count: Wsparcia
|
518
|
-
pages_count: Strony
|
519
|
-
posts_count: Wpisy
|
520
|
-
projects_count: Projekty
|
521
|
-
proposals_count: Propozycje
|
522
|
-
results_count: Wyniki
|
523
|
-
surveys_count: Ankiety
|
524
|
-
users_count: Uczestnicy
|
525
|
-
votes_count: Głosy
|
526
525
|
events:
|
527
526
|
conferences:
|
528
527
|
conference_registration_confirmed:
|
@@ -536,12 +535,12 @@ pl:
|
|
536
535
|
notification_title: Liczba zarezerwowanych miejsc na konferencję <a href="%{resource_path}">%{resource_title}</a> wynosi ponad %{percentage}%.
|
537
536
|
conference_updated:
|
538
537
|
email_intro: 'Konferencja "%{resource_title}" została zaktualizowana. Możesz znaleźć nową wersję na tej stornie:'
|
539
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}".
|
538
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}". Aby przestać otrzymywać powiadomienia kliknij w powyższy link, a następnie na stronie konferencji kliknij w przycisk obserwowania.
|
540
539
|
email_subject: Konferencja "%{resource_title}" została zaktualizowana
|
541
540
|
notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> została zaktualizowana.
|
542
541
|
registrations_enabled:
|
543
542
|
email_intro: 'Konferencja "%{resource_title}" otworzyła rejestrację. Możesz zarejestrować się na stronie:'
|
544
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}".
|
543
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}". Aby przestać otrzymywać powiadomienia kliknij w powyższy link, a następnie na stronie konferencji kliknij w przycisk obserwowania.
|
545
544
|
email_subject: Konferencja "%{resource_title}" otworzyła rejestracje.
|
546
545
|
notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> otworzyła rejestrację.
|
547
546
|
role_assigned:
|
@@ -551,7 +550,7 @@ pl:
|
|
551
550
|
notification_title: Przypisano Ci rolę %{role} w konferencji <a href="%{resource_url}">%{resource_title}</a>.
|
552
551
|
upcoming_conference:
|
553
552
|
email_intro: 'Konferencja "%{resource_title}" odbywa się za 2 dni. Możesz przeczytać opis na jej stronie:'
|
554
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}".
|
553
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}". Aby przestać otrzymywać powiadomienia kliknij w powyższy link, a następnie na stronie konferencji kliknij w przycisk obserwowania.
|
555
554
|
email_subject: Konferencja „%{resource_title}” już wkrótce!
|
556
555
|
notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> odbędzie się za 2 dni.
|
557
556
|
help:
|
@@ -570,6 +569,8 @@ pl:
|
|
570
569
|
title: Media i linki
|
571
570
|
menu:
|
572
571
|
conferences: Konferencje
|
572
|
+
statistics:
|
573
|
+
conferences_count: Konferencje
|
573
574
|
devise:
|
574
575
|
mailer:
|
575
576
|
join_conference:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -3,6 +3,7 @@ pt:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Assembleias Relacionadas
|
6
|
+
available_slots: Vagas disponíveis
|
6
7
|
banner_image: Imagem de banner
|
7
8
|
consultations_ids: Consultas Relacionadas
|
8
9
|
copy_categories: Copiar categorias
|
@@ -10,26 +11,59 @@ pt:
|
|
10
11
|
copy_features: Copiar recursos
|
11
12
|
decidim_scope_id: Escopo
|
12
13
|
description: Descrição
|
14
|
+
end_date: Data final
|
13
15
|
hashtag: Palavras-chave
|
14
16
|
hero_image: Imagem inicial
|
17
|
+
location: Localização
|
18
|
+
main_logo: Logo principal
|
19
|
+
objectives: Objetivos
|
15
20
|
participatory_processes_ids: Processos participativos relacionados
|
16
21
|
promoted: Promovido
|
17
22
|
published_at: Publicado em
|
23
|
+
registration_terms: Termos de registro
|
24
|
+
registrations_enabled: Inscrições habilitadas
|
18
25
|
scope_id: Escopo
|
19
26
|
scopes_enabled: Escopos habilitados
|
20
27
|
short_description: Pequena descrição
|
21
28
|
show_statistics: Mostre estatisticas
|
29
|
+
sign_date: Data de assinatura
|
30
|
+
signature: Assinatura
|
31
|
+
signature_name: nome da assinatura
|
22
32
|
slogan: Slogan
|
23
33
|
slug: Lesma de URL
|
34
|
+
start_date: Data de início
|
24
35
|
title: Título
|
25
36
|
conference_media_link:
|
37
|
+
date: Data
|
38
|
+
link: Link
|
39
|
+
title: Título
|
26
40
|
weight: Peso
|
27
41
|
conference_partner:
|
42
|
+
link: Link
|
43
|
+
logo: Logo
|
44
|
+
name: Nome
|
45
|
+
partner_type: Tipo de parceiro
|
28
46
|
weight: Peso
|
47
|
+
conference_registration_invite:
|
48
|
+
email: E-mail
|
49
|
+
name: Nome
|
50
|
+
registration_type_id: Tipo de Registro
|
51
|
+
user_id: Usuário
|
29
52
|
conference_registration_type:
|
53
|
+
description: Descrição
|
54
|
+
price: Preço
|
55
|
+
title: Título
|
30
56
|
weight: Peso
|
31
57
|
conference_speaker:
|
58
|
+
affiliation: Afiliação
|
59
|
+
avatar: Avatar
|
60
|
+
conference_meeting_ids: Reuniões relacionadas
|
32
61
|
full_name: Nome completo
|
62
|
+
personal_url: Url pessoal
|
63
|
+
position: Posição
|
64
|
+
short_bio: Pequena biografia
|
65
|
+
twitter_handle: Manipulador do Twitter
|
66
|
+
user_id: Usuário
|
33
67
|
conference_user_role:
|
34
68
|
email: O email
|
35
69
|
name: Nome
|
@@ -189,6 +223,7 @@ pt:
|
|
189
223
|
admin: Administrador
|
190
224
|
collaborator: Colaborador
|
191
225
|
moderator: Moderador
|
226
|
+
valuator: Avaliador
|
192
227
|
media_link:
|
193
228
|
fields:
|
194
229
|
date: Encontro
|
@@ -211,7 +246,7 @@ pt:
|
|
211
246
|
price: Preço
|
212
247
|
registrations_count: Contagem de registros
|
213
248
|
title: Título
|
214
|
-
weight:
|
249
|
+
weight: Posição do pedido
|
215
250
|
name: Tipo de Registro
|
216
251
|
partners:
|
217
252
|
create:
|
@@ -271,6 +306,10 @@ pt:
|
|
271
306
|
conferences:
|
272
307
|
conference_registration:
|
273
308
|
confirm: "%{user_name} confirmou o registro da conferência em %{resource_name} conferência"
|
309
|
+
partner:
|
310
|
+
create: "%{user_name} criou o parceiro %{resource_name} na conferência %{space_name}"
|
311
|
+
delete: "%{user_name} removeu o parceiro %{resource_name} da conferência de %{space_name}"
|
312
|
+
update: "%{user_name} atualizou o parceiro %{resource_name} na conferência %{space_name}"
|
274
313
|
registration_type:
|
275
314
|
create: "%{user_name} criou o tipo de registro %{resource_name} na conferência de %{space_name}"
|
276
315
|
publish: "%{user_name} publicou o tipo de registro %{resource_name} na conferência %{space_name}"
|
@@ -403,6 +442,7 @@ pt:
|
|
403
442
|
personal_website: Site pessoal
|
404
443
|
show:
|
405
444
|
more_info: mais informações
|
445
|
+
speaking_at: Falando em
|
406
446
|
conference_speaker_cell:
|
407
447
|
personal_url:
|
408
448
|
personal_website: Site pessoal
|
@@ -461,8 +501,12 @@ pt:
|
|
461
501
|
home:
|
462
502
|
highlighted_conferences:
|
463
503
|
active_conferences: Conferências ativas
|
504
|
+
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
464
505
|
see_all_conferences: Veja todas as conferências
|
465
506
|
photo:
|
507
|
+
image:
|
508
|
+
attributes:
|
509
|
+
alt: Imagem da mídia
|
466
510
|
show:
|
467
511
|
close_modal: Fechar modal
|
468
512
|
photo: Foto
|
@@ -473,6 +517,7 @@ pt:
|
|
473
517
|
index:
|
474
518
|
choose_an_option: 'Escolha sua opção de registro:'
|
475
519
|
login_as: Você está logado como %{name} <%{email}>
|
520
|
+
no_registrations: Sem inscrições
|
476
521
|
register: registo
|
477
522
|
title: Tipos de registro
|
478
523
|
shared:
|
@@ -488,23 +533,6 @@ pt:
|
|
488
533
|
related_assemblies: Assembleias Relacionadas
|
489
534
|
related_consultations: Consultas Relacionadas
|
490
535
|
related_participatory_processes: Processos participativos relacionados
|
491
|
-
statistics:
|
492
|
-
answers_count: Respostas
|
493
|
-
comments_count: Comentários
|
494
|
-
conference_count: Conferências
|
495
|
-
debates_count: Debates
|
496
|
-
endorsements_count: Endossos
|
497
|
-
headline: Atividade
|
498
|
-
meetings_count: Reuniões
|
499
|
-
orders_count: Votos
|
500
|
-
pages_count: Páginas
|
501
|
-
posts_count: Postagens
|
502
|
-
projects_count: Projetos
|
503
|
-
proposals_count: Propostas
|
504
|
-
results_count: Resultados
|
505
|
-
surveys_count: pesquisas
|
506
|
-
users_count: Participantes
|
507
|
-
votes_count: Votos
|
508
536
|
events:
|
509
537
|
conferences:
|
510
538
|
conference_registration_confirmed:
|
@@ -526,11 +554,22 @@ pt:
|
|
526
554
|
email_outro: Você recebeu esta notificação porque está seguindo a conferência "%{resource_title}". Você pode deixar de segui-lo no link anterior.
|
527
555
|
email_subject: A conferência "%{resource_title}" habilitou os registros.
|
528
556
|
notification_title: A conferência <a href="%{resource_path}">%{resource_title}</a> permitiu registros.
|
557
|
+
role_assigned:
|
558
|
+
email_intro: Você foi designado como %{role} para conferência "%{resource_title}".
|
559
|
+
email_outro: Você recebeu esta notificação porque é %{role} da conferência "%{resource_title}".
|
560
|
+
email_subject: Você foi designado como %{role} para%{resource_title}".
|
561
|
+
notification_title: Você foi designado como %{role} para a conferência <a href="%{resource_url}">%{resource_title}</a>.
|
529
562
|
upcoming_conference:
|
530
563
|
email_intro: 'A conferência "%{resource_title}" está ocorrendo em dois dias. Você pode ler a descrição de sua página:'
|
531
564
|
email_outro: Você recebeu esta notificação porque está seguindo a conferência "%{resource_title}". Você pode deixar de segui-lo no link anterior.
|
532
565
|
email_subject: A conferência "%{resource_title}" está chegando!
|
533
566
|
notification_title: A conferência <a href="%{resource_path}">%{resource_title}</a> está chegando em 2 dias.
|
567
|
+
help:
|
568
|
+
participatory_spaces:
|
569
|
+
conferences:
|
570
|
+
contextual: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
571
|
+
page: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
572
|
+
title: O que são conferências?
|
534
573
|
log:
|
535
574
|
value_types:
|
536
575
|
conference_presenter:
|
@@ -541,6 +580,8 @@ pt:
|
|
541
580
|
title: Mídia e Links
|
542
581
|
menu:
|
543
582
|
conferences: Conferências
|
583
|
+
statistics:
|
584
|
+
conferences_count: Conferências
|
544
585
|
devise:
|
545
586
|
mailer:
|
546
587
|
join_conference:
|
data/config/locales/pt.yml
CHANGED
@@ -212,7 +212,6 @@ pt:
|
|
212
212
|
price: Preço
|
213
213
|
registrations_count: Contagem de registos
|
214
214
|
title: Título
|
215
|
-
weight: Peso
|
216
215
|
name: Tipo de registo
|
217
216
|
partners:
|
218
217
|
create:
|
@@ -492,23 +491,6 @@ pt:
|
|
492
491
|
related_assemblies: Reuniões relacionadas
|
493
492
|
related_consultations: Consultas Relacionadas
|
494
493
|
related_participatory_processes: Processos participativos relacionados
|
495
|
-
statistics:
|
496
|
-
answers_count: Respostas
|
497
|
-
comments_count: Comentários
|
498
|
-
conference_count: Conferências
|
499
|
-
debates_count: Debates
|
500
|
-
endorsements_count: Endossos
|
501
|
-
headline: Atividade
|
502
|
-
meetings_count: Reuniões
|
503
|
-
orders_count: Votos
|
504
|
-
pages_count: Páginas
|
505
|
-
posts_count: Publicações
|
506
|
-
projects_count: Projetos
|
507
|
-
proposals_count: Propostas
|
508
|
-
results_count: Resultados
|
509
|
-
surveys_count: Inquéritos
|
510
|
-
users_count: Participantes
|
511
|
-
votes_count: Votos
|
512
494
|
events:
|
513
495
|
conferences:
|
514
496
|
conference_registration_confirmed:
|