decidim-conferences 0.27.5 → 0.28.0.rc4
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_cell.rb +9 -4
- data/app/cells/decidim/conferences/conference_dropdown_metadata_cell.rb +19 -0
- data/app/cells/decidim/conferences/conference_g_cell.rb +23 -0
- data/app/cells/decidim/conferences/conference_metadata_cell.rb +21 -0
- data/app/cells/decidim/conferences/conference_s_cell.rb +13 -0
- data/app/cells/decidim/conferences/conference_speaker/show.erb +44 -58
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -13
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +15 -14
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form/show.erb +3 -0
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form_cell.rb +19 -0
- data/app/cells/decidim/conferences/linked_participatory_spaces/show.erb +6 -8
- data/app/cells/decidim/conferences/linked_participatory_spaces_cell.rb +1 -10
- data/app/cells/decidim/conferences/media_link/show.erb +6 -8
- data/app/cells/decidim/conferences/partner/image.erb +3 -0
- data/app/cells/decidim/conferences/partner/show.erb +8 -8
- data/app/cells/decidim/conferences/partner/text.erb +1 -0
- data/app/cells/decidim/conferences/partner_cell.rb +4 -2
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +15 -12
- data/app/cells/decidim/conferences/registration_type/registration_confirm.erb +12 -12
- data/app/cells/decidim/conferences/registration_type/show.erb +11 -14
- data/app/cells/decidim/conferences/registration_type_cell.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +2 -11
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_media_link.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_partner.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +2 -2
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +2 -2
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +3 -3
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +5 -5
- data/app/commands/decidim/conferences/admin/publish_conference.rb +9 -26
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +2 -11
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +5 -5
- data/app/constraints/decidim/conferences/current_component.rb +2 -2
- data/app/constraints/decidim/conferences/current_conference.rb +2 -2
- data/app/controllers/concerns/decidim/conferences/admin/conference_context.rb +1 -1
- data/app/controllers/decidim/conferences/admin/concerns/conference_admin.rb +2 -2
- data/app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb +6 -1
- data/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb +5 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_publications_controller.rb +10 -28
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +8 -90
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +2 -0
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/exports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/imports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/moderations/reports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/moderations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/application_controller.rb +6 -0
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +3 -3
- data/app/controllers/decidim/conferences/conferences_controller.rb +9 -2
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +3 -3
- data/app/events/decidim/conferences/conference_registrations_enabled_event.rb +1 -1
- data/app/events/decidim/conferences/conference_registrations_over_percentage_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +6 -6
- data/app/forms/decidim/conferences/admin/conference_copy_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_form.rb +4 -15
- data/app/forms/decidim/conferences/admin/conference_user_role_form.rb +2 -17
- data/app/helpers/decidim/conferences/admin/conferences_helper.rb +0 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +55 -0
- data/app/helpers/decidim/conferences/conference_program_helper.rb +1 -1
- data/app/helpers/decidim/conferences/media_attachments_helper.rb +0 -10
- data/app/helpers/decidim/conferences/partners_helper.rb +3 -1
- data/app/mailers/decidim/conferences/admin/invite_join_conference_mailer.rb +1 -1
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +1 -1
- data/app/mailers/decidim/conferences/conference_registration_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +4 -4
- data/app/models/decidim/conference_user_role.rb +6 -34
- data/app/packs/entrypoints/decidim_conferences.js +5 -0
- data/app/packs/src/decidim/conferences/admin/conferences.js +6 -6
- data/app/packs/stylesheets/decidim/conferences/_conference.scss +102 -0
- data/app/packs/stylesheets/decidim/conferences/_media.scss +13 -0
- data/app/packs/stylesheets/decidim/conferences/_program.scss +43 -0
- data/app/packs/stylesheets/decidim/conferences/_registration.scss +39 -0
- data/app/packs/stylesheets/decidim/conferences/_speaker.scss +83 -0
- data/app/packs/stylesheets/decidim/conferences/conferences.scss +5 -3
- data/app/permissions/decidim/conferences/permissions.rb +2 -2
- data/app/presenters/decidim/conference_speaker_presenter.rb +1 -1
- data/app/presenters/decidim/conferences/admin_log/conference_invite_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_registration_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_user_role_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/media_link_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/partner_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/registration_type_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +3 -28
- data/app/queries/decidim/conferences/admin/admin_users.rb +4 -4
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +2 -2
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_published_conferences.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +22 -28
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +16 -5
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +17 -19
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +69 -74
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +21 -17
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +45 -45
- data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +42 -46
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +52 -55
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_user_roles/_form.html.erb +14 -18
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +53 -56
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +88 -88
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +26 -12
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +55 -64
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +16 -8
- data/app/views/decidim/conferences/admin/diplomas/_form.html.erb +18 -24
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +19 -5
- data/app/views/decidim/conferences/admin/media_links/_form.html.erb +15 -19
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +37 -40
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +18 -22
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/partners/index.html.erb +45 -48
- data/app/views/decidim/conferences/admin/partners/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/registration_types/_form.html.erb +23 -23
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +52 -56
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +21 -24
- data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +29 -63
- data/app/views/decidim/conferences/conference_program/show.html.erb +27 -39
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +12 -6
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +33 -0
- data/app/views/decidim/conferences/conferences/_partners.html.erb +10 -13
- data/app/views/decidim/conferences/conferences/index.html.erb +17 -7
- data/app/views/decidim/conferences/conferences/show.html.erb +84 -50
- data/app/views/decidim/conferences/media/index.html.erb +33 -19
- data/app/views/decidim/conferences/registration_types/index.html.erb +25 -17
- data/app/views/layouts/decidim/admin/conference.html.erb +12 -14
- data/app/views/layouts/decidim/admin/conferences.html.erb +13 -8
- data/app/views/layouts/decidim/conference.html.erb +7 -17
- data/app/views/layouts/decidim/conferences/_conference_nav_item.html.erb +6 -0
- data/app/views/layouts/decidim/conferences/application.html.erb +6 -0
- data/config/assets.rb +1 -1
- data/config/initializers/wicked_pdf.rb +1 -1
- data/config/locales/ar.yml +3 -62
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +33 -53
- data/config/locales/cs.yml +35 -53
- data/config/locales/de.yml +33 -53
- data/config/locales/el.yml +11 -51
- data/config/locales/en.yml +34 -54
- data/config/locales/es-MX.yml +32 -52
- data/config/locales/es-PY.yml +32 -52
- data/config/locales/es.yml +32 -52
- data/config/locales/eu.yml +33 -58
- data/config/locales/fi-plain.yml +32 -52
- data/config/locales/fi.yml +31 -51
- data/config/locales/fr-CA.yml +31 -51
- data/config/locales/fr.yml +31 -51
- data/config/locales/ga-IE.yml +0 -17
- data/config/locales/gl.yml +3 -62
- data/config/locales/hu.yml +15 -51
- data/config/locales/id-ID.yml +3 -57
- data/config/locales/it.yml +4 -62
- data/config/locales/ja.yml +34 -53
- data/config/locales/lb.yml +1 -55
- data/config/locales/lt.yml +14 -52
- data/config/locales/lv.yml +1 -60
- data/config/locales/nl.yml +3 -62
- data/config/locales/no.yml +1 -62
- data/config/locales/pl.yml +1 -78
- data/config/locales/pt-BR.yml +1 -63
- data/config/locales/pt.yml +2 -63
- data/config/locales/ro-RO.yml +13 -50
- data/config/locales/sk.yml +1 -60
- data/config/locales/sl.yml +0 -2
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +7 -62
- data/config/locales/tr-TR.yml +13 -61
- data/config/locales/zh-CN.yml +3 -60
- data/config/locales/zh-TW.yml +6 -47
- data/db/migrate/20221116084952_add_weight_to_conferences.rb +7 -0
- data/lib/decidim/conferences/admin_engine.rb +14 -138
- data/lib/decidim/conferences/content_blocks/registry_manager.rb +21 -0
- data/lib/decidim/conferences/engine.rb +17 -15
- data/lib/decidim/conferences/menu.rb +182 -0
- data/lib/decidim/conferences/participatory_space.rb +6 -200
- data/lib/decidim/conferences/query_extensions.rb +2 -2
- data/lib/decidim/conferences/seeds.rb +153 -0
- data/lib/decidim/conferences/test/factories.rb +10 -9
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +44 -47
- data/app/cells/decidim/conferences/conference_address/show.erb +0 -11
- data/app/cells/decidim/conferences/conference_address_cell.rb +0 -11
- data/app/cells/decidim/conferences/conference_m/footer.erb +0 -9
- data/app/cells/decidim/conferences/conference_m/tags.erb +0 -1
- data/app/cells/decidim/conferences/conference_m_cell.rb +0 -42
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +0 -30
- data/app/cells/decidim/conferences/photo/show.erb +0 -26
- data/app/cells/decidim/conferences/photo_cell.rb +0 -41
- data/app/cells/decidim/conferences/photos_list/show.erb +0 -8
- data/app/cells/decidim/conferences/photos_list_cell.rb +0 -18
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +0 -114
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +0 -58
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +0 -22
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +0 -39
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +0 -53
- data/app/controllers/decidim/conferences/conference_widgets_controller.rb +0 -23
- data/app/queries/decidim/conferences/admin/conference_invites.rb +0 -60
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +0 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +0 -27
- data/app/views/decidim/conferences/media/_attachments.html.erb +0 -6
- data/app/views/decidim/conferences/shared/_conference_user_login.html.erb +0 -14
- data/app/views/layouts/decidim/_conference_hero.html.erb +0 -42
- data/app/views/layouts/decidim/_conferences_nav.html.erb +0 -46
- data/config/environment.rb +0 -3
- data/db/seeds/Exampledocument.pdf +0 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/db/seeds/homepage_image.jpg +0 -0
- data/db/seeds/logo.png +0 -0
data/config/locales/it.yml
CHANGED
@@ -6,7 +6,6 @@ it:
|
|
6
6
|
assemblies_ids: Assemblee collegate
|
7
7
|
available_slots: Slot disponibili
|
8
8
|
banner_image: Immagine banner
|
9
|
-
consultations_ids: Consultazioni correlate
|
10
9
|
copy_categories: Copia le categorie
|
11
10
|
copy_components: Copia componenti
|
12
11
|
copy_features: Copia le caratteristiche
|
@@ -62,12 +61,6 @@ it:
|
|
62
61
|
email: E-mail
|
63
62
|
name: Nome
|
64
63
|
role: Ruolo
|
65
|
-
errors:
|
66
|
-
models:
|
67
|
-
conference_registration_invite:
|
68
|
-
attributes:
|
69
|
-
email:
|
70
|
-
already_invited: Questa email è già stata invitata
|
71
64
|
activerecord:
|
72
65
|
models:
|
73
66
|
decidim/conference:
|
@@ -83,7 +76,6 @@ it:
|
|
83
76
|
admin:
|
84
77
|
actions:
|
85
78
|
confirm: Confermare
|
86
|
-
new_conference: Nuova Conferenza
|
87
79
|
send_diplomas: Invia certificati di frequenza
|
88
80
|
conference_copies:
|
89
81
|
new:
|
@@ -144,8 +136,8 @@ it:
|
|
144
136
|
form:
|
145
137
|
title: Informazioni Generali
|
146
138
|
index:
|
147
|
-
not_published: Non pubblicata
|
148
139
|
published: Pubblicata
|
140
|
+
unpublished: Non pubblicato
|
149
141
|
new:
|
150
142
|
create: Crea
|
151
143
|
title: Conferenza
|
@@ -185,7 +177,6 @@ it:
|
|
185
177
|
conference_invites: Inviti
|
186
178
|
conference_speakers: Relatori
|
187
179
|
diploma: Certificato di partecipazione
|
188
|
-
info: Informazioni
|
189
180
|
media_links: Link multimediali
|
190
181
|
moderations: Moderazioni
|
191
182
|
partners: Partners
|
@@ -196,7 +187,6 @@ it:
|
|
196
187
|
conference:
|
197
188
|
fields:
|
198
189
|
created_at: Creato il
|
199
|
-
promoted: In evidenza
|
200
190
|
published: Pubblicato
|
201
191
|
title: Titolo
|
202
192
|
conference_speaker:
|
@@ -331,14 +321,14 @@ it:
|
|
331
321
|
select_user: Seleziona utente
|
332
322
|
index:
|
333
323
|
filter:
|
324
|
+
accepted: Accettato
|
334
325
|
all: Tutti
|
326
|
+
rejected: Respinto
|
335
327
|
sent: Inviato
|
336
|
-
filter_by: Filtra per
|
337
328
|
invite_attendee: Invita il partecipante
|
338
329
|
invites: Inviti
|
339
330
|
search: Ricerca
|
340
331
|
new:
|
341
|
-
explanation: L'utente sarà invitato a partecipare a una conferenza. Se l'e-mail non è registrata, saranno anche invitati all'organizzazione.
|
342
332
|
invite: Invita
|
343
333
|
new_invite: Invita partecipante
|
344
334
|
conference_registrations:
|
@@ -390,18 +380,11 @@ it:
|
|
390
380
|
cancel: Annulla
|
391
381
|
confirm: Conferma
|
392
382
|
show:
|
393
|
-
free: Gratuito
|
394
383
|
going: Iscritto
|
395
384
|
no_slots_available: Nessuno posto disponibile
|
396
385
|
registration: Registrazione
|
397
386
|
conference_program:
|
398
|
-
program_meeting:
|
399
|
-
content: Soddisfare
|
400
|
-
location: Luogo
|
401
|
-
speakers: Relatori
|
402
|
-
streaming: Streaming
|
403
387
|
show:
|
404
|
-
day: Giorno
|
405
388
|
program: Programma
|
406
389
|
conference_registration_mailer:
|
407
390
|
confirmation:
|
@@ -431,18 +414,12 @@ it:
|
|
431
414
|
conference_speaker_cell:
|
432
415
|
personal_url:
|
433
416
|
personal_website: Sito web personale
|
434
|
-
twitter_handle:
|
435
|
-
go_to_twitter: Vai a Twitter
|
436
|
-
conference_speakers:
|
437
|
-
index:
|
438
|
-
speakers: Relatori
|
439
417
|
conferences:
|
440
418
|
partners:
|
441
419
|
collaborators: Partner
|
442
420
|
main_promotors: Organizzatori
|
443
421
|
show:
|
444
422
|
login_as: Hai effettuato l'accesso come %{name} <%{email}>
|
445
|
-
make_conference_registration: 'Fai la tua registrazione alla conferenza:'
|
446
423
|
register: Registrati
|
447
424
|
content_blocks:
|
448
425
|
highlighted_conferences:
|
@@ -450,11 +427,6 @@ it:
|
|
450
427
|
index:
|
451
428
|
title: Conferenze
|
452
429
|
mailer:
|
453
|
-
conference_registration_mailer:
|
454
|
-
confirmation:
|
455
|
-
subject: La tua registrazione alla conferenza è stata confermata
|
456
|
-
pending_validation:
|
457
|
-
subject: La tua registrazione alla conferenza è in attesa di conferma
|
458
430
|
invite_join_conference_mailer:
|
459
431
|
invite:
|
460
432
|
subject: Invito a partecipare a una conferenza
|
@@ -485,37 +457,18 @@ it:
|
|
485
457
|
pages:
|
486
458
|
home:
|
487
459
|
highlighted_conferences:
|
488
|
-
|
489
|
-
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
490
|
-
photo:
|
491
|
-
image:
|
492
|
-
attributes:
|
493
|
-
alt: Immagine multimediale
|
494
|
-
show:
|
495
|
-
close_modal: Chiudi modalità
|
496
|
-
photo: Foto
|
497
|
-
photos_list:
|
498
|
-
show:
|
499
|
-
related_photos: Fotografie
|
460
|
+
active_spaces: Conferenze attive
|
500
461
|
registration_types:
|
501
462
|
index:
|
502
463
|
choose_an_option: 'Scegli la tua opzione di registrazione:'
|
503
|
-
login_as: Hai effettuato l'accesso come %{name} <%{email}>
|
504
464
|
no_registrations: Nessuna registrazione
|
505
465
|
register: Registrati
|
506
466
|
title: Tipi di registrazione
|
507
|
-
shared:
|
508
|
-
conference_user_login:
|
509
|
-
already_account: Hai già un account in decidim?
|
510
|
-
new_user: Nuovo utente?
|
511
|
-
sign_in: Accedi per registrarti alla conferenza
|
512
|
-
sign_up: Crea un account in decidim per registrarti alla conferenza
|
513
467
|
show:
|
514
468
|
details: Dettagli
|
515
469
|
introduction: Introduzione
|
516
470
|
objectives: Obiettivi
|
517
471
|
related_assemblies: Assemblee collegate
|
518
|
-
related_consultations: Consultazioni correlate
|
519
472
|
related_participatory_processes: Processi di partecipazione correlati
|
520
473
|
events:
|
521
474
|
conferences:
|
@@ -554,10 +507,6 @@ it:
|
|
554
507
|
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"
|
555
508
|
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"
|
556
509
|
title: Cosa sono le conferenze?
|
557
|
-
log:
|
558
|
-
value_types:
|
559
|
-
conference_presenter:
|
560
|
-
not_found: 'La conferenza non è stata trovata nel database (ID: %{id})'
|
561
510
|
media:
|
562
511
|
index:
|
563
512
|
description: Collegamenti su questa conferenza
|
@@ -574,9 +523,6 @@ it:
|
|
574
523
|
decidim:
|
575
524
|
conference_hero:
|
576
525
|
register: Registrati
|
577
|
-
conference_widgets:
|
578
|
-
show:
|
579
|
-
take_part: Partecipa
|
580
526
|
conferences:
|
581
527
|
conference:
|
582
528
|
more_info: Ulteriori informazioni
|
@@ -587,11 +533,7 @@ it:
|
|
587
533
|
conferences:
|
588
534
|
one: "%{count} conferenza"
|
589
535
|
other: "%{count} conferenze"
|
590
|
-
promoted_conference:
|
591
|
-
more_info: Ulteriori informazioni
|
592
|
-
take_part: Partecipa
|
593
536
|
conferences_nav:
|
594
|
-
conference_menu_item: Informazioni
|
595
537
|
conference_partners_menu_item: Partner
|
596
538
|
conference_speaker_menu_item: Relatori
|
597
539
|
media: Media
|
data/config/locales/ja.yml
CHANGED
@@ -6,7 +6,6 @@ ja:
|
|
6
6
|
assemblies_ids: 関連する参加スペース
|
7
7
|
available_slots: 利用可能なスロット
|
8
8
|
banner_image: バナー画像
|
9
|
-
consultations_ids: 関連する議案
|
10
9
|
copy_categories: カテゴリをコピー
|
11
10
|
copy_components: コンポーネントをコピー
|
12
11
|
copy_features: 機能をコピー
|
@@ -34,6 +33,7 @@ ja:
|
|
34
33
|
slug: URL スラグ
|
35
34
|
start_date: 開始日
|
36
35
|
title: タイトル
|
36
|
+
weight: 並び順の位置
|
37
37
|
conference_media_link:
|
38
38
|
date: 日付
|
39
39
|
link: リンク
|
@@ -74,7 +74,7 @@ ja:
|
|
74
74
|
conference_registration_invite:
|
75
75
|
attributes:
|
76
76
|
email:
|
77
|
-
already_invited:
|
77
|
+
already_invited: このメールアドレスはすでに招待されています。
|
78
78
|
activerecord:
|
79
79
|
models:
|
80
80
|
decidim/conference:
|
@@ -88,6 +88,11 @@ ja:
|
|
88
88
|
actions:
|
89
89
|
confirm: 確認する
|
90
90
|
new_conference: 新しいカンファレンス
|
91
|
+
new_conference_user_role: 新しいカンファレンス管理者
|
92
|
+
new_media_link: 新しいメディア リンク
|
93
|
+
new_partner: 新しいパートナー
|
94
|
+
new_registration_type: 新規登録種別
|
95
|
+
new_speaker: 新しいスピーカー
|
91
96
|
send_diplomas: 出席証明書を送信
|
92
97
|
conference_copies:
|
93
98
|
new:
|
@@ -150,8 +155,8 @@ ja:
|
|
150
155
|
form:
|
151
156
|
title: 一般情報
|
152
157
|
index:
|
153
|
-
not_published: 未公開
|
154
158
|
published: 公開済み
|
159
|
+
unpublished: 未公開
|
155
160
|
new:
|
156
161
|
create: 作成
|
157
162
|
title: カンファレンス
|
@@ -191,18 +196,18 @@ ja:
|
|
191
196
|
conference_invites: 招待
|
192
197
|
conference_speakers: スピーカー
|
193
198
|
diploma: 出席証明書
|
194
|
-
info:
|
199
|
+
info: このカンファレンスについて
|
195
200
|
media_links: メディアリンク
|
196
201
|
moderations: モデレーション
|
197
202
|
partners: パートナー
|
198
203
|
registration_types: 登録種別
|
199
204
|
registrations: 登録
|
205
|
+
see_conference: カンファレンスを見る
|
200
206
|
user_registrations: ユーザー登録
|
201
207
|
models:
|
202
208
|
conference:
|
203
209
|
fields:
|
204
210
|
created_at: 作成日時
|
205
|
-
promoted: 強調表示
|
206
211
|
published: 公開済み
|
207
212
|
title: タイトル
|
208
213
|
conference_speaker:
|
@@ -328,7 +333,7 @@ ja:
|
|
328
333
|
admin:
|
329
334
|
conference_copies:
|
330
335
|
form:
|
331
|
-
|
336
|
+
slug_help_html: 'URLスラグは、このカンファレンスへのURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
332
337
|
conference_invites:
|
333
338
|
create:
|
334
339
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -341,14 +346,15 @@ ja:
|
|
341
346
|
select_user: 参加者を選択
|
342
347
|
index:
|
343
348
|
filter:
|
349
|
+
accepted: 承認済み
|
344
350
|
all: すべて
|
351
|
+
rejected: 拒否
|
345
352
|
sent: 送信済み
|
346
|
-
filter_by: フィルター
|
347
353
|
invite_attendee: 参加者の招待
|
348
354
|
invites: 招待
|
349
355
|
search: 検索
|
350
356
|
new:
|
351
|
-
explanation:
|
357
|
+
explanation: 参加者はカンファレンスに参加するように招待されます。参加者のメールアドレスが組織に登録されていない場合は、組織にも招待されます。
|
352
358
|
invite: 招待
|
353
359
|
new_invite: 参加者の招待
|
354
360
|
conference_registrations:
|
@@ -367,7 +373,10 @@ ja:
|
|
367
373
|
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
368
374
|
registrations_count:
|
369
375
|
other: '%{count} 件の登録がありました。'
|
370
|
-
|
376
|
+
slug_help_html: 'URLスラグは、このカンファレンスを指すURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
377
|
+
content_blocks:
|
378
|
+
highlighted_conferences:
|
379
|
+
max_results: 表示する要素の最大数
|
371
380
|
diplomas:
|
372
381
|
edit:
|
373
382
|
save: 保存
|
@@ -401,18 +410,11 @@ ja:
|
|
401
410
|
cancel: キャンセル
|
402
411
|
confirm: 確認する
|
403
412
|
show:
|
404
|
-
free: 無料
|
405
413
|
going: 参加
|
406
414
|
no_slots_available: 利用可能なスロットがありません
|
407
415
|
registration: 登録
|
408
416
|
conference_program:
|
409
|
-
program_meeting:
|
410
|
-
content: コンテンツ
|
411
|
-
location: 場所
|
412
|
-
speakers: スピーカー
|
413
|
-
streaming: ストリーミング
|
414
417
|
show:
|
415
|
-
day: 日
|
416
418
|
program: プログラム
|
417
419
|
conference_registration_mailer:
|
418
420
|
confirmation:
|
@@ -427,11 +429,11 @@ ja:
|
|
427
429
|
create:
|
428
430
|
invalid: このカンファレンスに参加するのに問題がありました。
|
429
431
|
success: カンファレンスに参加しました。
|
430
|
-
unauthorized:
|
432
|
+
unauthorized: カンファレンスに登録する前にログインする必要があります。
|
431
433
|
decline_invitation:
|
432
434
|
invalid: 招待を辞退するのに問題があった。
|
433
435
|
success: 招待を拒否しました。
|
434
|
-
unauthorized:
|
436
|
+
unauthorized: 招待を拒否する前にログインする必要があります。
|
435
437
|
destroy:
|
436
438
|
invalid: このカンファレンスから退会するのに問題がありました。
|
437
439
|
success: カンファレンスから退会しました。
|
@@ -445,19 +447,23 @@ ja:
|
|
445
447
|
conference_speaker_cell:
|
446
448
|
personal_url:
|
447
449
|
personal_website: 個人のウェブサイト
|
448
|
-
twitter_handle:
|
449
|
-
go_to_twitter: Twitter に移動
|
450
450
|
conference_speakers:
|
451
451
|
index:
|
452
|
-
speakers:
|
452
|
+
speakers:
|
453
|
+
other: スピーカー
|
453
454
|
conferences:
|
454
455
|
partners:
|
455
456
|
collaborators: パートナー
|
456
457
|
main_promotors: オーガナイザー
|
457
458
|
show:
|
459
|
+
already_have_an_account?: すでにアカウントをお持ちですか?
|
460
|
+
are_you_new?: 新しい参加者ですか?
|
458
461
|
login_as: '%{name} <%{email} >としてログインしています'
|
459
|
-
make_conference_registration:
|
462
|
+
make_conference_registration: カンファレンスに登録する
|
463
|
+
manage_registration: 登録の管理
|
460
464
|
register: 登録
|
465
|
+
sign_in_description: ログインしてカンファレンスに登録する
|
466
|
+
sign_up_description: カンファレンスに登録するアカウントを作成する
|
461
467
|
content_blocks:
|
462
468
|
highlighted_conferences:
|
463
469
|
name: ハイライトされたカンファレンス
|
@@ -466,9 +472,9 @@ ja:
|
|
466
472
|
mailer:
|
467
473
|
conference_registration_mailer:
|
468
474
|
confirmation:
|
469
|
-
subject:
|
475
|
+
subject: カンファレンスの登録が確認されました。
|
470
476
|
pending_validation:
|
471
|
-
subject:
|
477
|
+
subject: カンファレンスの登録は保留中です。
|
472
478
|
invite_join_conference_mailer:
|
473
479
|
invite:
|
474
480
|
subject: カンファレンスへの招待
|
@@ -499,38 +505,19 @@ ja:
|
|
499
505
|
pages:
|
500
506
|
home:
|
501
507
|
highlighted_conferences:
|
502
|
-
|
503
|
-
|
504
|
-
see_all_conferences: すべてのカンファレンスを見る
|
505
|
-
photo:
|
506
|
-
image:
|
507
|
-
attributes:
|
508
|
-
alt: メディア画像
|
509
|
-
show:
|
510
|
-
close_modal: モーダルを閉じる
|
511
|
-
photo: 画像
|
512
|
-
photos_list:
|
513
|
-
show:
|
514
|
-
related_photos: 画像
|
508
|
+
active_spaces: アクティブなカンファレンス
|
509
|
+
see_all_spaces: すべてのカンファレンスを見る
|
515
510
|
registration_types:
|
516
511
|
index:
|
517
512
|
choose_an_option: '登録オプションを選択:'
|
518
|
-
login_as: '%{name} <%{email} >としてログインしています'
|
519
513
|
no_registrations: 登録なし
|
520
514
|
register: 登録
|
521
515
|
title: 登録種別
|
522
|
-
shared:
|
523
|
-
conference_user_login:
|
524
|
-
already_account: 既にアカウントをお持ちですか?
|
525
|
-
new_user: 新規ユーザーですか?
|
526
|
-
sign_in: ログインしてカンファレンスに登録する
|
527
|
-
sign_up: カンファレンスに登録するために Decidim にアカウントを作成する
|
528
516
|
show:
|
529
517
|
details: 詳細
|
530
518
|
introduction: はじめに
|
531
519
|
objectives: 目的
|
532
520
|
related_assemblies: 関連する参加スペース
|
533
|
-
related_consultations: 関連する議案
|
534
521
|
related_participatory_processes: 関連する参加型プロセス
|
535
522
|
events:
|
536
523
|
conferences:
|
@@ -572,7 +559,7 @@ ja:
|
|
572
559
|
log:
|
573
560
|
value_types:
|
574
561
|
conference_presenter:
|
575
|
-
not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id})'
|
562
|
+
not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id}).'
|
576
563
|
media:
|
577
564
|
index:
|
578
565
|
description: このカンファレンスに関するリンク
|
@@ -588,10 +575,8 @@ ja:
|
|
588
575
|
layouts:
|
589
576
|
decidim:
|
590
577
|
conference_hero:
|
578
|
+
manage_registration: 登録の管理
|
591
579
|
register: 登録
|
592
|
-
conference_widgets:
|
593
|
-
show:
|
594
|
-
take_part: 参加する
|
595
580
|
conferences:
|
596
581
|
conference:
|
597
582
|
more_info: 詳細情報
|
@@ -601,11 +586,7 @@ ja:
|
|
601
586
|
order_by_conferences:
|
602
587
|
conferences:
|
603
588
|
other: "%{count} 個のカンファレンス"
|
604
|
-
promoted_conference:
|
605
|
-
more_info: 詳細情報
|
606
|
-
take_part: 参加する
|
607
589
|
conferences_nav:
|
608
|
-
conference_menu_item: 情報
|
609
590
|
conference_partners_menu_item: パートナー
|
610
591
|
conference_speaker_menu_item: スピーカー
|
611
592
|
media: メディア
|
data/config/locales/lb.yml
CHANGED
@@ -6,7 +6,6 @@ lb:
|
|
6
6
|
assemblies_ids: Ähnliche Assemblies
|
7
7
|
available_slots: Verfügbare Plätze
|
8
8
|
banner_image: Banner-Bild
|
9
|
-
consultations_ids: Verwandte Konsultationen
|
10
9
|
copy_categories: Kategorien kopieren
|
11
10
|
copy_components: Kopieren Sie Komponenten
|
12
11
|
copy_features: Funktionen kopieren
|
@@ -73,7 +72,6 @@ lb:
|
|
73
72
|
form:
|
74
73
|
title: Allgemeine Information
|
75
74
|
index:
|
76
|
-
not_published: Nicht veröffentlicht
|
77
75
|
published: Veröffentlicht
|
78
76
|
new:
|
79
77
|
create: Erstellen
|
@@ -114,7 +112,6 @@ lb:
|
|
114
112
|
conference_invites: Lädt ein
|
115
113
|
conference_speakers: Lautsprecher
|
116
114
|
diploma: Teilnahmebestätigung
|
117
|
-
info: Info
|
118
115
|
media_links: Medienlinks
|
119
116
|
moderations: Moderationen
|
120
117
|
partners: Partner
|
@@ -125,7 +122,6 @@ lb:
|
|
125
122
|
conference:
|
126
123
|
fields:
|
127
124
|
created_at: Hergestellt in
|
128
|
-
promoted: Gefördert
|
129
125
|
conference_speaker:
|
130
126
|
fields:
|
131
127
|
position: Positioun
|
@@ -260,12 +256,10 @@ lb:
|
|
260
256
|
all: Alle
|
261
257
|
rejected: Abgelehnt
|
262
258
|
sent: Geschickt
|
263
|
-
filter_by: Filtern nach
|
264
259
|
invite_attendee: Teilnehmer einladen
|
265
260
|
invites: Lädt ein
|
266
261
|
search: Suche
|
267
262
|
new:
|
268
|
-
explanation: Der Benutzer wird eingeladen, an einer Konferenz teilzunehmen. Wenn die E-Mail nicht registriert ist, werden sie ebenfalls zur Organisation eingeladen.
|
269
263
|
invite: Einladen
|
270
264
|
new_invite: Nutzer einladen
|
271
265
|
conference_registrations:
|
@@ -317,18 +311,11 @@ lb:
|
|
317
311
|
cancel: Stornieren
|
318
312
|
confirm: Bestätigen
|
319
313
|
show:
|
320
|
-
free: Kostenlos
|
321
314
|
going: Gehen
|
322
315
|
no_slots_available: Keine Steckplätze verfügbar
|
323
316
|
registration: Anmeldung
|
324
317
|
conference_program:
|
325
|
-
program_meeting:
|
326
|
-
content: Inhalt
|
327
|
-
location: Standort
|
328
|
-
speakers: Lautsprecher
|
329
|
-
streaming: Streaming
|
330
318
|
show:
|
331
|
-
day: Tag
|
332
319
|
program: Programm
|
333
320
|
conference_registration_mailer:
|
334
321
|
confirmation:
|
@@ -358,18 +345,12 @@ lb:
|
|
358
345
|
conference_speaker_cell:
|
359
346
|
personal_url:
|
360
347
|
personal_website: Persönliche Webseite
|
361
|
-
twitter_handle:
|
362
|
-
go_to_twitter: Gehe zu Twitter
|
363
|
-
conference_speakers:
|
364
|
-
index:
|
365
|
-
speakers: Lautsprecher
|
366
348
|
conferences:
|
367
349
|
partners:
|
368
350
|
collaborators: Partner
|
369
351
|
main_promotors: Organisatoren
|
370
352
|
show:
|
371
353
|
login_as: Sie sind als %{name} <%{email}> angemeldet
|
372
|
-
make_conference_registration: 'Machen Sie Ihre Registrierung in der Konferenz:'
|
373
354
|
register: Registrieren
|
374
355
|
content_blocks:
|
375
356
|
highlighted_conferences:
|
@@ -377,11 +358,6 @@ lb:
|
|
377
358
|
index:
|
378
359
|
title: Konferenzen
|
379
360
|
mailer:
|
380
|
-
conference_registration_mailer:
|
381
|
-
confirmation:
|
382
|
-
subject: Die Registrierung Ihrer Konferenz wurde bestätigt
|
383
|
-
pending_validation:
|
384
|
-
subject: Ihre Anmeldung zur Konferenz steht noch aus
|
385
361
|
invite_join_conference_mailer:
|
386
362
|
invite:
|
387
363
|
subject: Einladung zur Teilnahme an einer Konferenz
|
@@ -412,37 +388,18 @@ lb:
|
|
412
388
|
pages:
|
413
389
|
home:
|
414
390
|
highlighted_conferences:
|
415
|
-
|
416
|
-
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
417
|
-
photo:
|
418
|
-
image:
|
419
|
-
attributes:
|
420
|
-
alt: Pressebild
|
421
|
-
show:
|
422
|
-
close_modal: Modal schließen
|
423
|
-
photo: Bild
|
424
|
-
photos_list:
|
425
|
-
show:
|
426
|
-
related_photos: Bilder
|
391
|
+
active_spaces: Aktive Konferenzen
|
427
392
|
registration_types:
|
428
393
|
index:
|
429
394
|
choose_an_option: 'Wählen Sie Ihre Registrierungsoption:'
|
430
|
-
login_as: Sie sind als %{name} <%{email}> angemeldet
|
431
395
|
no_registrations: Keine Registrierungen
|
432
396
|
register: Registrieren
|
433
397
|
title: Registrierungsarten
|
434
|
-
shared:
|
435
|
-
conference_user_login:
|
436
|
-
already_account: Haben Sie schon einen Account in Decidim?
|
437
|
-
new_user: Neuer Benutzer?
|
438
|
-
sign_in: Melden Sie sich an, um sich für die Konferenz zu registrieren
|
439
|
-
sign_up: Erstellen Sie ein Konto in decidim, um sich für die Konferenz anzumelden
|
440
398
|
show:
|
441
399
|
details: Einzelheiten
|
442
400
|
introduction: Einführung
|
443
401
|
objectives: Ziele
|
444
402
|
related_assemblies: Ähnliche Gremien
|
445
|
-
related_consultations: Verwandte Konsultationen
|
446
403
|
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
447
404
|
events:
|
448
405
|
conferences:
|
@@ -481,10 +438,6 @@ lb:
|
|
481
438
|
contextual: "<p>Eine <strong>Konferenz</strong> ist eine Sammlung von Meetings, die in einem Programm organisiert werden, mit einer Anzahl von Personen, die als Referenten eingeladen werden und andere Informationsfelder, die für große Kongresse oder gesellschaftliche Veranstaltungen typisch sind (Registrierung, Liste der Organisationen, die die Veranstaltung unterstützen oder sponsern, usw.)..</p> <p>Beispiele: Eine Konferenz kann ein relevantes Ereignis für eine Organisation und ihre Mitglieder sein oder im Rahmen eines partizipatorischen Prozesses oder einer Beratung folgen.</p>\n"
|
482
439
|
page: "<p>Eine <strong>Konferenz</strong> ist eine Sammlung von Meetings, die in einem Programm organisiert werden, mit einer Anzahl von Personen, die als Referenten eingeladen werden und andere Informationsfelder, die für große Kongresse oder gesellschaftliche Veranstaltungen typisch sind (Registrierung, Liste der Organisationen, die die Veranstaltung unterstützen oder sponsern, usw.)..</p> <p>Beispiele: Eine Konferenz kann ein relevantes Ereignis für eine Organisation und ihre Mitglieder sein oder im Rahmen eines partizipatorischen Prozesses oder einer Beratung folgen.</p>\n"
|
483
440
|
title: Was sind Konferenzen?
|
484
|
-
log:
|
485
|
-
value_types:
|
486
|
-
conference_presenter:
|
487
|
-
not_found: 'Die Konferenz wurde nicht in der Datenbank gefunden (ID: %{id})'
|
488
441
|
media:
|
489
442
|
index:
|
490
443
|
description: Links zu dieser Konferenz
|
@@ -501,9 +454,6 @@ lb:
|
|
501
454
|
decidim:
|
502
455
|
conference_hero:
|
503
456
|
register: Registrieren
|
504
|
-
conference_widgets:
|
505
|
-
show:
|
506
|
-
take_part: Teilnehmen
|
507
457
|
conferences:
|
508
458
|
conference:
|
509
459
|
more_info: Mehr Informationen
|
@@ -514,11 +464,7 @@ lb:
|
|
514
464
|
conferences:
|
515
465
|
one: "%{count} Konferenz"
|
516
466
|
other: "%{count} Konferenzen"
|
517
|
-
promoted_conference:
|
518
|
-
more_info: Mehr Informationen
|
519
|
-
take_part: Teilnehmen
|
520
467
|
conferences_nav:
|
521
|
-
conference_menu_item: Information
|
522
468
|
conference_partners_menu_item: Partner
|
523
469
|
conference_speaker_menu_item: Lautsprecher
|
524
470
|
media: Medien
|