decidim-conferences 0.27.5 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/conference_cell.rb +9 -4
- data/app/cells/decidim/conferences/conference_dropdown_metadata_cell.rb +19 -0
- data/app/cells/decidim/conferences/conference_g_cell.rb +23 -0
- data/app/cells/decidim/conferences/conference_metadata_cell.rb +21 -0
- data/app/cells/decidim/conferences/conference_s_cell.rb +13 -0
- data/app/cells/decidim/conferences/conference_speaker/show.erb +44 -58
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -13
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +15 -14
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form/show.erb +3 -0
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form_cell.rb +19 -0
- data/app/cells/decidim/conferences/linked_participatory_spaces/show.erb +6 -8
- data/app/cells/decidim/conferences/linked_participatory_spaces_cell.rb +1 -10
- data/app/cells/decidim/conferences/media_link/show.erb +6 -8
- data/app/cells/decidim/conferences/partner/image.erb +3 -0
- data/app/cells/decidim/conferences/partner/show.erb +8 -8
- data/app/cells/decidim/conferences/partner/text.erb +1 -0
- data/app/cells/decidim/conferences/partner_cell.rb +4 -2
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +15 -12
- data/app/cells/decidim/conferences/registration_type/registration_confirm.erb +12 -12
- data/app/cells/decidim/conferences/registration_type/show.erb +11 -14
- data/app/cells/decidim/conferences/registration_type_cell.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +2 -11
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_media_link.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_partner.rb +2 -2
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +2 -2
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +2 -2
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +3 -3
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +5 -5
- data/app/commands/decidim/conferences/admin/publish_conference.rb +9 -26
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +2 -11
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +5 -5
- data/app/constraints/decidim/conferences/current_component.rb +2 -2
- data/app/constraints/decidim/conferences/current_conference.rb +2 -2
- data/app/controllers/concerns/decidim/conferences/admin/conference_context.rb +1 -1
- data/app/controllers/decidim/conferences/admin/concerns/conference_admin.rb +2 -2
- data/app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb +6 -1
- data/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb +5 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_publications_controller.rb +10 -28
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +8 -90
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +2 -0
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/exports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/imports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/moderations/reports_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/moderations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/application_controller.rb +6 -0
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +3 -3
- data/app/controllers/decidim/conferences/conferences_controller.rb +9 -2
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +3 -3
- data/app/events/decidim/conferences/conference_registrations_enabled_event.rb +1 -1
- data/app/events/decidim/conferences/conference_registrations_over_percentage_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +6 -6
- data/app/forms/decidim/conferences/admin/conference_copy_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_form.rb +4 -15
- data/app/forms/decidim/conferences/admin/conference_user_role_form.rb +2 -17
- data/app/helpers/decidim/conferences/admin/conferences_helper.rb +0 -4
- data/app/helpers/decidim/conferences/conference_helper.rb +55 -0
- data/app/helpers/decidim/conferences/conference_program_helper.rb +1 -1
- data/app/helpers/decidim/conferences/media_attachments_helper.rb +0 -10
- data/app/helpers/decidim/conferences/partners_helper.rb +3 -1
- data/app/mailers/decidim/conferences/admin/invite_join_conference_mailer.rb +1 -1
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +1 -1
- data/app/mailers/decidim/conferences/conference_registration_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +4 -4
- data/app/models/decidim/conference_user_role.rb +6 -34
- data/app/packs/entrypoints/decidim_conferences.js +5 -0
- data/app/packs/src/decidim/conferences/admin/conferences.js +6 -6
- data/app/packs/stylesheets/decidim/conferences/_conference.scss +102 -0
- data/app/packs/stylesheets/decidim/conferences/_media.scss +13 -0
- data/app/packs/stylesheets/decidim/conferences/_program.scss +43 -0
- data/app/packs/stylesheets/decidim/conferences/_registration.scss +39 -0
- data/app/packs/stylesheets/decidim/conferences/_speaker.scss +83 -0
- data/app/packs/stylesheets/decidim/conferences/conferences.scss +5 -3
- data/app/permissions/decidim/conferences/permissions.rb +2 -2
- data/app/presenters/decidim/conference_speaker_presenter.rb +1 -1
- data/app/presenters/decidim/conferences/admin_log/conference_invite_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_registration_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/conference_user_role_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/media_link_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/partner_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/admin_log/registration_type_presenter.rb +2 -2
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +3 -28
- data/app/queries/decidim/conferences/admin/admin_users.rb +4 -4
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +2 -2
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_published_conferences.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +22 -28
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +16 -5
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +17 -19
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +69 -74
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +21 -17
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +45 -45
- data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +42 -46
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +52 -55
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_user_roles/_form.html.erb +14 -18
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +53 -56
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +88 -88
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +26 -12
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +55 -64
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +16 -8
- data/app/views/decidim/conferences/admin/diplomas/_form.html.erb +18 -24
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +19 -5
- data/app/views/decidim/conferences/admin/media_links/_form.html.erb +15 -19
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +37 -40
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +18 -22
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/partners/index.html.erb +45 -48
- data/app/views/decidim/conferences/admin/partners/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/registration_types/_form.html.erb +23 -23
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +16 -6
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +52 -56
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +16 -6
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +21 -24
- data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +29 -63
- data/app/views/decidim/conferences/conference_program/show.html.erb +27 -39
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +12 -6
- data/app/views/decidim/conferences/conferences/_conference_hero.html.erb +33 -0
- data/app/views/decidim/conferences/conferences/_partners.html.erb +10 -13
- data/app/views/decidim/conferences/conferences/index.html.erb +17 -7
- data/app/views/decidim/conferences/conferences/show.html.erb +84 -50
- data/app/views/decidim/conferences/media/index.html.erb +33 -19
- data/app/views/decidim/conferences/registration_types/index.html.erb +25 -17
- data/app/views/layouts/decidim/admin/conference.html.erb +12 -14
- data/app/views/layouts/decidim/admin/conferences.html.erb +13 -8
- data/app/views/layouts/decidim/conference.html.erb +7 -17
- data/app/views/layouts/decidim/conferences/_conference_nav_item.html.erb +6 -0
- data/app/views/layouts/decidim/conferences/application.html.erb +6 -0
- data/config/assets.rb +1 -1
- data/config/initializers/wicked_pdf.rb +1 -1
- data/config/locales/ar.yml +3 -62
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +33 -53
- data/config/locales/cs.yml +35 -53
- data/config/locales/de.yml +33 -53
- data/config/locales/el.yml +11 -51
- data/config/locales/en.yml +34 -54
- data/config/locales/es-MX.yml +32 -52
- data/config/locales/es-PY.yml +32 -52
- data/config/locales/es.yml +32 -52
- data/config/locales/eu.yml +33 -58
- data/config/locales/fi-plain.yml +32 -52
- data/config/locales/fi.yml +31 -51
- data/config/locales/fr-CA.yml +31 -51
- data/config/locales/fr.yml +31 -51
- data/config/locales/ga-IE.yml +0 -17
- data/config/locales/gl.yml +3 -62
- data/config/locales/hu.yml +15 -51
- data/config/locales/id-ID.yml +3 -57
- data/config/locales/it.yml +4 -62
- data/config/locales/ja.yml +34 -53
- data/config/locales/lb.yml +1 -55
- data/config/locales/lt.yml +14 -52
- data/config/locales/lv.yml +1 -60
- data/config/locales/nl.yml +3 -62
- data/config/locales/no.yml +1 -62
- data/config/locales/pl.yml +1 -78
- data/config/locales/pt-BR.yml +1 -63
- data/config/locales/pt.yml +2 -63
- data/config/locales/ro-RO.yml +13 -50
- data/config/locales/sk.yml +1 -60
- data/config/locales/sl.yml +0 -2
- data/config/locales/sr-CS.yml +0 -5
- data/config/locales/sv.yml +7 -62
- data/config/locales/tr-TR.yml +13 -61
- data/config/locales/zh-CN.yml +3 -60
- data/config/locales/zh-TW.yml +6 -47
- data/db/migrate/20221116084952_add_weight_to_conferences.rb +7 -0
- data/lib/decidim/conferences/admin_engine.rb +14 -138
- data/lib/decidim/conferences/content_blocks/registry_manager.rb +21 -0
- data/lib/decidim/conferences/engine.rb +17 -15
- data/lib/decidim/conferences/menu.rb +182 -0
- data/lib/decidim/conferences/participatory_space.rb +6 -200
- data/lib/decidim/conferences/query_extensions.rb +2 -2
- data/lib/decidim/conferences/seeds.rb +153 -0
- data/lib/decidim/conferences/test/factories.rb +10 -9
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +44 -47
- data/app/cells/decidim/conferences/conference_address/show.erb +0 -11
- data/app/cells/decidim/conferences/conference_address_cell.rb +0 -11
- data/app/cells/decidim/conferences/conference_m/footer.erb +0 -9
- data/app/cells/decidim/conferences/conference_m/tags.erb +0 -1
- data/app/cells/decidim/conferences/conference_m_cell.rb +0 -42
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +0 -30
- data/app/cells/decidim/conferences/photo/show.erb +0 -26
- data/app/cells/decidim/conferences/photo_cell.rb +0 -41
- data/app/cells/decidim/conferences/photos_list/show.erb +0 -8
- data/app/cells/decidim/conferences/photos_list_cell.rb +0 -18
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +0 -114
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +0 -58
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +0 -22
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +0 -39
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +0 -53
- data/app/controllers/decidim/conferences/conference_widgets_controller.rb +0 -23
- data/app/queries/decidim/conferences/admin/conference_invites.rb +0 -60
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +0 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +0 -27
- data/app/views/decidim/conferences/media/_attachments.html.erb +0 -6
- data/app/views/decidim/conferences/shared/_conference_user_login.html.erb +0 -14
- data/app/views/layouts/decidim/_conference_hero.html.erb +0 -42
- data/app/views/layouts/decidim/_conferences_nav.html.erb +0 -46
- data/config/environment.rb +0 -3
- data/db/seeds/Exampledocument.pdf +0 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/db/seeds/homepage_image.jpg +0 -0
- data/db/seeds/logo.png +0 -0
data/config/locales/ga-IE.yml
CHANGED
@@ -70,7 +70,6 @@ ga:
|
|
70
70
|
categories: Catagóirí
|
71
71
|
conference_invites: Cuirí
|
72
72
|
conference_speakers: Cainteoirí
|
73
|
-
info: Eolas
|
74
73
|
partners: Comhpháirtithe
|
75
74
|
models:
|
76
75
|
conference:
|
@@ -145,19 +144,9 @@ ga:
|
|
145
144
|
registration_confirm:
|
146
145
|
cancel: Cealaigh
|
147
146
|
confirm: Deimhnigh
|
148
|
-
show:
|
149
|
-
free: Saor in aisce
|
150
147
|
conference_program:
|
151
|
-
program_meeting:
|
152
|
-
content: Inneachar
|
153
|
-
location: Suíomh
|
154
|
-
speakers: Cainteoirí
|
155
148
|
show:
|
156
|
-
day: Lá
|
157
149
|
program: Clár
|
158
|
-
conference_speakers:
|
159
|
-
index:
|
160
|
-
speakers: Cainteoirí
|
161
150
|
conferences:
|
162
151
|
partners:
|
163
152
|
collaborators: Comhpháirtithe
|
@@ -179,12 +168,6 @@ ga:
|
|
179
168
|
state: Stádas
|
180
169
|
states:
|
181
170
|
pending: Ar feitheamh
|
182
|
-
photo:
|
183
|
-
show:
|
184
|
-
photo: Íomhá
|
185
|
-
photos_list:
|
186
|
-
show:
|
187
|
-
related_photos: Íomhánna
|
188
171
|
registration_types:
|
189
172
|
index:
|
190
173
|
register: Cláraigh
|
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
|
@@ -62,12 +61,6 @@ gl:
|
|
62
61
|
email: Correo electrónico
|
63
62
|
name: Nome
|
64
63
|
role: Rol
|
65
|
-
errors:
|
66
|
-
models:
|
67
|
-
conference_registration_invite:
|
68
|
-
attributes:
|
69
|
-
email:
|
70
|
-
already_invited: Este correo electrónico xa foi convidado
|
71
64
|
activerecord:
|
72
65
|
models:
|
73
66
|
decidim/conference:
|
@@ -83,7 +76,6 @@ gl:
|
|
83
76
|
admin:
|
84
77
|
actions:
|
85
78
|
confirm: Confirmar
|
86
|
-
new_conference: Nova conferencia
|
87
79
|
send_diplomas: Enviar certificados de asistencia
|
88
80
|
conference_copies:
|
89
81
|
new:
|
@@ -144,7 +136,6 @@ gl:
|
|
144
136
|
form:
|
145
137
|
title: Información xeral
|
146
138
|
index:
|
147
|
-
not_published: Non publicado
|
148
139
|
published: Publicado
|
149
140
|
new:
|
150
141
|
create: Crear
|
@@ -185,7 +176,6 @@ gl:
|
|
185
176
|
conference_invites: Invitacións
|
186
177
|
conference_speakers: Ponentes
|
187
178
|
diploma: Certificado de asistencia
|
188
|
-
info: Información
|
189
179
|
media_links: Ligazóns multimedia
|
190
180
|
moderations: Moderacións
|
191
181
|
partners: Socios
|
@@ -196,7 +186,6 @@ gl:
|
|
196
186
|
conference:
|
197
187
|
fields:
|
198
188
|
created_at: Creado en
|
199
|
-
promoted: Promocionado
|
200
189
|
published: Publicado
|
201
190
|
title: Título
|
202
191
|
conference_speaker:
|
@@ -327,14 +316,14 @@ gl:
|
|
327
316
|
select_user: Seleccionar usuario
|
328
317
|
index:
|
329
318
|
filter:
|
319
|
+
accepted: Aceptada
|
330
320
|
all: Todo
|
321
|
+
rejected: Rexeitado
|
331
322
|
sent: Enviado
|
332
|
-
filter_by: Filtrar por
|
333
323
|
invite_attendee: Invitar asistente
|
334
324
|
invites: Invitacións
|
335
325
|
search: Busca
|
336
326
|
new:
|
337
|
-
explanation: Invitarase ao usuario a participar nunha conferencia. Se o correo electrónico non está rexistrado, tamén serán invitados á organización.
|
338
327
|
invite: Invitar
|
339
328
|
new_invite: Invitar ao usuario
|
340
329
|
conference_registrations:
|
@@ -386,18 +375,11 @@ gl:
|
|
386
375
|
cancel: Cancelar
|
387
376
|
confirm: Confirmar
|
388
377
|
show:
|
389
|
-
free: Gratis
|
390
378
|
going: Indo
|
391
379
|
no_slots_available: Non hai slots dispoñibles
|
392
380
|
registration: Rexistro
|
393
381
|
conference_program:
|
394
|
-
program_meeting:
|
395
|
-
content: Contido
|
396
|
-
location: Localización
|
397
|
-
speakers: Ponentes
|
398
|
-
streaming: Transmisión
|
399
382
|
show:
|
400
|
-
day: Día
|
401
383
|
program: Programa
|
402
384
|
conference_registration_mailer:
|
403
385
|
confirmation:
|
@@ -427,18 +409,12 @@ gl:
|
|
427
409
|
conference_speaker_cell:
|
428
410
|
personal_url:
|
429
411
|
personal_website: Sitio web persoal
|
430
|
-
twitter_handle:
|
431
|
-
go_to_twitter: Ir a Twitter
|
432
|
-
conference_speakers:
|
433
|
-
index:
|
434
|
-
speakers: Ponentes
|
435
412
|
conferences:
|
436
413
|
partners:
|
437
414
|
collaborators: Socios
|
438
415
|
main_promotors: Organizadores
|
439
416
|
show:
|
440
417
|
login_as: Estás conectado como %{name} <%{email}>
|
441
|
-
make_conference_registration: 'Fai a túa inscrición na conferencia:'
|
442
418
|
register: Rexistrarse
|
443
419
|
content_blocks:
|
444
420
|
highlighted_conferences:
|
@@ -446,11 +422,6 @@ gl:
|
|
446
422
|
index:
|
447
423
|
title: Conferencias
|
448
424
|
mailer:
|
449
|
-
conference_registration_mailer:
|
450
|
-
confirmation:
|
451
|
-
subject: O rexistro da túa conferencia foi confirmado
|
452
|
-
pending_validation:
|
453
|
-
subject: A inscrición da túa conferencia está pendente de confirmación
|
454
425
|
invite_join_conference_mailer:
|
455
426
|
invite:
|
456
427
|
subject: Invitación para participar nunha conferencia
|
@@ -481,37 +452,18 @@ gl:
|
|
481
452
|
pages:
|
482
453
|
home:
|
483
454
|
highlighted_conferences:
|
484
|
-
|
485
|
-
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
486
|
-
photo:
|
487
|
-
image:
|
488
|
-
attributes:
|
489
|
-
alt: Imaxe
|
490
|
-
show:
|
491
|
-
close_modal: Pechar modal
|
492
|
-
photo: Foto
|
493
|
-
photos_list:
|
494
|
-
show:
|
495
|
-
related_photos: Fotos
|
455
|
+
active_spaces: Conferencias activas
|
496
456
|
registration_types:
|
497
457
|
index:
|
498
458
|
choose_an_option: 'Elixe a túa opción de rexistro:'
|
499
|
-
login_as: Estás conectado como %{name} <%{email}>
|
500
459
|
no_registrations: Sen rexistros
|
501
460
|
register: Rexistrarse
|
502
461
|
title: Tipos de rexistro
|
503
|
-
shared:
|
504
|
-
conference_user_login:
|
505
|
-
already_account: Xa tes unha conta en decidir?
|
506
|
-
new_user: Novo usuario?
|
507
|
-
sign_in: Iniciar sesión para rexistrarse na conferencia
|
508
|
-
sign_up: Crea unha conta na que decidimos rexistrarte para a conferencia
|
509
462
|
show:
|
510
463
|
details: Detalles
|
511
464
|
introduction: Introdución
|
512
465
|
objectives: Obxectivos
|
513
466
|
related_assemblies: Asembleas relacionadas
|
514
|
-
related_consultations: Consultas relacionadas
|
515
467
|
related_participatory_processes: Procesos participativos relacionados
|
516
468
|
events:
|
517
469
|
conferences:
|
@@ -547,10 +499,6 @@ gl:
|
|
547
499
|
participatory_spaces:
|
548
500
|
conferences:
|
549
501
|
title: Que son as conferencias?
|
550
|
-
log:
|
551
|
-
value_types:
|
552
|
-
conference_presenter:
|
553
|
-
not_found: 'Non se atopou a conferencia na base de datos (ID: %{id})'
|
554
502
|
media:
|
555
503
|
index:
|
556
504
|
description: Ligazóns sobre esta conferencia
|
@@ -567,9 +515,6 @@ gl:
|
|
567
515
|
decidim:
|
568
516
|
conference_hero:
|
569
517
|
register: Rexistrarse
|
570
|
-
conference_widgets:
|
571
|
-
show:
|
572
|
-
take_part: Tomar parte en
|
573
518
|
conferences:
|
574
519
|
conference:
|
575
520
|
more_info: Máis información
|
@@ -580,11 +525,7 @@ gl:
|
|
580
525
|
conferences:
|
581
526
|
one: "%{count} conferencia"
|
582
527
|
other: "%{count} conferencias"
|
583
|
-
promoted_conference:
|
584
|
-
more_info: Máis información
|
585
|
-
take_part: Tomar parte en
|
586
528
|
conferences_nav:
|
587
|
-
conference_menu_item: Información
|
588
529
|
conference_partners_menu_item: Socios
|
589
530
|
conference_speaker_menu_item: Ponentes
|
590
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
|
@@ -72,7 +72,7 @@ hu:
|
|
72
72
|
conference_registration_invite:
|
73
73
|
attributes:
|
74
74
|
email:
|
75
|
-
already_invited: Ezt az
|
75
|
+
already_invited: Ezt az email címet már meghívták.
|
76
76
|
activerecord:
|
77
77
|
models:
|
78
78
|
decidim/conference:
|
@@ -88,7 +88,6 @@ hu:
|
|
88
88
|
admin:
|
89
89
|
actions:
|
90
90
|
confirm: Megerősít
|
91
|
-
new_conference: Új konferencia
|
92
91
|
send_diplomas: Küldési igazolások küldése
|
93
92
|
conference_copies:
|
94
93
|
new:
|
@@ -151,7 +150,6 @@ hu:
|
|
151
150
|
form:
|
152
151
|
title: Általános információ
|
153
152
|
index:
|
154
|
-
not_published: Nem publikált
|
155
153
|
published: Közzétett
|
156
154
|
new:
|
157
155
|
create: Teremt
|
@@ -192,7 +190,6 @@ hu:
|
|
192
190
|
conference_invites: Meghívottak
|
193
191
|
conference_speakers: Előadók
|
194
192
|
diploma: Tanúsítvány a jelenlétről
|
195
|
-
info: Info
|
196
193
|
media_links: Média linkek
|
197
194
|
moderations: moderálások
|
198
195
|
partners: Partnerek
|
@@ -203,7 +200,6 @@ hu:
|
|
203
200
|
conference:
|
204
201
|
fields:
|
205
202
|
created_at: 'Létrehozva:'
|
206
|
-
promoted: Kiemelt
|
207
203
|
published: Közzétett
|
208
204
|
title: Cím
|
209
205
|
conference_speaker:
|
@@ -343,12 +339,11 @@ hu:
|
|
343
339
|
all: Minden
|
344
340
|
rejected: Elutasítva
|
345
341
|
sent: Küldött
|
346
|
-
filter_by: Szűrés vlami alapján
|
347
342
|
invite_attendee: Hívja meg a résztvevőt
|
348
343
|
invites: Meghívottak
|
349
344
|
search: Keresés
|
350
345
|
new:
|
351
|
-
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.
|
352
347
|
invite: Meghívás
|
353
348
|
new_invite: Felhasználó meghívása
|
354
349
|
conference_registrations:
|
@@ -401,18 +396,11 @@ hu:
|
|
401
396
|
cancel: Megszünteti
|
402
397
|
confirm: megerősít
|
403
398
|
show:
|
404
|
-
free: Ingyenes
|
405
399
|
going: Haladó
|
406
400
|
no_slots_available: Nincs szabad hely
|
407
401
|
registration: Regisztráció
|
408
402
|
conference_program:
|
409
|
-
program_meeting:
|
410
|
-
content: Tartalom
|
411
|
-
location: Helyszín
|
412
|
-
speakers: Előadók
|
413
|
-
streaming: Élő közvetítés
|
414
403
|
show:
|
415
|
-
day: Nap
|
416
404
|
program: Program
|
417
405
|
conference_registration_mailer:
|
418
406
|
confirmation:
|
@@ -427,11 +415,9 @@ hu:
|
|
427
415
|
create:
|
428
416
|
invalid: Probléma merült fel a konferencián.
|
429
417
|
success: A konferencia sikeresen csatlakozott.
|
430
|
-
unauthorized: A konferenciára való regisztráció előtt be kell jelentkeznie.
|
431
418
|
decline_invitation:
|
432
419
|
invalid: Hiba történt a meghívás visszautasításában.
|
433
420
|
success: Elutasította a meghívást sikeresen.
|
434
|
-
unauthorized: A meghívás elutasítása előtt be kell jelentkeznie.
|
435
421
|
destroy:
|
436
422
|
invalid: Probléma merült fel a konferencián.
|
437
423
|
success: A konferencia sikeres volt.
|
@@ -444,19 +430,23 @@ hu:
|
|
444
430
|
conference_speaker_cell:
|
445
431
|
personal_url:
|
446
432
|
personal_website: Személyes weboldal
|
447
|
-
twitter_handle:
|
448
|
-
go_to_twitter: Menjen a Twitterre
|
449
433
|
conference_speakers:
|
450
434
|
index:
|
451
|
-
speakers:
|
435
|
+
speakers:
|
436
|
+
one: Előadó
|
437
|
+
other: Előadók
|
452
438
|
conferences:
|
453
439
|
partners:
|
454
440
|
collaborators: Partnerek
|
455
441
|
main_promotors: Szervezők
|
456
442
|
show:
|
443
|
+
already_have_an_account?: Van már fiókja?
|
444
|
+
are_you_new?: Új résztvevő?
|
457
445
|
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
458
|
-
make_conference_registration:
|
446
|
+
make_conference_registration: Regisztráció a konferenciára
|
459
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
|
460
450
|
content_blocks:
|
461
451
|
highlighted_conferences:
|
462
452
|
name: Kiemelt konferenciák
|
@@ -465,9 +455,9 @@ hu:
|
|
465
455
|
mailer:
|
466
456
|
conference_registration_mailer:
|
467
457
|
confirmation:
|
468
|
-
subject:
|
458
|
+
subject: Regisztrációja a konferenciára megerősítésre került.
|
469
459
|
pending_validation:
|
470
|
-
subject: A
|
460
|
+
subject: A regisztráció megerősítése a konferenciára függőben van.
|
471
461
|
invite_join_conference_mailer:
|
472
462
|
invite:
|
473
463
|
subject: Meghívás egy konferenciára való belépéshez
|
@@ -498,37 +488,18 @@ hu:
|
|
498
488
|
pages:
|
499
489
|
home:
|
500
490
|
highlighted_conferences:
|
501
|
-
|
502
|
-
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
503
|
-
photo:
|
504
|
-
image:
|
505
|
-
attributes:
|
506
|
-
alt: Média ké
|
507
|
-
show:
|
508
|
-
close_modal: Modal bezárása
|
509
|
-
photo: Fénykép
|
510
|
-
photos_list:
|
511
|
-
show:
|
512
|
-
related_photos: Fotók
|
491
|
+
active_spaces: Aktív konferenciák
|
513
492
|
registration_types:
|
514
493
|
index:
|
515
494
|
choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
|
516
|
-
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
517
495
|
no_registrations: Nincs regisztráció
|
518
496
|
register: Regisztráció
|
519
497
|
title: Regisztrációs típusok
|
520
|
-
shared:
|
521
|
-
conference_user_login:
|
522
|
-
already_account: Van már fiókod a Decidimben?
|
523
|
-
new_user: Új felhasználó?
|
524
|
-
sign_in: Jelentkezz be a konferenciára való regisztrálásához
|
525
|
-
sign_up: Hozz létre egy fiókot a Decidimben, hogy regisztrálni tudja a konferenciára
|
526
498
|
show:
|
527
499
|
details: Részletek
|
528
500
|
introduction: Bevezetés
|
529
501
|
objectives: célok
|
530
502
|
related_assemblies: Kapcsolódó gyűlések
|
531
|
-
related_consultations: Kapcsolódó konzultációk
|
532
503
|
related_participatory_processes: Kapcsolódó részvételi folyamatok
|
533
504
|
events:
|
534
505
|
conferences:
|
@@ -570,7 +541,7 @@ hu:
|
|
570
541
|
log:
|
571
542
|
value_types:
|
572
543
|
conference_presenter:
|
573
|
-
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}).'
|
574
545
|
media:
|
575
546
|
index:
|
576
547
|
description: Linkek erről a konferenciáról
|
@@ -587,9 +558,6 @@ hu:
|
|
587
558
|
decidim:
|
588
559
|
conference_hero:
|
589
560
|
register: Regisztráció
|
590
|
-
conference_widgets:
|
591
|
-
show:
|
592
|
-
take_part: Részt vesz
|
593
561
|
conferences:
|
594
562
|
conference:
|
595
563
|
more_info: Több információ
|
@@ -600,11 +568,7 @@ hu:
|
|
600
568
|
conferences:
|
601
569
|
one: "%{count} konferencia"
|
602
570
|
other: "%{count} konferencia"
|
603
|
-
promoted_conference:
|
604
|
-
more_info: Több információ
|
605
|
-
take_part: Részt vesz
|
606
571
|
conferences_nav:
|
607
|
-
conference_menu_item: Információ
|
608
572
|
conference_partners_menu_item: Partnerek
|
609
573
|
conference_speaker_menu_item: Hangszórók
|
610
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:
|
@@ -289,14 +278,14 @@ id:
|
|
289
278
|
select_user: Pilih pengguna
|
290
279
|
index:
|
291
280
|
filter:
|
281
|
+
accepted: Diterima
|
292
282
|
all: Semua
|
283
|
+
rejected: Ditolak
|
293
284
|
sent: Terkirim
|
294
|
-
filter_by: Filter berdasarkan
|
295
285
|
invite_attendee: Undang Peserta
|
296
286
|
invites: Undangan
|
297
287
|
search: Pencarian
|
298
288
|
new:
|
299
|
-
explanation: Pengguna akan diundang untuk bergabung dengan konferensi. Jika email tidak terdaftar mereka akan diundang ke organisasi juga.
|
300
289
|
invite: Undang
|
301
290
|
new_invite: Undang pengguna
|
302
291
|
conference_registrations:
|
@@ -347,17 +336,11 @@ id:
|
|
347
336
|
cancel: Membatalkan
|
348
337
|
confirm: Memastikan
|
349
338
|
show:
|
350
|
-
free: Bebas
|
351
339
|
going: Pergi
|
352
340
|
no_slots_available: Tidak ada slot yang tersedia
|
353
341
|
registration: Pendaftaran
|
354
342
|
conference_program:
|
355
|
-
program_meeting:
|
356
|
-
content: Konten
|
357
|
-
speakers: Pembicara
|
358
|
-
streaming: Streaming
|
359
343
|
show:
|
360
|
-
day: Hari
|
361
344
|
program: Program
|
362
345
|
conference_registration_mailer:
|
363
346
|
confirmation:
|
@@ -386,18 +369,12 @@ id:
|
|
386
369
|
conference_speaker_cell:
|
387
370
|
personal_url:
|
388
371
|
personal_website: Situs web pribadi
|
389
|
-
twitter_handle:
|
390
|
-
go_to_twitter: Pergi ke Twitter
|
391
|
-
conference_speakers:
|
392
|
-
index:
|
393
|
-
speakers: Pembicara
|
394
372
|
conferences:
|
395
373
|
partners:
|
396
374
|
collaborators: Mitra
|
397
375
|
main_promotors: Penyelenggara
|
398
376
|
show:
|
399
377
|
login_as: Anda masuk sebagai %{name} <%{email}>
|
400
|
-
make_conference_registration: 'Buat pendaftaran Anda di konferensi:'
|
401
378
|
register: Daftar
|
402
379
|
content_blocks:
|
403
380
|
highlighted_conferences:
|
@@ -405,11 +382,6 @@ id:
|
|
405
382
|
index:
|
406
383
|
title: Konferensi
|
407
384
|
mailer:
|
408
|
-
conference_registration_mailer:
|
409
|
-
confirmation:
|
410
|
-
subject: Pendaftaran konferensi Anda telah dikonfirmasi
|
411
|
-
pending_validation:
|
412
|
-
subject: Pendaftaran konferensi Anda sedang menunggu untuk dikonfirmasi
|
413
385
|
invite_join_conference_mailer:
|
414
386
|
invite:
|
415
387
|
subject: Undangan untuk bergabung dalam konferensi
|
@@ -440,32 +412,17 @@ id:
|
|
440
412
|
pages:
|
441
413
|
home:
|
442
414
|
highlighted_conferences:
|
443
|
-
|
444
|
-
photo:
|
445
|
-
show:
|
446
|
-
close_modal: Tutup modal
|
447
|
-
photo: Foto
|
448
|
-
photos_list:
|
449
|
-
show:
|
450
|
-
related_photos: Foto
|
415
|
+
active_spaces: Konferensi aktif
|
451
416
|
registration_types:
|
452
417
|
index:
|
453
418
|
choose_an_option: 'Pilih opsi pendaftaran Anda:'
|
454
|
-
login_as: Anda masuk sebagai %{name} <%{email}>
|
455
419
|
register: Daftar
|
456
420
|
title: Jenis pendaftaran
|
457
|
-
shared:
|
458
|
-
conference_user_login:
|
459
|
-
already_account: Apakah Anda sudah memiliki akun di desidim?
|
460
|
-
new_user: Pengguna baru?
|
461
|
-
sign_in: Login untuk mendaftar konferensi
|
462
|
-
sign_up: Buat akun di desidim untuk mendaftar konferensi
|
463
421
|
show:
|
464
422
|
details: Detail
|
465
423
|
introduction: pengantar
|
466
424
|
objectives: Tujuan
|
467
425
|
related_assemblies: Rakitan Terkait
|
468
|
-
related_consultations: Konsultasi Terkait
|
469
426
|
related_participatory_processes: Proses Partisipatif Terkait
|
470
427
|
events:
|
471
428
|
conferences:
|
@@ -493,10 +450,6 @@ id:
|
|
493
450
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti konferensi "%{resource_title}". Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
494
451
|
email_subject: Konferensi "%{resource_title}" akan datang!
|
495
452
|
notification_title: Konferensi <a href="%{resource_path}">%{resource_title}</a> akan datang dalam 2 hari.
|
496
|
-
log:
|
497
|
-
value_types:
|
498
|
-
conference_presenter:
|
499
|
-
not_found: 'Konferensi tidak ditemukan di database (ID: %{id})'
|
500
453
|
media:
|
501
454
|
index:
|
502
455
|
description: Tautan tentang konferensi ini
|
@@ -511,9 +464,6 @@ id:
|
|
511
464
|
decidim:
|
512
465
|
conference_hero:
|
513
466
|
register: Daftar
|
514
|
-
conference_widgets:
|
515
|
-
show:
|
516
|
-
take_part: Ambil bagian
|
517
467
|
conferences:
|
518
468
|
conference:
|
519
469
|
more_info: Info lebih lanjut
|
@@ -523,11 +473,7 @@ id:
|
|
523
473
|
order_by_conferences:
|
524
474
|
conferences:
|
525
475
|
other: "%{count} konferensi"
|
526
|
-
promoted_conference:
|
527
|
-
more_info: Info lebih lanjut
|
528
|
-
take_part: Ambil bagian
|
529
476
|
conferences_nav:
|
530
|
-
conference_menu_item: Informasi
|
531
477
|
conference_partners_menu_item: Mitra
|
532
478
|
conference_speaker_menu_item: Pembicara
|
533
479
|
media: Media
|