decidim-conferences 0.24.0 → 0.25.0.rc1
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_m_cell.rb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/conference_speaker_cell.rb +3 -3
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +1 -1
- data/app/cells/decidim/conferences/partner_cell.rb +2 -2
- data/app/commands/decidim/conferences/admin/copy_conference.rb +9 -2
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +4 -2
- data/app/commands/decidim/conferences/admin/update_conference.rb +5 -10
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +5 -9
- data/app/commands/decidim/conferences/admin/update_diploma.rb +2 -2
- data/app/commands/decidim/conferences/admin/update_partner.rb +5 -5
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +0 -2
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +3 -3
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +1 -5
- data/app/controllers/decidim/conferences/admin/diplomas_controller.rb +2 -4
- data/app/forms/decidim/conferences/admin/conference_form.rb +5 -4
- data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
- data/app/forms/decidim/conferences/admin/partner_form.rb +2 -2
- data/app/models/decidim/conference.rb +8 -8
- data/app/models/decidim/conference_speaker.rb +2 -2
- data/app/models/decidim/conferences/partner.rb +2 -2
- data/app/packs/entrypoints/decidim_conferences_admin.js +7 -0
- data/app/{assets/images/decidim/conferences/conference.svg → packs/images/decidim/conferences/decidim_conferences.svg} +0 -0
- data/app/{assets/javascripts/decidim/conferences/admin/conference_invite_form.es6 → packs/src/decidim/conferences/admin/conference_invite_form.js} +3 -3
- data/app/{assets/javascripts/decidim/conferences/admin/conference_speakers.js.es6 → packs/src/decidim/conferences/admin/conference_speakers.js} +3 -3
- data/app/packs/src/decidim/conferences/admin/conferences.js +27 -0
- data/app/{assets/stylesheet → packs/stylesheets}/decidim/conferences/conferences.scss +0 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +8 -22
- data/app/queries/decidim/conferences/admin/admin_users.rb +24 -11
- data/app/uploaders/decidim/conferences/diploma_uploader.rb +4 -2
- data/app/uploaders/decidim/conferences/partner_logo_uploader.rb +5 -5
- data/app/uploaders/decidim/cw/conferences/diploma_uploader.rb +14 -0
- data/app/uploaders/decidim/cw/conferences/partner_logo_uploader.rb +15 -0
- data/app/views/decidim/conferences/admin/conference_copies/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +1 -3
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +4 -4
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -1
- data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +2 -2
- data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +5 -5
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +3 -3
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -3
- data/app/views/devise/mailer/join_conference.html.erb +5 -5
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/admin/conference.html.erb +4 -106
- data/app/views/layouts/decidim/conference.html.erb +2 -2
- data/app/views/layouts/decidim/diploma.html.erb +1 -1
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +6 -18
- data/config/locales/ca.yml +44 -18
- data/config/locales/cs.yml +46 -20
- data/config/locales/de.yml +10 -18
- data/config/locales/el.yml +6 -18
- data/config/locales/en.yml +44 -18
- data/config/locales/es-MX.yml +44 -18
- data/config/locales/es-PY.yml +44 -18
- data/config/locales/es.yml +44 -18
- data/config/locales/eu.yml +6 -18
- data/config/locales/fi-plain.yml +44 -18
- data/config/locales/fi.yml +44 -18
- data/config/locales/fr-CA.yml +7 -18
- data/config/locales/fr-LU.yml +577 -0
- data/config/locales/fr.yml +7 -18
- data/config/locales/gl.yml +58 -18
- data/config/locales/hu.yml +6 -18
- data/config/locales/id-ID.yml +6 -18
- data/config/locales/it.yml +55 -18
- data/config/locales/ja.yml +49 -18
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +6 -17
- data/config/locales/nl.yml +176 -144
- data/config/locales/no.yml +6 -18
- data/config/locales/pl.yml +33 -26
- data/config/locales/pt-BR.yml +65 -18
- data/config/locales/pt.yml +6 -18
- data/config/locales/ro-RO.yml +30 -18
- data/config/locales/sk.yml +6 -18
- data/config/locales/sl.yml +0 -2
- data/config/locales/sv.yml +47 -17
- data/config/locales/tr-TR.yml +6 -18
- data/config/locales/zh-CN.yml +6 -18
- data/db/migrate/20210408204953_allow_null_logo_column_in_decidim_conferences_partners_table.rb +7 -0
- data/lib/decidim/api/conference_partner_type.rb +4 -0
- data/lib/decidim/api/conference_speaker_type.rb +4 -0
- data/lib/decidim/api/conference_type.rb +9 -1
- data/lib/decidim/conferences/admin_engine.rb +138 -8
- data/lib/decidim/conferences/engine.rb +6 -9
- data/lib/decidim/conferences/participatory_space.rb +40 -7
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +27 -25
- data/app/assets/config/admin/decidim_conferences_manifest.js +0 -3
- data/app/assets/config/decidim_conferences_manifest.js +0 -2
- data/app/assets/javascripts/decidim/conferences/admin/conferences.js.es6 +0 -30
- data/app/assets/javascripts/decidim/conferences/conferences.js.es6 +0 -0
- data/app/views/decidim/conferences/conferences/_statistics.html.erb +0 -10
- data/config/locales/ja-JP.yml +0 -575
@@ -1,7 +1,7 @@
|
|
1
1
|
<% add_decidim_page_title(translated_attribute(current_component.name)) if try(:current_component) %>
|
2
2
|
<% add_decidim_page_title(translated_attribute(current_participatory_space.title)) %>
|
3
3
|
<% add_decidim_meta_tags(
|
4
|
-
image_url: current_participatory_space.banner_image.
|
4
|
+
image_url: current_participatory_space.attached_uploader(:banner_image).path,
|
5
5
|
description: translated_attribute(current_participatory_space.short_description),
|
6
6
|
) %>
|
7
7
|
|
@@ -24,4 +24,4 @@
|
|
24
24
|
<% end %>
|
25
25
|
<% end %>
|
26
26
|
|
27
|
-
<% provide :meta_image_url, current_participatory_space.banner_image.
|
27
|
+
<% provide :meta_image_url, current_participatory_space.attached_uploader(:banner_image).path %>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width">
|
6
|
-
<%=
|
6
|
+
<%= wicked_pdf_stylesheet_pack_tag "decidim_conference_diploma" %>
|
7
7
|
</head>
|
8
8
|
<body>
|
9
9
|
<%= yield %>
|
data/config/assets.rb
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
base_path = File.expand_path("..", __dir__)
|
4
|
+
|
5
|
+
Decidim::Webpacker.register_path("#{base_path}/app/packs")
|
6
|
+
Decidim::Webpacker.register_entrypoints(
|
7
|
+
decidim_conferences_admin: "#{base_path}/app/packs/entrypoints/decidim_conferences_admin.js"
|
8
|
+
)
|
9
|
+
Decidim::Webpacker.register_stylesheet_import("stylesheets/decidim/conferences/conferences")
|
data/config/locales/ar.yml
CHANGED
@@ -22,6 +22,12 @@ ar:
|
|
22
22
|
slogan: شعار
|
23
23
|
slug: سبيكة العنوان الشبكي
|
24
24
|
title: عنوان
|
25
|
+
conference_media_link:
|
26
|
+
weight: وزن
|
27
|
+
conference_partner:
|
28
|
+
weight: وزن
|
29
|
+
conference_registration_type:
|
30
|
+
weight: وزن
|
25
31
|
conference_speaker:
|
26
32
|
full_name: الاسم الكامل
|
27
33
|
conference_user_role:
|
@@ -217,7 +223,6 @@ ar:
|
|
217
223
|
price: السعر
|
218
224
|
registrations_count: عدد التسجيلات
|
219
225
|
title: عنوان
|
220
|
-
weight: وزن
|
221
226
|
name: نوع التسجيل
|
222
227
|
partners:
|
223
228
|
create:
|
@@ -498,23 +503,6 @@ ar:
|
|
498
503
|
related_assemblies: الجمعيات ذات الصلة
|
499
504
|
related_consultations: المشاورات ذات الصلة
|
500
505
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
501
|
-
statistics:
|
502
|
-
answers_count: الأجوبة
|
503
|
-
comments_count: تعليقات
|
504
|
-
conference_count: المؤتمرات
|
505
|
-
debates_count: المناقشات
|
506
|
-
endorsements_count: موافقات
|
507
|
-
headline: نشاط
|
508
|
-
meetings_count: اجتماعات
|
509
|
-
orders_count: الدعم
|
510
|
-
pages_count: صفحات
|
511
|
-
posts_count: المشاركات
|
512
|
-
projects_count: مشاريع
|
513
|
-
proposals_count: اقتراحات
|
514
|
-
results_count: النتائج
|
515
|
-
surveys_count: الدراسات الاستقصائية
|
516
|
-
users_count: المشاركين
|
517
|
-
votes_count: الدعم
|
518
506
|
events:
|
519
507
|
conferences:
|
520
508
|
conference_registration_confirmed:
|
data/config/locales/ca.yml
CHANGED
@@ -3,6 +3,7 @@ ca:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Assemblees relacionades
|
6
|
+
available_slots: Places disponibles
|
6
7
|
banner_image: Imatge de banner
|
7
8
|
consultations_ids: Consultes relacionades
|
8
9
|
copy_categories: Copiar categories
|
@@ -10,20 +11,59 @@ ca:
|
|
10
11
|
copy_features: Copiar funcionalitats
|
11
12
|
decidim_scope_id: Àmbit
|
12
13
|
description: Descripció
|
14
|
+
end_date: Data de fi
|
13
15
|
hashtag: Hashtag
|
14
16
|
hero_image: Imatge de la pàgina d'inici
|
17
|
+
location: Ubicació
|
18
|
+
main_logo: Logo principal
|
19
|
+
objectives: Objectius
|
15
20
|
participatory_processes_ids: Processos participatius relacionats
|
16
21
|
promoted: Destacada
|
17
22
|
published_at: Publicat a
|
23
|
+
registration_terms: Condicions d'inscripció
|
24
|
+
registrations_enabled: Inscripcions habilitades
|
18
25
|
scope_id: Àmbit
|
19
26
|
scopes_enabled: Àmbits habilitats
|
20
27
|
short_description: Breu descripció
|
21
28
|
show_statistics: Mostrar estadístiques
|
29
|
+
sign_date: Data de signatura
|
30
|
+
signature: Signatura
|
31
|
+
signature_name: nom de la signatura
|
22
32
|
slogan: Eslògan
|
23
33
|
slug: URL amigable
|
34
|
+
start_date: Data d'inici
|
35
|
+
title: Títol
|
36
|
+
conference_media_link:
|
37
|
+
date: Data
|
38
|
+
link: Enllaç
|
39
|
+
title: Títol
|
40
|
+
weight: Pes
|
41
|
+
conference_partner:
|
42
|
+
link: Enllaç
|
43
|
+
logo: Logo
|
44
|
+
name: Nom
|
45
|
+
partner_type: Tipus de col·laboració
|
46
|
+
weight: Pes
|
47
|
+
conference_registration_invite:
|
48
|
+
email: Correu electrònic
|
49
|
+
name: Nom
|
50
|
+
registration_type_id: Tipus d'inscripció
|
51
|
+
user_id: Usuària
|
52
|
+
conference_registration_type:
|
53
|
+
description: Descripció
|
54
|
+
price: Cost
|
24
55
|
title: Títol
|
56
|
+
weight: Pes
|
25
57
|
conference_speaker:
|
58
|
+
affiliation: Afiliació
|
59
|
+
avatar: Imatge de perfil
|
60
|
+
conference_meeting_ids: Trobades relacionades
|
26
61
|
full_name: Nom complet
|
62
|
+
personal_url: URL personal
|
63
|
+
position: Càrrec
|
64
|
+
short_bio: Bio curta
|
65
|
+
twitter_handle: Compte de Twitter
|
66
|
+
user_id: Usuària
|
27
67
|
conference_user_role:
|
28
68
|
email: Correu electrònic
|
29
69
|
name: Nom
|
@@ -206,7 +246,7 @@ ca:
|
|
206
246
|
price: Preu
|
207
247
|
registrations_count: Nombre d'inscripcions
|
208
248
|
title: Títol
|
209
|
-
weight:
|
249
|
+
weight: Ordre de posició
|
210
250
|
name: Tipus d'inscripció
|
211
251
|
partners:
|
212
252
|
create:
|
@@ -461,6 +501,7 @@ ca:
|
|
461
501
|
home:
|
462
502
|
highlighted_conferences:
|
463
503
|
active_conferences: Jornades actives
|
504
|
+
conferences_button_title: Enllaç a la pàgina de Conferències mostrant totes les conferències
|
464
505
|
see_all_conferences: Veure totes les jornades
|
465
506
|
photo:
|
466
507
|
image:
|
@@ -492,23 +533,6 @@ ca:
|
|
492
533
|
related_assemblies: Assemblees relacionades
|
493
534
|
related_consultations: Consultes relacionades
|
494
535
|
related_participatory_processes: Processos participatius relacionats
|
495
|
-
statistics:
|
496
|
-
answers_count: Respostes
|
497
|
-
comments_count: Comentaris
|
498
|
-
conference_count: Jornades
|
499
|
-
debates_count: Debats
|
500
|
-
endorsements_count: Adhesions
|
501
|
-
headline: Activitat
|
502
|
-
meetings_count: Trobades
|
503
|
-
orders_count: Donar suport
|
504
|
-
pages_count: Pàgines
|
505
|
-
posts_count: Publicacions
|
506
|
-
projects_count: Projectes
|
507
|
-
proposals_count: Propostes
|
508
|
-
results_count: Resultats
|
509
|
-
surveys_count: Enquestes
|
510
|
-
users_count: Participants
|
511
|
-
votes_count: Suports
|
512
536
|
events:
|
513
537
|
conferences:
|
514
538
|
conference_registration_confirmed:
|
@@ -556,6 +580,8 @@ ca:
|
|
556
580
|
title: Multimedia i enllaços
|
557
581
|
menu:
|
558
582
|
conferences: Jornades
|
583
|
+
statistics:
|
584
|
+
conferences_count: Jornades
|
559
585
|
devise:
|
560
586
|
mailer:
|
561
587
|
join_conference:
|
data/config/locales/cs.yml
CHANGED
@@ -3,6 +3,7 @@ cs:
|
|
3
3
|
attributes:
|
4
4
|
conference:
|
5
5
|
assemblies_ids: Související shromáždění
|
6
|
+
available_slots: Dostupné sloty
|
6
7
|
banner_image: Obrázek banneru
|
7
8
|
consultations_ids: Související konzultace
|
8
9
|
copy_categories: Kopírovat kategorie
|
@@ -10,20 +11,59 @@ cs:
|
|
10
11
|
copy_features: Funkce kopírování
|
11
12
|
decidim_scope_id: Oblast působnosti
|
12
13
|
description: Popis
|
14
|
+
end_date: Datum ukončení
|
13
15
|
hashtag: Hashtag
|
14
16
|
hero_image: Obrázek na hlavní stránce
|
17
|
+
location: Lokalita
|
18
|
+
main_logo: Hlavní logo
|
19
|
+
objectives: Cíle
|
15
20
|
participatory_processes_ids: Související procesy účasti
|
16
21
|
promoted: Propagováno
|
17
22
|
published_at: Publikováno v
|
23
|
+
registration_terms: Podmínky registrace
|
24
|
+
registrations_enabled: Registrace povoleny
|
18
25
|
scope_id: Oblast působnosti
|
19
26
|
scopes_enabled: Oblasti působnosti povoleny
|
20
27
|
short_description: Stručný popis
|
21
28
|
show_statistics: Zobrazit statistiky
|
29
|
+
sign_date: Datum podpisu
|
30
|
+
signature: Podpis
|
31
|
+
signature_name: podpisové jméno
|
22
32
|
slogan: Motto
|
23
33
|
slug: URL slug
|
34
|
+
start_date: Datum zahájení
|
24
35
|
title: Titul
|
36
|
+
conference_media_link:
|
37
|
+
date: Datum
|
38
|
+
link: Odkaz
|
39
|
+
title: Název
|
40
|
+
weight: Váha
|
41
|
+
conference_partner:
|
42
|
+
link: Odkaz
|
43
|
+
logo: Logo
|
44
|
+
name: Název
|
45
|
+
partner_type: Typ partnera
|
46
|
+
weight: Váha
|
47
|
+
conference_registration_invite:
|
48
|
+
email: E-mail
|
49
|
+
name: Jméno
|
50
|
+
registration_type_id: Typ registrace
|
51
|
+
user_id: Uživatel
|
52
|
+
conference_registration_type:
|
53
|
+
description: Popis
|
54
|
+
price: Cena
|
55
|
+
title: Oslovení
|
56
|
+
weight: Váha
|
25
57
|
conference_speaker:
|
58
|
+
affiliation: Příslušnost
|
59
|
+
avatar: Avatar
|
60
|
+
conference_meeting_ids: Související schůzky
|
26
61
|
full_name: Celé jméno
|
62
|
+
personal_url: Osobní adresa Url
|
63
|
+
position: Pozice
|
64
|
+
short_bio: Krátký životopis
|
65
|
+
twitter_handle: Twitter účet
|
66
|
+
user_id: Uživatel
|
27
67
|
conference_user_role:
|
28
68
|
email: E-mail
|
29
69
|
name: název
|
@@ -210,9 +250,9 @@ cs:
|
|
210
250
|
fields:
|
211
251
|
conference_meetings: Setkání konference
|
212
252
|
price: Cena
|
213
|
-
registrations_count:
|
253
|
+
registrations_count: Počet registrací
|
214
254
|
title: Název
|
215
|
-
weight:
|
255
|
+
weight: Pozice v řazení
|
216
256
|
name: Typ registrace
|
217
257
|
partners:
|
218
258
|
create:
|
@@ -309,7 +349,7 @@ cs:
|
|
309
349
|
index:
|
310
350
|
filter:
|
311
351
|
accepted: Přijato
|
312
|
-
all:
|
352
|
+
all: Vše
|
313
353
|
rejected: Odmítnuto
|
314
354
|
sent: Odesláno
|
315
355
|
filter_by: Filtrovat podle
|
@@ -469,6 +509,7 @@ cs:
|
|
469
509
|
home:
|
470
510
|
highlighted_conferences:
|
471
511
|
active_conferences: Aktivní konference
|
512
|
+
conferences_button_title: Odkaz na stránku Konference zobrazující všechny konference
|
472
513
|
see_all_conferences: Podívejte se na všechny konference
|
473
514
|
photo:
|
474
515
|
image:
|
@@ -500,23 +541,6 @@ cs:
|
|
500
541
|
related_assemblies: Související sestavy
|
501
542
|
related_consultations: Související konzultace
|
502
543
|
related_participatory_processes: Související procesy účasti
|
503
|
-
statistics:
|
504
|
-
answers_count: Odpovědi
|
505
|
-
comments_count: Komentáře
|
506
|
-
conference_count: Konference
|
507
|
-
debates_count: Debaty
|
508
|
-
endorsements_count: Schválení
|
509
|
-
headline: Aktivita
|
510
|
-
meetings_count: Setkání
|
511
|
-
orders_count: Hlasy
|
512
|
-
pages_count: Stránky
|
513
|
-
posts_count: Příspěvky
|
514
|
-
projects_count: Projekty
|
515
|
-
proposals_count: Návrhy
|
516
|
-
results_count: Výsledek
|
517
|
-
surveys_count: Průzkumy
|
518
|
-
users_count: Účastníci
|
519
|
-
votes_count: Hlasy
|
520
544
|
events:
|
521
545
|
conferences:
|
522
546
|
conference_registration_confirmed:
|
@@ -564,6 +588,8 @@ cs:
|
|
564
588
|
title: Média a odkazy
|
565
589
|
menu:
|
566
590
|
conferences: Konference
|
591
|
+
statistics:
|
592
|
+
conferences_count: Konference
|
567
593
|
devise:
|
568
594
|
mailer:
|
569
595
|
join_conference:
|
data/config/locales/de.yml
CHANGED
@@ -22,6 +22,12 @@ de:
|
|
22
22
|
slogan: Slogan
|
23
23
|
slug: URL-Block
|
24
24
|
title: Titel
|
25
|
+
conference_media_link:
|
26
|
+
weight: Gewicht
|
27
|
+
conference_partner:
|
28
|
+
weight: Gewicht
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Gewicht
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Vollständiger Name
|
27
33
|
conference_user_role:
|
@@ -206,7 +212,7 @@ de:
|
|
206
212
|
price: Preis
|
207
213
|
registrations_count: Registrierungen zählen
|
208
214
|
title: Titel
|
209
|
-
weight:
|
215
|
+
weight: Bestellposition
|
210
216
|
name: Registrierungstyp
|
211
217
|
partners:
|
212
218
|
create:
|
@@ -461,6 +467,7 @@ de:
|
|
461
467
|
home:
|
462
468
|
highlighted_conferences:
|
463
469
|
active_conferences: Aktive Konferenzen
|
470
|
+
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
464
471
|
see_all_conferences: Alle Konferenzen anzeigen
|
465
472
|
photo:
|
466
473
|
image:
|
@@ -492,23 +499,6 @@ de:
|
|
492
499
|
related_assemblies: Ähnliche Gremien
|
493
500
|
related_consultations: Verwandte Konsultationen
|
494
501
|
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
495
|
-
statistics:
|
496
|
-
answers_count: Antworten
|
497
|
-
comments_count: Bemerkungen
|
498
|
-
conference_count: Konferenzen
|
499
|
-
debates_count: Debatten
|
500
|
-
endorsements_count: Empfehlungen
|
501
|
-
headline: Aktivität
|
502
|
-
meetings_count: Meetings
|
503
|
-
orders_count: Stimmen
|
504
|
-
pages_count: Seiten
|
505
|
-
posts_count: Beiträge
|
506
|
-
projects_count: Projekte
|
507
|
-
proposals_count: Vorschläge
|
508
|
-
results_count: Ergebnisse
|
509
|
-
surveys_count: Umfragen
|
510
|
-
users_count: Teilnehmer
|
511
|
-
votes_count: Stimmen
|
512
502
|
events:
|
513
503
|
conferences:
|
514
504
|
conference_registration_confirmed:
|
@@ -556,6 +546,8 @@ de:
|
|
556
546
|
title: Medien und Links
|
557
547
|
menu:
|
558
548
|
conferences: Konferenzen
|
549
|
+
statistics:
|
550
|
+
conferences_count: Konferenzen
|
559
551
|
devise:
|
560
552
|
mailer:
|
561
553
|
join_conference:
|
data/config/locales/el.yml
CHANGED
@@ -22,6 +22,12 @@ el:
|
|
22
22
|
slogan: Σύνθημα
|
23
23
|
slug: Slug διεύθυνσης URL
|
24
24
|
title: Τίτλος
|
25
|
+
conference_media_link:
|
26
|
+
weight: Βάρος
|
27
|
+
conference_partner:
|
28
|
+
weight: Βάρος
|
29
|
+
conference_registration_type:
|
30
|
+
weight: Βάρος
|
25
31
|
conference_speaker:
|
26
32
|
full_name: Ονοματεπώνυμο
|
27
33
|
conference_user_role:
|
@@ -206,7 +212,6 @@ el:
|
|
206
212
|
price: Τιμή
|
207
213
|
registrations_count: Αριθμός εγγραφών
|
208
214
|
title: Τίτλος
|
209
|
-
weight: Βάρος
|
210
215
|
name: Τύπος εγγραφής
|
211
216
|
partners:
|
212
217
|
create:
|
@@ -486,23 +491,6 @@ el:
|
|
486
491
|
related_assemblies: Σχετικές συνελεύσεις
|
487
492
|
related_consultations: Σχετικές διαβουλεύσεις
|
488
493
|
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
489
|
-
statistics:
|
490
|
-
answers_count: Απαντήσεις
|
491
|
-
comments_count: Σχόλια
|
492
|
-
conference_count: Διασκέψεις
|
493
|
-
debates_count: Συζητήσεις
|
494
|
-
endorsements_count: Επιδοκιμασίες
|
495
|
-
headline: Δραστηριότητα
|
496
|
-
meetings_count: Συσκέψεις
|
497
|
-
orders_count: Υποστηρίξεις
|
498
|
-
pages_count: Σελίδες
|
499
|
-
posts_count: Δημοσιεύσεις
|
500
|
-
projects_count: Έργα
|
501
|
-
proposals_count: Προτάσεις
|
502
|
-
results_count: Αποτελέσματα
|
503
|
-
surveys_count: Έρευνες
|
504
|
-
users_count: Συμμετέχοντες
|
505
|
-
votes_count: Υποστηρίξεις
|
506
494
|
events:
|
507
495
|
conferences:
|
508
496
|
conference_registration_confirmed:
|
data/config/locales/en.yml
CHANGED
@@ -4,6 +4,7 @@ en:
|
|
4
4
|
attributes:
|
5
5
|
conference:
|
6
6
|
assemblies_ids: Related Assemblies
|
7
|
+
available_slots: Available slots
|
7
8
|
banner_image: Banner image
|
8
9
|
consultations_ids: Related Consultations
|
9
10
|
copy_categories: Copy categories
|
@@ -11,20 +12,59 @@ en:
|
|
11
12
|
copy_features: Copy features
|
12
13
|
decidim_scope_id: Scope
|
13
14
|
description: Description
|
15
|
+
end_date: End date
|
14
16
|
hashtag: Hashtag
|
15
17
|
hero_image: Home image
|
18
|
+
location: Location
|
19
|
+
main_logo: Main logo
|
20
|
+
objectives: Objectives
|
16
21
|
participatory_processes_ids: Related participatory processes
|
17
22
|
promoted: Highlighted
|
18
23
|
published_at: Published at
|
24
|
+
registration_terms: Registration terms
|
25
|
+
registrations_enabled: Registrations enabled
|
19
26
|
scope_id: Scope
|
20
27
|
scopes_enabled: Scopes enabled
|
21
28
|
short_description: Short description
|
22
29
|
show_statistics: Show statistics
|
30
|
+
sign_date: Sign date
|
31
|
+
signature: Signature
|
32
|
+
signature_name: signature name
|
23
33
|
slogan: Slogan
|
24
34
|
slug: URL slug
|
35
|
+
start_date: Start date
|
36
|
+
title: Title
|
37
|
+
conference_media_link:
|
38
|
+
date: Date
|
39
|
+
link: Link
|
40
|
+
title: Title
|
41
|
+
weight: Weight
|
42
|
+
conference_partner:
|
43
|
+
link: Link
|
44
|
+
logo: Logo
|
45
|
+
name: Name
|
46
|
+
partner_type: Partner type
|
47
|
+
weight: Weight
|
48
|
+
conference_registration_invite:
|
49
|
+
email: Email
|
50
|
+
name: Name
|
51
|
+
registration_type_id: Registration type
|
52
|
+
user_id: User
|
53
|
+
conference_registration_type:
|
54
|
+
description: Description
|
55
|
+
price: Price
|
25
56
|
title: Title
|
57
|
+
weight: Weight
|
26
58
|
conference_speaker:
|
59
|
+
affiliation: Affiliation
|
60
|
+
avatar: Avatar
|
61
|
+
conference_meeting_ids: Related meetings
|
27
62
|
full_name: Full name
|
63
|
+
personal_url: Personal url
|
64
|
+
position: Position
|
65
|
+
short_bio: Short Bio
|
66
|
+
twitter_handle: Twitter handle
|
67
|
+
user_id: User
|
28
68
|
conference_user_role:
|
29
69
|
email: Email
|
30
70
|
name: Name
|
@@ -207,7 +247,7 @@ en:
|
|
207
247
|
price: Price
|
208
248
|
registrations_count: Registrations count
|
209
249
|
title: Title
|
210
|
-
weight:
|
250
|
+
weight: Order position
|
211
251
|
name: Registration type
|
212
252
|
partners:
|
213
253
|
create:
|
@@ -462,6 +502,7 @@ en:
|
|
462
502
|
home:
|
463
503
|
highlighted_conferences:
|
464
504
|
active_conferences: Active conferences
|
505
|
+
conferences_button_title: Link to the Conferences page displaying all the conferences
|
465
506
|
see_all_conferences: See all conferences
|
466
507
|
photo:
|
467
508
|
image:
|
@@ -493,23 +534,6 @@ en:
|
|
493
534
|
related_assemblies: Related assemblies
|
494
535
|
related_consultations: Related Consultations
|
495
536
|
related_participatory_processes: Related participatory processes
|
496
|
-
statistics:
|
497
|
-
answers_count: Answers
|
498
|
-
comments_count: Comments
|
499
|
-
conference_count: Conferences
|
500
|
-
debates_count: Debates
|
501
|
-
endorsements_count: Endorsements
|
502
|
-
headline: Activity
|
503
|
-
meetings_count: Meetings
|
504
|
-
orders_count: Supports
|
505
|
-
pages_count: Pages
|
506
|
-
posts_count: Posts
|
507
|
-
projects_count: Projects
|
508
|
-
proposals_count: Proposals
|
509
|
-
results_count: Results
|
510
|
-
surveys_count: Surveys
|
511
|
-
users_count: Participants
|
512
|
-
votes_count: Supports
|
513
537
|
events:
|
514
538
|
conferences:
|
515
539
|
conference_registration_confirmed:
|
@@ -557,6 +581,8 @@ en:
|
|
557
581
|
title: Media and Links
|
558
582
|
menu:
|
559
583
|
conferences: Conferences
|
584
|
+
statistics:
|
585
|
+
conferences_count: Conferences
|
560
586
|
devise:
|
561
587
|
mailer:
|
562
588
|
join_conference:
|