decidim-conferences 0.27.4 → 0.28.0.rc5
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 +10 -3
- 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/environment.rb +3 -0
- data/config/initializers/wicked_pdf.rb +1 -1
- data/config/locales/ar.yml +1 -68
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +35 -55
- data/config/locales/cs.yml +40 -58
- data/config/locales/de.yml +37 -57
- data/config/locales/el.yml +11 -57
- data/config/locales/en.yml +36 -56
- data/config/locales/es-MX.yml +34 -54
- data/config/locales/es-PY.yml +34 -54
- data/config/locales/es.yml +33 -53
- data/config/locales/eu.yml +179 -198
- data/config/locales/fi-plain.yml +33 -53
- data/config/locales/fi.yml +39 -59
- data/config/locales/fr-CA.yml +33 -53
- data/config/locales/fr.yml +34 -54
- data/config/locales/ga-IE.yml +0 -17
- data/config/locales/gl.yml +1 -68
- data/config/locales/hu.yml +15 -57
- data/config/locales/id-ID.yml +1 -62
- data/config/locales/it.yml +2 -68
- data/config/locales/ja.yml +34 -55
- data/config/locales/lb.yml +1 -59
- data/config/locales/lt.yml +21 -54
- data/config/locales/lv.yml +1 -65
- data/config/locales/nl.yml +1 -68
- data/config/locales/no.yml +1 -68
- data/config/locales/pl.yml +1 -66
- data/config/locales/pt-BR.yml +1 -68
- data/config/locales/pt.yml +1 -68
- data/config/locales/ro-RO.yml +11 -56
- data/config/locales/sk.yml +1 -65
- data/config/locales/sl.yml +0 -3
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +7 -67
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +12 -66
- data/config/locales/zh-CN.yml +1 -65
- data/config/locales/zh-TW.yml +6 -53
- data/db/migrate/20221116084952_add_weight_to_conferences.rb +7 -0
- data/lib/decidim/api/conference_speaker_type.rb +1 -1
- 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 +46 -46
- 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/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
|
@@ -57,18 +56,11 @@ it:
|
|
57
56
|
conference_meeting_ids: Conferenze correlate
|
58
57
|
full_name: Nome e cognome
|
59
58
|
position: Posizione
|
60
|
-
twitter_handle: Identificativo Twitter
|
61
59
|
user_id: Utente
|
62
60
|
conference_user_role:
|
63
61
|
email: E-mail
|
64
62
|
name: Nome
|
65
63
|
role: Ruolo
|
66
|
-
errors:
|
67
|
-
models:
|
68
|
-
conference_registration_invite:
|
69
|
-
attributes:
|
70
|
-
email:
|
71
|
-
already_invited: Questa email è già stata invitata
|
72
64
|
activerecord:
|
73
65
|
models:
|
74
66
|
decidim/conference:
|
@@ -84,7 +76,6 @@ it:
|
|
84
76
|
admin:
|
85
77
|
actions:
|
86
78
|
confirm: Confermare
|
87
|
-
new_conference: Nuova Conferenza
|
88
79
|
send_diplomas: Invia certificati di frequenza
|
89
80
|
conference_copies:
|
90
81
|
new:
|
@@ -145,8 +136,8 @@ it:
|
|
145
136
|
form:
|
146
137
|
title: Informazioni Generali
|
147
138
|
index:
|
148
|
-
not_published: Non pubblicata
|
149
139
|
published: Pubblicata
|
140
|
+
unpublished: Non pubblicato
|
150
141
|
new:
|
151
142
|
create: Crea
|
152
143
|
title: Conferenza
|
@@ -186,7 +177,6 @@ it:
|
|
186
177
|
conference_invites: Inviti
|
187
178
|
conference_speakers: Relatori
|
188
179
|
diploma: Certificato di partecipazione
|
189
|
-
info: Informazioni
|
190
180
|
media_links: Link multimediali
|
191
181
|
moderations: Moderazioni
|
192
182
|
partners: Partners
|
@@ -197,7 +187,6 @@ it:
|
|
197
187
|
conference:
|
198
188
|
fields:
|
199
189
|
created_at: Creato il
|
200
|
-
promoted: Evidenziato
|
201
190
|
published: Pubblicato
|
202
191
|
title: Titolo
|
203
192
|
conference_speaker:
|
@@ -320,9 +309,6 @@ it:
|
|
320
309
|
title: Relatori
|
321
310
|
conferences:
|
322
311
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
326
312
|
conference_invites:
|
327
313
|
create:
|
328
314
|
error: Si è verificato un problema durante l'invito dell'utente a partecipare alla conferenza.
|
@@ -339,12 +325,10 @@ it:
|
|
339
325
|
all: Tutti
|
340
326
|
rejected: Respinto
|
341
327
|
sent: Inviato
|
342
|
-
filter_by: Filtra per
|
343
328
|
invite_attendee: Invita il partecipante
|
344
329
|
invites: Inviti
|
345
330
|
search: Ricerca
|
346
331
|
new:
|
347
|
-
explanation: L'utente sarà invitato a partecipare a una conferenza. Se l'e-mail non è registrata, saranno anche invitati all'organizzazione.
|
348
332
|
invite: Invita
|
349
333
|
new_invite: Invita partecipante
|
350
334
|
conference_registrations:
|
@@ -364,7 +348,6 @@ it:
|
|
364
348
|
registrations_count:
|
365
349
|
one: C'è stata 1 registrazione.
|
366
350
|
other: Ci sono state %{count} iscrizioni.
|
367
|
-
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
368
351
|
diplomas:
|
369
352
|
edit:
|
370
353
|
save: Salva
|
@@ -397,18 +380,11 @@ it:
|
|
397
380
|
cancel: Annulla
|
398
381
|
confirm: Conferma
|
399
382
|
show:
|
400
|
-
free: Gratuito
|
401
383
|
going: Iscritto
|
402
384
|
no_slots_available: Nessuno posto disponibile
|
403
385
|
registration: Registrazione
|
404
386
|
conference_program:
|
405
|
-
program_meeting:
|
406
|
-
content: Soddisfare
|
407
|
-
location: Luogo
|
408
|
-
speakers: Relatori
|
409
|
-
streaming: Streaming
|
410
387
|
show:
|
411
|
-
day: Giorno
|
412
388
|
program: Programma
|
413
389
|
conference_registration_mailer:
|
414
390
|
confirmation:
|
@@ -430,7 +406,6 @@ it:
|
|
430
406
|
invalid: C'è stato un problema a lasciare questa conferenza.
|
431
407
|
success: Hai lasciato la conferenza con successo.
|
432
408
|
conference_speaker:
|
433
|
-
go_to_twitter: Vai a Twitter
|
434
409
|
more_info: Ulteriori informazioni
|
435
410
|
personal_website: Sito web personale
|
436
411
|
show:
|
@@ -439,18 +414,12 @@ it:
|
|
439
414
|
conference_speaker_cell:
|
440
415
|
personal_url:
|
441
416
|
personal_website: Sito web personale
|
442
|
-
twitter_handle:
|
443
|
-
go_to_twitter: Vai a Twitter
|
444
|
-
conference_speakers:
|
445
|
-
index:
|
446
|
-
speakers: Relatori
|
447
417
|
conferences:
|
448
418
|
partners:
|
449
419
|
collaborators: Partner
|
450
420
|
main_promotors: Organizzatori
|
451
421
|
show:
|
452
422
|
login_as: Hai effettuato l'accesso come %{name} <%{email}>
|
453
|
-
make_conference_registration: 'Fai la tua registrazione alla conferenza:'
|
454
423
|
register: Registrati
|
455
424
|
content_blocks:
|
456
425
|
highlighted_conferences:
|
@@ -458,11 +427,6 @@ it:
|
|
458
427
|
index:
|
459
428
|
title: Conferenze
|
460
429
|
mailer:
|
461
|
-
conference_registration_mailer:
|
462
|
-
confirmation:
|
463
|
-
subject: La tua registrazione alla conferenza è stata confermata
|
464
|
-
pending_validation:
|
465
|
-
subject: La tua registrazione alla conferenza è in attesa di conferma
|
466
430
|
invite_join_conference_mailer:
|
467
431
|
invite:
|
468
432
|
subject: Invito a partecipare a una conferenza
|
@@ -493,37 +457,18 @@ it:
|
|
493
457
|
pages:
|
494
458
|
home:
|
495
459
|
highlighted_conferences:
|
496
|
-
|
497
|
-
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
498
|
-
photo:
|
499
|
-
image:
|
500
|
-
attributes:
|
501
|
-
alt: Immagine multimediale
|
502
|
-
show:
|
503
|
-
close_modal: Chiudi modalità
|
504
|
-
photo: Foto
|
505
|
-
photos_list:
|
506
|
-
show:
|
507
|
-
related_photos: Fotografie
|
460
|
+
active_spaces: Conferenze attive
|
508
461
|
registration_types:
|
509
462
|
index:
|
510
463
|
choose_an_option: 'Scegli la tua opzione di registrazione:'
|
511
|
-
login_as: Hai effettuato l'accesso come %{name} <%{email}>
|
512
464
|
no_registrations: Nessuna registrazione
|
513
465
|
register: Registrati
|
514
466
|
title: Tipi di registrazione
|
515
|
-
shared:
|
516
|
-
conference_user_login:
|
517
|
-
already_account: Hai già un account in decidim?
|
518
|
-
new_user: Nuovo utente?
|
519
|
-
sign_in: Accedi per registrarti alla conferenza
|
520
|
-
sign_up: Crea un account in decidim per registrarti alla conferenza
|
521
467
|
show:
|
522
468
|
details: Dettagli
|
523
469
|
introduction: Introduzione
|
524
470
|
objectives: Obiettivi
|
525
471
|
related_assemblies: Assemblee collegate
|
526
|
-
related_consultations: Consultazioni correlate
|
527
472
|
related_participatory_processes: Processi di partecipazione correlati
|
528
473
|
events:
|
529
474
|
conferences:
|
@@ -562,10 +507,6 @@ it:
|
|
562
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"
|
563
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"
|
564
509
|
title: Cosa sono le conferenze?
|
565
|
-
log:
|
566
|
-
value_types:
|
567
|
-
conference_presenter:
|
568
|
-
not_found: 'La conferenza non è stata trovata nel database (ID: %{id})'
|
569
510
|
media:
|
570
511
|
index:
|
571
512
|
description: Collegamenti su questa conferenza
|
@@ -582,9 +523,6 @@ it:
|
|
582
523
|
decidim:
|
583
524
|
conference_hero:
|
584
525
|
register: Registrati
|
585
|
-
conference_widgets:
|
586
|
-
show:
|
587
|
-
take_part: Partecipa
|
588
526
|
conferences:
|
589
527
|
conference:
|
590
528
|
more_info: Ulteriori informazioni
|
@@ -595,11 +533,7 @@ it:
|
|
595
533
|
conferences:
|
596
534
|
one: "%{count} conferenza"
|
597
535
|
other: "%{count} conferenze"
|
598
|
-
promoted_conference:
|
599
|
-
more_info: Ulteriori informazioni
|
600
|
-
take_part: Partecipa
|
601
536
|
conferences_nav:
|
602
|
-
conference_menu_item: Informazioni
|
603
537
|
conference_partners_menu_item: Partner
|
604
538
|
conference_speaker_menu_item: Relatori
|
605
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: リンク
|
@@ -63,7 +63,7 @@ ja:
|
|
63
63
|
personal_url: 個人URL
|
64
64
|
position: 位置
|
65
65
|
short_bio: 略歴
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: Xハンドル
|
67
67
|
user_id: ユーザー
|
68
68
|
conference_user_role:
|
69
69
|
email: Eメールアドレス
|
@@ -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: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -345,12 +350,11 @@ ja:
|
|
345
350
|
all: すべて
|
346
351
|
rejected: 拒否
|
347
352
|
sent: 送信済み
|
348
|
-
filter_by: フィルター
|
349
353
|
invite_attendee: 参加者の招待
|
350
354
|
invites: 招待
|
351
355
|
search: 検索
|
352
356
|
new:
|
353
|
-
explanation:
|
357
|
+
explanation: 参加者はカンファレンスに参加するように招待されます。参加者のメールアドレスが組織に登録されていない場合は、組織にも招待されます。
|
354
358
|
invite: 招待
|
355
359
|
new_invite: 参加者の招待
|
356
360
|
conference_registrations:
|
@@ -369,7 +373,10 @@ ja:
|
|
369
373
|
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
370
374
|
registrations_count:
|
371
375
|
other: '%{count} 件の登録がありました。'
|
372
|
-
|
376
|
+
slug_help_html: 'URLスラグは、このカンファレンスを指すURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
377
|
+
content_blocks:
|
378
|
+
highlighted_conferences:
|
379
|
+
max_results: 表示する要素の最大数
|
373
380
|
diplomas:
|
374
381
|
edit:
|
375
382
|
save: 保存
|
@@ -403,18 +410,11 @@ ja:
|
|
403
410
|
cancel: キャンセル
|
404
411
|
confirm: 確認する
|
405
412
|
show:
|
406
|
-
free: 無料
|
407
413
|
going: 参加
|
408
414
|
no_slots_available: 利用可能なスロットがありません
|
409
415
|
registration: 登録
|
410
416
|
conference_program:
|
411
|
-
program_meeting:
|
412
|
-
content: コンテンツ
|
413
|
-
location: 場所
|
414
|
-
speakers: スピーカー
|
415
|
-
streaming: ストリーミング
|
416
417
|
show:
|
417
|
-
day: 日
|
418
418
|
program: プログラム
|
419
419
|
conference_registration_mailer:
|
420
420
|
confirmation:
|
@@ -429,16 +429,16 @@ ja:
|
|
429
429
|
create:
|
430
430
|
invalid: このカンファレンスに参加するのに問題がありました。
|
431
431
|
success: カンファレンスに参加しました。
|
432
|
-
unauthorized:
|
432
|
+
unauthorized: カンファレンスに登録する前にログインする必要があります。
|
433
433
|
decline_invitation:
|
434
434
|
invalid: 招待を辞退するのに問題があった。
|
435
435
|
success: 招待を拒否しました。
|
436
|
-
unauthorized:
|
436
|
+
unauthorized: 招待を拒否する前にログインする必要があります。
|
437
437
|
destroy:
|
438
438
|
invalid: このカンファレンスから退会するのに問題がありました。
|
439
439
|
success: カンファレンスから退会しました。
|
440
440
|
conference_speaker:
|
441
|
-
go_to_twitter:
|
441
|
+
go_to_twitter: X に移動
|
442
442
|
more_info: 詳細情報
|
443
443
|
personal_website: 個人のウェブサイト
|
444
444
|
show:
|
@@ -447,19 +447,23 @@ ja:
|
|
447
447
|
conference_speaker_cell:
|
448
448
|
personal_url:
|
449
449
|
personal_website: 個人のウェブサイト
|
450
|
-
twitter_handle:
|
451
|
-
go_to_twitter: Twitter に移動
|
452
450
|
conference_speakers:
|
453
451
|
index:
|
454
|
-
speakers:
|
452
|
+
speakers:
|
453
|
+
other: スピーカー
|
455
454
|
conferences:
|
456
455
|
partners:
|
457
456
|
collaborators: パートナー
|
458
457
|
main_promotors: オーガナイザー
|
459
458
|
show:
|
459
|
+
already_have_an_account?: すでにアカウントをお持ちですか?
|
460
|
+
are_you_new?: 新しい参加者ですか?
|
460
461
|
login_as: '%{name} <%{email} >としてログインしています'
|
461
|
-
make_conference_registration:
|
462
|
+
make_conference_registration: カンファレンスに登録する
|
463
|
+
manage_registration: 登録の管理
|
462
464
|
register: 登録
|
465
|
+
sign_in_description: ログインしてカンファレンスに登録する
|
466
|
+
sign_up_description: カンファレンスに登録するアカウントを作成する
|
463
467
|
content_blocks:
|
464
468
|
highlighted_conferences:
|
465
469
|
name: ハイライトされたカンファレンス
|
@@ -468,9 +472,9 @@ ja:
|
|
468
472
|
mailer:
|
469
473
|
conference_registration_mailer:
|
470
474
|
confirmation:
|
471
|
-
subject:
|
475
|
+
subject: カンファレンスの登録が確認されました。
|
472
476
|
pending_validation:
|
473
|
-
subject:
|
477
|
+
subject: カンファレンスの登録は保留中です。
|
474
478
|
invite_join_conference_mailer:
|
475
479
|
invite:
|
476
480
|
subject: カンファレンスへの招待
|
@@ -501,38 +505,19 @@ ja:
|
|
501
505
|
pages:
|
502
506
|
home:
|
503
507
|
highlighted_conferences:
|
504
|
-
|
505
|
-
|
506
|
-
see_all_conferences: すべてのカンファレンスを見る
|
507
|
-
photo:
|
508
|
-
image:
|
509
|
-
attributes:
|
510
|
-
alt: メディア画像
|
511
|
-
show:
|
512
|
-
close_modal: モーダルを閉じる
|
513
|
-
photo: 画像
|
514
|
-
photos_list:
|
515
|
-
show:
|
516
|
-
related_photos: 画像
|
508
|
+
active_spaces: アクティブなカンファレンス
|
509
|
+
see_all_spaces: すべてのカンファレンスを見る
|
517
510
|
registration_types:
|
518
511
|
index:
|
519
512
|
choose_an_option: '登録オプションを選択:'
|
520
|
-
login_as: '%{name} <%{email} >としてログインしています'
|
521
513
|
no_registrations: 登録なし
|
522
514
|
register: 登録
|
523
515
|
title: 登録種別
|
524
|
-
shared:
|
525
|
-
conference_user_login:
|
526
|
-
already_account: 既にアカウントをお持ちですか?
|
527
|
-
new_user: 新規ユーザーですか?
|
528
|
-
sign_in: ログインしてカンファレンスに登録する
|
529
|
-
sign_up: カンファレンスに登録するために Decidim にアカウントを作成する
|
530
516
|
show:
|
531
517
|
details: 詳細
|
532
518
|
introduction: はじめに
|
533
519
|
objectives: 目的
|
534
520
|
related_assemblies: 関連する参加スペース
|
535
|
-
related_consultations: 関連する議案
|
536
521
|
related_participatory_processes: 関連する参加型プロセス
|
537
522
|
events:
|
538
523
|
conferences:
|
@@ -574,7 +559,7 @@ ja:
|
|
574
559
|
log:
|
575
560
|
value_types:
|
576
561
|
conference_presenter:
|
577
|
-
not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id})'
|
562
|
+
not_found: 'データベース上にカンファレンスが見つかりませんでした (ID: %{id}).'
|
578
563
|
media:
|
579
564
|
index:
|
580
565
|
description: このカンファレンスに関するリンク
|
@@ -590,10 +575,8 @@ ja:
|
|
590
575
|
layouts:
|
591
576
|
decidim:
|
592
577
|
conference_hero:
|
578
|
+
manage_registration: 登録の管理
|
593
579
|
register: 登録
|
594
|
-
conference_widgets:
|
595
|
-
show:
|
596
|
-
take_part: 参加する
|
597
580
|
conferences:
|
598
581
|
conference:
|
599
582
|
more_info: 詳細情報
|
@@ -603,11 +586,7 @@ ja:
|
|
603
586
|
order_by_conferences:
|
604
587
|
conferences:
|
605
588
|
other: "%{count} 個のカンファレンス"
|
606
|
-
promoted_conference:
|
607
|
-
more_info: 詳細情報
|
608
|
-
take_part: 参加する
|
609
589
|
conferences_nav:
|
610
|
-
conference_menu_item: 情報
|
611
590
|
conference_partners_menu_item: パートナー
|
612
591
|
conference_speaker_menu_item: スピーカー
|
613
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
|
@@ -243,9 +240,6 @@ lb:
|
|
243
240
|
title: Lautsprecher
|
244
241
|
conferences:
|
245
242
|
admin:
|
246
|
-
conference_copies:
|
247
|
-
form:
|
248
|
-
slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
249
243
|
conference_invites:
|
250
244
|
create:
|
251
245
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -262,12 +256,10 @@ lb:
|
|
262
256
|
all: Alle
|
263
257
|
rejected: Abgelehnt
|
264
258
|
sent: Geschickt
|
265
|
-
filter_by: Filtern nach
|
266
259
|
invite_attendee: Teilnehmer einladen
|
267
260
|
invites: Lädt ein
|
268
261
|
search: Suche
|
269
262
|
new:
|
270
|
-
explanation: Der Benutzer wird eingeladen, an einer Konferenz teilzunehmen. Wenn die E-Mail nicht registriert ist, werden sie ebenfalls zur Organisation eingeladen.
|
271
263
|
invite: Einladen
|
272
264
|
new_invite: Nutzer einladen
|
273
265
|
conference_registrations:
|
@@ -287,7 +279,6 @@ lb:
|
|
287
279
|
registrations_count:
|
288
280
|
one: Es gab 1 Registrierung.
|
289
281
|
other: Es gab %{count} Registrierungen.
|
290
|
-
slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
291
282
|
diplomas:
|
292
283
|
edit:
|
293
284
|
save: Speichern
|
@@ -320,18 +311,11 @@ lb:
|
|
320
311
|
cancel: Stornieren
|
321
312
|
confirm: Bestätigen
|
322
313
|
show:
|
323
|
-
free: Kostenlos
|
324
314
|
going: Gehen
|
325
315
|
no_slots_available: Keine Steckplätze verfügbar
|
326
316
|
registration: Anmeldung
|
327
317
|
conference_program:
|
328
|
-
program_meeting:
|
329
|
-
content: Inhalt
|
330
|
-
location: Standort
|
331
|
-
speakers: Lautsprecher
|
332
|
-
streaming: Streaming
|
333
318
|
show:
|
334
|
-
day: Tag
|
335
319
|
program: Programm
|
336
320
|
conference_registration_mailer:
|
337
321
|
confirmation:
|
@@ -353,7 +337,6 @@ lb:
|
|
353
337
|
invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
|
354
338
|
success: Sie haben die Konferenz erfolgreich verlassen.
|
355
339
|
conference_speaker:
|
356
|
-
go_to_twitter: Gehe zu Twitter
|
357
340
|
more_info: Mehr Informationen
|
358
341
|
personal_website: Persönliche Webseite
|
359
342
|
show:
|
@@ -362,18 +345,12 @@ lb:
|
|
362
345
|
conference_speaker_cell:
|
363
346
|
personal_url:
|
364
347
|
personal_website: Persönliche Webseite
|
365
|
-
twitter_handle:
|
366
|
-
go_to_twitter: Gehe zu Twitter
|
367
|
-
conference_speakers:
|
368
|
-
index:
|
369
|
-
speakers: Lautsprecher
|
370
348
|
conferences:
|
371
349
|
partners:
|
372
350
|
collaborators: Partner
|
373
351
|
main_promotors: Organisatoren
|
374
352
|
show:
|
375
353
|
login_as: Sie sind als %{name} <%{email}> angemeldet
|
376
|
-
make_conference_registration: 'Machen Sie Ihre Registrierung in der Konferenz:'
|
377
354
|
register: Registrieren
|
378
355
|
content_blocks:
|
379
356
|
highlighted_conferences:
|
@@ -381,11 +358,6 @@ lb:
|
|
381
358
|
index:
|
382
359
|
title: Konferenzen
|
383
360
|
mailer:
|
384
|
-
conference_registration_mailer:
|
385
|
-
confirmation:
|
386
|
-
subject: Die Registrierung Ihrer Konferenz wurde bestätigt
|
387
|
-
pending_validation:
|
388
|
-
subject: Ihre Anmeldung zur Konferenz steht noch aus
|
389
361
|
invite_join_conference_mailer:
|
390
362
|
invite:
|
391
363
|
subject: Einladung zur Teilnahme an einer Konferenz
|
@@ -416,37 +388,18 @@ lb:
|
|
416
388
|
pages:
|
417
389
|
home:
|
418
390
|
highlighted_conferences:
|
419
|
-
|
420
|
-
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
421
|
-
photo:
|
422
|
-
image:
|
423
|
-
attributes:
|
424
|
-
alt: Pressebild
|
425
|
-
show:
|
426
|
-
close_modal: Modal schließen
|
427
|
-
photo: Bild
|
428
|
-
photos_list:
|
429
|
-
show:
|
430
|
-
related_photos: Bilder
|
391
|
+
active_spaces: Aktive Konferenzen
|
431
392
|
registration_types:
|
432
393
|
index:
|
433
394
|
choose_an_option: 'Wählen Sie Ihre Registrierungsoption:'
|
434
|
-
login_as: Sie sind als %{name} <%{email}> angemeldet
|
435
395
|
no_registrations: Keine Registrierungen
|
436
396
|
register: Registrieren
|
437
397
|
title: Registrierungsarten
|
438
|
-
shared:
|
439
|
-
conference_user_login:
|
440
|
-
already_account: Haben Sie schon einen Account in Decidim?
|
441
|
-
new_user: Neuer Benutzer?
|
442
|
-
sign_in: Melden Sie sich an, um sich für die Konferenz zu registrieren
|
443
|
-
sign_up: Erstellen Sie ein Konto in decidim, um sich für die Konferenz anzumelden
|
444
398
|
show:
|
445
399
|
details: Einzelheiten
|
446
400
|
introduction: Einführung
|
447
401
|
objectives: Ziele
|
448
402
|
related_assemblies: Ähnliche Gremien
|
449
|
-
related_consultations: Verwandte Konsultationen
|
450
403
|
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
451
404
|
events:
|
452
405
|
conferences:
|
@@ -485,10 +438,6 @@ lb:
|
|
485
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"
|
486
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"
|
487
440
|
title: Was sind Konferenzen?
|
488
|
-
log:
|
489
|
-
value_types:
|
490
|
-
conference_presenter:
|
491
|
-
not_found: 'Die Konferenz wurde nicht in der Datenbank gefunden (ID: %{id})'
|
492
441
|
media:
|
493
442
|
index:
|
494
443
|
description: Links zu dieser Konferenz
|
@@ -505,9 +454,6 @@ lb:
|
|
505
454
|
decidim:
|
506
455
|
conference_hero:
|
507
456
|
register: Registrieren
|
508
|
-
conference_widgets:
|
509
|
-
show:
|
510
|
-
take_part: Teilnehmen
|
511
457
|
conferences:
|
512
458
|
conference:
|
513
459
|
more_info: Mehr Informationen
|
@@ -518,11 +464,7 @@ lb:
|
|
518
464
|
conferences:
|
519
465
|
one: "%{count} Konferenz"
|
520
466
|
other: "%{count} Konferenzen"
|
521
|
-
promoted_conference:
|
522
|
-
more_info: Mehr Informationen
|
523
|
-
take_part: Teilnehmen
|
524
467
|
conferences_nav:
|
525
|
-
conference_menu_item: Information
|
526
468
|
conference_partners_menu_item: Partner
|
527
469
|
conference_speaker_menu_item: Lautsprecher
|
528
470
|
media: Medien
|