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/no.yml
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
assemblies_ids: Relaterte Forsamlinger
|
7
7
|
available_slots: Tilgjengelige plasser
|
8
8
|
banner_image: Bannerafbeelding
|
9
|
-
consultations_ids: Relaterte konsultasjoner
|
10
9
|
copy_categories: Kopier kategorier
|
11
10
|
copy_components: Kopier komponenter
|
12
11
|
copy_features: Kopier funksjoner
|
@@ -62,12 +61,6 @@
|
|
62
61
|
email: Epost
|
63
62
|
name: Navn
|
64
63
|
role: Rolle
|
65
|
-
errors:
|
66
|
-
models:
|
67
|
-
conference_registration_invite:
|
68
|
-
attributes:
|
69
|
-
email:
|
70
|
-
already_invited: Denne e-postadressen er allerede invitert
|
71
64
|
activerecord:
|
72
65
|
models:
|
73
66
|
decidim/conference:
|
@@ -83,7 +76,6 @@
|
|
83
76
|
admin:
|
84
77
|
actions:
|
85
78
|
confirm: Bekreft
|
86
|
-
new_conference: Ny Konferanse
|
87
79
|
send_diplomas: Send deltakerbevis
|
88
80
|
conference_copies:
|
89
81
|
new:
|
@@ -144,7 +136,6 @@
|
|
144
136
|
form:
|
145
137
|
title: Generell Informasjon
|
146
138
|
index:
|
147
|
-
not_published: Ikke publisert
|
148
139
|
published: Publisert
|
149
140
|
new:
|
150
141
|
create: Opprett
|
@@ -185,7 +176,6 @@
|
|
185
176
|
conference_invites: Invitasjoner
|
186
177
|
conference_speakers: Talere
|
187
178
|
diploma: Sertifikat for Oppmøte
|
188
|
-
info: Info
|
189
179
|
media_links: Media Lenker
|
190
180
|
moderations: Moderering
|
191
181
|
partners: Partnere
|
@@ -196,7 +186,6 @@
|
|
196
186
|
conference:
|
197
187
|
fields:
|
198
188
|
created_at: Opprettet på
|
199
|
-
promoted: Fremhevet
|
200
189
|
published: Publisert
|
201
190
|
title: Tittel
|
202
191
|
conference_speaker:
|
@@ -335,12 +324,10 @@
|
|
335
324
|
all: Alle
|
336
325
|
rejected: Avvist
|
337
326
|
sent: Sendt
|
338
|
-
filter_by: Filtrer etter
|
339
327
|
invite_attendee: Inviter deltaker
|
340
328
|
invites: Invitasjoner
|
341
329
|
search: Søk
|
342
330
|
new:
|
343
|
-
explanation: Deltakeren vil bli invitert til å delta en konferanse. Hvis e-posten hennes ikke er registrert, vil hun også bli invitert i organisasjonen.
|
344
331
|
invite: Inviter
|
345
332
|
new_invite: Inviter deltaker
|
346
333
|
conference_registrations:
|
@@ -392,18 +379,11 @@
|
|
392
379
|
cancel: Avbryt
|
393
380
|
confirm: Bekreft
|
394
381
|
show:
|
395
|
-
free: Fri
|
396
382
|
going: Møtende
|
397
383
|
no_slots_available: Ingen plasser tilgjengelig
|
398
384
|
registration: Registrering
|
399
385
|
conference_program:
|
400
|
-
program_meeting:
|
401
|
-
content: Innhold
|
402
|
-
location: Sted
|
403
|
-
speakers: Talere
|
404
|
-
streaming: Strømming
|
405
386
|
show:
|
406
|
-
day: Dag
|
407
387
|
program: Program
|
408
388
|
conference_registration_mailer:
|
409
389
|
confirmation:
|
@@ -433,18 +413,12 @@
|
|
433
413
|
conference_speaker_cell:
|
434
414
|
personal_url:
|
435
415
|
personal_website: Personlig nettside
|
436
|
-
twitter_handle:
|
437
|
-
go_to_twitter: Gå til Twitter
|
438
|
-
conference_speakers:
|
439
|
-
index:
|
440
|
-
speakers: Talere
|
441
416
|
conferences:
|
442
417
|
partners:
|
443
418
|
collaborators: Partnere
|
444
419
|
main_promotors: Planleggere
|
445
420
|
show:
|
446
421
|
login_as: Du er innlogget som %{name} <%{email}>
|
447
|
-
make_conference_registration: 'Foreta din registrering til denne konferansen:'
|
448
422
|
register: Registrer
|
449
423
|
content_blocks:
|
450
424
|
highlighted_conferences:
|
@@ -452,11 +426,6 @@
|
|
452
426
|
index:
|
453
427
|
title: Konferanser
|
454
428
|
mailer:
|
455
|
-
conference_registration_mailer:
|
456
|
-
confirmation:
|
457
|
-
subject: Registrering av konferansen din er bekreftet
|
458
|
-
pending_validation:
|
459
|
-
subject: Registrering av konferansen din venter på bekreftelse
|
460
429
|
invite_join_conference_mailer:
|
461
430
|
invite:
|
462
431
|
subject: Invitasjon til å delta en konferanse
|
@@ -487,37 +456,18 @@
|
|
487
456
|
pages:
|
488
457
|
home:
|
489
458
|
highlighted_conferences:
|
490
|
-
|
491
|
-
conferences_button_title: Lenke til konferansesiden som viser alle konferansene
|
492
|
-
photo:
|
493
|
-
image:
|
494
|
-
attributes:
|
495
|
-
alt: Media bilde
|
496
|
-
show:
|
497
|
-
close_modal: Lukk modal
|
498
|
-
photo: Bilde
|
499
|
-
photos_list:
|
500
|
-
show:
|
501
|
-
related_photos: Bilder
|
459
|
+
active_spaces: Aktive konferanser
|
502
460
|
registration_types:
|
503
461
|
index:
|
504
462
|
choose_an_option: 'Velg ditt registrerings alternativ:'
|
505
|
-
login_as: Du er innlogget som %{name} <%{email}>
|
506
463
|
no_registrations: Ingen påmeldinger
|
507
464
|
register: Registrer
|
508
465
|
title: Registreringstyper
|
509
|
-
shared:
|
510
|
-
conference_user_login:
|
511
|
-
already_account: Har du allerede en konto i decidim?
|
512
|
-
new_user: Ny bruker?
|
513
|
-
sign_in: Logg inn for å registrere deg på konferansen
|
514
|
-
sign_up: Opprett en konto i decidim for å registrere deg på konferansen
|
515
466
|
show:
|
516
467
|
details: Detaljer
|
517
468
|
introduction: Introduksjon
|
518
469
|
objectives: Mål
|
519
470
|
related_assemblies: Relaterte forsamlinger
|
520
|
-
related_consultations: Relaterte konsultasjoner
|
521
471
|
related_participatory_processes: Relaterte deltakerprosesser
|
522
472
|
events:
|
523
473
|
conferences:
|
@@ -556,10 +506,6 @@
|
|
556
506
|
contextual: "<p>En <strong>konferanse</strong> er en samling av møter i et program, med inviterte aktører som er typisk for store kongresser eller sosiale hendelser (påmelding, liste over organisasjoner som støtter eller sponser arrangementet, osv.).</p> <p>Eksempler: En konferanse kan være en relevant begivenhet for en organisasjon og dens medlemmer, eller finne sted som en del av en deltakerprosess eller som konsultasjon</p>\n"
|
557
507
|
page: "<p>En <strong>konferanse</strong> er en samling av møter i et program, med inviterte aktører som er typisk for store kongresser eller sosiale hendelser (påmelding, liste over organisasjoner som støtter eller sponser arrangementet, osv.).</p> <p>Eksempler: En konferanse kan være en relevant begivenhet for en organisasjon og dens medlemmer, eller finne sted som en del av en deltakerprosess eller som konsultasjon</p>\n"
|
558
508
|
title: Hva er konferanser?
|
559
|
-
log:
|
560
|
-
value_types:
|
561
|
-
conference_presenter:
|
562
|
-
not_found: 'Konferansen ble ikke funnet i databasen (ID: %{id})'
|
563
509
|
media:
|
564
510
|
index:
|
565
511
|
description: Lenker om denne konferansen
|
@@ -576,9 +522,6 @@
|
|
576
522
|
decidim:
|
577
523
|
conference_hero:
|
578
524
|
register: Registrer
|
579
|
-
conference_widgets:
|
580
|
-
show:
|
581
|
-
take_part: Delta
|
582
525
|
conferences:
|
583
526
|
conference:
|
584
527
|
more_info: Mer info
|
@@ -589,11 +532,7 @@
|
|
589
532
|
conferences:
|
590
533
|
one: "%{count} konferanse"
|
591
534
|
other: "%{count} konferanser"
|
592
|
-
promoted_conference:
|
593
|
-
more_info: Mer info
|
594
|
-
take_part: Delta
|
595
535
|
conferences_nav:
|
596
|
-
conference_menu_item: Informasjon
|
597
536
|
conference_partners_menu_item: Partnere
|
598
537
|
conference_speaker_menu_item: Talere
|
599
538
|
media: Medier
|
data/config/locales/pl.yml
CHANGED
@@ -6,7 +6,6 @@ pl:
|
|
6
6
|
assemblies_ids: Powiązane zespoły
|
7
7
|
available_slots: Dostępne terminy
|
8
8
|
banner_image: Baner
|
9
|
-
consultations_ids: Powiązane konsultacje
|
10
9
|
copy_categories: Skopiuj kategorie
|
11
10
|
copy_components: Skopiuj komponenty
|
12
11
|
copy_features: Skopiuj funkcje
|
@@ -37,13 +36,11 @@ pl:
|
|
37
36
|
date: Data
|
38
37
|
link: Link
|
39
38
|
title: Tytuł
|
40
|
-
weight: Kolejność
|
41
39
|
conference_partner:
|
42
40
|
link: Link
|
43
41
|
logo: Logo
|
44
42
|
name: Imię
|
45
43
|
partner_type: Typ partnera
|
46
|
-
weight: Kolejność
|
47
44
|
conference_registration_invite:
|
48
45
|
email: Adres e-mail
|
49
46
|
name: Imię
|
@@ -53,27 +50,17 @@ pl:
|
|
53
50
|
description: Opis
|
54
51
|
price: Cena
|
55
52
|
title: Tytuł
|
56
|
-
weight: Kolejność
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Przynależność
|
59
55
|
avatar: Awatar
|
60
56
|
conference_meeting_ids: Powiązane spotkania
|
61
57
|
full_name: Pełne imię i nazwisko
|
62
|
-
personal_url: Prywatny adres URL
|
63
58
|
position: Pozycja
|
64
|
-
short_bio: Notka biograficzna
|
65
|
-
twitter_handle: Uchwyt X
|
66
59
|
user_id: Użytkownik
|
67
60
|
conference_user_role:
|
68
61
|
email: E-mail
|
69
62
|
name: Imię
|
70
63
|
role: Rola
|
71
|
-
errors:
|
72
|
-
models:
|
73
|
-
conference_registration_invite:
|
74
|
-
attributes:
|
75
|
-
email:
|
76
|
-
already_invited: Ten e-mail został już zaproszony
|
77
64
|
activerecord:
|
78
65
|
models:
|
79
66
|
decidim/conference:
|
@@ -95,7 +82,6 @@ pl:
|
|
95
82
|
admin:
|
96
83
|
actions:
|
97
84
|
confirm: Potwierdź
|
98
|
-
new_conference: Nowa konferencja
|
99
85
|
send_diplomas: Wyślij certyfikaty uczestnictwa
|
100
86
|
conference_copies:
|
101
87
|
new:
|
@@ -139,8 +125,6 @@ pl:
|
|
139
125
|
edit:
|
140
126
|
title: Zaktualizuj administratora konferencji.
|
141
127
|
update: Aktualizuj
|
142
|
-
index:
|
143
|
-
conference_admins_title: Administratorzy konferencji
|
144
128
|
new:
|
145
129
|
create: Utwórz
|
146
130
|
title: Nowy administrator konferencji.
|
@@ -158,7 +142,6 @@ pl:
|
|
158
142
|
form:
|
159
143
|
title: Informacje ogólne
|
160
144
|
index:
|
161
|
-
not_published: Nieopublikowane
|
162
145
|
published: Opublikowane
|
163
146
|
new:
|
164
147
|
create: Utwórz
|
@@ -199,7 +182,6 @@ pl:
|
|
199
182
|
conference_invites: Zaprasza
|
200
183
|
conference_speakers: Prelegenci
|
201
184
|
diploma: Certyfikat uczestnictwa
|
202
|
-
info: Informacje
|
203
185
|
media_links: Linki do multimediów
|
204
186
|
moderations: Moderacje
|
205
187
|
partners: Partnerzy
|
@@ -210,7 +192,6 @@ pl:
|
|
210
192
|
conference:
|
211
193
|
fields:
|
212
194
|
created_at: Utworzono
|
213
|
-
promoted: Wyróżniona
|
214
195
|
published: Opublikowana
|
215
196
|
title: Tytuł
|
216
197
|
conference_speaker:
|
@@ -318,7 +299,6 @@ pl:
|
|
318
299
|
update: "%{user_name} zaktualizował(a) partnera %{resource_name} w konferencji %{space_name}"
|
319
300
|
registration_type:
|
320
301
|
create: "%{user_name} utworzył(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
321
|
-
delete: "Użytkownik %{user_name} usunął typ rejestracji %{resource_name} z konferencji %{space_name}"
|
322
302
|
publish: "%{user_name} opublikował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
323
303
|
unpublish: "%{user_name} cofnął/cofnęła publikację typu rejestracji %{resource_name} w konferencji %{space_name}"
|
324
304
|
update: "%{user_name} zaktualizował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
@@ -334,9 +314,6 @@ pl:
|
|
334
314
|
title: Prelegenci
|
335
315
|
conferences:
|
336
316
|
admin:
|
337
|
-
conference_copies:
|
338
|
-
form:
|
339
|
-
slug_help: 'Slugi URL wykorzystuje się do generowania adresów URL odsyłających do tej konferencji. Można używać jedynie liter, cyfr i łączników, przy czym należy rozpocząć od litery. Przykład: %{url}'
|
340
317
|
conference_invites:
|
341
318
|
create:
|
342
319
|
error: Podczas zapraszania użytkownika do udziału w konferencji wystąpił błąd.
|
@@ -353,12 +330,10 @@ pl:
|
|
353
330
|
all: Wszystko
|
354
331
|
rejected: Odrzucono
|
355
332
|
sent: Wysłano
|
356
|
-
filter_by: Filtruj według
|
357
333
|
invite_attendee: Zaproś użytkownika
|
358
334
|
invites: Zaproszeni
|
359
335
|
search: Szukaj
|
360
336
|
new:
|
361
|
-
explanation: Użytkownik zostanie zaproszony do udziału w konferencji. Jeśli e-mail nie został wcześniej zarejestrowany, zostanie również zaproszony do organizacji.
|
362
337
|
invite: Zaproś
|
363
338
|
new_invite: Zaproś użytkownika
|
364
339
|
conference_registrations:
|
@@ -380,7 +355,6 @@ pl:
|
|
380
355
|
few: Było %{count} rejestracji.
|
381
356
|
many: Było %{count} rejestracji.
|
382
357
|
other: Było %{count} rejestracji.
|
383
|
-
slug_help: 'Slugi URL wykorzystuje się do generowania adresów URL odsyłających do tej konferencji. Można używać jedynie liter, cyfr i łączników, przy czym należy rozpocząć od litery. Przykład: %{url}'
|
384
358
|
diplomas:
|
385
359
|
edit:
|
386
360
|
save: Zapisz
|
@@ -389,7 +363,6 @@ pl:
|
|
389
363
|
invite:
|
390
364
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
391
365
|
invited_existing_user_to_join_a_conference: "%{invited_by} zaprosił(a) Cię do udziału w konferencji %{application}. Możesz odrzucić lub zaakceptować zaproszenie korzystając z poniższych linków."
|
392
|
-
invited_user_to_join_a_conference: "Użytkownik %{invited_by} zaprosił Cię do udziału w konferencji w %{application}. Możesz to zaakceptować za pomocą poniższego linku."
|
393
366
|
registration: Rejestracja na "%{conference_title}"
|
394
367
|
partners:
|
395
368
|
index:
|
@@ -414,18 +387,11 @@ pl:
|
|
414
387
|
cancel: Anuluj
|
415
388
|
confirm: Potwierdź
|
416
389
|
show:
|
417
|
-
free: Darmowy
|
418
390
|
going: Uczestnictwo
|
419
391
|
no_slots_available: Brak dostępnych miejsc
|
420
392
|
registration: Rejestracja
|
421
393
|
conference_program:
|
422
|
-
program_meeting:
|
423
|
-
content: Zawartość
|
424
|
-
location: Miejsce
|
425
|
-
speakers: Prelegenci
|
426
|
-
streaming: Streaming
|
427
394
|
show:
|
428
|
-
day: Dzień
|
429
395
|
program: Program
|
430
396
|
conference_registration_mailer:
|
431
397
|
confirmation:
|
@@ -447,7 +413,6 @@ pl:
|
|
447
413
|
invalid: Podczas opuszczania tej konferencji wystąpił błąd.
|
448
414
|
success: Opuszczono konferencję.
|
449
415
|
conference_speaker:
|
450
|
-
go_to_twitter: Przejdź do X
|
451
416
|
more_info: więcej informacji
|
452
417
|
personal_website: Osobista strona internetowa
|
453
418
|
show:
|
@@ -456,18 +421,12 @@ pl:
|
|
456
421
|
conference_speaker_cell:
|
457
422
|
personal_url:
|
458
423
|
personal_website: Osobista strona internetowa
|
459
|
-
twitter_handle:
|
460
|
-
go_to_twitter: Idź do Twittera
|
461
|
-
conference_speakers:
|
462
|
-
index:
|
463
|
-
speakers: Prelegenci
|
464
424
|
conferences:
|
465
425
|
partners:
|
466
426
|
collaborators: Partnerzy
|
467
427
|
main_promotors: Organizatorzy
|
468
428
|
show:
|
469
429
|
login_as: Jesteś zalogowany jako %{name} <%{email}>
|
470
|
-
make_conference_registration: 'Zarejestruj się na konferencję:'
|
471
430
|
register: Zarejestruj się
|
472
431
|
content_blocks:
|
473
432
|
highlighted_conferences:
|
@@ -475,11 +434,6 @@ pl:
|
|
475
434
|
index:
|
476
435
|
title: Konferencje
|
477
436
|
mailer:
|
478
|
-
conference_registration_mailer:
|
479
|
-
confirmation:
|
480
|
-
subject: Twoja rejestracja na konferencję została potwierdzona
|
481
|
-
pending_validation:
|
482
|
-
subject: Twoja rejestracja na konferencję oczekuje na potwierdzenie
|
483
437
|
invite_join_conference_mailer:
|
484
438
|
invite:
|
485
439
|
subject: Zaproszenie do udziału w konferencji
|
@@ -510,38 +464,18 @@ pl:
|
|
510
464
|
pages:
|
511
465
|
home:
|
512
466
|
highlighted_conferences:
|
513
|
-
|
514
|
-
conferences_button_title: Link do strony Konferencji wyświetlającej wszystkie konferencje
|
515
|
-
see_all_conferences: Zobacz wszystkie konferencje
|
516
|
-
photo:
|
517
|
-
image:
|
518
|
-
attributes:
|
519
|
-
alt: Obraz
|
520
|
-
show:
|
521
|
-
close_modal: Zamknij okno
|
522
|
-
photo: Zdjęcie
|
523
|
-
photos_list:
|
524
|
-
show:
|
525
|
-
related_photos: Zdjęcia
|
467
|
+
active_spaces: Aktualne konferencje
|
526
468
|
registration_types:
|
527
469
|
index:
|
528
470
|
choose_an_option: 'Wybierz opcję rejestracji:'
|
529
|
-
login_as: Jesteś zalogowany jako %{name} <%{email}>
|
530
471
|
no_registrations: Brak rejestracji
|
531
472
|
register: Zarejestruj się
|
532
473
|
title: Typy rejestracji
|
533
|
-
shared:
|
534
|
-
conference_user_login:
|
535
|
-
already_account: Czy masz już konto w Decidim?
|
536
|
-
new_user: Nowy użytkownik?
|
537
|
-
sign_in: Zaloguj się, aby zarejestrować się na konferencję
|
538
|
-
sign_up: Utwórz konto w decidimie, aby zarejestrować się na konferencję
|
539
474
|
show:
|
540
475
|
details: Szczegóły
|
541
476
|
introduction: Wprowadzenie
|
542
477
|
objectives: Cele
|
543
478
|
related_assemblies: Powiązane zespoły
|
544
|
-
related_consultations: Powiązane konsultacje
|
545
479
|
related_participatory_processes: Powiązane procesy partycypacyjne
|
546
480
|
events:
|
547
481
|
conferences:
|
@@ -580,10 +514,6 @@ pl:
|
|
580
514
|
contextual: "<p> <strong>Konferencja</strong> jest zbiorem spotkań zorganizowanych wedle ułożonego programu, z udziałem osób zaproszonych jako prelegenci, oraz innymi polami informacyjnymi typowymi dla dużych kongresów lub wydarzeń społecznościowych (rejestracja, wykaz organizacji wspierających lub sponsorujących wydarzenie itp.).</p> <p>Przykłady: konferencja może być istotnym wydarzeniem dla organizacji i jej członków, może odbywać się w ramach procesu partycypacyjnego lub być wynikiem konsultacji.</p>\n"
|
581
515
|
page: "<p> <strong>Konferencja</strong> jest zbiorem spotkań zorganizowanych wedle ułożonego programu, z udziałem osób zaproszonych jako prelegenci, oraz innymi polami informacyjnymi typowymi dla dużych kongresów lub wydarzeń społecznościowych (rejestracja, wykaz organizacji wspierających lub sponsorujących wydarzenie itp.).</p> <p>Przykłady: konferencja może być istotnym wydarzeniem dla organizacji i jej członków, może odbywać się w ramach procesu partycypacyjnego lub być wynikiem konsultacji.</p>\n"
|
582
516
|
title: Czym są konferencje?
|
583
|
-
log:
|
584
|
-
value_types:
|
585
|
-
conference_presenter:
|
586
|
-
not_found: 'Konferencji nie znaleziono w bazie danych (ID: %{id})'
|
587
517
|
media:
|
588
518
|
index:
|
589
519
|
description: Linki do tej konferencji
|
@@ -600,9 +530,6 @@ pl:
|
|
600
530
|
decidim:
|
601
531
|
conference_hero:
|
602
532
|
register: Zarejestruj się
|
603
|
-
conference_widgets:
|
604
|
-
show:
|
605
|
-
take_part: Weź udział
|
606
533
|
conferences:
|
607
534
|
conference:
|
608
535
|
more_info: Więcej informacji
|
@@ -615,11 +542,7 @@ pl:
|
|
615
542
|
few: "%{count} konferencji"
|
616
543
|
many: "%{count} konferencji"
|
617
544
|
other: "%{count} konferencji"
|
618
|
-
promoted_conference:
|
619
|
-
more_info: Więcej informacji
|
620
|
-
take_part: Weź udział
|
621
545
|
conferences_nav:
|
622
|
-
conference_menu_item: Informacja
|
623
546
|
conference_partners_menu_item: Partnerzy
|
624
547
|
conference_speaker_menu_item: Prelegenci
|
625
548
|
media: Głoska bezdźwięczna
|
data/config/locales/pt-BR.yml
CHANGED
@@ -6,7 +6,6 @@ pt-BR:
|
|
6
6
|
assemblies_ids: Assembleias Relacionadas
|
7
7
|
available_slots: Vagas disponíveis
|
8
8
|
banner_image: Imagem de banner
|
9
|
-
consultations_ids: Consultas Relacionadas
|
10
9
|
copy_categories: Copiar categorias
|
11
10
|
copy_components: Copiar componentes
|
12
11
|
copy_features: Copiar recursos
|
@@ -62,12 +61,6 @@ pt-BR:
|
|
62
61
|
email: O email
|
63
62
|
name: Nome
|
64
63
|
role: Função
|
65
|
-
errors:
|
66
|
-
models:
|
67
|
-
conference_registration_invite:
|
68
|
-
attributes:
|
69
|
-
email:
|
70
|
-
already_invited: Este email já foi convidado
|
71
64
|
activerecord:
|
72
65
|
models:
|
73
66
|
decidim/conference:
|
@@ -83,7 +76,6 @@ pt-BR:
|
|
83
76
|
admin:
|
84
77
|
actions:
|
85
78
|
confirm: confirme
|
86
|
-
new_conference: Nova conferência
|
87
79
|
send_diplomas: Envie certificados de participação
|
88
80
|
conference_copies:
|
89
81
|
new:
|
@@ -144,7 +136,6 @@ pt-BR:
|
|
144
136
|
form:
|
145
137
|
title: Informação geral
|
146
138
|
index:
|
147
|
-
not_published: Não publicado
|
148
139
|
published: Publicados
|
149
140
|
new:
|
150
141
|
create: Crio
|
@@ -185,7 +176,6 @@ pt-BR:
|
|
185
176
|
conference_invites: Convites
|
186
177
|
conference_speakers: caixas de som
|
187
178
|
diploma: Certificado de participação
|
188
|
-
info: Informações
|
189
179
|
media_links: Links de Mídia
|
190
180
|
moderations: Moderações
|
191
181
|
partners: Parceiros
|
@@ -196,7 +186,6 @@ pt-BR:
|
|
196
186
|
conference:
|
197
187
|
fields:
|
198
188
|
created_at: Criado em
|
199
|
-
promoted: Promovido
|
200
189
|
published: Publicados
|
201
190
|
title: Título
|
202
191
|
conference_speaker:
|
@@ -304,7 +293,6 @@ pt-BR:
|
|
304
293
|
update: "%{user_name} atualizou o parceiro %{resource_name} na conferência %{space_name}"
|
305
294
|
registration_type:
|
306
295
|
create: "%{user_name} criou o tipo de registro %{resource_name} na conferência de %{space_name}"
|
307
|
-
delete: "%{user_name} removeu o tipo de registro %{resource_name} da conferência %{space_name}"
|
308
296
|
publish: "%{user_name} publicou o tipo de registro %{resource_name} na conferência %{space_name}"
|
309
297
|
unpublish: "%{user_name} não publicado o tipo de registro %{resource_name} na conferência %{space_name}"
|
310
298
|
update: "%{user_name} atualizou o tipo de registro %{resource_name} na conferência %{space_name}"
|
@@ -336,12 +324,10 @@ pt-BR:
|
|
336
324
|
all: Todos
|
337
325
|
rejected: Rejeitado
|
338
326
|
sent: Enviei
|
339
|
-
filter_by: Filtrar por
|
340
327
|
invite_attendee: Convidar participante
|
341
328
|
invites: Convites
|
342
329
|
search: Pesquisa
|
343
330
|
new:
|
344
|
-
explanation: O usuário será convidado a participar de uma conferência. Se o email não estiver registrado, ele será convidado para a organização também.
|
345
331
|
invite: Convite
|
346
332
|
new_invite: Convidar Usuário
|
347
333
|
conference_registrations:
|
@@ -393,18 +379,11 @@ pt-BR:
|
|
393
379
|
cancel: Cancelar
|
394
380
|
confirm: confirme
|
395
381
|
show:
|
396
|
-
free: Livre
|
397
382
|
going: Indo
|
398
383
|
no_slots_available: Não há slots disponíveis
|
399
384
|
registration: Cadastro
|
400
385
|
conference_program:
|
401
|
-
program_meeting:
|
402
|
-
content: Conteúdo
|
403
|
-
location: Localização
|
404
|
-
speakers: caixas de som
|
405
|
-
streaming: Transmissão
|
406
386
|
show:
|
407
|
-
day: Dia
|
408
387
|
program: Programa
|
409
388
|
conference_registration_mailer:
|
410
389
|
confirmation:
|
@@ -434,18 +413,12 @@ pt-BR:
|
|
434
413
|
conference_speaker_cell:
|
435
414
|
personal_url:
|
436
415
|
personal_website: Site pessoal
|
437
|
-
twitter_handle:
|
438
|
-
go_to_twitter: Vá para o Twitter
|
439
|
-
conference_speakers:
|
440
|
-
index:
|
441
|
-
speakers: caixas de som
|
442
416
|
conferences:
|
443
417
|
partners:
|
444
418
|
collaborators: Parceiros
|
445
419
|
main_promotors: Organizadores
|
446
420
|
show:
|
447
421
|
login_as: Você está logado como %{name} <%{email}>
|
448
|
-
make_conference_registration: 'Faça seu cadastro na conferência:'
|
449
422
|
register: Registrar-se
|
450
423
|
content_blocks:
|
451
424
|
highlighted_conferences:
|
@@ -453,11 +426,6 @@ pt-BR:
|
|
453
426
|
index:
|
454
427
|
title: Conferências
|
455
428
|
mailer:
|
456
|
-
conference_registration_mailer:
|
457
|
-
confirmation:
|
458
|
-
subject: O registro da sua conferência foi confirmado
|
459
|
-
pending_validation:
|
460
|
-
subject: O registro da sua conferência está pendente de confirmação
|
461
429
|
invite_join_conference_mailer:
|
462
430
|
invite:
|
463
431
|
subject: Convite para participar de uma conferência
|
@@ -488,37 +456,18 @@ pt-BR:
|
|
488
456
|
pages:
|
489
457
|
home:
|
490
458
|
highlighted_conferences:
|
491
|
-
|
492
|
-
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
493
|
-
photo:
|
494
|
-
image:
|
495
|
-
attributes:
|
496
|
-
alt: Imagem da mídia
|
497
|
-
show:
|
498
|
-
close_modal: Fechar modal
|
499
|
-
photo: Foto
|
500
|
-
photos_list:
|
501
|
-
show:
|
502
|
-
related_photos: Fotos
|
459
|
+
active_spaces: Conferências ativas
|
503
460
|
registration_types:
|
504
461
|
index:
|
505
462
|
choose_an_option: 'Escolha sua opção de registro:'
|
506
|
-
login_as: Você está logado como %{name} <%{email}>
|
507
463
|
no_registrations: Sem inscrições
|
508
464
|
register: registo
|
509
465
|
title: Tipos de registro
|
510
|
-
shared:
|
511
|
-
conference_user_login:
|
512
|
-
already_account: Você já tem uma conta na decidim?
|
513
|
-
new_user: Novo usuário?
|
514
|
-
sign_in: Entre para se inscrever na conferência
|
515
|
-
sign_up: Crie uma conta no decidim para se inscrever na conferência
|
516
466
|
show:
|
517
467
|
details: Detalhes
|
518
468
|
introduction: Introdução
|
519
469
|
objectives: Objetivos
|
520
470
|
related_assemblies: Assembleias Relacionadas
|
521
|
-
related_consultations: Consultas Relacionadas
|
522
471
|
related_participatory_processes: Processos participativos relacionados
|
523
472
|
events:
|
524
473
|
conferences:
|
@@ -557,10 +506,6 @@ pt-BR:
|
|
557
506
|
contextual: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
558
507
|
page: "<p>Uma <strong>conferência</strong> é uma coleção de reuniões organizadas em um programa, com várias pessoas convidadas como palestrantes, e outros campos de informação típicos de grandes congressos ou eventos sociais (registro, lista de organizações que apoiam ou patrocinam o evento, etc.).</p> <p>Exemplos: Uma conferência pode ser um evento relevante para uma organização e seus membros, ou realiza como parte de um processo participativo ou segue uma consulta.</p>\n"
|
559
508
|
title: O que são conferências?
|
560
|
-
log:
|
561
|
-
value_types:
|
562
|
-
conference_presenter:
|
563
|
-
not_found: 'A conferência não foi encontrada no banco de dados (ID: %{id})'
|
564
509
|
media:
|
565
510
|
index:
|
566
511
|
description: Links sobre esta conferência
|
@@ -577,9 +522,6 @@ pt-BR:
|
|
577
522
|
decidim:
|
578
523
|
conference_hero:
|
579
524
|
register: registo
|
580
|
-
conference_widgets:
|
581
|
-
show:
|
582
|
-
take_part: Participar
|
583
525
|
conferences:
|
584
526
|
conference:
|
585
527
|
more_info: Mais informações
|
@@ -590,11 +532,7 @@ pt-BR:
|
|
590
532
|
conferences:
|
591
533
|
one: "%{count} conferência"
|
592
534
|
other: "%{count} conferências"
|
593
|
-
promoted_conference:
|
594
|
-
more_info: Mais informações
|
595
|
-
take_part: Participar
|
596
535
|
conferences_nav:
|
597
|
-
conference_menu_item: Informação
|
598
536
|
conference_partners_menu_item: Parceiros
|
599
537
|
conference_speaker_menu_item: Alto-falantes
|
600
538
|
media: Mídia
|