decidim-conferences 0.25.0.rc4 → 0.26.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conferences/conference_speaker/show.erb +14 -11
  3. data/app/cells/decidim/conferences/conference_speaker_cell.rb +2 -4
  4. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +12 -0
  5. data/app/cells/decidim/conferences/photo/show.erb +1 -1
  6. data/app/cells/decidim/conferences/photo_cell.rb +1 -1
  7. data/app/cells/decidim/conferences/registration_type/registration_confirm.erb +1 -1
  8. data/app/cells/decidim/conferences/registration_type_cell.rb +1 -1
  9. data/app/commands/decidim/conferences/admin/create_conference_admin.rb +1 -1
  10. data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +11 -4
  11. data/app/models/decidim/conference_meeting.rb +3 -1
  12. data/app/models/decidim/conference_user_role.rb +20 -0
  13. data/app/presenters/decidim/conference_speaker_presenter.rb +10 -0
  14. data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +7 -6
  15. data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -1
  16. data/app/views/decidim/conferences/conference_program/_program_meeting.html.erb +1 -1
  17. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
  18. data/app/views/decidim/conferences/conferences/show.html.erb +3 -3
  19. data/config/locales/cs.yml +1 -1
  20. data/config/locales/el.yml +49 -0
  21. data/config/locales/eu.yml +83 -24
  22. data/config/locales/fr-CA.yml +37 -0
  23. data/config/locales/fr.yml +37 -0
  24. data/config/locales/ga-IE.yml +204 -0
  25. data/config/locales/ja.yml +21 -21
  26. data/config/locales/lb-LU.yml +529 -0
  27. data/config/locales/lb.yml +532 -0
  28. data/config/locales/pl.yml +16 -1
  29. data/config/locales/pt-BR.yml +1 -1
  30. data/config/locales/pt.yml +50 -0
  31. data/config/locales/ro-RO.yml +41 -27
  32. data/config/locales/sv.yml +1 -0
  33. data/config/locales/val-ES.yml +1 -0
  34. data/lib/decidim/conferences/admin_engine.rb +3 -1
  35. data/lib/decidim/conferences/engine.rb +4 -0
  36. data/lib/decidim/conferences/participatory_space.rb +12 -1
  37. data/lib/decidim/conferences/test/factories.rb +48 -1
  38. data/lib/decidim/conferences/version.rb +1 -1
  39. metadata +16 -14
@@ -3,6 +3,7 @@ eu:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: Lotutako Batzarrak
6
+ available_slots: Leku libreak
6
7
  banner_image: Banner irudia
7
8
  consultations_ids: Lotutako kontsultak
8
9
  copy_categories: Kopiatu kategoriak
@@ -10,26 +11,59 @@ eu:
10
11
  copy_features: Kopiatu ezaugarriak
11
12
  decidim_scope_id: esparrua
12
13
  description: deskribapena
14
+ end_date: Amaiera-data
13
15
  hashtag: hashtag
14
16
  hero_image: Hasiera irudia
17
+ location: Kokapena
18
+ main_logo: Logo nagusia
19
+ objectives: Helburuak
15
20
  participatory_processes_ids: Parte hartutako prozesu erlazionatuak
16
21
  promoted: sustatuta
17
22
  published_at: Argitaratu at
23
+ registration_terms: Izen-ematearen irizpideak eta baldintzak
24
+ registrations_enabled: Gaitu izen-emateak
18
25
  scope_id: esparrua
19
26
  scopes_enabled: Scopes gaituta
20
27
  short_description: Deskribapen laburra
21
28
  show_statistics: Erakutsi estatistikak
22
- slogan: leloa
23
- slug: URL slug
29
+ sign_date: Sinatze-data
30
+ signature: Sinadura
31
+ signature_name: sinaduraren izena
32
+ slogan: Leloa
33
+ slug: URL laburra
34
+ start_date: Hasiera-data
24
35
  title: Izenburua
25
36
  conference_media_link:
26
- weight: pisu
37
+ date: Data
38
+ link: Lotura
39
+ title: Izenburua
40
+ weight: Pisua
27
41
  conference_partner:
28
- weight: pisu
42
+ link: Lotura
43
+ logo: Logoa
44
+ name: Izena
45
+ partner_type: Lankidetza mota
46
+ weight: Pisua
47
+ conference_registration_invite:
48
+ email: Helbide elektronikoa
49
+ name: Izena
50
+ registration_type_id: Erregistro mota
51
+ user_id: Erabiltzailea
29
52
  conference_registration_type:
