decidim-conferences 0.24.0 → 0.25.0.rc1
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 +5 -4
- 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_invites/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_registrations/index.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 +6 -18
- data/config/locales/ca.yml +44 -18
- data/config/locales/cs.yml +46 -20
- data/config/locales/de.yml +10 -18
- data/config/locales/el.yml +6 -18
- data/config/locales/en.yml +44 -18
- data/config/locales/es-MX.yml +44 -18
- data/config/locales/es-PY.yml +44 -18
- data/config/locales/es.yml +44 -18
- data/config/locales/eu.yml +6 -18
- data/config/locales/fi-plain.yml +44 -18
- data/config/locales/fi.yml +44 -18
- data/config/locales/fr-CA.yml +7 -18
- data/config/locales/fr-LU.yml +577 -0
- data/config/locales/fr.yml +7 -18
- data/config/locales/gl.yml +58 -18
- data/config/locales/hu.yml +6 -18
- data/config/locales/id-ID.yml +6 -18
- data/config/locales/it.yml +55 -18
- data/config/locales/ja.yml +49 -18
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +6 -17
- data/config/locales/nl.yml +176 -144
- data/config/locales/no.yml +6 -18
- data/config/locales/pl.yml +33 -26
- data/config/locales/pt-BR.yml +65 -18
- data/config/locales/pt.yml +6 -18
- data/config/locales/ro-RO.yml +30 -18
- data/config/locales/sk.yml +6 -18
- data/config/locales/sl.yml +0 -2
- data/config/locales/sv.yml +47 -17
- data/config/locales/tr-TR.yml +6 -18
- data/config/locales/zh-CN.yml +6 -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 +27 -25
- 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
data/config/locales/fr.yml
CHANGED
@@ -22,6 +22,12 @@ fr:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Slug URL
|
24
24
|
title: Titre
|
25
|
+
conference_media_link:
|
26
|
+
weight: Rang d'affichage
|
27
|
+
conference_partner:
|
28
|
+
weight: Rang d'affichage
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Rang d'affichage
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nom complet
|
27
33
|
conference_user_role:
|
@@ -206,7 +212,6 @@ fr:
|
|
206
212
|
price: Prix
|
207
213
|
registrations_count: Nombre d'inscriptions
|
208
214
|
title: Titre
|
209
|
-
weight: Rang d'affichage
|
210
215
|
name: Type d'inscription
|
211
216
|
partners:
|
212
217
|
create:
|
@@ -461,6 +466,7 @@ fr:
|
|
461
466
|
home:
|
462
467
|
highlighted_conferences:
|
463
468
|
active_conferences: Conférences actives
|
469
|
+
conferences_button_title: Lien vers la page des conférences affichant toutes les conférences
|
464
470
|
see_all_conferences: Voir toutes les conférences
|
465
471
|
photo:
|
466
472
|
image:
|
@@ -492,23 +498,6 @@ fr:
|
|
492
498
|
related_assemblies: Assemblées connexes
|
493
499
|
related_consultations: Votations connexes
|
494
500
|
related_participatory_processes: Concertations associées
|
495
|
-
statistics:
|
496
|
-
answers_count: Réponses
|
497
|
-
comments_count: Commentaires
|
498
|
-
conference_count: Conférences
|
499
|
-
debates_count: Débats
|
500
|
-
endorsements_count: Soutiens
|
501
|
-
headline: Activité
|
502
|
-
meetings_count: Rencontres
|
503
|
-
orders_count: Votes
|
504
|
-
pages_count: Pages
|
505
|
-
posts_count: Articles
|
506
|
-
projects_count: Projets
|
507
|
-
proposals_count: Propositions
|
508
|
-
results_count: Réalisations
|
509
|
-
surveys_count: Enquêtes
|
510
|
-
users_count: Participants
|
511
|
-
votes_count: Votes
|
512
501
|
events:
|
513
502
|
conferences:
|
514
503
|
conference_registration_confirmed:
|
data/config/locales/gl.yml
CHANGED
@@ -3,6 +3,7 @@ gl:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Asembleas relacionadas
|
6
|
+
available_slots: Prazas dispoñíbeis
|
6
7
|
banner_image: Imaxe do banner
|
7
8
|
consultations_ids: Consultas relacionadas
|
8
9
|
copy_categories: Copiar categorías
|
@@ -10,20 +11,59 @@ gl:
|
|
10
11
|
copy_features: Copiar funcións
|
11
12
|
decidim_scope_id: Alcance
|
12
13
|
description: Descrición
|
14
|
+
end_date: Data de finalización
|
13
15
|
hashtag: Etiqueta
|
14
16
|
hero_image: Imaxe na casa
|
17
|
+
location: Localización
|
18
|
+
main_logo: Logotipo principal
|
19
|
+
objectives: Obxectivos
|
15
20
|
participatory_processes_ids: Procesos participativos relacionados
|
16
21
|
promoted: Promocionado
|
17
22
|
published_at: Publicado en
|
23
|
+
registration_terms: Condicións do rexistro
|
24
|
+
registrations_enabled: Rexistro habilitado
|
18
25
|
scope_id: Alcance
|
19
26
|
scopes_enabled: Ámbitos habilitados
|
20
27
|
short_description: Descrición curta
|
21
28
|
show_statistics: Amosar estatísticas
|
29
|
+
sign_date: Data de sinatura
|
30
|
+
signature: Sinatura
|
31
|
+
signature_name: nome da sinatura
|
22
32
|
slogan: Eslogan
|
23
33
|
slug: URL slug
|
34
|
+
start_date: Data de inicio
|
35
|
+
title: Título
|
36
|
+
conference_media_link:
|
37
|
+
date: Data
|
38
|
+
link: Ligazón
|
24
39
|
title: Título
|
40
|
+
weight: Peso
|
41
|
+
conference_partner:
|
42
|
+
link: Ligazón
|
43
|
+
logo: Logotipo
|
44
|
+
name: Nome
|
45
|
+
partner_type: Tipo de socio
|
46
|
+
weight: Peso
|
47
|
+
conference_registration_invite:
|
48
|
+
email: Correo electrónico
|
49
|
+
name: Nome
|
50
|
+
registration_type_id: Tipo do rexistro
|
51
|
+
user_id: Usuario
|
52
|
+
conference_registration_type:
|
53
|
+
description: Descrición
|
54
|
+
price: Prezo
|
55
|
+
title: Título
|
56
|
+
weight: Peso
|
25
57
|
conference_speaker:
|
58
|
+
affiliation: Afiliación
|
59
|
+
avatar: Avatar
|
60
|
+
conference_meeting_ids: Xuntanzas relacionadas
|
26
61
|
full_name: Nome completo
|
62
|
+
personal_url: Url persoal
|
63
|
+
position: Posición
|
64
|
+
short_bio: Pequena biografía
|
65
|
+
twitter_handle: Conta do Twitter
|
66
|
+
user_id: Usuario
|
27
67
|
conference_user_role:
|
28
68
|
email: Correo electrónico
|
29
69
|
name: Nome
|
@@ -183,6 +223,7 @@ gl:
|
|
183
223
|
admin: Administrador
|
184
224
|
collaborator: Colaborador
|
185
225
|
moderator: Moderador
|
226
|
+
valuator: Avaliador/a
|
186
227
|
media_link:
|
187
228
|
fields:
|
188
229
|
date: Data
|
@@ -205,7 +246,7 @@ gl:
|
|
205
246
|
price: Prezo
|
206
247
|
registrations_count: Contas de rexistro
|
207
248
|
title: Título
|
208
|
-
weight:
|
249
|
+
weight: Orde de posición
|
209
250
|
name: Tipo de rexistro
|
210
251
|
partners:
|
211
252
|
create:
|
@@ -397,6 +438,7 @@ gl:
|
|
397
438
|
personal_website: Sitio web persoal
|
398
439
|
show:
|
399
440
|
more_info: máis información
|
441
|
+
speaking_at: Intervén en
|
400
442
|
conference_speaker_cell:
|
401
443
|
personal_url:
|
402
444
|
personal_website: Sitio web persoal
|
@@ -455,8 +497,12 @@ gl:
|
|
455
497
|
home:
|
456
498
|
highlighted_conferences:
|
457
499
|
active_conferences: Conferencias activas
|
500
|
+
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
458
501
|
see_all_conferences: Ver todas as conferencias
|
459
502
|
photo:
|
503
|
+
image:
|
504
|
+
attributes:
|
505
|
+
alt: Imaxe
|
460
506
|
show:
|
461
507
|
close_modal: Pechar modal
|
462
508
|
photo: Foto
|
@@ -467,6 +513,7 @@ gl:
|
|
467
513
|
index:
|
468
514
|
choose_an_option: 'Elixe a túa opción de rexistro:'
|
469
515
|
login_as: Estás conectado como %{name} <%{email}>
|
516
|
+
no_registrations: Sen rexistros
|
470
517
|
register: Rexistrarse
|
471
518
|
title: Tipos de rexistro
|
472
519
|
shared:
|
@@ -482,23 +529,6 @@ gl:
|
|
482
529
|
related_assemblies: Asembleas relacionadas
|
483
530
|
related_consultations: Consultas relacionadas
|
484
531
|
related_participatory_processes: Procesos participativos relacionados
|
485
|
-
statistics:
|
486
|
-
answers_count: Respostas
|
487
|
-
comments_count: Comentarios
|
488
|
-
conference_count: Conferencias
|
489
|
-
debates_count: Debates
|
490
|
-
endorsements_count: Aprobacións
|
491
|
-
headline: Actividade
|
492
|
-
meetings_count: Reunións
|
493
|
-
orders_count: Votos
|
494
|
-
pages_count: Páxinas
|
495
|
-
posts_count: Publicacións
|
496
|
-
projects_count: Proxectos
|
497
|
-
proposals_count: Propostas
|
498
|
-
results_count: Resultados
|
499
|
-
surveys_count: Enquisas
|
500
|
-
users_count: Participantes
|
501
|
-
votes_count: Votos
|
502
532
|
events:
|
503
533
|
conferences:
|
504
534
|
conference_registration_confirmed:
|
@@ -520,11 +550,19 @@ gl:
|
|
520
550
|
email_outro: Recibiches esta notificación porque estás seguindo a conferencia "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
521
551
|
email_subject: A conferencia "%{resource_title}" habilitou as inscricións.
|
522
552
|
notification_title: A conferencia <a href="%{resource_path}">%{resource_title}</a> habilitou as inscricións.
|
553
|
+
role_assigned:
|
554
|
+
email_intro: Fuches asignado ao rol %{role} na conferencia "%{resource_title}".
|
555
|
+
email_outro: Recibiches esta notificación porque tes o rol %{role} na conferencia "%{resource_title}".
|
556
|
+
email_subject: Fuches asignado ao rol %{role} de "%{resource_title}".
|
523
557
|
upcoming_conference:
|
524
558
|
email_intro: 'A conferencia "%{resource_title}" ten lugar en 2 días. Podes ler a descrición da súa páxina:'
|
525
559
|
email_outro: Recibiches esta notificación porque estás seguindo a conferencia "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
526
560
|
email_subject: A conferencia "%{resource_title}" está chegando!
|
527
561
|
notification_title: A conferencia <a href="%{resource_path}">%{resource_title}</a> chegará en 2 días.
|
562
|
+
help:
|
563
|
+
participatory_spaces:
|
564
|
+
conferences:
|
565
|
+
title: Que son as conferencias?
|
528
566
|
log:
|
529
567
|
value_types:
|
530
568
|
conference_presenter:
|
@@ -535,6 +573,8 @@ gl:
|
|
535
573
|
title: Medios e enlaces
|
536
574
|
menu:
|
537
575
|
conferences: Conferencias
|
576
|
+
statistics:
|
577
|
+
conferences_count: Conferencias
|
538
578
|
devise:
|
539
579
|
mailer:
|
540
580
|
join_conference:
|
data/config/locales/hu.yml
CHANGED
@@ -22,6 +22,12 @@ hu:
|
|
22
22
|
slogan: Szlogen
|
23
23
|
slug: URL slug
|
24
24
|
title: Cím
|
25
|
+
conference_media_link:
|
26
|
+
weight: Súly
|
27
|
+
conference_partner:
|
28
|
+
weight: Súly
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Súly
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Teljes név
|
27
33
|
conference_user_role:
|
@@ -206,7 +212,6 @@ hu:
|
|
206
212
|
price: Ár
|
207
213
|
registrations_count: A regisztrációk száma
|
208
214
|
title: Cím
|
209
|
-
weight: Súly
|
210
215
|
name: Regisztrációs típus
|
211
216
|
partners:
|
212
217
|
create:
|
@@ -486,23 +491,6 @@ hu:
|
|
486
491
|
related_assemblies: Kapcsolódó gyűlések
|
487
492
|
related_consultations: Kapcsolódó konzultációk
|
488
493
|
related_participatory_processes: Kapcsolódó részvételi folyamatok
|
489
|
-
statistics:
|
490
|
-
answers_count: válaszok
|
491
|
-
comments_count: Hozzászólások
|
492
|
-
conference_count: Konferenciák
|
493
|
-
debates_count: viták
|
494
|
-
endorsements_count: Elismerések
|
495
|
-
headline: Tevékenység
|
496
|
-
meetings_count: találkozók
|
497
|
-
orders_count: szavazatok
|
498
|
-
pages_count: Oldalak
|
499
|
-
posts_count: Hozzászólások
|
500
|
-
projects_count: projektek
|
501
|
-
proposals_count: javaslatok
|
502
|
-
results_count: Eredmények
|
503
|
-
surveys_count: Felmérések
|
504
|
-
users_count: résztvevők
|
505
|
-
votes_count: szavazatok
|
506
494
|
events:
|
507
495
|
conferences:
|
508
496
|
conference_registration_confirmed:
|
data/config/locales/id-ID.yml
CHANGED
@@ -22,6 +22,12 @@ id:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: Siput URL
|
24
24
|
title: Judul
|
25
|
+
conference_media_link:
|
26
|
+
weight: Berat
|
27
|
+
conference_partner:
|
28
|
+
weight: Berat
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Berat
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Nama lengkap
|
27
33
|
conference_user_role:
|
@@ -202,7 +208,6 @@ id:
|
|
202
208
|
price: Harga
|
203
209
|
registrations_count: Jumlah registrasi
|
204
210
|
title: Judul
|
205
|
-
weight: Berat
|
206
211
|
name: Jenis pendaftaran
|
207
212
|
partners:
|
208
213
|
create:
|
@@ -478,23 +483,6 @@ id:
|
|
478
483
|
related_assemblies: Rakitan Terkait
|
479
484
|
related_consultations: Konsultasi Terkait
|
480
485
|
related_participatory_processes: Proses Partisipatif Terkait
|
481
|
-
statistics:
|
482
|
-
answers_count: Jawaban
|
483
|
-
comments_count: Komentar
|
484
|
-
conference_count: Konferensi
|
485
|
-
debates_count: Perdebatan
|
486
|
-
endorsements_count: Endorsemen
|
487
|
-
headline: Aktivitas
|
488
|
-
meetings_count: Rapat
|
489
|
-
orders_count: Suara
|
490
|
-
pages_count: Halaman
|
491
|
-
posts_count: Kiriman
|
492
|
-
projects_count: Proyek
|
493
|
-
proposals_count: Proposal
|
494
|
-
results_count: Hasil
|
495
|
-
surveys_count: Survei
|
496
|
-
users_count: Peserta
|
497
|
-
votes_count: Suara
|
498
486
|
events:
|
499
487
|
conferences:
|
500
488
|
conference_registration_confirmed:
|
data/config/locales/it.yml
CHANGED
@@ -3,6 +3,7 @@ it:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Assemblee collegate
|
6
|
+
available_slots: Slot disponibili
|
6
7
|
banner_image: Immagine banner
|
7
8
|
consultations_ids: Consultazioni correlate
|
8
9
|
copy_categories: Copia le categorie
|
@@ -10,20 +11,59 @@ it:
|
|
10
11
|
copy_features: Copia le caratteristiche
|
11
12
|
decidim_scope_id: Obiettivo
|
12
13
|
description: Descrizione
|
14
|
+
end_date: Data di fine
|
13
15
|
hashtag: Hashtag
|
14
16
|
hero_image: Immagine della home page
|
17
|
+
location: Luogo
|
18
|
+
main_logo: Logo principale
|
19
|
+
objectives: Obiettivi
|
15
20
|
participatory_processes_ids: Processi partecipativi correlati
|
16
21
|
promoted: In evidenza
|
17
22
|
published_at: Pubblicato il
|
23
|
+
registration_terms: Termini di registrazione
|
24
|
+
registrations_enabled: Registrazioni abilitate
|
18
25
|
scope_id: Obiettivo
|
19
26
|
scopes_enabled: Ambiti abilitati
|
20
27
|
short_description: Breve descrizione
|
21
28
|
show_statistics: Mostra statistiche
|
29
|
+
sign_date: Firmato il
|
30
|
+
signature: Firma
|
31
|
+
signature_name: nome firma
|
22
32
|
slogan: Slogan
|
23
33
|
slug: Slug URL
|
34
|
+
start_date: Data di inizio
|
35
|
+
title: Titolo
|
36
|
+
conference_media_link:
|
37
|
+
date: Data
|
38
|
+
link: Collegamento
|
39
|
+
title: Titolo
|
40
|
+
weight: Peso
|
41
|
+
conference_partner:
|
42
|
+
link: Collegamento
|
43
|
+
logo: Logo
|
44
|
+
name: Nome
|
45
|
+
partner_type: Tipo di partner
|
46
|
+
weight: Peso
|
47
|
+
conference_registration_invite:
|
48
|
+
email: Email
|
49
|
+
name: Nome
|
50
|
+
registration_type_id: Tipo di registrazione
|
51
|
+
user_id: Utente
|
52
|
+
conference_registration_type:
|
53
|
+
description: Descrizione
|
54
|
+
price: Prezzo
|
24
55
|
title: Titolo
|
56
|
+
weight: Peso
|
25
57
|
conference_speaker:
|
58
|
+
affiliation: Affiliazione
|
59
|
+
avatar: Avatar
|
60
|
+
conference_meeting_ids: Conferenze correlate
|
26
61
|
full_name: Nome e cognome
|
62
|
+
personal_url: URL personale
|
63
|
+
position: Posizione
|
64
|
+
short_bio: Biografia breve
|
65
|
+
twitter_handle: Identificativo Twitter
|
66
|
+
user_id: Utente
|
27
67
|
conference_user_role:
|
28
68
|
email: E-mail
|
29
69
|
name: Nome
|
@@ -206,7 +246,7 @@ it:
|
|
206
246
|
price: Prezzo
|
207
247
|
registrations_count: Conteggio delle iscrizioni
|
208
248
|
title: Titolo
|
209
|
-
weight:
|
249
|
+
weight: Ordine di posizionamento
|
210
250
|
name: Tipo di iscrizione
|
211
251
|
partners:
|
212
252
|
create:
|
@@ -266,6 +306,10 @@ it:
|
|
266
306
|
conferences:
|
267
307
|
conference_registration:
|
268
308
|
confirm: "%{user_name} confermato la registrazione alla conferenza %{resource_name}"
|
309
|
+
partner:
|
310
|
+
create: "%{user_name} ha creato il partner %{resource_name} nella conferenza %{space_name}"
|
311
|
+
delete: "%{user_name} ha rimosso il partner %{resource_name} dalla conferenza %{space_name}"
|
312
|
+
update: "%{user_name} ha aggiornato il partner %{resource_name} nella conferenza %{space_name}"
|
269
313
|
registration_type:
|
270
314
|
create: "%{user_name} ha creato il %{resource_name} tipo di registrazione nella conferenza %{space_name}"
|
271
315
|
publish: "%{user_name} ha pubblicato il %{resource_name} tipo di registrazione nella %{space_name} conferenza"
|
@@ -398,6 +442,7 @@ it:
|
|
398
442
|
personal_website: Sito web personale
|
399
443
|
show:
|
400
444
|
more_info: maggiori informazioni
|
445
|
+
speaking_at: Parlando a
|
401
446
|
conference_speaker_cell:
|
402
447
|
personal_url:
|
403
448
|
personal_website: Sito web personale
|
@@ -456,6 +501,7 @@ it:
|
|
456
501
|
home:
|
457
502
|
highlighted_conferences:
|
458
503
|
active_conferences: Conferenze attive
|
504
|
+
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
459
505
|
see_all_conferences: Vedi tutte le conferenze
|
460
506
|
photo:
|
461
507
|
image:
|
@@ -487,23 +533,6 @@ it:
|
|
487
533
|
related_assemblies: Assemblee collegate
|
488
534
|
related_consultations: Consultazioni correlate
|
489
535
|
related_participatory_processes: Processi di partecipazione correlati
|
490
|
-
statistics:
|
491
|
-
answers_count: Risposte
|
492
|
-
comments_count: Commenti
|
493
|
-
conference_count: Conferenze
|
494
|
-
debates_count: dibattiti
|
495
|
-
endorsements_count: Mi piace
|
496
|
-
headline: Attività
|
497
|
-
meetings_count: Incontri
|
498
|
-
orders_count: voti
|
499
|
-
pages_count: pagine
|
500
|
-
posts_count: Messaggi
|
501
|
-
projects_count: Progetti
|
502
|
-
proposals_count: Proposte
|
503
|
-
results_count: Risultati
|
504
|
-
surveys_count: Sondaggi
|
505
|
-
users_count: Partecipanti
|
506
|
-
votes_count: Voti
|
507
536
|
events:
|
508
537
|
conferences:
|
509
538
|
conference_registration_confirmed:
|
@@ -535,6 +564,12 @@ it:
|
|
535
564
|
email_outro: Hai ricevuto questa notifica perché stai seguendo la conferenza "%{resource_title}". Puoi smettere di seguirla dal link precedente.
|
536
565
|
email_subject: La conferenza "%{resource_title}" sta arrivando!
|
537
566
|
notification_title: La conferenza <a href="%{resource_path}">%{resource_title}</a> sarà tra 2 giorni.
|
567
|
+
help:
|
568
|
+
participatory_spaces:
|
569
|
+
conferences:
|
570
|
+
contextual: "<p>Una <strong>conferenza</strong> è una raccolta di riunioni organizzate in un programma, con un certo numero di persone invitate come relatori, e altri campi di informazione tipici di grandi congressi o eventi sociali (registrazione, elenco delle organizzazioni che sostengono o sponsorizzano l'evento, ecc.).</p> <p>Esempi: Una conferenza può essere un evento rilevante per un'organizzazione e i suoi membri, o può essere parte di un processo partecipativo o il seguito di una consultazione.</p>\n"
|
571
|
+
page: "<p>Una <strong>conferenza</strong> è una raccolta di riunioni organizzate in un programma, con un certo numero di persone invitate come relatori, e altri campi di informazione tipici di grandi congressi o eventi sociali (registrazione, elenco delle organizzazioni che sostengono o sponsorizzano l'evento, ecc.).</p> <p>Esempi: Una conferenza può essere un evento rilevante per un'organizzazione e i suoi membri, o può essere parte di un processo partecipativo o il seguito di una consultazione.</p>\n"
|
572
|
+
title: Cosa sono le conferenze?
|
538
573
|
log:
|
539
574
|
value_types:
|
540
575
|
conference_presenter:
|
@@ -545,6 +580,8 @@ it:
|
|
545
580
|
title: Media e collegamenti
|
546
581
|
menu:
|
547
582
|
conferences: Conferenze
|
583
|
+
statistics:
|
584
|
+
conferences_count: Conferenze
|
548
585
|
devise:
|
549
586
|
mailer:
|
550
587
|
join_conference:
|