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/gl.yml
CHANGED
@@ -6,7 +6,6 @@ gl:
|
|
6
6
|
assemblies_ids: Asembleas relacionadas
|
7
7
|
available_slots: Prazas dispoñíbeis
|
8
8
|
banner_image: Imaxe do banner
|
9
|
-
consultations_ids: Consultas relacionadas
|
10
9
|
copy_categories: Copiar categorías
|
11
10
|
copy_components: Copiar compoñentes
|
12
11
|
copy_features: Copiar funcións
|
@@ -57,18 +56,11 @@ gl:
|
|
57
56
|
conference_meeting_ids: Xuntanzas relacionadas
|
58
57
|
full_name: Nome completo
|
59
58
|
position: Posición
|
60
|
-
twitter_handle: Conta do Twitter
|
61
59
|
user_id: Usuario
|
62
60
|
conference_user_role:
|
63
61
|
email: Correo electrónico
|
64
62
|
name: Nome
|
65
63
|
role: Rol
|
66
|
-
errors:
|
67
|
-
models:
|
68
|
-
conference_registration_invite:
|
69
|
-
attributes:
|
70
|
-
email:
|
71
|
-
already_invited: Este correo electrónico xa foi convidado
|
72
64
|
activerecord:
|
73
65
|
models:
|
74
66
|
decidim/conference:
|
@@ -84,7 +76,6 @@ gl:
|
|
84
76
|
admin:
|
85
77
|
actions:
|
86
78
|
confirm: Confirmar
|
87
|
-
new_conference: Nova conferencia
|
88
79
|
send_diplomas: Enviar certificados de asistencia
|
89
80
|
conference_copies:
|
90
81
|
new:
|
@@ -145,7 +136,6 @@ gl:
|
|
145
136
|
form:
|
146
137
|
title: Información xeral
|
147
138
|
index:
|
148
|
-
not_published: Non publicado
|
149
139
|
published: Publicado
|
150
140
|
new:
|
151
141
|
create: Crear
|
@@ -186,7 +176,6 @@ gl:
|
|
186
176
|
conference_invites: Invitacións
|
187
177
|
conference_speakers: Ponentes
|
188
178
|
diploma: Certificado de asistencia
|
189
|
-
info: Información
|
190
179
|
media_links: Ligazóns multimedia
|
191
180
|
moderations: Moderacións
|
192
181
|
partners: Socios
|
@@ -197,7 +186,6 @@ gl:
|
|
197
186
|
conference:
|
198
187
|
fields:
|
199
188
|
created_at: Creado en
|
200
|
-
promoted: Promocionado
|
201
189
|
published: Publicado
|
202
190
|
title: Título
|
203
191
|
conference_speaker:
|
@@ -316,9 +304,6 @@ gl:
|
|
316
304
|
title: Ponentes
|
317
305
|
conferences:
|
318
306
|
admin:
|
319
|
-
conference_copies:
|
320
|
-
form:
|
321
|
-
slug_help: 'As babosas de URL úsanse para xerar os URL que apuntan a esta conferencia. Só acepta letras, números e guións, e debe comezar cunha letra. Exemplo: %{url}'
|
322
307
|
conference_invites:
|
323
308
|
create:
|
324
309
|
error: Houbo un problema ao invitar ao usuario a unirse á conferencia.
|
@@ -335,12 +320,10 @@ gl:
|
|
335
320
|
all: Todo
|
336
321
|
rejected: Rexeitado
|
337
322
|
sent: Enviado
|
338
|
-
filter_by: Filtrar por
|
339
323
|
invite_attendee: Invitar asistente
|
340
324
|
invites: Invitacións
|
341
325
|
search: Busca
|
342
326
|
new:
|
343
|
-
explanation: Invitarase ao usuario a participar nunha conferencia. Se o correo electrónico non está rexistrado, tamén serán invitados á organización.
|
344
327
|
invite: Invitar
|
345
328
|
new_invite: Invitar ao usuario
|
346
329
|
conference_registrations:
|
@@ -360,7 +343,6 @@ gl:
|
|
360
343
|
registrations_count:
|
361
344
|
one: Houbo 1 rexistro.
|
362
345
|
other: Houbo %{count} rexistros.
|
363
|
-
slug_help: 'As babosas de URL úsanse para xerar os URL que apuntan a esta conferencia. Só acepta letras, números e guións, e debe comezar cunha letra. Exemplo: %{url}'
|
364
346
|
diplomas:
|
365
347
|
edit:
|
366
348
|
save: Gardar
|
@@ -393,18 +375,11 @@ gl:
|
|
393
375
|
cancel: Cancelar
|
394
376
|
confirm: Confirmar
|
395
377
|
show:
|
396
|
-
free: Gratis
|
397
378
|
going: Indo
|
398
379
|
no_slots_available: Non hai slots dispoñibles
|
399
380
|
registration: Rexistro
|
400
381
|
conference_program:
|
401
|
-
program_meeting:
|
402
|
-
content: Contido
|
403
|
-
location: Localización
|
404
|
-
speakers: Ponentes
|
405
|
-
streaming: Transmisión
|
406
382
|
show:
|
407
|
-
day: Día
|
408
383
|
program: Programa
|
409
384
|
conference_registration_mailer:
|
410
385
|
confirmation:
|
@@ -426,7 +401,6 @@ gl:
|
|
426
401
|
invalid: Houbo un problema deixando esta conferencia.
|
427
402
|
success: Deixaches con éxito a conferencia.
|
428
403
|
conference_speaker:
|
429
|
-
go_to_twitter: Ir a Twitter
|
430
404
|
more_info: máis información
|
431
405
|
personal_website: Sitio web persoal
|
432
406
|
show:
|
@@ -435,18 +409,12 @@ gl:
|
|
435
409
|
conference_speaker_cell:
|
436
410
|
personal_url:
|
437
411
|
personal_website: Sitio web persoal
|
438
|
-
twitter_handle:
|
439
|
-
go_to_twitter: Ir a Twitter
|
440
|
-
conference_speakers:
|
441
|
-
index:
|
442
|
-
speakers: Ponentes
|
443
412
|
conferences:
|
444
413
|
partners:
|
445
414
|
collaborators: Socios
|
446
415
|
main_promotors: Organizadores
|
447
416
|
show:
|
448
417
|
login_as: Estás conectado como %{name} <%{email}>
|
449
|
-
make_conference_registration: 'Fai a túa inscrición na conferencia:'
|
450
418
|
register: Rexistrarse
|
451
419
|
content_blocks:
|
452
420
|
highlighted_conferences:
|
@@ -454,11 +422,6 @@ gl:
|
|
454
422
|
index:
|
455
423
|
title: Conferencias
|
456
424
|
mailer:
|
457
|
-
conference_registration_mailer:
|
458
|
-
confirmation:
|
459
|
-
subject: O rexistro da túa conferencia foi confirmado
|
460
|
-
pending_validation:
|
461
|
-
subject: A inscrición da túa conferencia está pendente de confirmación
|
462
425
|
invite_join_conference_mailer:
|
463
426
|
invite:
|
464
427
|
subject: Invitación para participar nunha conferencia
|
@@ -489,37 +452,18 @@ gl:
|
|
489
452
|
pages:
|
490
453
|
home:
|
491
454
|
highlighted_conferences:
|
492
|
-
|
493
|
-
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
494
|
-
photo:
|
495
|
-
image:
|
496
|
-
attributes:
|
497
|
-
alt: Imaxe
|
498
|
-
show:
|
499
|
-
close_modal: Pechar modal
|
500
|
-
photo: Foto
|
501
|
-
photos_list:
|
502
|
-
show:
|
503
|
-
related_photos: Fotos
|
455
|
+
active_spaces: Conferencias activas
|
504
456
|
registration_types:
|
505
457
|
index:
|
506
458
|
choose_an_option: 'Elixe a túa opción de rexistro:'
|
507
|
-
login_as: Estás conectado como %{name} <%{email}>
|
508
459
|
no_registrations: Sen rexistros
|
509
460
|
register: Rexistrarse
|
510
461
|
title: Tipos de rexistro
|
511
|
-
shared:
|
512
|
-
conference_user_login:
|
513
|
-
already_account: Xa tes unha conta en decidir?
|
514
|
-
new_user: Novo usuario?
|
515
|
-
sign_in: Iniciar sesión para rexistrarse na conferencia
|
516
|
-
sign_up: Crea unha conta na que decidimos rexistrarte para a conferencia
|
517
462
|
show:
|
518
463
|
details: Detalles
|
519
464
|
introduction: Introdución
|
520
465
|
objectives: Obxectivos
|
521
466
|
related_assemblies: Asembleas relacionadas
|
522
|
-
related_consultations: Consultas relacionadas
|
523
467
|
related_participatory_processes: Procesos participativos relacionados
|
524
468
|
events:
|
525
469
|
conferences:
|
@@ -555,10 +499,6 @@ gl:
|
|
555
499
|
participatory_spaces:
|
556
500
|
conferences:
|
557
501
|
title: Que son as conferencias?
|
558
|
-
log:
|
559
|
-
value_types:
|
560
|
-
conference_presenter:
|
561
|
-
not_found: 'Non se atopou a conferencia na base de datos (ID: %{id})'
|
562
502
|
media:
|
563
503
|
index:
|
564
504
|
description: Ligazóns sobre esta conferencia
|
@@ -575,9 +515,6 @@ gl:
|
|
575
515
|
decidim:
|
576
516
|
conference_hero:
|
577
517
|
register: Rexistrarse
|
578
|
-
conference_widgets:
|
579
|
-
show:
|
580
|
-
take_part: Tomar parte en
|
581
518
|
conferences:
|
582
519
|
conference:
|
583
520
|
more_info: Máis información
|
@@ -588,11 +525,7 @@ gl:
|
|
588
525
|
conferences:
|
589
526
|
one: "%{count} conferencia"
|
590
527
|
other: "%{count} conferencias"
|
591
|
-
promoted_conference:
|
592
|
-
more_info: Máis información
|
593
|
-
take_part: Tomar parte en
|
594
528
|
conferences_nav:
|
595
|
-
conference_menu_item: Información
|
596
529
|
conference_partners_menu_item: Socios
|
597
530
|
conference_speaker_menu_item: Ponentes
|
598
531
|
media: Medios de comunicación
|
data/config/locales/hu.yml
CHANGED
@@ -6,7 +6,6 @@ hu:
|
|
6
6
|
assemblies_ids: Kapcsolódó gyűlések
|
7
7
|
available_slots: Rendelkezésre álló időpontok
|
8
8
|
banner_image: Banner kép
|
9
|
-
consultations_ids: Kapcsolódó konzultációk
|
10
9
|
copy_categories: Másolási kategóriák
|
11
10
|
copy_components: Másoljon komponenseket
|
12
11
|
copy_features: Másolási funkciók
|
@@ -33,6 +32,7 @@ hu:
|
|
33
32
|
slug: URL slug
|
34
33
|
start_date: Kezdő dátum
|
35
34
|
title: Cím
|
35
|
+
weight: Pozíció sorrend
|
36
36
|
conference_media_link:
|
37
37
|
date: Dátum
|
38
38
|
link: Hivatkozás
|
@@ -62,7 +62,6 @@ hu:
|
|
62
62
|
personal_url: Személyes URL-cím
|
63
63
|
position: Pozíció
|
64
64
|
short_bio: Rövid önéletrajz
|
65
|
-
twitter_handle: Twitter oldal
|
66
65
|
user_id: Felhasználó
|
67
66
|
conference_user_role:
|
68
67
|
email: Email
|
@@ -73,7 +72,7 @@ hu:
|
|
73
72
|
conference_registration_invite:
|
74
73
|
attributes:
|
75
74
|
email:
|
76
|
-
already_invited: Ezt az
|
75
|
+
already_invited: Ezt az email címet már meghívták.
|
77
76
|
activerecord:
|
78
77
|
models:
|
79
78
|
decidim/conference:
|
@@ -89,7 +88,6 @@ hu:
|
|
89
88
|
admin:
|
90
89
|
actions:
|
91
90
|
confirm: Megerősít
|
92
|
-
new_conference: Új konferencia
|
93
91
|
send_diplomas: Küldési igazolások küldése
|
94
92
|
conference_copies:
|
95
93
|
new:
|
@@ -152,7 +150,6 @@ hu:
|
|
152
150
|
form:
|
153
151
|
title: Általános információ
|
154
152
|
index:
|
155
|
-
not_published: Nem publikált
|
156
153
|
published: Közzétett
|
157
154
|
new:
|
158
155
|
create: Teremt
|
@@ -193,7 +190,6 @@ hu:
|
|
193
190
|
conference_invites: Meghívottak
|
194
191
|
conference_speakers: Előadók
|
195
192
|
diploma: Tanúsítvány a jelenlétről
|
196
|
-
info: Info
|
197
193
|
media_links: Média linkek
|
198
194
|
moderations: moderálások
|
199
195
|
partners: Partnerek
|
@@ -204,7 +200,6 @@ hu:
|
|
204
200
|
conference:
|
205
201
|
fields:
|
206
202
|
created_at: 'Létrehozva:'
|
207
|
-
promoted: promotált
|
208
203
|
published: Közzétett
|
209
204
|
title: Cím
|
210
205
|
conference_speaker:
|
@@ -328,9 +323,6 @@ hu:
|
|
328
323
|
title: Hangszórók
|
329
324
|
conferences:
|
330
325
|
admin:
|
331
|
-
conference_copies:
|
332
|
-
form:
|
333
|
-
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
334
326
|
conference_invites:
|
335
327
|
create:
|
336
328
|
error: Probléma merült fel a felhasználó csatlakozásakor.
|
@@ -347,12 +339,11 @@ hu:
|
|
347
339
|
all: Minden
|
348
340
|
rejected: Elutasítva
|
349
341
|
sent: Küldött
|
350
|
-
filter_by: Szűrés vlami alapján
|
351
342
|
invite_attendee: Hívja meg a résztvevőt
|
352
343
|
invites: Meghívottak
|
353
344
|
search: Keresés
|
354
345
|
new:
|
355
|
-
explanation: A
|
346
|
+
explanation: A résztvevő meghívást kap egy konferenciára. Ha az e-mail cím nincs regisztrálva, akkor a szervezethez is meghívást kap.
|
356
347
|
invite: Meghívás
|
357
348
|
new_invite: Felhasználó meghívása
|
358
349
|
conference_registrations:
|
@@ -372,7 +363,6 @@ hu:
|
|
372
363
|
registrations_count:
|
373
364
|
one: 1 regisztráció volt.
|
374
365
|
other: '%{count} regisztráció volt.'
|
375
|
-
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
376
366
|
diplomas:
|
377
367
|
edit:
|
378
368
|
save: Mentés
|
@@ -406,18 +396,11 @@ hu:
|
|
406
396
|
cancel: Megszünteti
|
407
397
|
confirm: megerősít
|
408
398
|
show:
|
409
|
-
free: Ingyenes
|
410
399
|
going: Haladó
|
411
400
|
no_slots_available: Nincs szabad hely
|
412
401
|
registration: Regisztráció
|
413
402
|
conference_program:
|
414
|
-
program_meeting:
|
415
|
-
content: Tartalom
|
416
|
-
location: Helyszín
|
417
|
-
speakers: Előadók
|
418
|
-
streaming: Élő közvetítés
|
419
403
|
show:
|
420
|
-
day: Nap
|
421
404
|
program: Program
|
422
405
|
conference_registration_mailer:
|
423
406
|
confirmation:
|
@@ -432,16 +415,13 @@ hu:
|
|
432
415
|
create:
|
433
416
|
invalid: Probléma merült fel a konferencián.
|
434
417
|
success: A konferencia sikeresen csatlakozott.
|
435
|
-
unauthorized: A konferenciára való regisztráció előtt be kell jelentkeznie.
|
436
418
|
decline_invitation:
|
437
419
|
invalid: Hiba történt a meghívás visszautasításában.
|
438
420
|
success: Elutasította a meghívást sikeresen.
|
439
|
-
unauthorized: A meghívás elutasítása előtt be kell jelentkeznie.
|
440
421
|
destroy:
|
441
422
|
invalid: Probléma merült fel a konferencián.
|
442
423
|
success: A konferencia sikeres volt.
|
443
424
|
conference_speaker:
|
444
|
-
go_to_twitter: Menjen a Twitterre
|
445
425
|
more_info: több információ
|
446
426
|
personal_website: Személyes weboldal
|
447
427
|
show:
|
@@ -450,19 +430,23 @@ hu:
|
|
450
430
|
conference_speaker_cell:
|
451
431
|
personal_url:
|
452
432
|
personal_website: Személyes weboldal
|
453
|
-
twitter_handle:
|
454
|
-
go_to_twitter: Menjen a Twitterre
|
455
433
|
conference_speakers:
|
456
434
|
index:
|
457
|
-
speakers:
|
435
|
+
speakers:
|
436
|
+
one: Előadó
|
437
|
+
other: Előadók
|
458
438
|
conferences:
|
459
439
|
partners:
|
460
440
|
collaborators: Partnerek
|
461
441
|
main_promotors: Szervezők
|
462
442
|
show:
|
443
|
+
already_have_an_account?: Van már fiókja?
|
444
|
+
are_you_new?: Új résztvevő?
|
463
445
|
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
464
|
-
make_conference_registration:
|
446
|
+
make_conference_registration: Regisztráció a konferenciára
|
465
447
|
register: Regisztráció
|
448
|
+
sign_in_description: Jelentkezzen be a konferenciára történő regisztrációhoz
|
449
|
+
sign_up_description: Hozzon létre egy fiókot a konferenciára való jelentkezéshez
|
466
450
|
content_blocks:
|
467
451
|
highlighted_conferences:
|
468
452
|
name: Kiemelt konferenciák
|
@@ -471,9 +455,9 @@ hu:
|
|
471
455
|
mailer:
|
472
456
|
conference_registration_mailer:
|
473
457
|
confirmation:
|
474
|
-
subject:
|
458
|
+
subject: Regisztrációja a konferenciára megerősítésre került.
|
475
459
|
pending_validation:
|
476
|
-
subject: A
|
460
|
+
subject: A regisztráció megerősítése a konferenciára függőben van.
|
477
461
|
invite_join_conference_mailer:
|
478
462
|
invite:
|
479
463
|
subject: Meghívás egy konferenciára való belépéshez
|
@@ -504,37 +488,18 @@ hu:
|
|
504
488
|
pages:
|
505
489
|
home:
|
506
490
|
highlighted_conferences:
|
507
|
-
|
508
|
-
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
509
|
-
photo:
|
510
|
-
image:
|
511
|
-
attributes:
|
512
|
-
alt: Média ké
|
513
|
-
show:
|
514
|
-
close_modal: Modal bezárása
|
515
|
-
photo: Fénykép
|
516
|
-
photos_list:
|
517
|
-
show:
|
518
|
-
related_photos: Fotók
|
491
|
+
active_spaces: Aktív konferenciák
|
519
492
|
registration_types:
|
520
493
|
index:
|
521
494
|
choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
|
522
|
-
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
523
495
|
no_registrations: Nincs regisztráció
|
524
496
|
register: Regisztráció
|
525
497
|
title: Regisztrációs típusok
|
526
|
-
shared:
|
527
|
-
conference_user_login:
|
528
|
-
already_account: Van már fiókod a Decidimben?
|
529
|
-
new_user: Új felhasználó?
|
530
|
-
sign_in: Jelentkezz be a konferenciára való regisztrálásához
|
531
|
-
sign_up: Hozz létre egy fiókot a Decidimben, hogy regisztrálni tudja a konferenciára
|
532
498
|
show:
|
533
499
|
details: Részletek
|
534
500
|
introduction: Bevezetés
|
535
501
|
objectives: célok
|
536
502
|
related_assemblies: Kapcsolódó gyűlések
|
537
|
-
related_consultations: Kapcsolódó konzultációk
|
538
503
|
related_participatory_processes: Kapcsolódó részvételi folyamatok
|
539
504
|
events:
|
540
505
|
conferences:
|
@@ -576,7 +541,7 @@ hu:
|
|
576
541
|
log:
|
577
542
|
value_types:
|
578
543
|
conference_presenter:
|
579
|
-
not_found: 'A konferencia nem található az adatbázisban (ID: %{id})'
|
544
|
+
not_found: 'A konferencia nem található az adatbázisban (ID: %{id}).'
|
580
545
|
media:
|
581
546
|
index:
|
582
547
|
description: Linkek erről a konferenciáról
|
@@ -593,9 +558,6 @@ hu:
|
|
593
558
|
decidim:
|
594
559
|
conference_hero:
|
595
560
|
register: Regisztráció
|
596
|
-
conference_widgets:
|
597
|
-
show:
|
598
|
-
take_part: Részt vesz
|
599
561
|
conferences:
|
600
562
|
conference:
|
601
563
|
more_info: Több információ
|
@@ -606,11 +568,7 @@ hu:
|
|
606
568
|
conferences:
|
607
569
|
one: "%{count} konferencia"
|
608
570
|
other: "%{count} konferencia"
|
609
|
-
promoted_conference:
|
610
|
-
more_info: Több információ
|
611
|
-
take_part: Részt vesz
|
612
571
|
conferences_nav:
|
613
|
-
conference_menu_item: Információ
|
614
572
|
conference_partners_menu_item: Partnerek
|
615
573
|
conference_speaker_menu_item: Hangszórók
|
616
574
|
media: Média
|
data/config/locales/id-ID.yml
CHANGED
@@ -5,7 +5,6 @@ id:
|
|
5
5
|
conference:
|
6
6
|
assemblies_ids: Rakitan Terkait
|
7
7
|
banner_image: Gambar spanduk
|
8
|
-
consultations_ids: Konsultasi Terkait
|
9
8
|
copy_categories: Salin kategori
|
10
9
|
copy_components: Salin komponen
|
11
10
|
copy_features: Salin fitur
|
@@ -29,12 +28,6 @@ id:
|
|
29
28
|
email: E-mail
|
30
29
|
name: Nama
|
31
30
|
role: Peran
|
32
|
-
errors:
|
33
|
-
models:
|
34
|
-
conference_registration_invite:
|
35
|
-
attributes:
|
36
|
-
email:
|
37
|
-
already_invited: Email ini sudah diundang
|
38
31
|
activerecord:
|
39
32
|
models:
|
40
33
|
decidim/conference:
|
@@ -47,7 +40,6 @@ id:
|
|
47
40
|
admin:
|
48
41
|
actions:
|
49
42
|
confirm: Memastikan
|
50
|
-
new_conference: Konferensi Baru
|
51
43
|
send_diplomas: Kirim sertifikat kehadiran
|
52
44
|
conference_copies:
|
53
45
|
new:
|
@@ -108,7 +100,6 @@ id:
|
|
108
100
|
form:
|
109
101
|
title: Informasi Umum
|
110
102
|
index:
|
111
|
-
not_published: Tidak diterbitkan
|
112
103
|
published: Diterbitkan
|
113
104
|
new:
|
114
105
|
create: Membuat
|
@@ -149,7 +140,6 @@ id:
|
|
149
140
|
conference_invites: Undangan
|
150
141
|
conference_speakers: Pembicara
|
151
142
|
diploma: Sertifikat kehadiran
|
152
|
-
info: Info
|
153
143
|
media_links: Tautan Media
|
154
144
|
moderations: Moderasi
|
155
145
|
partners: Mitra
|
@@ -160,7 +150,6 @@ id:
|
|
160
150
|
conference:
|
161
151
|
fields:
|
162
152
|
created_at: Dibuat di
|
163
|
-
promoted: Dipromosikan
|
164
153
|
published: Diterbitkan
|
165
154
|
title: Judul
|
166
155
|
conference_speaker:
|
@@ -277,9 +266,6 @@ id:
|
|
277
266
|
title: Pembicara
|
278
267
|
conferences:
|
279
268
|
admin:
|
280
|
-
conference_copies:
|
281
|
-
form:
|
282
|
-
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
283
269
|
conference_invites:
|
284
270
|
create:
|
285
271
|
error: Ada masalah saat mengundang pengguna untuk bergabung dengan konferensi.
|
@@ -296,12 +282,10 @@ id:
|
|
296
282
|
all: Semua
|
297
283
|
rejected: Ditolak
|
298
284
|
sent: Terkirim
|
299
|
-
filter_by: Filter berdasarkan
|
300
285
|
invite_attendee: Undang Peserta
|
301
286
|
invites: Undangan
|
302
287
|
search: Pencarian
|
303
288
|
new:
|
304
|
-
explanation: Pengguna akan diundang untuk bergabung dengan konferensi. Jika email tidak terdaftar mereka akan diundang ke organisasi juga.
|
305
289
|
invite: Undang
|
306
290
|
new_invite: Undang pengguna
|
307
291
|
conference_registrations:
|
@@ -320,7 +304,6 @@ id:
|
|
320
304
|
available_slots_help: Biarkan hingga 0 jika Anda memiliki slot tidak terbatas.
|
321
305
|
registrations_count:
|
322
306
|
other: Ada %{count} pendaftaran.
|
323
|
-
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
324
307
|
diplomas:
|
325
308
|
edit:
|
326
309
|
save: Menyimpan
|
@@ -353,17 +336,11 @@ id:
|
|
353
336
|
cancel: Membatalkan
|
354
337
|
confirm: Memastikan
|
355
338
|
show:
|
356
|
-
free: Bebas
|
357
339
|
going: Pergi
|
358
340
|
no_slots_available: Tidak ada slot yang tersedia
|
359
341
|
registration: Pendaftaran
|
360
342
|
conference_program:
|
361
|
-
program_meeting:
|
362
|
-
content: Konten
|
363
|
-
speakers: Pembicara
|
364
|
-
streaming: Streaming
|
365
343
|
show:
|
366
|
-
day: Hari
|
367
344
|
program: Program
|
368
345
|
conference_registration_mailer:
|
369
346
|
confirmation:
|
@@ -385,7 +362,6 @@ id:
|
|
385
362
|
invalid: Ada masalah saat meninggalkan konferensi ini.
|
386
363
|
success: Anda telah meninggalkan konferensi dengan sukses.
|
387
364
|
conference_speaker:
|
388
|
-
go_to_twitter: Pergi ke Twitter
|
389
365
|
more_info: Info lebih lanjut
|
390
366
|
personal_website: Situs web pribadi
|
391
367
|
show:
|
@@ -393,18 +369,12 @@ id:
|
|
393
369
|
conference_speaker_cell:
|
394
370
|
personal_url:
|
395
371
|
personal_website: Situs web pribadi
|
396
|
-
twitter_handle:
|
397
|
-
go_to_twitter: Pergi ke Twitter
|
398
|
-
conference_speakers:
|
399
|
-
index:
|
400
|
-
speakers: Pembicara
|
401
372
|
conferences:
|
402
373
|
partners:
|
403
374
|
collaborators: Mitra
|
404
375
|
main_promotors: Penyelenggara
|
405
376
|
show:
|
406
377
|
login_as: Anda masuk sebagai %{name} <%{email}>
|
407
|
-
make_conference_registration: 'Buat pendaftaran Anda di konferensi:'
|
408
378
|
register: Daftar
|
409
379
|
content_blocks:
|
410
380
|
highlighted_conferences:
|
@@ -412,11 +382,6 @@ id:
|
|
412
382
|
index:
|
413
383
|
title: Konferensi
|
414
384
|
mailer:
|
415
|
-
conference_registration_mailer:
|
416
|
-
confirmation:
|
417
|
-
subject: Pendaftaran konferensi Anda telah dikonfirmasi
|
418
|
-
pending_validation:
|
419
|
-
subject: Pendaftaran konferensi Anda sedang menunggu untuk dikonfirmasi
|
420
385
|
invite_join_conference_mailer:
|
421
386
|
invite:
|
422
387
|
subject: Undangan untuk bergabung dalam konferensi
|
@@ -447,32 +412,17 @@ id:
|
|
447
412
|
pages:
|
448
413
|
home:
|
449
414
|
highlighted_conferences:
|
450
|
-
|
451
|
-
photo:
|
452
|
-
show:
|
453
|
-
close_modal: Tutup modal
|
454
|
-
photo: Foto
|
455
|
-
photos_list:
|
456
|
-
show:
|
457
|
-
related_photos: Foto
|
415
|
+
active_spaces: Konferensi aktif
|
458
416
|
registration_types:
|
459
417
|
index:
|
460
418
|
choose_an_option: 'Pilih opsi pendaftaran Anda:'
|
461
|
-
login_as: Anda masuk sebagai %{name} <%{email}>
|
462
419
|
register: Daftar
|
463
420
|
title: Jenis pendaftaran
|
464
|
-
shared:
|
465
|
-
conference_user_login:
|
466
|
-
already_account: Apakah Anda sudah memiliki akun di desidim?
|
467
|
-
new_user: Pengguna baru?
|
468
|
-
sign_in: Login untuk mendaftar konferensi
|
469
|
-
sign_up: Buat akun di desidim untuk mendaftar konferensi
|
470
421
|
show:
|
471
422
|
details: Detail
|
472
423
|
introduction: pengantar
|
473
424
|
objectives: Tujuan
|
474
425
|
related_assemblies: Rakitan Terkait
|
475
|
-
related_consultations: Konsultasi Terkait
|
476
426
|
related_participatory_processes: Proses Partisipatif Terkait
|
477
427
|
events:
|
478
428
|
conferences:
|
@@ -500,10 +450,6 @@ id:
|
|
500
450
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti konferensi "%{resource_title}". Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
501
451
|
email_subject: Konferensi "%{resource_title}" akan datang!
|
502
452
|
notification_title: Konferensi <a href="%{resource_path}">%{resource_title}</a> akan datang dalam 2 hari.
|
503
|
-
log:
|
504
|
-
value_types:
|
505
|
-
conference_presenter:
|
506
|
-
not_found: 'Konferensi tidak ditemukan di database (ID: %{id})'
|
507
453
|
media:
|
508
454
|
index:
|
509
455
|
description: Tautan tentang konferensi ini
|
@@ -518,9 +464,6 @@ id:
|
|
518
464
|
decidim:
|
519
465
|
conference_hero:
|
520
466
|
register: Daftar
|
521
|
-
conference_widgets:
|
522
|
-
show:
|
523
|
-
take_part: Ambil bagian
|
524
467
|
conferences:
|
525
468
|
conference:
|
526
469
|
more_info: Info lebih lanjut
|
@@ -530,11 +473,7 @@ id:
|
|
530
473
|
order_by_conferences:
|
531
474
|
conferences:
|
532
475
|
other: "%{count} konferensi"
|
533
|
-
promoted_conference:
|
534
|
-
more_info: Info lebih lanjut
|
535
|
-
take_part: Ambil bagian
|
536
476
|
conferences_nav:
|
537
|
-
conference_menu_item: Informasi
|
538
477
|
conference_partners_menu_item: Mitra
|
539
478
|
conference_speaker_menu_item: Pembicara
|
540
479
|
media: Media
|