30
- weight: pisu
53
+ description: Deskribapena
54
+ price: Prezioa
55
+ title: Izenburua
56
+ weight: Pisua
31
57
  conference_speaker:
58
+ affiliation: Kidetza
59
+ avatar: Avatarra
60
+ conference_meeting_ids: Honekin lotutako topaketak
32
61
  full_name: Izen osoa
62
+ personal_url: URL pertsonala
63
+ position: Kokapena
64
+ short_bio: Biografia laburra
65
+ twitter_handle: Twitter kontua
66
+ user_id: Erabiltzailea
33
67
  conference_user_role:
34
68
  email: Emaila
35
69
  name: izena
@@ -112,7 +146,7 @@ eu:
112
146
  error: Errore bat gertatu da konferentzia berri bat sortzean.
113
147
  success: Konferentzia ondo sortu da.
114
148
  edit:
115
- update: eguneratzearen
149
+ update: Eguneratu
116
150
  exports:
117
151
  registrations: Izen-emateak
118
152
  form:
@@ -143,10 +177,10 @@ eu:
143
177
  media_links_title: Media Links
144
178
  new:
145
179
  create: Sortu
146
- title: Media Link
180
+ title: Multimedia Lotura
147
181
  update:
148
- error: Errore bat gertatu da komunikazio-esteka hau eguneratzean.
149
- success: Media Link eguneratu behar bezala.
182
+ error: Errore bat gertatu da multimedia link hau eguneratzean.
183
+ success: Multimedia linka behar bezala eguneratuta.
150
184
  menu:
151
185
  conferences: Jardunaldiak
152
186
  conferences_submenu:
@@ -178,28 +212,29 @@ eu:
178
212
  affiliation: Afiliazioa
179
213
  full_name: Izen osoa
180
214
  position: Kargua
181
- name: Hitzaldi Hizlaria
215
+ name: Hizlaria
182
216
  conference_user_role:
183
217
  fields:
184
218
  email: Emaila
185
219
  name: izena
186
- role: Role
187
- name: Konferentzia Erabiltzailea
220
+ role: Rola
221
+ name: Jardunaldiaren administratzailea
188
222
  roles:
189
223
  admin: Administrator
190
- collaborator: Kolaboratzaile
191
- moderator: Moderatzaile
224
+ collaborator: Kolaboratzailea
225
+ moderator: Moderatzailea
226
+ valuator: Ebaluatzailea
192
227
  media_link:
193
228
  fields:
194
- date: data
195
- link: Link
229
+ date: Data
230
+ link: Linka
196
231
  title: Izenburua
197
- name: Media Link
232
+ name: Multimedia linka
198
233
  partner:
199
234
  fields:
200
- link: Link
201
- logo: Logotipo
202
- name: izena
235
+ link: Linka
236
+ logo: Logotipoa
237
+ name: Izena
203
238
  partner_type: Mota
204
239
  name: Partner
205
240
  types:
@@ -207,10 +242,11 @@ eu:
207
242
  main_promotor: Garapen nagusia
208
243
  registration_type:
209
244
  fields:
210
- conference_meetings: Bilera bilerak
245
+ conference_meetings: Hitzaldiaren topaketak
211
246
  price: Prezioa
212
247
  registrations_count: Erregistroak zenbatzea
213
248
  title: Izenburua
249
+ weight: Kokapenaren hurrenkera
214
250
  name: Izen-emate mota
215
251
  partners:
216
252
  create:
@@ -270,6 +306,10 @@ eu:
270
306
  conferences:
271
307
  conference_registration:
272
308
  confirm: "%{user_name} Kongresuko matrikula bat baieztatu da %{resource_name} Kongresuan"
309
+ partner:
310
+ create: "%{user_name} k sortu zuen %{resource_name} aurrekontua %{space_name} esparruan"
311
+ delete: "%{user_name} k ezabatu zuen %{resource_name} erabiltzailea %{space_name} batzarrean"
312
+ update: "%{user_name} k eguneratu zuen %{resource_name} erabiltzailea %{space_name} batzarrean"
273
313
  registration_type:
274
314
  create: "%{user_name} sortutako %{resource_name} matrikula mota %{space_name} konferentzia"
275
315
  publish: "%{user_name} argitaratutako %{resource_name} izen-emate mota %{space_name} biltzarrean"
