decidim-conferences 0.27.6 → 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 +4 -14
- 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 -13
- 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 -13
- 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 -64
- data/config/locales/bg.yml +0 -85
- data/config/locales/ca.yml +34 -54
- 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 +32 -52
- 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 -53
- data/config/locales/id-ID.yml +3 -57
- data/config/locales/it.yml +4 -62
- data/config/locales/ja.yml +33 -54
- data/config/locales/lb.yml +1 -55
- data/config/locales/lt.yml +14 -52
- data/config/locales/lv.yml +1 -61
- data/config/locales/nl.yml +3 -62
- data/config/locales/no.yml +1 -62
- data/config/locales/pl.yml +1 -79
- data/config/locales/pt-BR.yml +1 -72
- data/config/locales/pt.yml +2 -63
- data/config/locales/ro-RO.yml +13 -50
- data/config/locales/sk.yml +1 -61
- data/config/locales/sl.yml +0 -2
- data/config/locales/sr-CS.yml +0 -9
- data/config/locales/sv.yml +7 -62
- data/config/locales/tr-TR.yml +13 -62
- 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 +37 -73
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +48 -52
- 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 -38
- 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 -33
- 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/locales/he-IL.yml +0 -1
- 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/decidim-conferences.gemspec +0 -33
data/config/locales/lb.yml
CHANGED
@@ -6,7 +6,6 @@ lb:
|
|
6
6
|
assemblies_ids: Ähnliche Assemblies
|
7
7
|
available_slots: Verfügbare Plätze
|
8
8
|
banner_image: Banner-Bild
|
9
|
-
consultations_ids: Verwandte Konsultationen
|
10
9
|
copy_categories: Kategorien kopieren
|
11
10
|
copy_components: Kopieren Sie Komponenten
|
12
11
|
copy_features: Funktionen kopieren
|
@@ -73,7 +72,6 @@ lb:
|
|
73
72
|
form:
|
74
73
|
title: Allgemeine Information
|
75
74
|
index:
|
76
|
-
not_published: Nicht veröffentlicht
|
77
75
|
published: Veröffentlicht
|
78
76
|
new:
|
79
77
|
create: Erstellen
|
@@ -114,7 +112,6 @@ lb:
|
|
114
112
|
conference_invites: Lädt ein
|
115
113
|
conference_speakers: Lautsprecher
|
116
114
|
diploma: Teilnahmebestätigung
|
117
|
-
info: Info
|
118
115
|
media_links: Medienlinks
|
119
116
|
moderations: Moderationen
|
120
117
|
partners: Partner
|
@@ -125,7 +122,6 @@ lb:
|
|
125
122
|
conference:
|
126
123
|
fields:
|
127
124
|
created_at: Hergestellt in
|
128
|
-
promoted: Gefördert
|
129
125
|
conference_speaker:
|
130
126
|
fields:
|
131
127
|
position: Positioun
|
@@ -260,12 +256,10 @@ lb:
|
|
260
256
|
all: Alle
|
261
257
|
rejected: Abgelehnt
|
262
258
|
sent: Geschickt
|
263
|
-
filter_by: Filtern nach
|
264
259
|
invite_attendee: Teilnehmer einladen
|
265
260
|
invites: Lädt ein
|
266
261
|
search: Suche
|
267
262
|
new:
|
268
|
-
explanation: Der Benutzer wird eingeladen, an einer Konferenz teilzunehmen. Wenn die E-Mail nicht registriert ist, werden sie ebenfalls zur Organisation eingeladen.
|
269
263
|
invite: Einladen
|
270
264
|
new_invite: Nutzer einladen
|
271
265
|
conference_registrations:
|
@@ -317,18 +311,11 @@ lb:
|
|
317
311
|
cancel: Stornieren
|
318
312
|
confirm: Bestätigen
|
319
313
|
show:
|
320
|
-
free: Kostenlos
|
321
314
|
going: Gehen
|
322
315
|
no_slots_available: Keine Steckplätze verfügbar
|
323
316
|
registration: Anmeldung
|
324
317
|
conference_program:
|
325
|
-
program_meeting:
|
326
|
-
content: Inhalt
|
327
|
-
location: Standort
|
328
|
-
speakers: Lautsprecher
|
329
|
-
streaming: Streaming
|
330
318
|
show:
|
331
|
-
day: Tag
|
332
319
|
program: Programm
|
333
320
|
conference_registration_mailer:
|
334
321
|
confirmation:
|
@@ -358,18 +345,12 @@ lb:
|
|
358
345
|
conference_speaker_cell:
|
359
346
|
personal_url:
|
360
347
|
personal_website: Persönliche Webseite
|
361
|
-
twitter_handle:
|
362
|
-
go_to_twitter: Gehe zu Twitter
|
363
|
-
conference_speakers:
|
364
|
-
index:
|
365
|
-
speakers: Lautsprecher
|
366
348
|
conferences:
|
367
349
|
partners:
|
368
350
|
collaborators: Partner
|
369
351
|
main_promotors: Organisatoren
|
370
352
|
show:
|
371
353
|
login_as: Sie sind als %{name} <%{email}> angemeldet
|
372
|
-
make_conference_registration: 'Machen Sie Ihre Registrierung in der Konferenz:'
|
373
354
|
register: Registrieren
|
374
355
|
content_blocks:
|
375
356
|
highlighted_conferences:
|
@@ -377,11 +358,6 @@ lb:
|
|
377
358
|
index:
|
378
359
|
title: Konferenzen
|
379
360
|
mailer:
|
380
|
-
conference_registration_mailer:
|
381
|
-
confirmation:
|
382
|
-
subject: Die Registrierung Ihrer Konferenz wurde bestätigt
|
383
|
-
pending_validation:
|
384
|
-
subject: Ihre Anmeldung zur Konferenz steht noch aus
|
385
361
|
invite_join_conference_mailer:
|
386
362
|
invite:
|
387
363
|
subject: Einladung zur Teilnahme an einer Konferenz
|
@@ -412,37 +388,18 @@ lb:
|
|
412
388
|
pages:
|
413
389
|
home:
|
414
390
|
highlighted_conferences:
|
415
|
-
|
416
|
-
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
417
|
-
photo:
|
418
|
-
image:
|
419
|
-
attributes:
|
420
|
-
alt: Pressebild
|
421
|
-
show:
|
422
|
-
close_modal: Modal schließen
|
423
|
-
photo: Bild
|
424
|
-
photos_list:
|
425
|
-
show:
|
426
|
-
related_photos: Bilder
|
391
|
+
active_spaces: Aktive Konferenzen
|
427
392
|
registration_types:
|
428
393
|
index:
|
429
394
|
choose_an_option: 'Wählen Sie Ihre Registrierungsoption:'
|
430
|
-
login_as: Sie sind als %{name} <%{email}> angemeldet
|
431
395
|
no_registrations: Keine Registrierungen
|
432
396
|
register: Registrieren
|
433
397
|
title: Registrierungsarten
|
434
|
-
shared:
|
435
|
-
conference_user_login:
|
436
|
-
already_account: Haben Sie schon einen Account in Decidim?
|
437
|
-
new_user: Neuer Benutzer?
|
438
|
-
sign_in: Melden Sie sich an, um sich für die Konferenz zu registrieren
|
439
|
-
sign_up: Erstellen Sie ein Konto in decidim, um sich für die Konferenz anzumelden
|
440
398
|
show:
|
441
399
|
details: Einzelheiten
|
442
400
|
introduction: Einführung
|
443
401
|
objectives: Ziele
|
444
402
|
related_assemblies: Ähnliche Gremien
|
445
|
-
related_consultations: Verwandte Konsultationen
|
446
403
|
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
447
404
|
events:
|
448
405
|
conferences:
|
@@ -481,10 +438,6 @@ lb:
|
|
481
438
|
contextual: "<p>Eine <strong>Konferenz</strong> ist eine Sammlung von Meetings, die in einem Programm organisiert werden, mit einer Anzahl von Personen, die als Referenten eingeladen werden und andere Informationsfelder, die für große Kongresse oder gesellschaftliche Veranstaltungen typisch sind (Registrierung, Liste der Organisationen, die die Veranstaltung unterstützen oder sponsern, usw.)..</p> <p>Beispiele: Eine Konferenz kann ein relevantes Ereignis für eine Organisation und ihre Mitglieder sein oder im Rahmen eines partizipatorischen Prozesses oder einer Beratung folgen.</p>\n"
|
482
439
|
page: "<p>Eine <strong>Konferenz</strong> ist eine Sammlung von Meetings, die in einem Programm organisiert werden, mit einer Anzahl von Personen, die als Referenten eingeladen werden und andere Informationsfelder, die für große Kongresse oder gesellschaftliche Veranstaltungen typisch sind (Registrierung, Liste der Organisationen, die die Veranstaltung unterstützen oder sponsern, usw.)..</p> <p>Beispiele: Eine Konferenz kann ein relevantes Ereignis für eine Organisation und ihre Mitglieder sein oder im Rahmen eines partizipatorischen Prozesses oder einer Beratung folgen.</p>\n"
|
483
440
|
title: Was sind Konferenzen?
|
484
|
-
log:
|
485
|
-
value_types:
|
486
|
-
conference_presenter:
|
487
|
-
not_found: 'Die Konferenz wurde nicht in der Datenbank gefunden (ID: %{id})'
|
488
441
|
media:
|
489
442
|
index:
|
490
443
|
description: Links zu dieser Konferenz
|
@@ -501,9 +454,6 @@ lb:
|
|
501
454
|
decidim:
|
502
455
|
conference_hero:
|
503
456
|
register: Registrieren
|
504
|
-
conference_widgets:
|
505
|
-
show:
|
506
|
-
take_part: Teilnehmen
|
507
457
|
conferences:
|
508
458
|
conference:
|
509
459
|
more_info: Mehr Informationen
|
@@ -514,11 +464,7 @@ lb:
|
|
514
464
|
conferences:
|
515
465
|
one: "%{count} Konferenz"
|
516
466
|
other: "%{count} Konferenzen"
|
517
|
-
promoted_conference:
|
518
|
-
more_info: Mehr Informationen
|
519
|
-
take_part: Teilnehmen
|
520
467
|
conferences_nav:
|
521
|
-
conference_menu_item: Information
|
522
468
|
conference_partners_menu_item: Partner
|
523
469
|
conference_speaker_menu_item: Lautsprecher
|
524
470
|
media: Medien
|
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,36 +421,17 @@ lv:
|
|
451
421
|
pages:
|
452
422
|
home:
|
453
423
|
highlighted_conferences:
|
454
|
-
|
455
|
-
conferences_button_title: Saite uz lapu Konferences, kurā norādītas visas konferences
|
456
|
-
photo:
|
457
|
-
image:
|
458
|
-
attributes:
|
459
|
-
alt: Mediju attēls
|
460
|
-
show:
|
461
|
-
close_modal: Aizvērt modal
|
462
|
-
photo: Attēls
|
463
|
-
photos_list:
|
464
|
-
show:
|
465
|
-
related_photos: Attēli
|
424
|
+
active_spaces: Aktīvās konferences
|
466
425
|
registration_types:
|
467
426
|
index:
|
468
427
|
choose_an_option: 'Izvēlieties savu reģistrācijas iespēju:'
|
469
|
-
login_as: Jūs esat pierakstījies kā %{name} <%{email}>
|
470
428
|
register: Reģistrēties
|
471
429
|
title: Reģistrācijas veidi
|
472
|
-
shared:
|
473
|
-
conference_user_login:
|
474
|
-
already_account: Vai jums jau ir decidim konts?
|
475
|
-
new_user: Jauns lietotājs?
|
476
|
-
sign_in: Piesakieties, lai reģistrētos konferencei
|
477
|
-
sign_up: Izveidojiet decidim kontu, lai reģistrētos konferencei
|
478
430
|
show:
|
479
431
|
details: Sīkāka informācija
|
480
432
|
introduction: Ievads
|
481
433
|
objectives: Mērķi
|
482
434
|
related_assemblies: Saistītās asamblejas
|
483
|
-
related_consultations: Saistītās konsultācijas
|
484
435
|
related_participatory_processes: Saistītie līdzdalības procesi
|
485
436
|
events:
|
486
437
|
conferences:
|
@@ -513,10 +464,6 @@ lv:
|
|
513
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.
|
514
465
|
email_subject: Konference "%{resource_title}" tuvojas!
|
515
466
|
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> notiks pēc divām dienām.
|
516
|
-
log:
|
517
|
-
value_types:
|
518
|
-
conference_presenter:
|
519
|
-
not_found: 'Konference netika atrasta datubāzē (ID: %{id})'
|
520
467
|
media:
|
521
468
|
index:
|
522
469
|
description: Saites par šo konferenci
|
@@ -531,9 +478,6 @@ lv:
|
|
531
478
|
decidim:
|
532
479
|
conference_hero:
|
533
480
|
register: Reģistrēties
|
534
|
-
conference_widgets:
|
535
|
-
show:
|
536
|
-
take_part: Piedalīties
|
537
481
|
conferences:
|
538
482
|
conference:
|
539
483
|
more_info: Sīkāka informācija
|
@@ -545,11 +489,7 @@ lv:
|
|
545
489
|
zero: "%{count} konferences"
|
546
490
|
one: "%{count} konference"
|
547
491
|
other: "%{count} konferences"
|
548
|
-
promoted_conference:
|
549
|
-
more_info: Sīkāka informācija
|
550
|
-
take_part: Piedalīties
|
551
492
|
conferences_nav:
|
552
|
-
conference_menu_item: Informācija
|
553
493
|
conference_partners_menu_item: Partneri
|
554
494
|
conference_speaker_menu_item: Runātāji
|
555
495
|
media: Plašsaziņas līdzekļi
|