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/lt.yml
CHANGED
@@ -6,7 +6,6 @@ lt:
|
|
6
6
|
assemblies_ids: Susijusios Asamblėjos
|
7
7
|
available_slots: Laisvos vietos
|
8
8
|
banner_image: Reklamjuostės paveikslėlis
|
9
|
-
consultations_ids: Susijusios Konsultacijos
|
10
9
|
copy_categories: Kopijuoti kategorijas
|
11
10
|
copy_components: Kopijuoti komponentus
|
12
11
|
copy_features: Kopijuoti požymius
|
@@ -34,6 +33,7 @@ lt:
|
|
34
33
|
slug: URL priedas
|
35
34
|
start_date: Pradžios data
|
36
35
|
title: Pavadinimas
|
36
|
+
weight: Vieta eilėje
|
37
37
|
conference_media_link:
|
38
38
|
date: Data
|
39
39
|
link: Nuoroda
|
@@ -73,7 +73,7 @@ lt:
|
|
73
73
|
conference_registration_invite:
|
74
74
|
attributes:
|
75
75
|
email:
|
76
|
-
already_invited: Šio el. laiško adresatas jau buvo pakviestas
|
76
|
+
already_invited: Šio el. laiško adresatas jau buvo pakviestas.
|
77
77
|
activerecord:
|
78
78
|
models:
|
79
79
|
decidim/conference:
|
@@ -95,7 +95,6 @@ lt:
|
|
95
95
|
admin:
|
96
96
|
actions:
|
97
97
|
confirm: Patvirtinti
|
98
|
-
new_conference: Nauja Konferencija
|
99
98
|
send_diplomas: Siųsti dalyvavimo konferencijoje pažymėjimus
|
100
99
|
conference_copies:
|
101
100
|
new:
|
@@ -158,7 +157,6 @@ lt:
|
|
158
157
|
form:
|
159
158
|
title: Bendroji informacija
|
160
159
|
index:
|
161
|
-
not_published: Nepublikuota
|
162
160
|
published: Publikuota
|
163
161
|
new:
|
164
162
|
create: Sukurti
|
@@ -199,7 +197,6 @@ lt:
|
|
199
197
|
conference_invites: Pakvietimai
|
200
198
|
conference_speakers: Pranešėjai
|
201
199
|
diploma: Dalyvavimo konferencijoje pažymėjimas
|
202
|
-
info: Informacija
|
203
200
|
media_links: Multimedijos Nuorodos
|
204
201
|
moderations: Moderavimai
|
205
202
|
partners: Partneriai
|
@@ -210,7 +207,6 @@ lt:
|
|
210
207
|
conference:
|
211
208
|
fields:
|
212
209
|
created_at: Sukurta
|
213
|
-
promoted: Paryškinta
|
214
210
|
published: Publikuota
|
215
211
|
title: Pavadinimas
|
216
212
|
conference_speaker:
|
@@ -349,8 +345,7 @@ lt:
|
|
349
345
|
accepted: Priimtas
|
350
346
|
all: Visi
|
351
347
|
rejected: Atmestas
|
352
|
-
sent:
|
353
|
-
filter_by: Filtruoti pagal
|
348
|
+
sent: Išsiųstas
|
354
349
|
invite_attendee: Kviesti dalyvį
|
355
350
|
invites: Pakvietimai
|
356
351
|
search: Ieškoti
|
@@ -410,18 +405,11 @@ lt:
|
|
410
405
|
cancel: Atšaukti
|
411
406
|
confirm: Patvirtinti
|
412
407
|
show:
|
413
|
-
free: Nemokama
|
414
408
|
going: Dalyvauja
|
415
409
|
no_slots_available: Nebėra vietų
|
416
410
|
registration: Registracija
|
417
411
|
conference_program:
|
418
|
-
program_meeting:
|
419
|
-
content: Turinys
|
420
|
-
location: Vieta
|
421
|
-
speakers: Pranešėjai
|
422
|
-
streaming: Transliuoti
|
423
412
|
show:
|
424
|
-
day: Diena
|
425
413
|
program: Programa
|
426
414
|
conference_registration_mailer:
|
427
415
|
confirmation:
|
@@ -436,11 +424,9 @@ lt:
|
|
436
424
|
create:
|
437
425
|
invalid: Jungiantis prie šios konferencijos iškilo problema.
|
438
426
|
success: Jūs prisijungėte prie konferencijos.
|
439
|
-
unauthorized: Prieš registruodamiesi į konferenciją turite prisijungti.
|
440
427
|
decline_invitation:
|
441
428
|
invalid: Atmetant kvietimą iškilo problema.
|
442
429
|
success: Jūs atmetėte kvietimą.
|
443
|
-
unauthorized: Prieš atmetant kvietimą turite prisijungti.
|
444
430
|
destroy:
|
445
431
|
invalid: Paliekant šią konferenciją iškilo problema.
|
446
432
|
success: Jūs sėkmingai palikote konferenciją.
|
@@ -453,18 +439,20 @@ lt:
|
|
453
439
|
conference_speaker_cell:
|
454
440
|
personal_url:
|
455
441
|
personal_website: Asmeninė interneto svetainė
|
456
|
-
twitter_handle:
|
457
|
-
go_to_twitter: Eiti į Twitter
|
458
442
|
conference_speakers:
|
459
443
|
index:
|
460
|
-
speakers:
|
444
|
+
speakers:
|
445
|
+
one: Kalbėtoja(-s)
|
446
|
+
few: Kalbėtojai
|
447
|
+
many: Kalbėtojai
|
448
|
+
other: Kalbėtojai
|
461
449
|
conferences:
|
462
450
|
partners:
|
463
451
|
collaborators: Partneriai
|
464
452
|
main_promotors: Organizatoriai
|
465
453
|
show:
|
466
454
|
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
467
|
-
make_conference_registration:
|
455
|
+
make_conference_registration: Registruokitės į konferenciją
|
468
456
|
register: Registruotis
|
469
457
|
content_blocks:
|
470
458
|
highlighted_conferences:
|
@@ -474,9 +462,9 @@ lt:
|
|
474
462
|
mailer:
|
475
463
|
conference_registration_mailer:
|
476
464
|
confirmation:
|
477
|
-
subject: Jūsų registracija į konferenciją buvo patvirtinta
|
465
|
+
subject: Jūsų registracija į konferenciją buvo patvirtinta.
|
478
466
|
pending_validation:
|
479
|
-
subject: Jūsų registracija į konferenciją
|
467
|
+
subject: Jūsų registracija į konferenciją laukia patvirtinimo.
|
480
468
|
invite_join_conference_mailer:
|
481
469
|
invite:
|
482
470
|
subject: Kvietimas dalyvauti konferencijoje
|
@@ -507,38 +495,19 @@ lt:
|
|
507
495
|
pages:
|
508
496
|
home:
|
509
497
|
highlighted_conferences:
|
510
|
-
|
511
|
-
|
512
|
-
see_all_conferences: Žiūrėti visas konferencijas
|
513
|
-
photo:
|
514
|
-
image:
|
515
|
-
attributes:
|
516
|
-
alt: Nuotrauka multimedijos formatu
|
517
|
-
show:
|
518
|
-
close_modal: Uždaryti modalinį langą
|
519
|
-
photo: Paveikslėlis
|
520
|
-
photos_list:
|
521
|
-
show:
|
522
|
-
related_photos: Paveikslėliai
|
498
|
+
active_spaces: Aktyvios konferencijos
|
499
|
+
see_all_spaces: Žiūrėti visas konferencijas
|
523
500
|
registration_types:
|
524
501
|
index:
|
525
502
|
choose_an_option: 'Pasirinkite registracijos būdą:'
|
526
|
-
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
527
503
|
no_registrations: Nėra registracijų
|
528
504
|
register: Registruotis
|
529
505
|
title: Registracijos tipai
|
530
|
-
shared:
|
531
|
-
conference_user_login:
|
532
|
-
already_account: Ar jau turite paskyrą „Decidim“ puslapyje?
|
533
|
-
new_user: Naujas naudotojas?
|
534
|
-
sign_in: Prisijunkite, kad galėtumėte užsiregistruoti į konferenciją
|
535
|
-
sign_up: Susikurkite paskyrą „Decidim“ puslapyje, kad galėtumėte užsiregistruoti į konferenciją
|
536
506
|
show:
|
537
507
|
details: Išsamiau
|
538
508
|
introduction: Įžanga
|
539
509
|
objectives: Tikslai
|
540
510
|
related_assemblies: Susijusios asamblėjos
|
541
|
-
related_consultations: Susijusios Konsultacijos
|
542
511
|
related_participatory_processes: Susiję dalyvaujamieji procesai
|
543
512
|
events:
|
544
513
|
conferences:
|
@@ -580,7 +549,7 @@ lt:
|
|
580
549
|
log:
|
581
550
|
value_types:
|
582
551
|
conference_presenter:
|
583
|
-
not_found: 'Konferencija duomenų bazėje nerasta (ID: %{id})'
|
552
|
+
not_found: 'Konferencija duomenų bazėje nerasta (ID: %{id}).'
|
584
553
|
media:
|
585
554
|
index:
|
586
555
|
description: Nuorodos apie šią konferenciją
|
@@ -597,9 +566,6 @@ lt:
|
|
597
566
|
decidim:
|
598
567
|
conference_hero:
|
599
568
|
register: Registruotis
|
600
|
-
conference_widgets:
|
601
|
-
show:
|
602
|
-
take_part: Dalyvaukite
|
603
569
|
conferences:
|
604
570
|
conference:
|
605
571
|
more_info: Daugiau informacijos
|
@@ -612,11 +578,7 @@ lt:
|
|
612
578
|
few: "%{count} konferencijos"
|
613
579
|
many: "%{count} konferencijos"
|
614
580
|
other: "%{count} konferencijos"
|
615
|
-
promoted_conference:
|
616
|
-
more_info: Daugiau informacijos
|
617
|
-
take_part: Dalyvaukite
|
618
581
|
conferences_nav:
|
619
|
-
conference_menu_item: Informacija
|
620
582
|
conference_partners_menu_item: Partneriai
|
621
583
|
conference_speaker_menu_item: Pranešėjai
|
622
584
|
media: Medija
|
data/config/locales/lv.yml
CHANGED
@@ -5,7 +5,6 @@ lv:
|
|
5
5
|
conference:
|
6
6
|
assemblies_ids: Saistītās asamblejas
|
7
7
|
banner_image: Reklāmkaroga attēls
|
8
|
-
consultations_ids: Saistītās konsultācijas
|
9
8
|
copy_categories: Kopēt kategorijas
|
10
9
|
copy_components: Kopēt komponentus
|
11
10
|
copy_features: Kopēt funkcijas
|
@@ -29,12 +28,6 @@ lv:
|
|
29
28
|
email: E-pasts
|
30
29
|
name: Nosaukums
|
31
30
|
role: Loma
|
32
|
-
errors:
|
33
|
-
models:
|
34
|
-
conference_registration_invite:
|
35
|
-
attributes:
|
36
|
-
email:
|
37
|
-
already_invited: Šis e-pasts jau ir uzaicināts
|
38
31
|
activerecord:
|
39
32
|
models:
|
40
33
|
decidim/conference:
|
@@ -53,7 +46,6 @@ lv:
|
|
53
46
|
admin:
|
54
47
|
actions:
|
55
48
|
confirm: Apstiprināt
|
56
|
-
new_conference: Jauna konference
|
57
49
|
send_diplomas: Nosūtīt apmeklējuma sertifikātus
|
58
50
|
conference_copies:
|
59
51
|
new:
|
@@ -114,7 +106,6 @@ lv:
|
|
114
106
|
form:
|
115
107
|
title: Vispārēja informācija
|
116
108
|
index:
|
117
|
-
not_published: Nav publicēts
|
118
109
|
published: Publicēts
|
119
110
|
new:
|
120
111
|
create: Izveidot
|
@@ -155,7 +146,6 @@ lv:
|
|
155
146
|
conference_invites: Ielūgumi
|
156
147
|
conference_speakers: Runātāji
|
157
148
|
diploma: Apmeklējuma sertifikāts
|
158
|
-
info: Informācija
|
159
149
|
media_links: Mediju saites
|
160
150
|
moderations: Moderācijas
|
161
151
|
partners: Partneri
|
@@ -166,7 +156,6 @@ lv:
|
|
166
156
|
conference:
|
167
157
|
fields:
|
168
158
|
created_at: Izveidots plkst.
|
169
|
-
promoted: Izcelts
|
170
159
|
published: Publicēts
|
171
160
|
title: Nosaukums
|
172
161
|
conference_speaker:
|
@@ -300,12 +289,10 @@ lv:
|
|
300
289
|
all: Visi
|
301
290
|
rejected: Noraidīts
|
302
291
|
sent: Nosūtīts
|
303
|
-
filter_by: Filtrēt pēc
|
304
292
|
invite_attendee: Uzaicināt dalībnieku
|
305
293
|
invites: Ielūgumi
|
306
294
|
search: Meklēt
|
307
295
|
new:
|
308
|
-
explanation: Dalībniece tiks uzaicināta pievienoties konferencei. Ja viņas e-pasts nav reģistrēts, viņa tiks uzaicināta pievienoties organizācijai.
|
309
296
|
invite: Uzaicināt
|
310
297
|
new_invite: Uzaicināt dalībnieku
|
311
298
|
conference_registrations:
|
@@ -358,17 +345,11 @@ lv:
|
|
358
345
|
cancel: Atcelt
|
359
346
|
confirm: Apstiprināt
|
360
347
|
show:
|
361
|
-
free: Bez maksas
|
362
348
|
going: Apmeklē
|
363
349
|
no_slots_available: Nav pieejama laika runāšanai
|
364
350
|
registration: Reģistrācija
|
365
351
|
conference_program:
|
366
|
-
program_meeting:
|
367
|
-
content: Saturs
|
368
|
-
speakers: Runātāji
|
369
|
-
streaming: Straumēšana
|
370
352
|
show:
|
371
|
-
day: Diena
|
372
353
|
program: Programma
|
373
354
|
conference_registration_mailer:
|
374
355
|
confirmation:
|
@@ -397,18 +378,12 @@ lv:
|
|
397
378
|
conference_speaker_cell:
|
398
379
|
personal_url:
|
399
380
|
personal_website: Personīgā tīmekļvietne
|
400
|
-
twitter_handle:
|
401
|
-
go_to_twitter: Dodieties uz Twitter
|
402
|
-
conference_speakers:
|
403
|
-
index:
|
404
|
-
speakers: Runātāji
|
405
381
|
conferences:
|
406
382
|
partners:
|
407
383
|
collaborators: Partneri
|
408
384
|
main_promotors: Organizatori
|
409
385
|
show:
|
410
386
|
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
411
|
-
make_conference_registration: 'Reģistrējieties konferencē:'
|
412
387
|
register: Reģistrēties
|
413
388
|
content_blocks:
|
414
389
|
highlighted_conferences:
|
@@ -416,11 +391,6 @@ lv:
|
|
416
391
|
index:
|
417
392
|
title: Konferences
|
418
393
|
mailer:
|
419
|
-
conference_registration_mailer:
|
420
|
-
confirmation:
|
421
|
-
subject: Jūsu konferences reģistrācija ir apstiprināta
|
422
|
-
pending_validation:
|
423
|
-
subject: Jūsu konferences reģistrācija gaida apstiprinājumu
|
424
394
|
invite_join_conference_mailer:
|
425
395
|
invite:
|
426
396
|
subject: Ielūgums pievienoties konferencei
|
@@ -451,35 +421,17 @@ lv:
|
|
451
421
|
pages:
|
452
422
|
home:
|
453
423
|
highlighted_conferences:
|
454
|
-
|
455
|
-
photo:
|
456
|
-
image:
|
457
|
-
attributes:
|
458
|
-
alt: Mediju attēls
|
459
|
-
show:
|
460
|
-
close_modal: Aizvērt modal
|
461
|
-
photo: Attēls
|
462
|
-
photos_list:
|
463
|
-
show:
|
464
|
-
related_photos: Attēli
|
424
|
+
active_spaces: Aktīvās konferences
|
465
425
|
registration_types:
|
466
426
|
index:
|
467
427
|
choose_an_option: 'Izvēlieties savu reģistrācijas iespēju:'
|
468
|
-
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
469
428
|
register: Reģistrēties
|
470
429
|
title: Reģistrācijas veidi
|
471
|
-
shared:
|
472
|
-
conference_user_login:
|
473
|
-
already_account: Vai jums jau ir decidim konts?
|
474
|
-
new_user: Jauns lietotājs?
|
475
|
-
sign_in: Piesakieties, lai reģistrētos konferencei
|
476
|
-
sign_up: Izveidojiet decidim kontu, lai reģistrētos konferencei
|
477
430
|
show:
|
478
431
|
details: Sīkāka informācija
|
479
432
|
introduction: Ievads
|
480
433
|
objectives: Mērķi
|
481
434
|
related_assemblies: Saistītās asamblejas
|
482
|
-
related_consultations: Saistītās konsultācijas
|
483
435
|
related_participatory_processes: Saistītie līdzdalības procesi
|
484
436
|
events:
|
485
437
|
conferences:
|
@@ -512,10 +464,6 @@ lv:
|
|
512
464
|
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat konferencei "%{resource_title}". Jūs varat atsekot tai no iepriekšējās saites.
|
513
465
|
email_subject: Konference "%{resource_title}" tuvojas!
|
514
466
|
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> notiks pēc divām dienām.
|
515
|
-
log:
|
516
|
-
value_types:
|
517
|
-
conference_presenter:
|
518
|
-
not_found: 'Konference netika atrasta datubāzē (ID: %{id})'
|
519
467
|
media:
|
520
468
|
index:
|
521
469
|
description: Saites par šo konferenci
|
@@ -530,9 +478,6 @@ lv:
|
|
530
478
|
decidim:
|
531
479
|
conference_hero:
|
532
480
|
register: Reģistrēties
|
533
|
-
conference_widgets:
|
534
|
-
show:
|
535
|
-
take_part: Piedalīties
|
536
481
|
conferences:
|
537
482
|
conference:
|
538
483
|
more_info: Sīkāka informācija
|
@@ -544,11 +489,7 @@ lv:
|
|
544
489
|
zero: "%{count} konferences"
|
545
490
|
one: "%{count} konference"
|
546
491
|
other: "%{count} konferences"
|
547
|
-
promoted_conference:
|
548
|
-
more_info: Sīkāka informācija
|
549
|
-
take_part: Piedalīties
|
550
492
|
conferences_nav:
|
551
|
-
conference_menu_item: Informācija
|
552
493
|
conference_partners_menu_item: Partneri
|
553
494
|
conference_speaker_menu_item: Runātāji
|
554
495
|
media: Plašsaziņas līdzekļi
|
data/config/locales/nl.yml
CHANGED
@@ -6,7 +6,6 @@ nl:
|
|
6
6
|
assemblies_ids: Gerelateerde bijeenkomsten
|
7
7
|
available_slots: Beschikbare plaatsen
|
8
8
|
banner_image: Banner afbeelding
|
9
|
-
consultations_ids: Gerelateerde consultaties
|
10
9
|
copy_categories: Categorieën kopiëren
|
11
10
|
copy_components: Kopieer componenten
|
12
11
|
copy_features: Functies kopiëren
|
@@ -62,12 +61,6 @@ nl:
|
|
62
61
|
email: E-mail
|
63
62
|
name: Naam
|
64
63
|
role: Rol
|
65
|
-
errors:
|
66
|
-
models:
|
67
|
-
conference_registration_invite:
|
68
|
-
attributes:
|
69
|
-
email:
|
70
|
-
already_invited: Deze e-mail is al uitgenodigd
|
71
64
|
activerecord:
|
72
65
|
models:
|
73
66
|
decidim/conference:
|
@@ -83,7 +76,6 @@ nl:
|
|
83
76
|
admin:
|
84
77
|
actions:
|
85
78
|
confirm: Bevestigen
|
86
|
-
new_conference: Nieuwe conferentie
|
87
79
|
send_diplomas: Stuur certificaten van deelname
|
88
80
|
conference_copies:
|
89
81
|
new:
|
@@ -144,7 +136,6 @@ nl:
|
|
144
136
|
form:
|
145
137
|
title: Algemene informatie
|
146
138
|
index:
|
147
|
-
not_published: Niet gepubliceerd
|
148
139
|
published: Gepubliceerd
|
149
140
|
new:
|
150
141
|
create: Creëren
|
@@ -185,7 +176,6 @@ nl:
|
|
185
176
|
conference_invites: Uitnodigingen
|
186
177
|
conference_speakers: Sprekers
|
187
178
|
diploma: Certificaat van Deelname
|
188
|
-
info: Info
|
189
179
|
media_links: Mediakoppelingen
|
190
180
|
moderations: Moderaties
|
191
181
|
partners: Partners
|
@@ -196,7 +186,6 @@ nl:
|
|
196
186
|
conference:
|
197
187
|
fields:
|
198
188
|
created_at: Aangemaakt op
|
199
|
-
promoted: Gemarkeerd
|
200
189
|
published: Gepubliceerd
|
201
190
|
title: Titel
|
202
191
|
conference_speaker:
|
@@ -331,14 +320,14 @@ nl:
|
|
331
320
|
select_user: Selecteer gebruiker
|
332
321
|
index:
|
333
322
|
filter:
|
323
|
+
accepted: Aanvaard
|
334
324
|
all: Alle
|
325
|
+
rejected: Verworpen
|
335
326
|
sent: Verzonden
|
336
|
-
filter_by: Filteren op
|
337
327
|
invite_attendee: Nodig deelnemer uit
|
338
328
|
invites: Uitnodigingen
|
339
329
|
search: Zoeken
|
340
330
|
new:
|
341
|
-
explanation: De gebruiker wordt uitgenodigd om deel te nemen aan een conferentie. Als zijn/haar e-mailadres niet is geregistreerd, worden ze ook uitgenodigd voor de organisatie.
|
342
331
|
invite: Nodig uit
|
343
332
|
new_invite: Nodig deelnemer uit
|
344
333
|
conference_registrations:
|
@@ -390,18 +379,11 @@ nl:
|
|
390
379
|
cancel: Annuleer
|
391
380
|
confirm: Bevestigen
|
392
381
|
show:
|
393
|
-
free: Gratis
|
394
382
|
going: Ingeschreven
|
395
383
|
no_slots_available: Geen slots beschikbaar
|
396
384
|
registration: Inschrijving
|
397
385
|
conference_program:
|
398
|
-
program_meeting:
|
399
|
-
content: Inhoud
|
400
|
-
location: Locatie
|
401
|
-
speakers: Sprekers
|
402
|
-
streaming: Streaming
|
403
386
|
show:
|
404
|
-
day: Dag
|
405
387
|
program: Programma
|
406
388
|
conference_registration_mailer:
|
407
389
|
confirmation:
|
@@ -431,18 +413,12 @@ nl:
|
|
431
413
|
conference_speaker_cell:
|
432
414
|
personal_url:
|
433
415
|
personal_website: Persoonlijke website
|
434
|
-
twitter_handle:
|
435
|
-
go_to_twitter: Ga naar Twitter
|
436
|
-
conference_speakers:
|
437
|
-
index:
|
438
|
-
speakers: Sprekers
|
439
416
|
conferences:
|
440
417
|
partners:
|
441
418
|
collaborators: Partners
|
442
419
|
main_promotors: Organisatoren
|
443
420
|
show:
|
444
421
|
login_as: U bent ingelogd als %{name} <%{email}>
|
445
|
-
make_conference_registration: 'Maak uw registratie in de conferentie:'
|
446
422
|
register: Registreren
|
447
423
|
content_blocks:
|
448
424
|
highlighted_conferences:
|
@@ -450,11 +426,6 @@ nl:
|
|
450
426
|
index:
|
451
427
|
title: Conferenties
|
452
428
|
mailer:
|
453
|
-
conference_registration_mailer:
|
454
|
-
confirmation:
|
455
|
-
subject: De registratie van uw conferentie is bevestigd
|
456
|
-
pending_validation:
|
457
|
-
subject: De registratie van uw conferentie is in afwachting van bevestiging
|
458
429
|
invite_join_conference_mailer:
|
459
430
|
invite:
|
460
431
|
subject: Uitnodiging om deel te nemen aan een conferentie
|
@@ -485,37 +456,18 @@ nl:
|
|
485
456
|
pages:
|
486
457
|
home:
|
487
458
|
highlighted_conferences:
|
488
|
-
|
489
|
-
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
490
|
-
photo:
|
491
|
-
image:
|
492
|
-
attributes:
|
493
|
-
alt: Media afbeelding
|
494
|
-
show:
|
495
|
-
close_modal: Modal sluiten
|
496
|
-
photo: Beeld
|
497
|
-
photos_list:
|
498
|
-
show:
|
499
|
-
related_photos: Afbeeldingen
|
459
|
+
active_spaces: Actieve conferenties
|
500
460
|
registration_types:
|
501
461
|
index:
|
502
462
|
choose_an_option: 'Kies je registratieoptie:'
|
503
|
-
login_as: U bent ingelogd als %{name} <%{email}>
|
504
463
|
no_registrations: Geen inschrijvingen
|
505
464
|
register: Registreren
|
506
465
|
title: Registratie soorten
|
507
|
-
shared:
|
508
|
-
conference_user_login:
|
509
|
-
already_account: Heb je al een account bij decidim?
|
510
|
-
new_user: Nieuwe gebruiker?
|
511
|
-
sign_in: Meld u aan om u te registreren voor de conferentie
|
512
|
-
sign_up: Maak een account aan in decidim om u te registreren voor de conferentie
|
513
466
|
show:
|
514
467
|
details: Details
|
515
468
|
introduction: Inleiding
|
516
469
|
objectives: Doelen
|
517
470
|
related_assemblies: Gerelateerde bijeenkomsten
|
518
|
-
related_consultations: Gerelateerde consultaties
|
519
471
|
related_participatory_processes: Verwante participatieve processen
|
520
472
|
events:
|
521
473
|
conferences:
|
@@ -554,10 +506,6 @@ nl:
|
|
554
506
|
contextual: "<p>Een <strong>conferentie</strong> is een verzameling van bijeenkomsten georganiseerd in een programma, waarbij een aantal mensen is uitgenodigd als spreker. en andere informatievelden die typerend zijn voor grote congressen of sociale evenementen (registratie, lijst van organisaties die het evenement ondersteunen, sponsoren, etc.)</p> <p>Voorbeelden: een conferentie kan een relevante gebeurtenis zijn voor een organisatie en haar leden, of maakt deel uit van een participatief proces of volgt na een consultatie.</p>\n"
|
555
507
|
page: "<p>Een <strong>conferentie</strong> is een verzameling van bijeenkomsten georganiseerd in een programma, waarbij een aantal mensen is uitgenodigd als spreker. en andere informatievelden die typerend zijn voor grote congressen of sociale evenementen (registratie, lijst van organisaties die het evenement ondersteunen, sponsoren, etc.)</p> <p>Voorbeelden: een conferentie kan een relevante gebeurtenis zijn voor een organisatie en haar leden, of maakt deel uit van een participatief proces of volgt na een consultatie.</p>\n"
|
556
508
|
title: Wat zijn conferenties?
|
557
|
-
log:
|
558
|
-
value_types:
|
559
|
-
conference_presenter:
|
560
|
-
not_found: 'De conferentie is niet gevonden in de database (ID: %{id})'
|
561
509
|
media:
|
562
510
|
index:
|
563
511
|
description: Links over deze conferentie
|
@@ -574,9 +522,6 @@ nl:
|
|
574
522
|
decidim:
|
575
523
|
conference_hero:
|
576
524
|
register: Registreren
|
577
|
-
conference_widgets:
|
578
|
-
show:
|
579
|
-
take_part: Deelnemen
|
580
525
|
conferences:
|
581
526
|
conference:
|
582
527
|
more_info: Meer informatie
|
@@ -587,11 +532,7 @@ nl:
|
|
587
532
|
conferences:
|
588
533
|
one: "%{count} conferentie"
|
589
534
|
other: "%{count} conferenties"
|
590
|
-
promoted_conference:
|
591
|
-
more_info: Meer informatie
|
592
|
-
take_part: Deelnemen
|
593
535
|
conferences_nav:
|
594
|
-
conference_menu_item: Informatie
|
595
536
|
conference_partners_menu_item: Partners
|
596
537
|
conference_speaker_menu_item: Sprekers
|
597
538
|
media: Media
|