@@ -334,7 +374,7 @@ eu:
334
374
  slug_help: 'URL slugs erabiltzen dira konferentzia honetara bidaltzen dituzten URLak sortzeko. Letrak, zenbakiak eta marratxoak soilik onartzen ditu eta letra batekin hasi behar duzu. Adibidea: %{url}'
335
375
  diplomas:
336
376
  edit:
337
- save: Save
377
+ save: Gorde
338
378
  title: Asistentzia ziurtagiria
339
379
  invite_join_conference_mailer:
340
380
  invite:
@@ -402,6 +442,7 @@ eu:
402
442
  personal_website: Webgune pertsonala
403
443
  show:
404
444
  more_info: informazio gehiago
445
+ speaking_at: Hartzen du parte hemen
405
446
  conference_speaker_cell:
406
447
  personal_url:
407
448
  personal_website: Webgune pertsonala
@@ -460,11 +501,15 @@ eu:
460
501
  home:
461
502
  highlighted_conferences:
462
503
  active_conferences: Jardunaldi aktiboak
504
+ conferences_button_title: Lotura batzar guztiak erakusten dituen Batzarren orrialdera
463
505
  see_all_conferences: Ikusi hitzaldi guztiak
464
506
  photo:
507
+ image:
508
+ attributes:
509
+ alt: Multimedia-irudia
465
510
  show:
466
- close_modal: Itxi modal
467
- photo: photo
511
+ close_modal: Itxi leihoa
512
+ photo: Irudia
468
513
  photos_list:
469
514
  show:
470
515
  related_photos: Argazkiak
@@ -472,6 +517,7 @@ eu:
472
517
  index:
473
518
  choose_an_option: 'Aukeratu zure erregistro-aukera:'
474
519
  login_as: '%{name} <%{email}> gisa erregistratuta zaude'
520
+ no_registrations: Ez dago izen-ematerik
475
521
  register: Eman izena
476
522
  title: Izen-emate motak
477
523
  shared:
@@ -508,11 +554,22 @@ eu:
508
554
  email_outro: Jakinarazpen hau jaso duzu delako "%{resource_title}" konferentzia jarraituz. Aurreko esteka estekan jarrai dezakezu.
509
555
  email_subject: Kongresuaren "%{resource_title}" erregistroak gaitu ditu.
510
556
  notification_title: <a href="%{resource_path}">%{resource_title}</a> bilkurak erregistroak gaitu ditu.
557
+ role_assigned:
558
+ email_intro: '%{role} rola esleitu zaizu <a href="%{resource_title}"> batzarrean.'
559
+ email_outro: Jakinarazpen hau jaso duzu %{role} rola esleitu dizutelako "%{resource_title}" batzarrean.
560
+ email_subject: '%{role} rola esleitu zaizu <a href="%{resource_title}"> batzarrean.'
561
+ notification_title: '%{role} rola esleitu zaizu <a href="%{resource_url}">%{resource_title}</a> batzarrean.'
511
562
  upcoming_conference:
512
563
  email_intro: '"%{resource_title}" konferentzia egiten ari da 2 egunetan. Bere orrialdearen azalpena irakur dezakezu:'
513
564
  email_outro: Jakinarazpen hau jaso duzu delako "%{resource_title}" konferentzia jarraituz. Aurreko esteka estekan jarrai dezakezu.
514
565
  email_subject: Biltzarra "%{resource_title}" dator!
515
566
  notification_title: <a href="%{resource_path}">%{resource_title}</a> konferentzia 2 egunetan egongo da.
567
+ help:
568
+ participatory_spaces:
569
+ conferences:
570
+ contextual: "</p>Programa batean antolatutako bileren bilduma bat da. Bertan, hizlari gisa gonbidatutako pertsonak daude, baita biltzar handietako edo gizarte-ekitaldietako ohiko informazio-eremuak ere (erregistroa, ekitaldia babesten edo laguntzen duten erakundeen zerrenda, etab.).</p> <p>Adibideak: Hitzaldi bat garrantzitsua izan daiteke erakunde batentzat eta haren kideentzat, edo parte hartzeko prozesu baten zati gisa edo kontsulta baten ondoren egin daiteke.</p>\n"
571
+ page: "</p>Programa batean antolatutako bileren bilduma bat da. Bertan, hizlari gisa gonbidatutako pertsonak daude, baita biltzar handietako edo gizarte-ekitaldietako ohiko informazio-eremuak ere (erregistroa, ekitaldia babesten edo laguntzen duten erakundeen zerrenda, etab.).</p> <p>Adibideak: Hitzaldi bat garrantzitsua izan daiteke erakunde batentzat eta haren kideentzat, edo parte hartzeko prozesu baten zati gisa edo kontsulta baten ondoren egin daiteke.</p>\n"
572
+ title: Zer dira hitzaldiak?
516
573
  log:
