decidim-conferences 0.26.7 → 0.27.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/content_blocks/highlighted_conferences/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
- data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +1 -8
- data/app/commands/decidim/conferences/leave_conference.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +10 -16
- data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +0 -17
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
- data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +14 -0
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +2 -3
- data/app/models/decidim/conferences/conference_invite.rb +2 -2
- data/app/models/decidim/conferences/conference_registration.rb +2 -2
- data/app/permissions/decidim/conferences/permissions.rb +0 -1
- data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
- data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
- data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
- data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
- data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
- data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
- data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
- data/app/queries/decidim/conferences/published_conferences.rb +1 -1
- data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
- data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
- data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +8 -2
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +8 -11
- data/config/locales/cs.yml +17 -20
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -5
- data/config/locales/el.yml +8 -1
- data/config/locales/en.yml +7 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +8 -11
- data/config/locales/es-PY.yml +9 -12
- data/config/locales/es.yml +9 -12
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +11 -4
- data/config/locales/fi-plain.yml +7 -10
- data/config/locales/fi.yml +9 -12
- data/config/locales/fr-CA.yml +4 -7
- data/config/locales/fr.yml +6 -9
- data/config/locales/ga-IE.yml +4 -0
- data/config/locales/gl.yml +8 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +8 -65
- data/config/locales/id-ID.yml +11 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +9 -2
- data/config/locales/ja.yml +5 -8
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +6 -2
- data/config/locales/lt.yml +1 -617
- data/config/locales/lv.yml +11 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +12 -5
- data/config/locales/no.yml +9 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +8 -2
- data/config/locales/pt-BR.yml +10 -3
- data/config/locales/pt.yml +8 -1
- data/config/locales/ro-RO.yml +9 -14
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +11 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +8 -6
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +13 -3
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +11 -1
- data/config/locales/zh-TW.yml +1 -612
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +8 -8
- data/lib/decidim/conferences/test/factories.rb +1 -5
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +18 -22
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/ca.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ ca:
|
|
28
29
|
show_statistics: Mostrar estadístiques
|
29
30
|
sign_date: Data de signatura
|
30
31
|
signature: Signatura
|
31
|
-
signature_name:
|
32
|
+
signature_name: nom de la signatura
|
32
33
|
slogan: Eslògan
|
33
34
|
slug: URL amigable
|
34
35
|
start_date: Data d'inici
|
@@ -37,13 +38,13 @@ ca:
|
|
37
38
|
date: Data
|
38
39
|
link: Enllaç
|
39
40
|
title: Títol
|
40
|
-
weight:
|
41
|
+
weight: Pes
|
41
42
|
conference_partner:
|
42
43
|
link: Enllaç
|
43
44
|
logo: Logo
|
44
45
|
name: Nom
|
45
46
|
partner_type: Tipus de col·laboració
|
46
|
-
weight:
|
47
|
+
weight: Pes
|
47
48
|
conference_registration_invite:
|
48
49
|
email: Correu electrònic
|
49
50
|
name: Nom
|
@@ -53,7 +54,7 @@ ca:
|
|
53
54
|
description: Descripció
|
54
55
|
price: Cost
|
55
56
|
title: Títol
|
56
|
-
weight:
|
57
|
+
weight: Pes
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Afiliació
|
59
60
|
avatar: Imatge de perfil
|
@@ -134,7 +135,7 @@ ca:
|
|
134
135
|
title: Actualitzar administradora de la jornada.
|
135
136
|
update: Actualitzar
|
136
137
|
index:
|
137
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: administradores de la jornada
|
138
139
|
new:
|
139
140
|
create: Crear
|
140
141
|
title: Nova administradora de jornada.
|
@@ -312,7 +313,6 @@ ca:
|
|
312
313
|
update: "%{user_name} ha actualitzat la col·laboradora %{resource_name} a la jornada %{space_name}"
|
313
314
|
registration_type:
|
314
315
|
create: "%{user_name} ha creat el tipus d'inscripció %{resource_name} a la jornada %{space_name}"
|
315
|
-
delete: "%{user_name} ha eliminat el tipus d'inscripció %{resource_name} a la jornada %{space_name}"
|
316
316
|
publish: "%{user_name} ha publicat el tipus d'inscripció %{resource_name} a la jornada %{space_name}"
|
317
317
|
unpublish: "%{user_name} ha despublicat el tipus d'inscripció %{resource_name} a la jornada %{space_name}"
|
318
318
|
update: "%{user_name} ha actualitzat el tipus d'inscripció %{resource_name} a la jornada %{space_name}"
|
@@ -380,8 +380,7 @@ ca:
|
|
380
380
|
invite_join_conference_mailer:
|
381
381
|
invite:
|
382
382
|
decline: Rebutjar la invitació a '%{conference_title}'
|
383
|
-
|
384
|
-
invited_user_to_join_a_conference: "%{invited_by} t'ha convidat a unir-te a una conferència a %{application}. Pots acceptar-la a través del següent enllaç."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} t'ha convidat a unir-te a una conferència a l'%{application}. Pots rebutjar o acceptar a través dels enllaços a continuació."
|
385
384
|
registration: Inscripció a '%{conference_title}'
|
386
385
|
partners:
|
387
386
|
index:
|
@@ -432,11 +431,9 @@ ca:
|
|
432
431
|
create:
|
433
432
|
invalid: S'ha produït un error en inscriure't a aquesta jornada.
|
434
433
|
success: T'has inscrit a la jornada correctament.
|
435
|
-
unauthorized: Cal que iniciïs la teva sessió abans d'inscriure't a la jornada.
|
436
434
|
decline_invitation:
|
437
435
|
invalid: S'ha produït un error en rebutjar la invitació.
|
438
436
|
success: Has rebutjat la invitació correctament.
|
439
|
-
unauthorized: Cal que iniciïs la teva sessió abans de rebutjar la invitació.
|
440
437
|
destroy:
|
441
438
|
invalid: S'ha produït un error en abandonar aquesta jornada.
|
442
439
|
success: Has abandonat la jornada correctament.
|
@@ -485,7 +482,7 @@ ca:
|
|
485
482
|
fields:
|
486
483
|
email: Correu electrònic
|
487
484
|
name: Nom
|
488
|
-
registration_type: Tipus
|
485
|
+
registration_type: Tipus de registre
|
489
486
|
sent_at: Enviat a
|
490
487
|
status: Estat
|
491
488
|
status:
|
data/config/locales/cs.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
cs:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ cs:
|
|
28
29
|
show_statistics: Zobrazit statistiky
|
29
30
|
sign_date: Datum podpisu
|
30
31
|
signature: Podpis
|
31
|
-
signature_name:
|
32
|
+
signature_name: podpisové jméno
|
32
33
|
slogan: Motto
|
33
34
|
slug: URL slug
|
34
35
|
start_date: Datum zahájení
|
@@ -37,13 +38,13 @@ cs:
|
|
37
38
|
date: Datum
|
38
39
|
link: Odkaz
|
39
40
|
title: Název
|
40
|
-
weight:
|
41
|
+
weight: Váha
|
41
42
|
conference_partner:
|
42
43
|
link: Odkaz
|
43
44
|
logo: Logo
|
44
45
|
name: Název
|
45
46
|
partner_type: Typ partnera
|
46
|
-
weight:
|
47
|
+
weight: Váha
|
47
48
|
conference_registration_invite:
|
48
49
|
email: E-mail
|
49
50
|
name: Jméno
|
@@ -53,7 +54,7 @@ cs:
|
|
53
54
|
description: Popis
|
54
55
|
price: Cena
|
55
56
|
title: Oslovení
|
56
|
-
weight:
|
57
|
+
weight: Váha
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Příslušnost
|
59
60
|
avatar: Avatar
|
@@ -66,7 +67,7 @@ cs:
|
|
66
67
|
user_id: Uživatel
|
67
68
|
conference_user_role:
|
68
69
|
email: E-mail
|
69
|
-
name:
|
70
|
+
name: název
|
70
71
|
role: Role
|
71
72
|
errors:
|
72
73
|
models:
|
@@ -99,7 +100,7 @@ cs:
|
|
99
100
|
send_diplomas: Odeslání certifikátů o účasti
|
100
101
|
conference_copies:
|
101
102
|
new:
|
102
|
-
copy:
|
103
|
+
copy: kopírovat
|
103
104
|
select: Vyberte, která data chcete duplikovat
|
104
105
|
title: Duplikovat konferenci
|
105
106
|
conference_publications:
|
@@ -140,7 +141,7 @@ cs:
|
|
140
141
|
title: Aktualizovat uživatele konference.
|
141
142
|
update: Aktualizace
|
142
143
|
index:
|
143
|
-
conference_admins_title:
|
144
|
+
conference_admins_title: administrátoři konference
|
144
145
|
new:
|
145
146
|
create: Vytvořit
|
146
147
|
title: Nový administrátor konference.
|
@@ -222,7 +223,7 @@ cs:
|
|
222
223
|
conference_user_role:
|
223
224
|
fields:
|
224
225
|
email: E-mail
|
225
|
-
name:
|
226
|
+
name: název
|
226
227
|
role: Role
|
227
228
|
name: Administrátor konference
|
228
229
|
roles:
|
@@ -232,7 +233,7 @@ cs:
|
|
232
233
|
valuator: Hodnotitel
|
233
234
|
media_link:
|
234
235
|
fields:
|
235
|
-
date:
|
236
|
+
date: datum
|
236
237
|
link: Odkaz
|
237
238
|
title: Název
|
238
239
|
name: Odkaz na média
|
@@ -240,7 +241,7 @@ cs:
|
|
240
241
|
fields:
|
241
242
|
link: Odkaz
|
242
243
|
logo: Logo
|
243
|
-
name:
|
244
|
+
name: název
|
244
245
|
partner_type: Typ
|
245
246
|
name: Partner
|
246
247
|
types:
|
@@ -318,7 +319,6 @@ cs:
|
|
318
319
|
update: "%{user_name} aktualizoval partnera %{resource_name} na konferenci %{space_name}"
|
319
320
|
registration_type:
|
320
321
|
create: "%{user_name} vytvořil typ registrace %{resource_name} na konferenci %{space_name}"
|
321
|
-
delete: "%{user_name} odstranil typ registrace %{resource_name} z konference %{space_name}"
|
322
322
|
publish: "%{user_name} publikoval %{resource_name} typ registrace na %{space_name} konferencích"
|
323
323
|
unpublish: "%{user_name} nepublikováno %{resource_name} typ registrace na %{space_name} konferencích"
|
324
324
|
update: "%{user_name} aktualizoval typ registrace %{resource_name} na konferenci %{space_name}"
|
@@ -388,8 +388,7 @@ cs:
|
|
388
388
|
invite_join_conference_mailer:
|
389
389
|
invite:
|
390
390
|
decline: Odmítnout pozvánku '%{conference_title}'
|
391
|
-
|
392
|
-
invited_user_to_join_a_conference: "%{invited_by} vás pozval, abyste se připojili ke konferenci v %{application}. Můžete ji přijmout prostřednictvím níže uvedeného odkazu."
|
391
|
+
invited_you_to_join_a_conference: "%{invited_by} vás zve na konferenci na %{application}. Můžete jej odmítnout nebo přijmout prostřednictvím níže uvedených odkazů."
|
393
392
|
registration: Registrace pro "%{conference_title}"
|
394
393
|
partners:
|
395
394
|
index:
|
@@ -411,7 +410,7 @@ cs:
|
|
411
410
|
success: Konferenční certifikáty o návštěvě byly zaslány správně
|
412
411
|
conference:
|
413
412
|
registration_confirm:
|
414
|
-
cancel:
|
413
|
+
cancel: zrušení
|
415
414
|
confirm: Potvrdit
|
416
415
|
show:
|
417
416
|
free: Volný, uvolnit
|
@@ -421,7 +420,7 @@ cs:
|
|
421
420
|
conference_program:
|
422
421
|
program_meeting:
|
423
422
|
content: Obsah
|
424
|
-
location:
|
423
|
+
location: Umístění
|
425
424
|
speakers: Řečníci
|
426
425
|
streaming: Streamování
|
427
426
|
show:
|
@@ -440,11 +439,9 @@ cs:
|
|
440
439
|
create:
|
441
440
|
invalid: Do této konference došlo k problému.
|
442
441
|
success: Do konference jste se úspěšně připojili.
|
443
|
-
unauthorized: Před registrací na konferenci se musíte přihlásit.
|
444
442
|
decline_invitation:
|
445
443
|
invalid: Došlo k potížím s odmítnutím pozvánky.
|
446
444
|
success: Odmítli jste pozvánku úspěšně.
|
447
|
-
unauthorized: Před odmítnutím pozvání se musíte přihlásit.
|
448
445
|
destroy:
|
449
446
|
invalid: Při této konferenci došlo k problému.
|
450
447
|
success: Konference jste úspěšně opustili.
|
@@ -492,7 +489,7 @@ cs:
|
|
492
489
|
conference_invite:
|
493
490
|
fields:
|
494
491
|
email: E-mail
|
495
|
-
name:
|
492
|
+
name: název
|
496
493
|
registration_type: Typ registrace
|
497
494
|
sent_at: Odeslané
|
498
495
|
status: Postavení
|
@@ -503,12 +500,12 @@ cs:
|
|
503
500
|
conference_registration:
|
504
501
|
fields:
|
505
502
|
email: E-mail
|
506
|
-
name:
|
503
|
+
name: název
|
507
504
|
registration_type: Typ registrace
|
508
505
|
state: Stav
|
509
506
|
states:
|
510
507
|
confirmed: Potvrzeno
|
511
|
-
pending:
|
508
|
+
pending: čekající
|
512
509
|
pages:
|
513
510
|
home:
|
514
511
|
highlighted_conferences:
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
de:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,6 +29,7 @@ de:
|
|
28
29
|
show_statistics: Zeige Statistiken
|
29
30
|
sign_date: Unterzeichnungsdatum
|
30
31
|
signature: Unterschrift
|
32
|
+
signature_name: Signaturname
|
31
33
|
slogan: Slogan
|
32
34
|
slug: URL-Block
|
33
35
|
start_date: Startdatum
|
@@ -36,13 +38,13 @@ de:
|
|
36
38
|
date: Datum
|
37
39
|
link: Link
|
38
40
|
title: Titel
|
39
|
-
weight:
|
41
|
+
weight: Gewicht
|
40
42
|
conference_partner:
|
41
43
|
link: Link
|
42
44
|
logo: Logo
|
43
45
|
name: Name
|
44
46
|
partner_type: Partnertyp
|
45
|
-
weight:
|
47
|
+
weight: Gewicht
|
46
48
|
conference_registration_invite:
|
47
49
|
email: E-Mail
|
48
50
|
name: Name
|
@@ -52,7 +54,7 @@ de:
|
|
52
54
|
description: Beschreibung
|
53
55
|
price: Preis
|
54
56
|
title: Titel
|
55
|
-
weight:
|
57
|
+
weight: Gewicht
|
56
58
|
conference_speaker:
|
57
59
|
affiliation: Zugehörigkeit
|
58
60
|
avatar: Profilbild
|
@@ -132,6 +134,8 @@ de:
|
|
132
134
|
edit:
|
133
135
|
title: Aktualisieren Sie den Konferenzbenutzer.
|
134
136
|
update: Aktualisieren
|
137
|
+
index:
|
138
|
+
conference_admins_title: Konferenzbenutzer
|
135
139
|
new:
|
136
140
|
create: Erstellen
|
137
141
|
title: Neuer Konferenzbenutzer
|
@@ -243,7 +247,7 @@ de:
|
|
243
247
|
price: Preis
|
244
248
|
registrations_count: Registrierungen zählen
|
245
249
|
title: Titel
|
246
|
-
weight:
|
250
|
+
weight: Bestellposition
|
247
251
|
name: Registrierungstyp
|
248
252
|
partners:
|
249
253
|
create:
|
@@ -376,7 +380,7 @@ de:
|
|
376
380
|
invite_join_conference_mailer:
|
377
381
|
invite:
|
378
382
|
decline: Einladung '%{conference_title}' ablehnen
|
379
|
-
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
|
380
384
|
registration: Registrierung für '%{conference_title}'
|
381
385
|
partners:
|
382
386
|
index:
|
data/config/locales/el.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
el:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,6 +29,7 @@ el:
|
|
28
29
|
show_statistics: Εμφάνιση στατιστικών
|
29
30
|
sign_date: Ημερομηνία υπογραφής
|
30
31
|
signature: Υπογραφή
|
32
|
+
signature_name: όνομα υπογραφής
|
31
33
|
slogan: Σύνθημα
|
32
34
|
slug: Slug διεύθυνσης URL
|
33
35
|
start_date: Ημερομηνία έναρξης
|
@@ -36,11 +38,13 @@ el:
|
|
36
38
|
date: Ημερομηνία
|
37
39
|
link: Σύνδεσμος
|
38
40
|
title: Τίτλος
|
41
|
+
weight: Βάρος
|
39
42
|
conference_partner:
|
40
43
|
link: Σύνδεσμος
|
41
44
|
logo: Λογότυπο
|
42
45
|
name: Όνομα
|
43
46
|
partner_type: Τύπος εταίρου
|
47
|
+
weight: Βάρος
|
44
48
|
conference_registration_invite:
|
45
49
|
name: Όνομα
|
46
50
|
registration_type_id: Τύπος εγγραφής
|
@@ -49,6 +53,7 @@ el:
|
|
49
53
|
description: Περιγραφή
|
50
54
|
price: Τιμή
|
51
55
|
title: Τίτλος
|
56
|
+
weight: Βάρος
|
52
57
|
conference_speaker:
|
53
58
|
affiliation: Δεσμός
|
54
59
|
avatar: Εικόνα Χρήστη
|
@@ -126,6 +131,8 @@ el:
|
|
126
131
|
edit:
|
127
132
|
title: Ενημέρωση διαχειριστή διάσκεψης.
|
128
133
|
update: Ενημέρωση
|
134
|
+
index:
|
135
|
+
conference_admins_title: διαχειριστές διάσκεψης
|
129
136
|
new:
|
130
137
|
create: Δημιουργία
|
131
138
|
title: Νέος διαχειριστής διάσκεψης.
|
@@ -370,7 +377,7 @@ el:
|
|
370
377
|
invite_join_conference_mailer:
|
371
378
|
invite:
|
372
379
|
decline: Απόρριψη πρόσκλησης «%{conference_title}»
|
373
|
-
|
380
|
+
invited_you_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
|
374
381
|
registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
|
375
382
|
partners:
|
376
383
|
index:
|
data/config/locales/en.yml
CHANGED
@@ -29,7 +29,7 @@ en:
|
|
29
29
|
show_statistics: Show statistics
|
30
30
|
sign_date: Sign date
|
31
31
|
signature: Signature
|
32
|
-
signature_name:
|
32
|
+
signature_name: signature name
|
33
33
|
slogan: Slogan
|
34
34
|
slug: URL slug
|
35
35
|
start_date: Start date
|
@@ -38,13 +38,13 @@ en:
|
|
38
38
|
date: Date
|
39
39
|
link: Link
|
40
40
|
title: Title
|
41
|
-
weight:
|
41
|
+
weight: Weight
|
42
42
|
conference_partner:
|
43
43
|
link: Link
|
44
44
|
logo: Logo
|
45
45
|
name: Name
|
46
46
|
partner_type: Partner type
|
47
|
-
weight:
|
47
|
+
weight: Weight
|
48
48
|
conference_registration_invite:
|
49
49
|
email: Email
|
50
50
|
name: Name
|
@@ -54,7 +54,7 @@ en:
|
|
54
54
|
description: Description
|
55
55
|
price: Price
|
56
56
|
title: Title
|
57
|
-
weight:
|
57
|
+
weight: Weight
|
58
58
|
conference_speaker:
|
59
59
|
affiliation: Affiliation
|
60
60
|
avatar: Avatar
|
@@ -135,7 +135,7 @@ en:
|
|
135
135
|
title: Update conference admin.
|
136
136
|
update: Update
|
137
137
|
index:
|
138
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: conference admins
|
139
139
|
new:
|
140
140
|
create: Create
|
141
141
|
title: New conference admin.
|
@@ -313,7 +313,6 @@ en:
|
|
313
313
|
update: "%{user_name} updated the partner %{resource_name} in the %{space_name} conference"
|
314
314
|
registration_type:
|
315
315
|
create: "%{user_name} created the %{resource_name} registration type in the %{space_name} conference"
|
316
|
-
delete: "%{user_name} removed the %{resource_name} registration type from the %{space_name} conference"
|
317
316
|
publish: "%{user_name} published the %{resource_name} registration type in the %{space_name} conference"
|
318
317
|
unpublish: "%{user_name} unpublished the %{resource_name} registration type in the %{space_name} conference"
|
319
318
|
update: "%{user_name} updated the %{resource_name} registration type in the %{space_name} conference"
|
@@ -353,7 +352,7 @@ en:
|
|
353
352
|
invites: Invites
|
354
353
|
search: Search
|
355
354
|
new:
|
356
|
-
explanation: The participant will be invited to join a conference. If
|
355
|
+
explanation: The participant will be invited to join a conference. If their email is not registered, they'll be invited to the organization as well.
|
357
356
|
invite: Invite
|
358
357
|
new_invite: Invite participant
|
359
358
|
conference_registrations:
|
@@ -381,8 +380,7 @@ en:
|
|
381
380
|
invite_join_conference_mailer:
|
382
381
|
invite:
|
383
382
|
decline: Decline invitation '%{conference_title}'
|
384
|
-
|
385
|
-
invited_user_to_join_a_conference: "%{invited_by} has invited you to join a conference at %{application}. You can accept it through the link below."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} has invited you to join a conference at %{application}. You can decline or accept it through the links below."
|
386
384
|
registration: Registration for '%{conference_title}'
|
387
385
|
partners:
|
388
386
|
index:
|
@@ -433,11 +431,9 @@ en:
|
|
433
431
|
create:
|
434
432
|
invalid: There was a problem joining this conference.
|
435
433
|
success: You have successfully joined the conference.
|
436
|
-
unauthorized: You need to sign in before registering to the conference.
|
437
434
|
decline_invitation:
|
438
435
|
invalid: There was a problem declining the invitation.
|
439
436
|
success: You have successfully declined the invitation.
|
440
|
-
unauthorized: You need to sign in before declining the invitation.
|
441
437
|
destroy:
|
442
438
|
invalid: There was a problem leaving this conference.
|
443
439
|
success: You have successfully left the conference.
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ es-MX:
|
|
28
29
|
show_statistics: Mostrar estadísticas
|
29
30
|
sign_date: Fecha de firma
|
30
31
|
signature: Firma
|
31
|
-
signature_name:
|
32
|
+
signature_name: nombre de firma
|
32
33
|
slogan: Eslogan
|
33
34
|
slug: URL amigable
|
34
35
|
start_date: Fecha de inicio
|
@@ -37,13 +38,13 @@ es-MX:
|
|
37
38
|
date: Fecha
|
38
39
|
link: Enlace
|
39
40
|
title: Título
|
40
|
-
weight:
|
41
|
+
weight: Peso
|
41
42
|
conference_partner:
|
42
43
|
link: Enlace
|
43
44
|
logo: Logo
|
44
45
|
name: Nombre
|
45
46
|
partner_type: Tipo de colaboración
|
46
|
-
weight:
|
47
|
+
weight: Peso
|
47
48
|
conference_registration_invite:
|
48
49
|
email: Correo electrónico
|
49
50
|
name: Nombre
|
@@ -53,7 +54,7 @@ es-MX:
|
|
53
54
|
description: Descripción
|
54
55
|
price: Coste
|
55
56
|
title: Título
|
56
|
-
weight:
|
57
|
+
weight: Peso
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Afiliación
|
59
60
|
avatar: Avatar
|
@@ -134,7 +135,7 @@ es-MX:
|
|
134
135
|
title: Actualizar usuario de la conferencia.
|
135
136
|
update: Actualizar
|
136
137
|
index:
|
137
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: usuarios de la conferencia
|
138
139
|
new:
|
139
140
|
create: Crear
|
140
141
|
title: Nuevo usuario de la conferencia.
|
@@ -312,7 +313,6 @@ es-MX:
|
|
312
313
|
update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
|
313
314
|
registration_type:
|
314
315
|
create: "%{user_name} ha creado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
315
|
-
delete: "%{user_name} ha eliminado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
316
316
|
publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
317
317
|
unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
318
318
|
update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
@@ -380,8 +380,7 @@ es-MX:
|
|
380
380
|
invite_join_conference_mailer:
|
381
381
|
invite:
|
382
382
|
decline: Rechazar invitación a '%{conference_title}'
|
383
|
-
|
384
|
-
invited_user_to_join_a_conference: "%{invited_by} te ha invitado a unirte a un encuentro en %{application}. Puedes aceptarla a través del siguiente enlace."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} te ha invitado a unirte a una conferencia en %{application}. Puedes declinarla o aceptarla a través de los siguientes enlaces."
|
385
384
|
registration: Inscripción para '%{conference_title}'
|
386
385
|
partners:
|
387
386
|
index:
|
@@ -413,7 +412,7 @@ es-MX:
|
|
413
412
|
conference_program:
|
414
413
|
program_meeting:
|
415
414
|
content: Contenido
|
416
|
-
location:
|
415
|
+
location: Ubicación
|
417
416
|
speakers: Ponentes
|
418
417
|
streaming: Retransmisión
|
419
418
|
show:
|
@@ -432,11 +431,9 @@ es-MX:
|
|
432
431
|
create:
|
433
432
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
434
433
|
success: Te has unido a la conferencia con éxito.
|
435
|
-
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
|
436
434
|
decline_invitation:
|
437
435
|
invalid: Ha habido un problema al rechazar la invitación.
|
438
436
|
success: Has rechazado la invitación con éxito.
|
439
|
-
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
440
437
|
destroy:
|
441
438
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
442
439
|
success: Has abandonado la conferencia con éxito.
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ es-PY:
|
|
28
29
|
show_statistics: Mostrar estadísticas
|
29
30
|
sign_date: Fecha de firma
|
30
31
|
signature: Firma
|
31
|
-
signature_name:
|
32
|
+
signature_name: nombre de firma
|
32
33
|
slogan: Eslogan
|
33
34
|
slug: URL amigable
|
34
35
|
start_date: Fecha de inicio
|
@@ -37,13 +38,13 @@ es-PY:
|
|
37
38
|
date: Fecha
|
38
39
|
link: Enlace
|
39
40
|
title: Título
|
40
|
-
weight:
|
41
|
+
weight: Peso
|
41
42
|
conference_partner:
|
42
43
|
link: Enlace
|
43
44
|
logo: Logo
|
44
45
|
name: Nombre
|
45
46
|
partner_type: Tipo de colaboración
|
46
|
-
weight:
|
47
|
+
weight: Peso
|
47
48
|
conference_registration_invite:
|
48
49
|
email: Correo electrónico
|
49
50
|
name: Nombre
|
@@ -53,7 +54,7 @@ es-PY:
|
|
53
54
|
description: Descripción
|
54
55
|
price: Coste
|
55
56
|
title: Título
|
56
|
-
weight:
|
57
|
+
weight: Peso
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Afiliación
|
59
60
|
avatar: Avatar
|
@@ -134,7 +135,7 @@ es-PY:
|
|
134
135
|
title: Actualizar el usuario de la conferencia.
|
135
136
|
update: Actualizar
|
136
137
|
index:
|
137
|
-
conference_admins_title:
|
138
|
+
conference_admins_title: usuarios de la conferencia
|
138
139
|
new:
|
139
140
|
create: Crear
|
140
141
|
title: Nuevo usuario de la conferencia.
|
@@ -312,7 +313,6 @@ es-PY:
|
|
312
313
|
update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
|
313
314
|
registration_type:
|
314
315
|
create: "%{user_name} ha creado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
315
|
-
delete: "%{user_name} ha eliminado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
316
316
|
publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
317
317
|
unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
318
318
|
update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
@@ -380,8 +380,7 @@ es-PY:
|
|
380
380
|
invite_join_conference_mailer:
|
381
381
|
invite:
|
382
382
|
decline: Rechazar invitación '%{conference_title}'
|
383
|
-
|
384
|
-
invited_user_to_join_a_conference: "%{invited_by} te ha invitado a unirte a un encuentro en %{application}. Puedes aceptarla a través del siguiente enlace."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} ha invitado a unirse a una conferencia en %{application}. Puede rechazarlo o aceptarlo a través de los enlaces a continuación."
|
385
384
|
registration: Registro para '%{conference_title}'
|
386
385
|
partners:
|
387
386
|
index:
|
@@ -413,7 +412,7 @@ es-PY:
|
|
413
412
|
conference_program:
|
414
413
|
program_meeting:
|
415
414
|
content: Contenido
|
416
|
-
location:
|
415
|
+
location: Ubicación
|
417
416
|
speakers: Ponentes
|
418
417
|
streaming: Transmisión
|
419
418
|
show:
|
@@ -432,11 +431,9 @@ es-PY:
|
|
432
431
|
create:
|
433
432
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
434
433
|
success: Te has unido a la conferencia con éxito.
|
435
|
-
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
|
436
434
|
decline_invitation:
|
437
435
|
invalid: Ha habido un problema al rechazar la invitación.
|
438
436
|
success: Has rechazado la invitación con éxito.
|
439
|
-
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
440
437
|
destroy:
|
441
438
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
442
439
|
success: Usted ha abandonado la conferencia con éxito.
|
@@ -454,7 +451,7 @@ es-PY:
|
|
454
451
|
go_to_twitter: Ir a twitter
|
455
452
|
conference_speakers:
|
456
453
|
index:
|
457
|
-
speakers:
|
454
|
+
speakers: Altavoces
|
458
455
|
conferences:
|
459
456
|
partners:
|
460
457
|
collaborators: Fogonadura
|