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/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
|
@@ -29,19 +28,23 @@ lt:
|
|
29
28
|
show_statistics: Rodyti statistiką
|
30
29
|
sign_date: Pasirašymo data
|
31
30
|
signature: Parašas
|
31
|
+
signature_name: Parašo pavadinimas
|
32
32
|
slogan: Šūkis
|
33
33
|
slug: URL priedas
|
34
34
|
start_date: Pradžios data
|
35
35
|
title: Pavadinimas
|
36
|
+
weight: Vieta eilėje
|
36
37
|
conference_media_link:
|
37
38
|
date: Data
|
38
39
|
link: Nuoroda
|
39
40
|
title: Pavadinimas
|
41
|
+
weight: Vieta eilėje
|
40
42
|
conference_partner:
|
41
43
|
link: Nuoroda
|
42
44
|
logo: Logotipas
|
43
45
|
name: Vardas
|
44
46
|
partner_type: Partnerio tipas
|
47
|
+
weight: Vieta eilėje
|
45
48
|
conference_registration_invite:
|
46
49
|
email: El. paštas
|
47
50
|
name: Vardas
|
@@ -51,6 +54,7 @@ lt:
|
|
51
54
|
description: Aprašymas
|
52
55
|
price: Kaina
|
53
56
|
title: Pavadinimas
|
57
|
+
weight: Vieta eilėje
|
54
58
|
conference_speaker:
|
55
59
|
affiliation: Organizacija
|
56
60
|
avatar: Avataras
|
@@ -59,7 +63,6 @@ lt:
|
|
59
63
|
personal_url: Asmeninis URL
|
60
64
|
position: Pozicija
|
61
65
|
short_bio: Trumpas gyvenimo aprašymas
|
62
|
-
twitter_handle: Twitter tvarkyklė
|
63
66
|
user_id: Naudotojas
|
64
67
|
conference_user_role:
|
65
68
|
email: El. paštas
|
@@ -70,7 +73,7 @@ lt:
|
|
70
73
|
conference_registration_invite:
|
71
74
|
attributes:
|
72
75
|
email:
|
73
|
-
already_invited: Šio el. laiško adresatas jau buvo pakviestas
|
76
|
+
already_invited: Šio el. laiško adresatas jau buvo pakviestas.
|
74
77
|
activerecord:
|
75
78
|
models:
|
76
79
|
decidim/conference:
|
@@ -92,7 +95,6 @@ lt:
|
|
92
95
|
admin:
|
93
96
|
actions:
|
94
97
|
confirm: Patvirtinti
|
95
|
-
new_conference: Nauja Konferencija
|
96
98
|
send_diplomas: Siųsti dalyvavimo konferencijoje pažymėjimus
|
97
99
|
conference_copies:
|
98
100
|
new:
|
@@ -136,6 +138,8 @@ lt:
|
|
136
138
|
edit:
|
137
139
|
title: Atnaujinti konferencijos administratorių.
|
138
140
|
update: Atnaujinti
|
141
|
+
index:
|
142
|
+
conference_admins_title: Konferencijos administratoriai
|
139
143
|
new:
|
140
144
|
create: Sukurti
|
141
145
|
title: Naujas konferencijos administratorius.
|
@@ -153,7 +157,6 @@ lt:
|
|
153
157
|
form:
|
154
158
|
title: Bendroji informacija
|
155
159
|
index:
|
156
|
-
not_published: Nepublikuota
|
157
160
|
published: Publikuota
|
158
161
|
new:
|
159
162
|
create: Sukurti
|
@@ -194,7 +197,6 @@ lt:
|
|
194
197
|
conference_invites: Pakvietimai
|
195
198
|
conference_speakers: Pranešėjai
|
196
199
|
diploma: Dalyvavimo konferencijoje pažymėjimas
|
197
|
-
info: Informacija
|
198
200
|
media_links: Multimedijos Nuorodos
|
199
201
|
moderations: Moderavimai
|
200
202
|
partners: Partneriai
|
@@ -205,7 +207,6 @@ lt:
|
|
205
207
|
conference:
|
206
208
|
fields:
|
207
209
|
created_at: Sukurta
|
208
|
-
promoted: Paryškinta
|
209
210
|
published: Publikuota
|
210
211
|
title: Pavadinimas
|
211
212
|
conference_speaker:
|
@@ -313,6 +314,7 @@ lt:
|
|
313
314
|
update: "%{user_name} atnaujino partnerį %{resource_name} %{space_name} konferencijoje"
|
314
315
|
registration_type:
|
315
316
|
create: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
317
|
+
delete: "%{user_name} pašalino %{resource_name} registracijos tipą iš %{space_name} konferencijos"
|
316
318
|
publish: "%{user_name} sukūrė %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
317
319
|
unpublish: "%{user_name} išėmė %{resource_name} registracijos tipą iš %{space_name} konferencijos"
|
318
320
|
update: "%{user_name} atnaujino %{resource_name} registracijos tipą %{space_name} konferencijoje"
|
@@ -328,9 +330,6 @@ lt:
|
|
328
330
|
title: Pranešėjai
|
329
331
|
conferences:
|
330
332
|
admin:
|
331
|
-
conference_copies:
|
332
|
-
form:
|
333
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
334
333
|
conference_invites:
|
335
334
|
create:
|
336
335
|
error: Kviečiant dalyvį dalyvauti šioje konferencijoje iškilo problema.
|
@@ -347,7 +346,6 @@ lt:
|
|
347
346
|
all: Visi
|
348
347
|
rejected: Atmestas
|
349
348
|
sent: Išsiųstas
|
350
|
-
filter_by: Filtruoti pagal
|
351
349
|
invite_attendee: Kviesti dalyvį
|
352
350
|
invites: Pakvietimai
|
353
351
|
search: Ieškoti
|
@@ -374,7 +372,6 @@ lt:
|
|
374
372
|
few: Yra %{count} registracijų.
|
375
373
|
many: Yra %{count} registracijų.
|
376
374
|
other: Yra %{count} registracijų.
|
377
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
378
375
|
diplomas:
|
379
376
|
edit:
|
380
377
|
save: Išsaugoti
|
@@ -383,6 +380,7 @@ lt:
|
|
383
380
|
invite:
|
384
381
|
decline: Atmesti kvietimą į „%{conference_title}“
|
385
382
|
invited_existing_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamas nuorodas."
|
383
|
+
invited_user_to_join_a_conference: "%{invited_by} jus pakvietė dalyvauti konferencijoje %{application}. Kvietimą galite atmesti arba priimti spustelėję toliau pateikiamą nuorodą."
|
386
384
|
registration: Registracija į „%{conference_title}“
|
387
385
|
partners:
|
388
386
|
index:
|
@@ -407,18 +405,11 @@ lt:
|
|
407
405
|
cancel: Atšaukti
|
408
406
|
confirm: Patvirtinti
|
409
407
|
show:
|
410
|
-
free: Nemokama
|
411
408
|
going: Dalyvauja
|
412
409
|
no_slots_available: Nebėra vietų
|
413
410
|
registration: Registracija
|
414
411
|
conference_program:
|
415
|
-
program_meeting:
|
416
|
-
content: Turinys
|
417
|
-
location: Vieta
|
418
|
-
speakers: Pranešėjai
|
419
|
-
streaming: Transliuoti
|
420
412
|
show:
|
421
|
-
day: Diena
|
422
413
|
program: Programa
|
423
414
|
conference_registration_mailer:
|
424
415
|
confirmation:
|
@@ -440,7 +431,6 @@ lt:
|
|
440
431
|
invalid: Paliekant šią konferenciją iškilo problema.
|
441
432
|
success: Jūs sėkmingai palikote konferenciją.
|
442
433
|
conference_speaker:
|
443
|
-
go_to_twitter: Eiti į Twitter
|
444
434
|
more_info: daugiau informacijos
|
445
435
|
personal_website: Asmeninė interneto svetainė
|
446
436
|
show:
|
@@ -449,18 +439,20 @@ lt:
|
|
449
439
|
conference_speaker_cell:
|
450
440
|
personal_url:
|
451
441
|
personal_website: Asmeninė interneto svetainė
|
452
|
-
twitter_handle:
|
453
|
-
go_to_twitter: Eiti į Twitter
|
454
442
|
conference_speakers:
|
455
443
|
index:
|
456
|
-
speakers:
|
444
|
+
speakers:
|
445
|
+
one: Kalbėtoja(-s)
|
446
|
+
few: Kalbėtojai
|
447
|
+
many: Kalbėtojai
|
448
|
+
other: Kalbėtojai
|
457
449
|
conferences:
|
458
450
|
partners:
|
459
451
|
collaborators: Partneriai
|
460
452
|
main_promotors: Organizatoriai
|
461
453
|
show:
|
462
454
|
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
463
|
-
make_conference_registration:
|
455
|
+
make_conference_registration: Registruokitės į konferenciją
|
464
456
|
register: Registruotis
|
465
457
|
content_blocks:
|
466
458
|
highlighted_conferences:
|
@@ -470,9 +462,9 @@ lt:
|
|
470
462
|
mailer:
|
471
463
|
conference_registration_mailer:
|
472
464
|
confirmation:
|
473
|
-
subject: Jūsų registracija į konferenciją buvo patvirtinta
|
465
|
+
subject: Jūsų registracija į konferenciją buvo patvirtinta.
|
474
466
|
pending_validation:
|
475
|
-
subject: Jūsų registracija į konferenciją
|
467
|
+
subject: Jūsų registracija į konferenciją laukia patvirtinimo.
|
476
468
|
invite_join_conference_mailer:
|
477
469
|
invite:
|
478
470
|
subject: Kvietimas dalyvauti konferencijoje
|
@@ -503,37 +495,19 @@ lt:
|
|
503
495
|
pages:
|
504
496
|
home:
|
505
497
|
highlighted_conferences:
|
506
|
-
|
507
|
-
|
508
|
-
photo:
|
509
|
-
image:
|
510
|
-
attributes:
|
511
|
-
alt: Nuotrauka multimedijos formatu
|
512
|
-
show:
|
513
|
-
close_modal: Uždaryti modalinį langą
|
514
|
-
photo: Paveikslėlis
|
515
|
-
photos_list:
|
516
|
-
show:
|
517
|
-
related_photos: Paveikslėliai
|
498
|
+
active_spaces: Aktyvios konferencijos
|
499
|
+
see_all_spaces: Žiūrėti visas konferencijas
|
518
500
|
registration_types:
|
519
501
|
index:
|
520
502
|
choose_an_option: 'Pasirinkite registracijos būdą:'
|
521
|
-
login_as: Jūs prisijungėte kaip %{name} <%{email}>
|
522
503
|
no_registrations: Nėra registracijų
|
523
504
|
register: Registruotis
|
524
505
|
title: Registracijos tipai
|
525
|
-
shared:
|
526
|
-
conference_user_login:
|
527
|
-
already_account: Ar jau turite paskyrą „Decidim“ puslapyje?
|
528
|
-
new_user: Naujas naudotojas?
|
529
|
-
sign_in: Prisijunkite, kad galėtumėte užsiregistruoti į konferenciją
|
530
|
-
sign_up: Susikurkite paskyrą „Decidim“ puslapyje, kad galėtumėte užsiregistruoti į konferenciją
|
531
506
|
show:
|
532
507
|
details: Išsamiau
|
533
508
|
introduction: Įžanga
|
534
509
|
objectives: Tikslai
|
535
510
|
related_assemblies: Susijusios asamblėjos
|
536
|
-
related_consultations: Susijusios Konsultacijos
|
537
511
|
related_participatory_processes: Susiję dalyvaujamieji procesai
|
538
512
|
events:
|
539
513
|
conferences:
|
@@ -575,7 +549,7 @@ lt:
|
|
575
549
|
log:
|
576
550
|
value_types:
|
577
551
|
conference_presenter:
|
578
|
-
not_found: 'Konferencija duomenų bazėje nerasta (ID: %{id})'
|
552
|
+
not_found: 'Konferencija duomenų bazėje nerasta (ID: %{id}).'
|
579
553
|
media:
|
580
554
|
index:
|
581
555
|
description: Nuorodos apie šią konferenciją
|
@@ -592,9 +566,6 @@ lt:
|
|
592
566
|
decidim:
|
593
567
|
conference_hero:
|
594
568
|
register: Registruotis
|
595
|
-
conference_widgets:
|
596
|
-
show:
|
597
|
-
take_part: Dalyvaukite
|
598
569
|
conferences:
|
599
570
|
conference:
|
600
571
|
more_info: Daugiau informacijos
|
@@ -607,11 +578,7 @@ lt:
|
|
607
578
|
few: "%{count} konferencijos"
|
608
579
|
many: "%{count} konferencijos"
|
609
580
|
other: "%{count} konferencijos"
|
610
|
-
promoted_conference:
|
611
|
-
more_info: Daugiau informacijos
|
612
|
-
take_part: Dalyvaukite
|
613
581
|
conferences_nav:
|
614
|
-
conference_menu_item: Informacija
|
615
582
|
conference_partners_menu_item: Partneriai
|
616
583
|
conference_speaker_menu_item: Pranešėjai
|
617
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:
|
@@ -284,9 +273,6 @@ lv:
|
|
284
273
|
title: Runātāji
|
285
274
|
conferences:
|
286
275
|
admin:
|
287
|
-
conference_copies:
|
288
|
-
form:
|
289
|
-
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
290
276
|
conference_invites:
|
291
277
|
create:
|
292
278
|
error: Uzaicinot dalībnieku pievienoties konferencei, radās problēma.
|
@@ -303,12 +289,10 @@ lv:
|
|
303
289
|
all: Visi
|
304
290
|
rejected: Noraidīts
|
305
291
|
sent: Nosūtīts
|
306
|
-
filter_by: Filtrēt pēc
|
307
292
|
invite_attendee: Uzaicināt dalībnieku
|
308
293
|
invites: Ielūgumi
|
309
294
|
search: Meklēt
|
310
295
|
new:
|
311
|
-
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.
|
312
296
|
invite: Uzaicināt
|
313
297
|
new_invite: Uzaicināt dalībnieku
|
314
298
|
conference_registrations:
|
@@ -329,7 +313,6 @@ lv:
|
|
329
313
|
zero: Ir notikušas %{count} reģistrācijas.
|
330
314
|
one: Ir notikusi viena reģistrācija.
|
331
315
|
other: Ir notikušas %{count} reģistrācijas.
|
332
|
-
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konferenci. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
333
316
|
diplomas:
|
334
317
|
edit:
|
335
318
|
save: Saglabāt
|
@@ -362,17 +345,11 @@ lv:
|
|
362
345
|
cancel: Atcelt
|
363
346
|
confirm: Apstiprināt
|
364
347
|
show:
|
365
|
-
free: Bez maksas
|
366
348
|
going: Apmeklē
|
367
349
|
no_slots_available: Nav pieejama laika runāšanai
|
368
350
|
registration: Reģistrācija
|
369
351
|
conference_program:
|
370
|
-
program_meeting:
|
371
|
-
content: Saturs
|
372
|
-
speakers: Runātāji
|
373
|
-
streaming: Straumēšana
|
374
352
|
show:
|
375
|
-
day: Diena
|
376
353
|
program: Programma
|
377
354
|
conference_registration_mailer:
|
378
355
|
confirmation:
|
@@ -394,7 +371,6 @@ lv:
|
|
394
371
|
invalid: Pametot šo konferenci, radās problēma.
|
395
372
|
success: Jūs esat veiksmīgi pametis konferenci.
|
396
373
|
conference_speaker:
|
397
|
-
go_to_twitter: Dodieties uz Twitter
|
398
374
|
more_info: sīkāka informācija
|
399
375
|
personal_website: Personīgā tīmekļvietne
|
400
376
|
show:
|
@@ -402,18 +378,12 @@ lv:
|
|
402
378
|
conference_speaker_cell:
|
403
379
|
personal_url:
|
404
380
|
personal_website: Personīgā tīmekļvietne
|
405
|
-
twitter_handle:
|
406
|
-
go_to_twitter: Dodieties uz Twitter
|
407
|
-
conference_speakers:
|
408
|
-
index:
|
409
|
-
speakers: Runātāji
|
410
381
|
conferences:
|
411
382
|
partners:
|
412
383
|
collaborators: Partneri
|
413
384
|
main_promotors: Organizatori
|
414
385
|
show:
|
415
386
|
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
416
|
-
make_conference_registration: 'Reģistrējieties konferencē:'
|
417
387
|
register: Reģistrēties
|
418
388
|
content_blocks:
|
419
389
|
highlighted_conferences:
|
@@ -421,11 +391,6 @@ lv:
|
|
421
391
|
index:
|
422
392
|
title: Konferences
|
423
393
|
mailer:
|
424
|
-
conference_registration_mailer:
|
425
|
-
confirmation:
|
426
|
-
subject: Jūsu konferences reģistrācija ir apstiprināta
|
427
|
-
pending_validation:
|
428
|
-
subject: Jūsu konferences reģistrācija gaida apstiprinājumu
|
429
394
|
invite_join_conference_mailer:
|
430
395
|
invite:
|
431
396
|
subject: Ielūgums pievienoties konferencei
|
@@ -456,35 +421,17 @@ lv:
|
|
456
421
|
pages:
|
457
422
|
home:
|
458
423
|
highlighted_conferences:
|
459
|
-
|
460
|
-
photo:
|
461
|
-
image:
|
462
|
-
attributes:
|
463
|
-
alt: Mediju attēls
|
464
|
-
show:
|
465
|
-
close_modal: Aizvērt modal
|
466
|
-
photo: Attēls
|
467
|
-
photos_list:
|
468
|
-
show:
|
469
|
-
related_photos: Attēli
|
424
|
+
active_spaces: Aktīvās konferences
|
470
425
|
registration_types:
|
471
426
|
index:
|
472
427
|
choose_an_option: 'Izvēlieties savu reģistrācijas iespēju:'
|
473
|
-
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
474
428
|
register: Reģistrēties
|
475
429
|
title: Reģistrācijas veidi
|
476
|
-
shared:
|
477
|
-
conference_user_login:
|
478
|
-
already_account: Vai jums jau ir decidim konts?
|
479
|
-
new_user: Jauns lietotājs?
|
480
|
-
sign_in: Piesakieties, lai reģistrētos konferencei
|
481
|
-
sign_up: Izveidojiet decidim kontu, lai reģistrētos konferencei
|
482
430
|
show:
|
483
431
|
details: Sīkāka informācija
|
484
432
|
introduction: Ievads
|
485
433
|
objectives: Mērķi
|
486
434
|
related_assemblies: Saistītās asamblejas
|
487
|
-
related_consultations: Saistītās konsultācijas
|
488
435
|
related_participatory_processes: Saistītie līdzdalības procesi
|
489
436
|
events:
|
490
437
|
conferences:
|
@@ -517,10 +464,6 @@ lv:
|
|
517
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.
|
518
465
|
email_subject: Konference "%{resource_title}" tuvojas!
|
519
466
|
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> notiks pēc divām dienām.
|
520
|
-
log:
|
521
|
-
value_types:
|
522
|
-
conference_presenter:
|
523
|
-
not_found: 'Konference netika atrasta datubāzē (ID: %{id})'
|
524
467
|
media:
|
525
468
|
index:
|
526
469
|
description: Saites par šo konferenci
|
@@ -535,9 +478,6 @@ lv:
|
|
535
478
|
decidim:
|
536
479
|
conference_hero:
|
537
480
|
register: Reģistrēties
|
538
|
-
conference_widgets:
|
539
|
-
show:
|
540
|
-
take_part: Piedalīties
|
541
481
|
conferences:
|
542
482
|
conference:
|
543
483
|
more_info: Sīkāka informācija
|
@@ -549,11 +489,7 @@ lv:
|
|
549
489
|
zero: "%{count} konferences"
|
550
490
|
one: "%{count} konference"
|
551
491
|
other: "%{count} konferences"
|
552
|
-
promoted_conference:
|
553
|
-
more_info: Sīkāka informācija
|
554
|
-
take_part: Piedalīties
|
555
492
|
conferences_nav:
|
556
|
-
conference_menu_item: Informācija
|
557
493
|
conference_partners_menu_item: Partneri
|
558
494
|
conference_speaker_menu_item: Runātāji
|
559
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
|
@@ -57,18 +56,11 @@ nl:
|
|
57
56
|
conference_meeting_ids: Gerelateerde vergaderingen
|
58
57
|
full_name: Voor-en achternaam
|
59
58
|
position: Positie
|
60
|
-
twitter_handle: Twitter-account
|
61
59
|
user_id: Gebruiker
|
62
60
|
conference_user_role:
|
63
61
|
email: E-mail
|
64
62
|
name: Naam
|
65
63
|
role: Rol
|
66
|
-
errors:
|
67
|
-
models:
|
68
|
-
conference_registration_invite:
|
69
|
-
attributes:
|
70
|
-
email:
|
71
|
-
already_invited: Deze e-mail is al uitgenodigd
|
72
64
|
activerecord:
|
73
65
|
models:
|
74
66
|
decidim/conference:
|
@@ -84,7 +76,6 @@ nl:
|
|
84
76
|
admin:
|
85
77
|
actions:
|
86
78
|
confirm: Bevestigen
|
87
|
-
new_conference: Nieuwe conferentie
|
88
79
|
send_diplomas: Stuur certificaten van deelname
|
89
80
|
conference_copies:
|
90
81
|
new:
|
@@ -145,7 +136,6 @@ nl:
|
|
145
136
|
form:
|
146
137
|
title: Algemene informatie
|
147
138
|
index:
|
148
|
-
not_published: Niet gepubliceerd
|
149
139
|
published: Gepubliceerd
|
150
140
|
new:
|
151
141
|
create: Creëren
|
@@ -186,7 +176,6 @@ nl:
|
|
186
176
|
conference_invites: Uitnodigingen
|
187
177
|
conference_speakers: Sprekers
|
188
178
|
diploma: Certificaat van Deelname
|
189
|
-
info: Info
|
190
179
|
media_links: Mediakoppelingen
|
191
180
|
moderations: Moderaties
|
192
181
|
partners: Partners
|
@@ -197,7 +186,6 @@ nl:
|
|
197
186
|
conference:
|
198
187
|
fields:
|
199
188
|
created_at: Aangemaakt op
|
200
|
-
promoted: Gemarkeerd
|
201
189
|
published: Gepubliceerd
|
202
190
|
title: Titel
|
203
191
|
conference_speaker:
|
@@ -320,9 +308,6 @@ nl:
|
|
320
308
|
title: Sprekers
|
321
309
|
conferences:
|
322
310
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
326
311
|
conference_invites:
|
327
312
|
create:
|
328
313
|
error: Er is een probleem opgetreden tijdens het uitnodigen van de gebruiker om deel te nemen aan de conferentie.
|
@@ -339,12 +324,10 @@ nl:
|
|
339
324
|
all: Alle
|
340
325
|
rejected: Verworpen
|
341
326
|
sent: Verzonden
|
342
|
-
filter_by: Filteren op
|
343
327
|
invite_attendee: Nodig deelnemer uit
|
344
328
|
invites: Uitnodigingen
|
345
329
|
search: Zoeken
|
346
330
|
new:
|
347
|
-
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.
|
348
331
|
invite: Nodig uit
|
349
332
|
new_invite: Nodig deelnemer uit
|
350
333
|
conference_registrations:
|
@@ -364,7 +347,6 @@ nl:
|
|
364
347
|
registrations_count:
|
365
348
|
one: Er is 1 registratie geweest.
|
366
349
|
other: Er zijn %{count} registraties geweest.
|
367
|
-
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
368
350
|
diplomas:
|
369
351
|
edit:
|
370
352
|
save: Opslaan
|
@@ -397,18 +379,11 @@ nl:
|
|
397
379
|
cancel: Annuleer
|
398
380
|
confirm: Bevestigen
|
399
381
|
show:
|
400
|
-
free: Gratis
|
401
382
|
going: Ingeschreven
|
402
383
|
no_slots_available: Geen slots beschikbaar
|
403
384
|
registration: Inschrijving
|
404
385
|
conference_program:
|
405
|
-
program_meeting:
|
406
|
-
content: Inhoud
|
407
|
-
location: Locatie
|
408
|
-
speakers: Sprekers
|
409
|
-
streaming: Streaming
|
410
386
|
show:
|
411
|
-
day: Dag
|
412
387
|
program: Programma
|
413
388
|
conference_registration_mailer:
|
414
389
|
confirmation:
|
@@ -430,7 +405,6 @@ nl:
|
|
430
405
|
invalid: Er is een probleem met het verlaten van deze conferentie.
|
431
406
|
success: U hebt de conferentie met succes verlaten.
|
432
407
|
conference_speaker:
|
433
|
-
go_to_twitter: Ga naar Twitter
|
434
408
|
more_info: meer informatie
|
435
409
|
personal_website: Persoonlijke website
|
436
410
|
show:
|
@@ -439,18 +413,12 @@ nl:
|
|
439
413
|
conference_speaker_cell:
|
440
414
|
personal_url:
|
441
415
|
personal_website: Persoonlijke website
|
442
|
-
twitter_handle:
|
443
|
-
go_to_twitter: Ga naar Twitter
|
444
|
-
conference_speakers:
|
445
|
-
index:
|
446
|
-
speakers: Sprekers
|
447
416
|
conferences:
|
448
417
|
partners:
|
449
418
|
collaborators: Partners
|
450
419
|
main_promotors: Organisatoren
|
451
420
|
show:
|
452
421
|
login_as: U bent ingelogd als %{name} <%{email}>
|
453
|
-
make_conference_registration: 'Maak uw registratie in de conferentie:'
|
454
422
|
register: Registreren
|
455
423
|
content_blocks:
|
456
424
|
highlighted_conferences:
|
@@ -458,11 +426,6 @@ nl:
|
|
458
426
|
index:
|
459
427
|
title: Conferenties
|
460
428
|
mailer:
|
461
|
-
conference_registration_mailer:
|
462
|
-
confirmation:
|
463
|
-
subject: De registratie van uw conferentie is bevestigd
|
464
|
-
pending_validation:
|
465
|
-
subject: De registratie van uw conferentie is in afwachting van bevestiging
|
466
429
|
invite_join_conference_mailer:
|
467
430
|
invite:
|
468
431
|
subject: Uitnodiging om deel te nemen aan een conferentie
|
@@ -493,37 +456,18 @@ nl:
|
|
493
456
|
pages:
|
494
457
|
home:
|
495
458
|
highlighted_conferences:
|
496
|
-
|
497
|
-
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
498
|
-
photo:
|
499
|
-
image:
|
500
|
-
attributes:
|
501
|
-
alt: Media afbeelding
|
502
|
-
show:
|
503
|
-
close_modal: Modal sluiten
|
504
|
-
photo: Beeld
|
505
|
-
photos_list:
|
506
|
-
show:
|
507
|
-
related_photos: Afbeeldingen
|
459
|
+
active_spaces: Actieve conferenties
|
508
460
|
registration_types:
|
509
461
|
index:
|
510
462
|
choose_an_option: 'Kies je registratieoptie:'
|
511
|
-
login_as: U bent ingelogd als %{name} <%{email}>
|
512
463
|
no_registrations: Geen inschrijvingen
|
513
464
|
register: Registreren
|
514
465
|
title: Registratie soorten
|
515
|
-
shared:
|
516
|
-
conference_user_login:
|
517
|
-
already_account: Heb je al een account bij decidim?
|
518
|
-
new_user: Nieuwe gebruiker?
|
519
|
-
sign_in: Meld u aan om u te registreren voor de conferentie
|
520
|
-
sign_up: Maak een account aan in decidim om u te registreren voor de conferentie
|
521
466
|
show:
|
522
467
|
details: Details
|
523
468
|
introduction: Inleiding
|
524
469
|
objectives: Doelen
|
525
470
|
related_assemblies: Gerelateerde bijeenkomsten
|
526
|
-
related_consultations: Gerelateerde consultaties
|
527
471
|
related_participatory_processes: Verwante participatieve processen
|
528
472
|
events:
|
529
473
|
conferences:
|
@@ -562,10 +506,6 @@ nl:
|
|
562
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"
|
563
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"
|
564
508
|
title: Wat zijn conferenties?
|
565
|
-
log:
|
566
|
-
value_types:
|
567
|
-
conference_presenter:
|
568
|
-
not_found: 'De conferentie is niet gevonden in de database (ID: %{id})'
|
569
509
|
media:
|
570
510
|
index:
|
571
511
|
description: Links over deze conferentie
|
@@ -582,9 +522,6 @@ nl:
|
|
582
522
|
decidim:
|
583
523
|
conference_hero:
|
584
524
|
register: Registreren
|
585
|
-
conference_widgets:
|
586
|
-
show:
|
587
|
-
take_part: Deelnemen
|
588
525
|
conferences:
|
589
526
|
conference:
|
590
527
|
more_info: Meer informatie
|
@@ -595,11 +532,7 @@ nl:
|
|
595
532
|
conferences:
|
596
533
|
one: "%{count} conferentie"
|
597
534
|
other: "%{count} conferenties"
|
598
|
-
promoted_conference:
|
599
|
-
more_info: Meer informatie
|
600
|
-
take_part: Deelnemen
|
601
535
|
conferences_nav:
|
602
|
-
conference_menu_item: Informatie
|
603
536
|
conference_partners_menu_item: Partners
|
604
537
|
conference_speaker_menu_item: Sprekers
|
605
538
|
media: Media
|