517
574
  value_types:
518
575
  conference_presenter:
@@ -523,6 +580,8 @@ eu:
523
580
  title: Media eta estekak
524
581
  menu:
525
582
  conferences: Jardunaldiak
583
+ statistics:
584
+ conferences_count: Hitzaldiak
526
585
  devise:
527
586
  mailer:
528
587
  join_conference:
@@ -3,6 +3,7 @@ fr-CA:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: Assemblées associées
6
+ available_slots: Emplacements disponibles
6
7
  banner_image: Image d'en-tête
7
8
  consultations_ids: Votations associées
8
9
  copy_categories: Copier les catégories
@@ -10,26 +11,59 @@ fr-CA:
10
11
  copy_features: Copier les fonctionnalités
11
12
  decidim_scope_id: Périmètre
12
13
  description: Description
14
+ end_date: Date de fin
13
15
  hashtag: Hashtag
14
16
  hero_image: Image de la page d'accueil
17
+ location: Lieu
18
+ main_logo: Logo principal
19
+ objectives: Objectifs
15
20
  participatory_processes_ids: Concertations associées
16
21
  promoted: Mise en avant
17
22
  published_at: Publié à
23
+ registration_terms: Conditions d’inscription
24
+ registrations_enabled: Inscriptions ouvertes
18
25
  scope_id: Périmètre
19
26
  scopes_enabled: Périmètres d'application activés
20
27
  short_description: Brève description
21
28
  show_statistics: Montrer les statistiques
29
+ sign_date: Date de signature
30
+ signature: Signature
31
+ signature_name: nom de la signature
22
32
  slogan: Slogan
23
33
  slug: Slug URL
34
+ start_date: Date de début
24
35
  title: Titre
25
36
  conference_media_link:
37
+ date: Date
38
+ link: Lien
39
+ title: Titre
26
40
  weight: Rang d'affichage
27
41
  conference_partner:
42
+ link: Lien
43
+ logo: Logo
44
+ name: Nom
45
+ partner_type: Type de partenaire
28
46
  weight: Rang d'affichage
47
+ conference_registration_invite:
48
+ email: Courriel
49
+ name: Nom
50
+ registration_type_id: Type d'inscription
51
+ user_id: Utilisateur·rice
29
52
  conference_registration_type:
53
+ description: Description
54
+ price: Prix
55
+ title: Titre
30
56
  weight: Rang d'affichage
31
57
  conference_speaker:
58
+ affiliation: Affiliation
59
+ avatar: Image de profil
60
+ conference_meeting_ids: Réunions connexes
32
61
  full_name: Nom complet
62
+ personal_url: URL personnelle
63
+ position: Position
64
+ short_bio: Courte bio
65
+ twitter_handle: Gestionnaire Twitter
66
+ user_id: Utilisateur
33
67
  conference_user_role:
34
68
  email: Email
35
69
  name: Nom
@@ -212,6 +246,7 @@ fr-CA:
212
246
  price: Prix
213
247
  registrations_count: Nombre d'inscriptions
214
248
  title: Titre
249
+ weight: Rang
215
250
  name: Type d'inscription
216
251
  partners:
217
252
  create:
@@ -545,6 +580,8 @@ fr-CA:
545
580
  title: Médias et liens
546
581
  menu:
547
582
  conferences: Conférences
583
+ statistics:
584
+ conferences_count: Conférences
548
585
  devise:
549
586
  mailer:
550
587
  join_conference:
@@ -3,6 +3,7 @@ fr:
3
3
  attributes:
4
4
  conference:
5
5
  assemblies_ids: Assemblées associées
6
+ available_slots: Emplacements disponibles
6
7
  banner_image: Image d'en-tête
7
8
  consultations_ids: Votations associées
8
9
  copy_categories: Copier les catégories
@@ -10,26 +11,59 @@ fr:
10
11
  copy_features: Copier les fonctionnalités
11
12
  decidim_scope_id: Périmètre
