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/pt.yml
CHANGED
@@ -6,7 +6,6 @@ pt:
|
|
6
6
|
assemblies_ids: Reuniões Relacionadas
|
7
7
|
available_slots: Espaços disponíveis
|
8
8
|
banner_image: Imagem da faixa
|
9
|
-
consultations_ids: Consultas Relacionadas
|
10
9
|
copy_categories: Copiar categorias
|
11
10
|
copy_components: Copiar componentes
|
12
11
|
copy_features: Copiar características
|
@@ -57,18 +56,11 @@ pt:
|
|
57
56
|
conference_meeting_ids: Reuniões relacionadas
|
58
57
|
full_name: Nome completo
|
59
58
|
position: Posição
|
60
|
-
twitter_handle: Identificador do Twitter
|
61
59
|
user_id: Utilizador
|
62
60
|
conference_user_role:
|
63
61
|
email: E-mail
|
64
62
|
name: Nome
|
65
63
|
role: Função
|
66
|
-
errors:
|
67
|
-
models:
|
68
|
-
conference_registration_invite:
|
69
|
-
attributes:
|
70
|
-
email:
|
71
|
-
already_invited: Este e-mail já foi convidado
|
72
64
|
activerecord:
|
73
65
|
models:
|
74
66
|
decidim/conference:
|
@@ -84,7 +76,6 @@ pt:
|
|
84
76
|
admin:
|
85
77
|
actions:
|
86
78
|
confirm: Confirmar
|
87
|
-
new_conference: Nova conferência
|
88
79
|
send_diplomas: Enviar certificados de participação
|
89
80
|
conference_copies:
|
90
81
|
new:
|
@@ -145,7 +136,6 @@ pt:
|
|
145
136
|
form:
|
146
137
|
title: Informação geral
|
147
138
|
index:
|
148
|
-
not_published: Não publicado
|
149
139
|
published: Publicado
|
150
140
|
new:
|
151
141
|
create: Criar
|
@@ -186,7 +176,6 @@ pt:
|
|
186
176
|
conference_invites: Convites
|
187
177
|
conference_speakers: Oradores
|
188
178
|
diploma: Certificado de Participação
|
189
|
-
info: Info
|
190
179
|
media_links: Hiperligações de Multimédia
|
191
180
|
moderations: Moderações
|
192
181
|
partners: Parceiros
|
@@ -197,7 +186,6 @@ pt:
|
|
197
186
|
conference:
|
198
187
|
fields:
|
199
188
|
created_at: Criado em
|
200
|
-
promoted: Realçado
|
201
189
|
published: Publicado
|
202
190
|
title: Título
|
203
191
|
conference_speaker:
|
@@ -320,9 +308,6 @@ pt:
|
|
320
308
|
title: Oradores
|
321
309
|
conferences:
|
322
310
|
admin:
|
323
|
-
conference_copies:
|
324
|
-
form:
|
325
|
-
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
326
311
|
conference_invites:
|
327
312
|
create:
|
328
313
|
error: Ocorreu um problema ao convidar o participante para se juntar à conferência.
|
@@ -339,12 +324,10 @@ pt:
|
|
339
324
|
all: Todos
|
340
325
|
rejected: Rejeitado
|
341
326
|
sent: Enviei
|
342
|
-
filter_by: Filtrar por
|
343
327
|
invite_attendee: Convidar participante
|
344
328
|
invites: Convites
|
345
329
|
search: Pesquisar
|
346
330
|
new:
|
347
|
-
explanation: O participante será convidado a participar numa conferência. Se o seu e-mail não estiver registado, será convidado para a organização também.
|
348
331
|
invite: Convidar
|
349
332
|
new_invite: Convidar participante
|
350
333
|
conference_registrations:
|
@@ -364,7 +347,6 @@ pt:
|
|
364
347
|
registrations_count:
|
365
348
|
one: Ocorreu 1 registo.
|
366
349
|
other: Ocorreram %{count} registos.
|
367
|
-
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
368
350
|
diplomas:
|
369
351
|
edit:
|
370
352
|
save: Guardar
|
@@ -397,18 +379,11 @@ pt:
|
|
397
379
|
cancel: Cancelar
|
398
380
|
confirm: Confirmar
|
399
381
|
show:
|
400
|
-
free: Livre
|
401
382
|
going: Participantes
|
402
383
|
no_slots_available: Não há slots disponíveis
|
403
384
|
registration: Registo
|
404
385
|
conference_program:
|
405
|
-
program_meeting:
|
406
|
-
content: Conteúdo
|
407
|
-
location: Localização
|
408
|
-
speakers: Oradores
|
409
|
-
streaming: Transmissão
|
410
386
|
show:
|
411
|
-
day: Dia
|
412
387
|
program: Programa
|
413
388
|
conference_registration_mailer:
|
414
389
|
confirmation:
|
@@ -430,7 +405,6 @@ pt:
|
|
430
405
|
invalid: Ocorreu um problema ao sair desta conferência.
|
431
406
|
success: Saiu da conferência corretamente.
|
432
407
|
conference_speaker:
|
433
|
-
go_to_twitter: Vá para o Twitter
|
434
408
|
more_info: mais informações
|
435
409
|
personal_website: Sítio pessoal
|
436
410
|
show:
|
@@ -439,18 +413,12 @@ pt:
|
|
439
413
|
conference_speaker_cell:
|
440
414
|
personal_url:
|
441
415
|
personal_website: Sítio pessoal
|
442
|
-
twitter_handle:
|
443
|
-
go_to_twitter: Vá para o Twitter
|
444
|
-
conference_speakers:
|
445
|
-
index:
|
446
|
-
speakers: Oradores
|
447
416
|
conferences:
|
448
417
|
partners:
|
449
418
|
collaborators: Parceiros
|
450
419
|
main_promotors: Organizadores
|
451
420
|
show:
|
452
421
|
login_as: Iniciou sessão como %{name} <%{email}>
|
453
|
-
make_conference_registration: 'Realize o seu registo na conferência:'
|
454
422
|
register: Registar
|
455
423
|
content_blocks:
|
456
424
|
highlighted_conferences:
|
@@ -458,11 +426,6 @@ pt:
|
|
458
426
|
index:
|
459
427
|
title: Conferências
|
460
428
|
mailer:
|
461
|
-
conference_registration_mailer:
|
462
|
-
confirmation:
|
463
|
-
subject: O seu registo da conferência foi confirmado
|
464
|
-
pending_validation:
|
465
|
-
subject: O seu registo da conferência está pendente de confirmação
|
466
429
|
invite_join_conference_mailer:
|
467
430
|
invite:
|
468
431
|
subject: Convite para se juntar a uma conferência
|
@@ -493,37 +456,18 @@ pt:
|
|
493
456
|
pages:
|
494
457
|
home:
|
495
458
|
highlighted_conferences:
|
496
|
-
|
497
|
-
conferences_button_title: Ligação para a página de Conferências que mostra todas as conferências
|
498
|
-
photo:
|
499
|
-
image:
|
500
|
-
attributes:
|
501
|
-
alt: Imagem multimédia
|
502
|
-
show:
|
503
|
-
close_modal: Fechar modal
|
504
|
-
photo: Imagem
|
505
|
-
photos_list:
|
506
|
-
show:
|
507
|
-
related_photos: Imagens
|
459
|
+
active_spaces: Conferências ativas
|
508
460
|
registration_types:
|
509
461
|
index:
|
510
462
|
choose_an_option: 'Escolha a sua opção de registo:'
|
511
|
-
login_as: Iniciou sessão como %{name} <%{email}>
|
512
463
|
no_registrations: Sem registos
|
513
464
|
register: Registar
|
514
465
|
title: Tipos de registo
|
515
|
-
shared:
|
516
|
-
conference_user_login:
|
517
|
-
already_account: Já tem uma conta em decidim?
|
518
|
-
new_user: Novo utilizador?
|
519
|
-
sign_in: Inicie sessão para se registar na conferência
|
520
|
-
sign_up: Crie uma conta em decidim para se inscrever na conferência
|
521
466
|
show:
|
522
467
|
details: Detalhes
|
523
468
|
introduction: Introdução
|
524
469
|
objectives: Objetivos
|
525
470
|
related_assemblies: Reuniões relacionadas
|
526
|
-
related_consultations: Consultas Relacionadas
|
527
471
|
related_participatory_processes: Processos participativos relacionados
|
528
472
|
events:
|
529
473
|
conferences:
|
@@ -562,10 +506,6 @@ pt:
|
|
562
506
|
contextual: "<p>Uma <strong>conferência</strong> é uma colecção de reuniões organizadas num programa, com um número de pessoas convidadas como oradores, e outras áreas de informação típicas a congressos ou eventos sociais de grande dimensão (registo, lista de organizações que apoiam ou patrocinam o evento, etc.).</p><p>Exemplos: A conferência pode ser um evento relevante para uma organização e para os seus membros, ou ter lugar como parte dum processo participativo ou seguir uma consultação.</p>"
|
563
507
|
page: "<p>Uma <strong>conferência</strong> é uma colecção de reuniões organizadas num programa, com um número de pessoas convidadas como oradores, e outras áreas de informação típicas a congressos ou eventos sociais de grande dimensão (registo, lista de organizações que apoiam ou patrocinam o evento, etc.).</p><p>Exemplos: A conferência pode ser um evento relevante para uma organização e para os seus membros, ou ter lugar como parte dum processo participativo ou seguir uma consultação.</p>"
|
564
508
|
title: O que são as conferências?
|
565
|
-
log:
|
566
|
-
value_types:
|
567
|
-
conference_presenter:
|
568
|
-
not_found: 'A conferência não foi encontrada na base de dados (ID: %{id})'
|
569
509
|
media:
|
570
510
|
index:
|
571
511
|
description: Hiperligações sobre esta conferência
|
@@ -582,9 +522,6 @@ pt:
|
|
582
522
|
decidim:
|
583
523
|
conference_hero:
|
584
524
|
register: Registar
|
585
|
-
conference_widgets:
|
586
|
-
show:
|
587
|
-
take_part: Fazer parte
|
588
525
|
conferences:
|
589
526
|
conference:
|
590
527
|
more_info: Mais informações
|
@@ -595,11 +532,7 @@ pt:
|
|
595
532
|
conferences:
|
596
533
|
one: "%{count} conferência"
|
597
534
|
other: "%{count} conferências"
|
598
|
-
promoted_conference:
|
599
|
-
more_info: Mais informações
|
600
|
-
take_part: Fazer parte
|
601
535
|
conferences_nav:
|
602
|
-
conference_menu_item: Informação
|
603
536
|
conference_partners_menu_item: Parceiros
|
604
537
|
conference_speaker_menu_item: Oradores
|
605
538
|
media: Multimédia
|
data/config/locales/ro-RO.yml
CHANGED
@@ -6,7 +6,6 @@ ro:
|
|
6
6
|
assemblies_ids: Grupuri de lucru asociate
|
7
7
|
available_slots: Locuri disponibile
|
8
8
|
banner_image: Imagine pentru banner
|
9
|
-
consultations_ids: Consultări asociate
|
10
9
|
copy_categories: Copiază categoriile
|
11
10
|
copy_components: Copiază componentele
|
12
11
|
copy_features: Copiază funcționalitățile
|
@@ -34,6 +33,7 @@ ro:
|
|
34
33
|
slug: URL slug
|
35
34
|
start_date: Data de început
|
36
35
|
title: Titlu
|
36
|
+
weight: Poziție
|
37
37
|
conference_media_link:
|
38
38
|
date: Dată
|
39
39
|
link: Link
|
@@ -63,7 +63,6 @@ ro:
|
|
63
63
|
personal_url: URL personal
|
64
64
|
position: Poziție
|
65
65
|
short_bio: Biografie scurtă
|
66
|
-
twitter_handle: Responsabil Twitter
|
67
66
|
user_id: Utilizator
|
68
67
|
conference_user_role:
|
69
68
|
email: E-mail
|
@@ -74,7 +73,7 @@ ro:
|
|
74
73
|
conference_registration_invite:
|
75
74
|
attributes:
|
76
75
|
email:
|
77
|
-
already_invited:
|
76
|
+
already_invited: Această adresă a fost deja invitată.
|
78
77
|
activerecord:
|
79
78
|
models:
|
80
79
|
decidim/conference:
|
@@ -93,7 +92,6 @@ ro:
|
|
93
92
|
admin:
|
94
93
|
actions:
|
95
94
|
confirm: Confirmare
|
96
|
-
new_conference: Conferință nouă
|
97
95
|
send_diplomas: Trimite certificate de prezență
|
98
96
|
conference_copies:
|
99
97
|
new:
|
@@ -156,7 +154,6 @@ ro:
|
|
156
154
|
form:
|
157
155
|
title: Informaţii generale
|
158
156
|
index:
|
159
|
-
not_published: Nu este publicat
|
160
157
|
published: Publicat
|
161
158
|
new:
|
162
159
|
create: Creează
|
@@ -197,7 +194,6 @@ ro:
|
|
197
194
|
conference_invites: Invitații
|
198
195
|
conference_speakers: Vorbitori
|
199
196
|
diploma: Certificat de participare
|
200
|
-
info: Info
|
201
197
|
media_links: Link-uri media
|
202
198
|
moderations: Moderatii
|
203
199
|
partners: Parteneri
|
@@ -208,7 +204,6 @@ ro:
|
|
208
204
|
conference:
|
209
205
|
fields:
|
210
206
|
created_at: Creat la
|
211
|
-
promoted: Evident
|
212
207
|
published: Publicat
|
213
208
|
title: Titlu
|
214
209
|
conference_speaker:
|
@@ -332,9 +327,6 @@ ro:
|
|
332
327
|
title: Vorbitori
|
333
328
|
conferences:
|
334
329
|
admin:
|
335
|
-
conference_copies:
|
336
|
-
form:
|
337
|
-
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
338
330
|
conference_invites:
|
339
331
|
create:
|
340
332
|
error: A apărut o problemă la invitarea participantului să participe la conferinţă.
|
@@ -351,7 +343,6 @@ ro:
|
|
351
343
|
all: Toate
|
352
344
|
rejected: Respins
|
353
345
|
sent: Trimis
|
354
|
-
filter_by: Filtrare după
|
355
346
|
invite_attendee: Invite participant
|
356
347
|
invites: Invitații
|
357
348
|
search: Caută
|
@@ -377,7 +368,6 @@ ro:
|
|
377
368
|
one: A existat o înregistrare.
|
378
369
|
few: Au fost %{count} înregistrări.
|
379
370
|
other: Au fost %{count} înregistrări.
|
380
|
-
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
381
371
|
diplomas:
|
382
372
|
edit:
|
383
373
|
save: Salvează
|
@@ -411,18 +401,11 @@ ro:
|
|
411
401
|
cancel: Anulează
|
412
402
|
confirm: Confirmare
|
413
403
|
show:
|
414
|
-
free: Gratuit
|
415
404
|
going: Participare
|
416
405
|
no_slots_available: Niciun slot disponibil
|
417
406
|
registration: Înregistrare
|
418
407
|
conference_program:
|
419
|
-
program_meeting:
|
420
|
-
content: Conținut
|
421
|
-
location: Locație
|
422
|
-
speakers: Vorbitori
|
423
|
-
streaming: Streaming
|
424
408
|
show:
|
425
|
-
day: Zi
|
426
409
|
program: Program
|
427
410
|
conference_registration_mailer:
|
428
411
|
confirmation:
|
@@ -437,16 +420,13 @@ ro:
|
|
437
420
|
create:
|
438
421
|
invalid: A apărut o problemă la această conferință.
|
439
422
|
success: V-aţi alăturat cu succes conferinţei.
|
440
|
-
unauthorized: Trebuie să te autentifici înainte de a te înregistra la conferință.
|
441
423
|
decline_invitation:
|
442
424
|
invalid: A existat o problemă la refuzarea invitaţiei.
|
443
425
|
success: Ați refuzat cu succes invitația.
|
444
|
-
unauthorized: Trebuie să te autentifici înainte de a refuza invitația.
|
445
426
|
destroy:
|
446
427
|
invalid: A apărut o problemă la ieşirea din această conferinţă.
|
447
428
|
success: Aţi părăsit cu succes conferinţa.
|
448
429
|
conference_speaker:
|
449
|
-
go_to_twitter: Mergi la Twitter
|
450
430
|
more_info: mai multe informații
|
451
431
|
personal_website: Website personal
|
452
432
|
show:
|
@@ -455,18 +435,19 @@ ro:
|
|
455
435
|
conference_speaker_cell:
|
456
436
|
personal_url:
|
457
437
|
personal_website: Website personal
|
458
|
-
twitter_handle:
|
459
|
-
go_to_twitter: Mergi la Twitter
|
460
438
|
conference_speakers:
|
461
439
|
index:
|
462
|
-
speakers:
|
440
|
+
speakers:
|
441
|
+
one: Vorbitor
|
442
|
+
few: Vorbitori
|
443
|
+
other: Vorbitori
|
463
444
|
conferences:
|
464
445
|
partners:
|
465
446
|
collaborators: Parteneri
|
466
447
|
main_promotors: Organizatori
|
467
448
|
show:
|
468
449
|
login_as: Ești contectat ca %{name} <%{email}>
|
469
|
-
make_conference_registration:
|
450
|
+
make_conference_registration: Înregistrați-vă la conferință
|
470
451
|
register: Inregistrare
|
471
452
|
content_blocks:
|
472
453
|
highlighted_conferences:
|
@@ -476,9 +457,9 @@ ro:
|
|
476
457
|
mailer:
|
477
458
|
conference_registration_mailer:
|
478
459
|
confirmation:
|
479
|
-
subject: Înregistrarea
|
460
|
+
subject: Înregistrarea la conferință a fost confirmată.
|
480
461
|
pending_validation:
|
481
|
-
subject: Înregistrarea
|
462
|
+
subject: Înregistrarea la conferință este în curs de confirmare.
|
482
463
|
invite_join_conference_mailer:
|
483
464
|
invite:
|
484
465
|
subject: Invitație de a participa la o conferință
|
@@ -509,37 +490,18 @@ ro:
|
|
509
490
|
pages:
|
510
491
|
home:
|
511
492
|
highlighted_conferences:
|
512
|
-
|
513
|
-
conferences_button_title: Link către pagina de conferințe care afișează toate conferințele
|
514
|
-
photo:
|
515
|
-
image:
|
516
|
-
attributes:
|
517
|
-
alt: Poză media
|
518
|
-
show:
|
519
|
-
close_modal: Închide fereastra
|
520
|
-
photo: Imagine
|
521
|
-
photos_list:
|
522
|
-
show:
|
523
|
-
related_photos: Imagini
|
493
|
+
active_spaces: Conferințe active
|
524
494
|
registration_types:
|
525
495
|
index:
|
526
496
|
choose_an_option: 'Alegeți opțiunea de înregistrare:'
|
527
|
-
login_as: Ești contectat ca %{name} <%{email}>
|
528
497
|
no_registrations: Fără înregistrări
|
529
498
|
register: Inregistrare
|
530
499
|
title: Tipuri de înregistrare
|
531
|
-
shared:
|
532
|
-
conference_user_login:
|
533
|
-
already_account: Ai deja un cont în decidim?
|
534
|
-
new_user: Utilizator nou?
|
535
|
-
sign_in: Conectează-te pentru a te înregistra la conferință
|
536
|
-
sign_up: Creează un cont în platforma Decidem pentru a vă înregistra la conferință
|
537
500
|
show:
|
538
501
|
details: Detalii
|
539
502
|
introduction: Introducere
|
540
503
|
objectives: Obiective
|
541
504
|
related_assemblies: Grupuri de lucru asociate
|
542
|
-
related_consultations: Consultări asociate
|
543
505
|
related_participatory_processes: Procese participative asociate
|
544
506
|
events:
|
545
507
|
conferences:
|
@@ -581,7 +543,7 @@ ro:
|
|
581
543
|
log:
|
582
544
|
value_types:
|
583
545
|
conference_presenter:
|
584
|
-
not_found: 'Conferința nu a fost găsită în baza de date (ID: %{id})'
|
546
|
+
not_found: 'Conferința nu a fost găsită în baza de date (ID: %{id}).'
|
585
547
|
media:
|
586
548
|
index:
|
587
549
|
description: Legături despre această conferință
|
@@ -598,9 +560,6 @@ ro:
|
|
598
560
|
decidim:
|
599
561
|
conference_hero:
|
600
562
|
register: Inregistrare
|
601
|
-
conference_widgets:
|
602
|
-
show:
|
603
|
-
take_part: Participă
|
604
563
|
conferences:
|
605
564
|
conference:
|
606
565
|
more_info: Mai multe informații
|
@@ -612,11 +571,7 @@ ro:
|
|
612
571
|
one: "%{count} conferință"
|
613
572
|
few: "%{count} conferințe"
|
614
573
|
other: "%{count} conferințe"
|
615
|
-
promoted_conference:
|
616
|
-
more_info: Mai multe informații
|
617
|
-
take_part: Participă
|
618
574
|
conferences_nav:
|
619
|
-
conference_menu_item: Informare
|
620
575
|
conference_partners_menu_item: Parteneri
|
621
576
|
conference_speaker_menu_item: Vorbitori
|
622
577
|
media: Media
|
data/config/locales/sk.yml
CHANGED
@@ -5,7 +5,6 @@ sk:
|
|
5
5
|
conference:
|
6
6
|
assemblies_ids: Podobné zhromaždenia
|
7
7
|
banner_image: Obrázok banneru
|
8
|
-
consultations_ids: Podobné Konzultácie
|
9
8
|
copy_categories: Kopírovať kategórie
|
10
9
|
copy_components: Kopírovať komponenty
|
11
10
|
copy_features: Kopírovať prvky
|
@@ -29,12 +28,6 @@ sk:
|
|
29
28
|
email: E-mail
|
30
29
|
name: Meno
|
31
30
|
role: Rola
|
32
|
-
errors:
|
33
|
-
models:
|
34
|
-
conference_registration_invite:
|
35
|
-
attributes:
|
36
|
-
email:
|
37
|
-
already_invited: Tento e-mail už obdržal pozvánku
|
38
31
|
activerecord:
|
39
32
|
models:
|
40
33
|
decidim/conference:
|
@@ -56,7 +49,6 @@ sk:
|
|
56
49
|
admin:
|
57
50
|
actions:
|
58
51
|
confirm: Potvrdiť
|
59
|
-
new_conference: Nová konferencia
|
60
52
|
send_diplomas: Zaslať certifikáty o účasti
|
61
53
|
conference_copies:
|
62
54
|
new:
|
@@ -117,7 +109,6 @@ sk:
|
|
117
109
|
form:
|
118
110
|
title: Všeobecné informácie
|
119
111
|
index:
|
120
|
-
not_published: Neuverejnené
|
121
112
|
published: Zverejnené
|
122
113
|
new:
|
123
114
|
create: Vytvoriť
|
@@ -158,7 +149,6 @@ sk:
|
|
158
149
|
conference_invites: Pozvánky
|
159
150
|
conference_speakers: Rečníci
|
160
151
|
diploma: Certifikát účasti
|
161
|
-
info: Informácie
|
162
152
|
media_links: Mediálne odkazy
|
163
153
|
moderations: Moderácia
|
164
154
|
partners: Partneri
|
@@ -169,7 +159,6 @@ sk:
|
|
169
159
|
conference:
|
170
160
|
fields:
|
171
161
|
created_at: Vytvorené
|
172
|
-
promoted: Zvýraznené
|
173
162
|
published: Zverejnené
|
174
163
|
title: Názov
|
175
164
|
conference_speaker:
|
@@ -287,9 +276,6 @@ sk:
|
|
287
276
|
title: Rečníci
|
288
277
|
conferences:
|
289
278
|
admin:
|
290
|
-
conference_copies:
|
291
|
-
form:
|
292
|
-
slug_help: 'Krátke URL odkazy sa používajú na tvorbu URL odkazov na túto konferenciu. Povolené sú iba písmená, čísla, pomlčky, a musia začínať písmenom. Príklad: %{url}'
|
293
279
|
conference_invites:
|
294
280
|
create:
|
295
281
|
error: Nastal problém s pozývaním účastníka na konferenciu.
|
@@ -306,12 +292,10 @@ sk:
|
|
306
292
|
all: Všetko
|
307
293
|
rejected: Odmietnuté
|
308
294
|
sent: Odoslané
|
309
|
-
filter_by: Filtrovať podľa
|
310
295
|
invite_attendee: Pozvať účastníka
|
311
296
|
invites: Pozvánky
|
312
297
|
search: Hľadať
|
313
298
|
new:
|
314
|
-
explanation: Tento účastník bude pozvaný na účasť na konferencii. Ak jeho e-mail ešte nie je registrovaný, bude pozvaný aj k účasti na platforme.
|
315
299
|
invite: Pozvať
|
316
300
|
new_invite: Pozvať účastníka
|
317
301
|
conference_registrations:
|
@@ -333,7 +317,6 @@ sk:
|
|
333
317
|
few: Sú tu %{count} registrácie.
|
334
318
|
many: Je tu %{count} registrácií.
|
335
319
|
other: Je tu %{count} registrácií.
|
336
|
-
slug_help: 'Krátke URL odkazy sa používajú na tvorbu URL odkazov na túto konferenciu. Povolené sú iba písmená, čísla, pomlčky, a musia začínať písmenom. Príklad: %{url}'
|
337
320
|
diplomas:
|
338
321
|
edit:
|
339
322
|
save: Uložiť
|
@@ -366,17 +349,11 @@ sk:
|
|
366
349
|
cancel: Zrušiť
|
367
350
|
confirm: Potvrdiť
|
368
351
|
show:
|
369
|
-
free: Zadarmo
|
370
352
|
going: Účastníci
|
371
353
|
no_slots_available: Žiadne voľné miesta
|
372
354
|
registration: Registrácia
|
373
355
|
conference_program:
|
374
|
-
program_meeting:
|
375
|
-
content: Obsah
|
376
|
-
speakers: Rečníci
|
377
|
-
streaming: Streamovanie
|
378
356
|
show:
|
379
|
-
day: Deň
|
380
357
|
program: Program
|
381
358
|
conference_registration_mailer:
|
382
359
|
confirmation:
|
@@ -398,7 +375,6 @@ sk:
|
|
398
375
|
invalid: Vyskytol sa problém s opustením tejto konferencie.
|
399
376
|
success: Úspešne ste opustili konferenciu.
|
400
377
|
conference_speaker:
|
401
|
-
go_to_twitter: Ísť na Twitter
|
402
378
|
more_info: viac informácií
|
403
379
|
personal_website: Osobná stránka
|
404
380
|
show:
|
@@ -406,18 +382,12 @@ sk:
|
|
406
382
|
conference_speaker_cell:
|
407
383
|
personal_url:
|
408
384
|
personal_website: Osobná stránka
|
409
|
-
twitter_handle:
|
410
|
-
go_to_twitter: Ísť na Twitter
|
411
|
-
conference_speakers:
|
412
|
-
index:
|
413
|
-
speakers: Rečníci
|
414
385
|
conferences:
|
415
386
|
partners:
|
416
387
|
collaborators: Partneri
|
417
388
|
main_promotors: Organizátori
|
418
389
|
show:
|
419
390
|
login_as: Ste prihlásení ako %{name} %{email}
|
420
|
-
make_conference_registration: 'Zaregistrujte sa na konferenciu:'
|
421
391
|
register: Registrovať
|
422
392
|
content_blocks:
|
423
393
|
highlighted_conferences:
|
@@ -425,11 +395,6 @@ sk:
|
|
425
395
|
index:
|
426
396
|
title: Konferencie
|
427
397
|
mailer:
|
428
|
-
conference_registration_mailer:
|
429
|
-
confirmation:
|
430
|
-
subject: Vaša registrácia na konferenciu bola potvrdená
|
431
|
-
pending_validation:
|
432
|
-
subject: Vaša registrácia na konferenciu čaká na potvrdenie
|
433
398
|
invite_join_conference_mailer:
|
434
399
|
invite:
|
435
400
|
subject: Pozvánka na konferenciu
|
@@ -460,35 +425,17 @@ sk:
|
|
460
425
|
pages:
|
461
426
|
home:
|
462
427
|
highlighted_conferences:
|
463
|
-
|
464
|
-
photo:
|
465
|
-
image:
|
466
|
-
attributes:
|
467
|
-
alt: Obrázok
|
468
|
-
show:
|
469
|
-
close_modal: Zavrieť okno
|
470
|
-
photo: Obrázok
|
471
|
-
photos_list:
|
472
|
-
show:
|
473
|
-
related_photos: Obrázky
|
428
|
+
active_spaces: Aktívne konferencie
|
474
429
|
registration_types:
|
475
430
|
index:
|
476
431
|
choose_an_option: 'Zvoľte si možnosti registrácie:'
|
477
|
-
login_as: Ste prihlásení ako %{name} %{email}
|
478
432
|
register: Registrovať
|
479
433
|
title: Typy registrácie
|
480
|
-
shared:
|
481
|
-
conference_user_login:
|
482
|
-
already_account: Máte už účet na platforme decidim?
|
483
|
-
new_user: Nový užívateľ?
|
484
|
-
sign_in: Prihláste sa pre registráciu na konferencii
|
485
|
-
sign_up: Vytvorte si účet na platforme pre registráciu na konferenciu
|
486
434
|
show:
|
487
435
|
details: Detaily
|
488
436
|
introduction: Úvod
|
489
437
|
objectives: Ciele
|
490
438
|
related_assemblies: Súvisiace zhromaždenia
|
491
|
-
related_consultations: Súvisiace Konzultácie
|
492
439
|
related_participatory_processes: Súvisiace participatívne procesy
|
493
440
|
events:
|
494
441
|
conferences:
|
@@ -516,10 +463,6 @@ sk:
|
|
516
463
|
email_outro: Túto notifikáciu ste dostali, pretože sledujete konferenciu "%{resource_title}". Notifikácie môžete zrušiť po kliknutí na predchádzajúci odkaz.
|
517
464
|
email_subject: Konferencia "%{resource_title}" je tu!
|
518
465
|
notification_title: Konferencia <a href="%{resource_path}">%{resource_title}</a> sa koná o 2 dni.
|
519
|
-
log:
|
520
|
-
value_types:
|
521
|
-
conference_presenter:
|
522
|
-
not_found: 'Konferencia nebola nájdená v databáze (ID: %{id})'
|
523
466
|
media:
|
524
467
|
index:
|
525
468
|
description: Odkazy ku konferencii
|
@@ -534,9 +477,6 @@ sk:
|
|
534
477
|
decidim:
|
535
478
|
conference_hero:
|
536
479
|
register: Registrovať
|
537
|
-
conference_widgets:
|
538
|
-
show:
|
539
|
-
take_part: Zapojte sa
|
540
480
|
conferences:
|
541
481
|
conference:
|
542
482
|
more_info: Viac informácií
|
@@ -549,11 +489,7 @@ sk:
|
|
549
489
|
few: "%{count} konferencií"
|
550
490
|
many: "%{count} konferencií"
|
551
491
|
other: "%{count} konferencií"
|
552
|
-
promoted_conference:
|
553
|
-
more_info: Viac informácií
|
554
|
-
take_part: Zapojte sa
|
555
492
|
conferences_nav:
|
556
|
-
conference_menu_item: Informácie
|
557
493
|
conference_partners_menu_item: Partneri
|
558
494
|
conference_speaker_menu_item: Rečníci
|
559
495
|
media: Médiá
|
data/config/locales/sl.yml
CHANGED
@@ -30,12 +30,9 @@ sl:
|
|
30
30
|
create: Ustvari
|
31
31
|
conferences:
|
32
32
|
conference_speaker:
|
33
|
-
go_to_twitter: Pojdi na Twitter
|
34
33
|
personal_website: Osebno spletno mesto
|
35
34
|
conference_speaker_cell:
|
36
35
|
personal_url:
|
37
36
|
personal_website: Osebno spletno mesto
|
38
|
-
twitter_handle:
|
39
|
-
go_to_twitter: Pojdi na Twitter
|
40
37
|
show:
|
41
38
|
related_assemblies: Povezane združbe
|
@@ -0,0 +1 @@
|
|
1
|
+
sq:
|