12
13
  description: Description
14
+ end_date: Date de fin
13
15
  hashtag: Hashtag
14
16
  hero_image: Image de la page d'accueil
17
+ location: Lieu
18
+ main_logo: Logo principal
19
+ objectives: Objectifs
15
20
  participatory_processes_ids: Concertations associées
16
21
  promoted: Mise en avant
17
22
  published_at: Publié à
23
+ registration_terms: Conditions d’inscription
24
+ registrations_enabled: Inscriptions ouvertes
18
25
  scope_id: Périmètre
19
26
  scopes_enabled: Périmètres d'application activés
20
27
  short_description: Brève description
21
28
  show_statistics: Montrer les statistiques
29
+ sign_date: Date de signature
30
+ signature: Signature
31
+ signature_name: nom de la signature
22
32
  slogan: Slogan
23
33
  slug: Slug URL
34
+ start_date: Date de début
24
35
  title: Titre
25
36
  conference_media_link:
37
+ date: Date
38
+ link: Lien
39
+ title: Titre
26
40
  weight: Rang d'affichage
27
41
  conference_partner:
42
+ link: Lien
43
+ logo: Logo
44
+ name: Nom
45
+ partner_type: Type de partenaire
28
46
  weight: Rang d'affichage
47
+ conference_registration_invite:
48
+ email: Courriel
49
+ name: Nom
50
+ registration_type_id: Type d'inscription
51
+ user_id: Utilisateur·rice
29
52
  conference_registration_type:
53
+ description: Description
54
+ price: Prix
55
+ title: Titre
30
56
  weight: Rang d'affichage
31
57
  conference_speaker:
58
+ affiliation: Affiliation
59
+ avatar: Image de profil
60
+ conference_meeting_ids: Réunions connexes
32
61
  full_name: Nom complet
62
+ personal_url: URL personnelle
63
+ position: Position
64
+ short_bio: Courte bio
65
+ twitter_handle: Gestionnaire Twitter
66
+ user_id: Utilisateur
33
67
  conference_user_role:
34
68
  email: Email
35
69
  name: Nom
@@ -212,6 +246,7 @@ fr:
212
246
  price: Prix
213
247
  registrations_count: Nombre d'inscriptions
214
248
  title: Titre
249
+ weight: Rang d'affichage
215
250
  name: Type d'inscription
216
251
  partners:
217
252
  create:
@@ -545,6 +580,8 @@ fr:
545
580
  title: Médias et liens
546
581
  menu:
547
582
  conferences: Conférences
583
+ statistics:
584
+ conferences_count: Conférences
548
585
  devise:
549
586
  mailer:
550
587
  join_conference:
@@ -1 +1,205 @@
1
1
  ga:
2
+ activemodel:
3
+ attributes:
4
+ conference:
5
+ copy_categories: Cóipeáil catagóirí
6
+ decidim_scope_id: Scóip
7
+ end_date: Dáta deiridh
8
+ hashtag: Haischlib
9
+ location: Suíomh
10
+ participatory_processes_ids: Próisis Rannpháirteacha Ceangailte
11
+ scope_id: Scóip
12
+ slogan: Mana
13
+ slug: Píosa URL
14
+ title: Teideal
15
+ conference_media_link:
16
+ date: Dáta
17
+ link: Nasc
18
+ title: Teideal
19
+ weight: Meáchan
20
+ conference_partner:
21
+ link: Nasc
22
+ logo: Lógó
23
+ name: Ainm
24
+ weight: Meáchan
25
+ conference_registration_invite:
26
+ email: Seoladh ríomhphoist
27
+ name: Ainm
28
+ user_id: Úsáideoir
29
+ conference_registration_type:
30
+ price: Praghas
31
+ title: Teideal
32
+ weight: Meáchan
33
+ conference_speaker:
34
+ avatar: Abhatár
35
+ user_id: Úsáideoir
36
+ conference_user_role:
37
+ email: Seoladh ríomhphoist
38
+ name: Ainm
39
+ role: Ról
40
+ decidim:
41
+ admin:
42
+ actions:
43
+ confirm: Deimhnigh
44
+ conference_copies:
45
+ new:
46
+ copy: Cóipeáil
47
+ conference_speakers:
48
+ edit:
49
+ update: Nuashonraigh
50
+ new:
51
+ create: Cruthaigh
52
+ conference_user_roles:
53
+ edit:
54
+ update: Nuashonraigh
55
+ new:
56
+ create: Cruthaigh
57
+ conferences:
58
+ edit:
59
+ update: Nuashonraigh
60
+ new:
61
+ create: Cruthaigh
62
+ media_links:
63
+ edit:
64
+ update: Nuashonraigh
65
+ new:
66
+ create: Cruthaigh
67
+ menu:
68
+ conferences_submenu:
69
+ attachment_collections: Fillteáin
70
+ attachment_files: Comhaid
71
+ attachments: Ceangaltáin
72
+ categories: Catagóirí
73
+ conference_invites: Cuirí
74
+ conference_speakers: Cainteoirí
75
+ info: Eolas
76
+ partners: Comhpháirtithe
77
+ models:
78
+ conference:
79
+ fields:
80
+ title: Teideal
81
+ conference_speaker:
82
+ fields:
83
+ position: Céim
84
+ conference_user_role:
85
+ fields:
86
+ email: Seoladh ríomhphoist
87
+ name: Ainm
88
+ role: Ról
89
+ roles:
90
+ admin: Riarthóir
91
+ valuator: Luachálaí
92
+ media_link:
93
+ fields:
94
+ date: Dáta
95
+ link: Nasc
96
+ title: Teideal
97
+ partner:
98
+ fields:
99
+ link: Nasc
100
+ logo: Lógó
101
+ name: Ainm
102
+ partner_type: Cineál
103
+ name: Comhpháirtí
104
+ registration_type:
105
+ fields:
106
+ price: Praghas
107
+ title: Teideal
108
+ partners:
109
+ edit:
110
+ update: Nuashonraigh
111
+ new:
112
+ create: Cruthaigh
113
+ registration_types:
114
+ edit:
115
+ update: Nuashonraigh
116
+ new:
117
+ create: Cruthaigh
118
+ conference_program:
119
+ index:
120
+ title: Clár
121
+ conference_speakers:
122
+ index:
123
+ title: Cainteoirí
124
+ conferences:
125
+ admin:
126
+ conference_invites:
127
+ index:
128
+ filter:
129
+ accepted: Glactha
130
+ all: Uile
131
+ rejected: Diúltaithe
132
+ sent: Seolta
133
+ invites: Cuirí
134
+ search: Cuardaigh
135
+ new:
136
+ invite: Tabhair Cuireadh
137
+ conference_speakers:
138
+ index:
139
+ search: Cuardaigh
140
+ diplomas:
141
+ edit:
142
+ save: Sábháil
143
+ partners:
144
+ index:
145
+ title: Comhpháirtithe
146
+ conference:
147
+ registration_confirm:
148
+ cancel: Cealaigh
149
+ confirm: Deimhnigh
150
+ show:
151
+ free: Saor in aisce
152
+ conference_program:
153
+ program_meeting:
154
+ content: Inneachar
155
+ location: Suíomh
156
+ speakers: Cainteoirí
157
+ show:
158
+ day: Lá
159
+ program: Clár
160
+ conference_speakers:
161
+ index:
162
+ speakers: Cainteoirí
163
+ conferences:
164
+ partners:
165
+ collaborators: Comhpháirtithe
166
+ show:
167
+ register: Cláraigh
168
+ models:
169
+ conference_invite:
170
+ fields:
171
+ email: Seoladh ríomhphoist
172
+ name: Ainm
173
+ sent_at: Seolta ag
174
+ status: Stádas
175
+ status:
176
+ sent: Seolta
177
+ conference_registration:
178
+ fields:
179
+ email: Seoladh ríomhphoist
180
+ name: Ainm
181
+ state: Stádas
182
+ states:
183
+ pending: Ar feitheamh
184
+ photo:
185
+ show:
186
+ photo: Íomhá
187
+ photos_list:
188
+ show:
189
+ related_photos: Íomhánna
190
+ registration_types:
191
+ index:
192
+ register: Cláraigh
193
+ show:
194
+ details: Sonraí
195
+ introduction: Réamhrá
196
+ related_participatory_processes: Próisis Rannpháirteacha Ceangailte
197
+ layouts:
198
+ decidim:
199
+ conference_hero:
200
+ register: Cláraigh
201
+ conferences_nav:
202
+ conference_partners_menu_item: Comhpháirtithe
203
+ conference_speaker_menu_item: Cainteoirí
204
+ media: Meán
205
+ venues: Ionaid