decidim-conferences 0.26.3 → 0.26.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +7 -0
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +16 -10
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +17 -0
- data/app/permissions/decidim/conferences/permissions.rb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/config/locales/ar.yml +2 -8
- data/config/locales/ca.yml +10 -6
- data/config/locales/cs.yml +11 -7
- data/config/locales/de.yml +5 -8
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +10 -6
- data/config/locales/es-MX.yml +11 -7
- data/config/locales/es-PY.yml +12 -8
- data/config/locales/es.yml +11 -7
- data/config/locales/eu.yml +2 -8
- data/config/locales/fi-plain.yml +10 -6
- data/config/locales/fi.yml +10 -6
- data/config/locales/fr-CA.yml +7 -3
- data/config/locales/fr.yml +7 -3
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +1 -7
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/hu.yml +3 -12
- data/config/locales/id-ID.yml +1 -10
- data/config/locales/it.yml +2 -8
- data/config/locales/ja.yml +8 -4
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lb.yml +2 -5
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +2 -8
- data/config/locales/lv.yml +1 -10
- data/config/locales/nl.yml +3 -9
- data/config/locales/no.yml +2 -8
- data/config/locales/pl.yml +2 -7
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +14 -8
- data/config/locales/sk.yml +1 -10
- data/config/locales/sv.yml +6 -7
- data/config/locales/tr-TR.yml +3 -12
- data/config/locales/zh-CN.yml +1 -10
- data/lib/decidim/conferences/test/factories.rb +4 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +13 -11
- data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +0 -14
data/config/locales/es-MX.yml
CHANGED
@@ -28,7 +28,7 @@ es-MX:
|
|
28
28
|
show_statistics: Mostrar estadísticas
|
29
29
|
sign_date: Fecha de firma
|
30
30
|
signature: Firma
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nombre de la firma
|
32
32
|
slogan: Eslogan
|
33
33
|
slug: URL amigable
|
34
34
|
start_date: Fecha de inicio
|
@@ -37,13 +37,13 @@ es-MX:
|
|
37
37
|
date: Fecha
|
38
38
|
link: Enlace
|
39
39
|
title: Título
|
40
|
-
weight:
|
40
|
+
weight: Orden de posición
|
41
41
|
conference_partner:
|
42
42
|
link: Enlace
|
43
43
|
logo: Logo
|
44
44
|
name: Nombre
|
45
45
|
partner_type: Tipo de colaboración
|
46
|
-
weight:
|
46
|
+
weight: Orden de posición
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Correo electrónico
|
49
49
|
name: Nombre
|
@@ -53,7 +53,7 @@ es-MX:
|
|
53
53
|
description: Descripción
|
54
54
|
price: Coste
|
55
55
|
title: Título
|
56
|
-
weight:
|
56
|
+
weight: Orden de posición
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Afiliación
|
59
59
|
avatar: Avatar
|
@@ -134,7 +134,7 @@ es-MX:
|
|
134
134
|
title: Actualizar usuario de la conferencia.
|
135
135
|
update: Actualizar
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Administradoras de la jornada
|
138
138
|
new:
|
139
139
|
create: Crear
|
140
140
|
title: Nuevo usuario de la conferencia.
|
@@ -312,6 +312,7 @@ es-MX:
|
|
312
312
|
update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
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}"
|
315
316
|
publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
316
317
|
unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
317
318
|
update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
@@ -379,7 +380,8 @@ es-MX:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación a '%{conference_title}'
|
382
|
-
|
383
|
+
invited_existing_user_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."
|
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
385
|
registration: Inscripción para '%{conference_title}'
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -411,7 +413,7 @@ es-MX:
|
|
411
413
|
conference_program:
|
412
414
|
program_meeting:
|
413
415
|
content: Contenido
|
414
|
-
location:
|
416
|
+
location: Localización
|
415
417
|
speakers: Ponentes
|
416
418
|
streaming: Retransmisión
|
417
419
|
show:
|
@@ -430,9 +432,11 @@ es-MX:
|
|
430
432
|
create:
|
431
433
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
432
434
|
success: Te has unido a la conferencia con éxito.
|
435
|
+
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Ha habido un problema al rechazar la invitación.
|
435
438
|
success: Has rechazado la invitación con éxito.
|
439
|
+
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
436
440
|
destroy:
|
437
441
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
438
442
|
success: Has abandonado la conferencia con éxito.
|
data/config/locales/es-PY.yml
CHANGED
@@ -28,7 +28,7 @@ es-PY:
|
|
28
28
|
show_statistics: Mostrar estadísticas
|
29
29
|
sign_date: Fecha de firma
|
30
30
|
signature: Firma
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nombre de la firma
|
32
32
|
slogan: Eslogan
|
33
33
|
slug: URL amigable
|
34
34
|
start_date: Fecha de inicio
|
@@ -37,13 +37,13 @@ es-PY:
|
|
37
37
|
date: Fecha
|
38
38
|
link: Enlace
|
39
39
|
title: Título
|
40
|
-
weight:
|
40
|
+
weight: Orden de posición
|
41
41
|
conference_partner:
|
42
42
|
link: Enlace
|
43
43
|
logo: Logo
|
44
44
|
name: Nombre
|
45
45
|
partner_type: Tipo de colaboración
|
46
|
-
weight:
|
46
|
+
weight: Orden de posición
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Correo electrónico
|
49
49
|
name: Nombre
|
@@ -53,7 +53,7 @@ es-PY:
|
|
53
53
|
description: Descripción
|
54
54
|
price: Coste
|
55
55
|
title: Título
|
56
|
-
weight:
|
56
|
+
weight: Orden de posición
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Afiliación
|
59
59
|
avatar: Avatar
|
@@ -134,7 +134,7 @@ es-PY:
|
|
134
134
|
title: Actualizar el usuario de la conferencia.
|
135
135
|
update: Actualizar
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Administradoras de la jornada
|
138
138
|
new:
|
139
139
|
create: Crear
|
140
140
|
title: Nuevo usuario de la conferencia.
|
@@ -312,6 +312,7 @@ es-PY:
|
|
312
312
|
update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
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}"
|
315
316
|
publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
316
317
|
unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
317
318
|
update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
@@ -379,7 +380,8 @@ es-PY:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación '%{conference_title}'
|
382
|
-
|
383
|
+
invited_existing_user_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."
|
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
385
|
registration: Registro para '%{conference_title}'
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -411,7 +413,7 @@ es-PY:
|
|
411
413
|
conference_program:
|
412
414
|
program_meeting:
|
413
415
|
content: Contenido
|
414
|
-
location:
|
416
|
+
location: Localización
|
415
417
|
speakers: Ponentes
|
416
418
|
streaming: Transmisión
|
417
419
|
show:
|
@@ -430,9 +432,11 @@ es-PY:
|
|
430
432
|
create:
|
431
433
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
432
434
|
success: Te has unido a la conferencia con éxito.
|
435
|
+
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Ha habido un problema al rechazar la invitación.
|
435
438
|
success: Has rechazado la invitación con éxito.
|
439
|
+
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
436
440
|
destroy:
|
437
441
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
438
442
|
success: Usted ha abandonado la conferencia con éxito.
|
@@ -450,7 +454,7 @@ es-PY:
|
|
450
454
|
go_to_twitter: Ir a twitter
|
451
455
|
conference_speakers:
|
452
456
|
index:
|
453
|
-
speakers:
|
457
|
+
speakers: Ponentes
|
454
458
|
conferences:
|
455
459
|
partners:
|
456
460
|
collaborators: Fogonadura
|
data/config/locales/es.yml
CHANGED
@@ -28,7 +28,7 @@ es:
|
|
28
28
|
show_statistics: Mostrar estadísticas
|
29
29
|
sign_date: Fecha de firma
|
30
30
|
signature: Firma
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nombre de la firma
|
32
32
|
slogan: Eslogan
|
33
33
|
slug: URL amigable
|
34
34
|
start_date: Fecha de inicio
|
@@ -37,13 +37,13 @@ es:
|
|
37
37
|
date: Fecha
|
38
38
|
link: Enlace
|
39
39
|
title: Título
|
40
|
-
weight:
|
40
|
+
weight: Orden de posición
|
41
41
|
conference_partner:
|
42
42
|
link: Enlace
|
43
43
|
logo: Logo
|
44
44
|
name: Nombre
|
45
45
|
partner_type: Tipo de colaboración
|
46
|
-
weight:
|
46
|
+
weight: Orden de posición
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Correo electrónico
|
49
49
|
name: Nombre
|
@@ -53,7 +53,7 @@ es:
|
|
53
53
|
description: Descripción
|
54
54
|
price: Coste
|
55
55
|
title: Título
|
56
|
-
weight:
|
56
|
+
weight: Orden de posición
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Afiliación
|
59
59
|
avatar: Avatar
|
@@ -134,7 +134,7 @@ es:
|
|
134
134
|
title: Actualizar administradora de la jornada.
|
135
135
|
update: Actualizar
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Administradoras de la jornada
|
138
138
|
new:
|
139
139
|
create: Crear
|
140
140
|
title: Nueva administradora de la jornada.
|
@@ -312,6 +312,7 @@ es:
|
|
312
312
|
update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
create: "%{user_name} ha creado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
315
|
+
delete: "%{user_name} ha eliminado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
315
316
|
publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
|
316
317
|
unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
317
318
|
update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
|
@@ -379,7 +380,8 @@ es:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación a '%{conference_title}'
|
382
|
-
|
383
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} te ha invitado a unirte a una conferencia en %{application}. Puedes declinar o aceptar a través de los siguientes enlaces."
|
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
385
|
registration: Inscripción para '%{conference_title}'
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -411,7 +413,7 @@ es:
|
|
411
413
|
conference_program:
|
412
414
|
program_meeting:
|
413
415
|
content: Contenido
|
414
|
-
location:
|
416
|
+
location: Localización
|
415
417
|
speakers: Ponentes
|
416
418
|
streaming: Streaming
|
417
419
|
show:
|
@@ -430,9 +432,11 @@ es:
|
|
430
432
|
create:
|
431
433
|
invalid: Se ha producido un error al inscribirte a esta jornada.
|
432
434
|
success: Te has inscrito a la jornada correctamente.
|
435
|
+
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Se ha producido un error al declinar la invitación.
|
435
438
|
success: Has declinado la invitación correctamente.
|
439
|
+
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
436
440
|
destroy:
|
437
441
|
invalid: Se ha producido un error al abandonar esta jornada.
|
438
442
|
success: Has abandonado la jornada correctamente.
|
data/config/locales/eu.yml
CHANGED
@@ -28,7 +28,6 @@ eu:
|
|
28
28
|
show_statistics: Erakutsi estatistikak
|
29
29
|
sign_date: Sinatze-data
|
30
30
|
signature: Sinadura
|
31
|
-
signature_name: sinaduraren izena
|
32
31
|
slogan: Leloa
|
33
32
|
slug: URL laburra
|
34
33
|
start_date: Hasiera-data
|
@@ -37,13 +36,11 @@ eu:
|
|
37
36
|
date: Data
|
38
37
|
link: Lotura
|
39
38
|
title: Izenburua
|
40
|
-
weight: Pisua
|
41
39
|
conference_partner:
|
42
40
|
link: Lotura
|
43
41
|
logo: Logoa
|
44
42
|
name: Izena
|
45
43
|
partner_type: Lankidetza mota
|
46
|
-
weight: Pisua
|
47
44
|
conference_registration_invite:
|
48
45
|
email: Helbide elektronikoa
|
49
46
|
name: Izena
|
@@ -53,7 +50,6 @@ eu:
|
|
53
50
|
description: Deskribapena
|
54
51
|
price: Prezioa
|
55
52
|
title: Izenburua
|
56
|
-
weight: Pisua
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Kidetza
|
59
55
|
avatar: Avatarra
|
@@ -131,8 +127,6 @@ eu:
|
|
131
127
|
edit:
|
132
128
|
title: Eguneratu konferentzia erabiltzaileak.
|
133
129
|
update: eguneratzearen
|
134
|
-
index:
|
135
|
-
conference_admins_title: konferentzia erabiltzaileak
|
136
130
|
new:
|
137
131
|
create: Sortu
|
138
132
|
title: Konferentzia erabiltzaile berria.
|
@@ -377,7 +371,7 @@ eu:
|
|
377
371
|
invite_join_conference_mailer:
|
378
372
|
invite:
|
379
373
|
decline: Baztertu gonbidapena '%{conference_title}'
|
380
|
-
|
374
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} gonbidatu zaitu hitzaldi batean %{application}. Beheko esteken bidez baztertu edo onartu dezakezu."
|
381
375
|
registration: '''%{conference_title}'' izen-ematea'
|
382
376
|
partners:
|
383
377
|
index:
|
@@ -409,7 +403,7 @@ eu:
|
|
409
403
|
conference_program:
|
410
404
|
program_meeting:
|
411
405
|
content: Edukia
|
412
|
-
location:
|
406
|
+
location: Kokapena
|
413
407
|
speakers: Hizlariak
|
414
408
|
streaming: Streaming
|
415
409
|
show:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -28,7 +28,7 @@ fi-pl:
|
|
28
28
|
show_statistics: Näytä tilastot
|
29
29
|
sign_date: Allekirjoituksen päivämäärä
|
30
30
|
signature: Allekirjoitus
|
31
|
-
signature_name:
|
31
|
+
signature_name: Allekirjoituksen nimi
|
32
32
|
slogan: Iskulause
|
33
33
|
slug: URL-tunniste
|
34
34
|
start_date: Alkamispäivä
|
@@ -37,13 +37,13 @@ fi-pl:
|
|
37
37
|
date: Päivämäärä
|
38
38
|
link: Linkki
|
39
39
|
title: Otsikko
|
40
|
-
weight:
|
40
|
+
weight: Järjestysnumero
|
41
41
|
conference_partner:
|
42
42
|
link: Linkki
|
43
43
|
logo: Logo
|
44
44
|
name: Nimi
|
45
45
|
partner_type: Kumppanin tyyppi
|
46
|
-
weight:
|
46
|
+
weight: Järjestysnumero
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Sähköposti
|
49
49
|
name: Nimi
|
@@ -53,7 +53,7 @@ fi-pl:
|
|
53
53
|
description: Kuvaus
|
54
54
|
price: Hinta
|
55
55
|
title: Otsikko
|
56
|
-
weight:
|
56
|
+
weight: Järjestysnumero
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Jäsenyys
|
59
59
|
avatar: Avatar
|
@@ -134,7 +134,7 @@ fi-pl:
|
|
134
134
|
title: Päivitä konferenssin käyttäjä.
|
135
135
|
update: Päivitä
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Konferenssin ylläpitäjät
|
138
138
|
new:
|
139
139
|
create: Luo
|
140
140
|
title: Uusi konferenssin käyttäjä.
|
@@ -312,6 +312,7 @@ fi-pl:
|
|
312
312
|
update: "%{user_name} päivitti yhteistyökumppania %{resource_name} konferenssissa %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
create: "%{user_name} loi ilmoittautumistyypin %{resource_name} konferenssiin %{space_name}"
|
315
|
+
delete: "%{user_name} poisti ilmoittautumistyypin %{resource_name} konferenssista %{space_name}"
|
315
316
|
publish: "%{user_name} julkaisi ilmoittautumistyypin %{resource_name} konferenssissa %{space_name}"
|
316
317
|
unpublish: "%{user_name} lopetti ilmoittautumistyypin %{resource_name} julkaisun konferenssissa %{space_name}"
|
317
318
|
update: "%{user_name} päivitti ilmoittautumistyyppiä %{resource_name} konferenssissa %{space_name}"
|
@@ -379,7 +380,8 @@ fi-pl:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Hylkää kutsu "%{conference_title}"
|
382
|
-
|
383
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} on kutsunut sinut konferenssiin palvelussa %{application}. Voit hylätä tai hyväksyä kutsun alla olevien linkkien avulla."
|
384
|
+
invited_user_to_join_a_conference: "%{invited_by} on kutsunut sinut osallistumaan konferenssiin palvelussa %{application}. Voit hyväksyä kutsun alla esitetyn linkin kautta."
|
383
385
|
registration: Ilmoittautuminen konferenssiin "%{conference_title}"
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -430,9 +432,11 @@ fi-pl:
|
|
430
432
|
create:
|
431
433
|
invalid: Konferenssiin ilmoittautumisessa tapahtui virhe.
|
432
434
|
success: Olet ilmoittautunut konferenssiin onnistuneesti.
|
435
|
+
unauthorized: Sinun täytyy kirjautua sisään hyväksyäksesi konferenssikutsun.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Kutsun hyläämisessä esiintyi ongelma.
|
435
438
|
success: Olet hylännyt kutsun onnistuneesti.
|
439
|
+
unauthorized: Sinun täytyy kirjautua sisään hylätäksesi konferenssikutsun.
|
436
440
|
destroy:
|
437
441
|
invalid: Konferenssista poistumisessa on tapahtunut virhe.
|
438
442
|
success: Olet poistunut konferenssista onnistuneeksi.
|
data/config/locales/fi.yml
CHANGED
@@ -28,7 +28,7 @@ fi:
|
|
28
28
|
show_statistics: Näytä tilastot
|
29
29
|
sign_date: Allekirjoituksen päivämäärä
|
30
30
|
signature: Allekirjoitus
|
31
|
-
signature_name:
|
31
|
+
signature_name: Allekirjoituksen nimi
|
32
32
|
slogan: Iskulause
|
33
33
|
slug: URL-tunniste
|
34
34
|
start_date: Alkamispäivä
|
@@ -37,13 +37,13 @@ fi:
|
|
37
37
|
date: Päivämäärä
|
38
38
|
link: Linkki
|
39
39
|
title: Otsikko
|
40
|
-
weight:
|
40
|
+
weight: Järjestysnumero
|
41
41
|
conference_partner:
|
42
42
|
link: Linkki
|
43
43
|
logo: Logo
|
44
44
|
name: Nimi
|
45
45
|
partner_type: Kumppanin tyyppi
|
46
|
-
weight:
|
46
|
+
weight: Järjestysnumero
|
47
47
|
conference_registration_invite:
|
48
48
|
email: Sähköposti
|
49
49
|
name: Nimi
|
@@ -53,7 +53,7 @@ fi:
|
|
53
53
|
description: Kuvaus
|
54
54
|
price: Hinta
|
55
55
|
title: Otsikko
|
56
|
-
weight:
|
56
|
+
weight: Järjestysnumero
|
57
57
|
conference_speaker:
|
58
58
|
affiliation: Jäsenyys
|
59
59
|
avatar: Avatar
|
@@ -134,7 +134,7 @@ fi:
|
|
134
134
|
title: Päivitä konferenssin hallintakäyttäjä.
|
135
135
|
update: Päivitä
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Konferenssin ylläpitäjät
|
138
138
|
new:
|
139
139
|
create: Luo
|
140
140
|
title: Uusi konferenssin hallintakäyttäjä.
|
@@ -312,6 +312,7 @@ fi:
|
|
312
312
|
update: "%{user_name} päivitti yhteistyökumppania %{resource_name} konferenssissa %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
create: "%{user_name} loi ilmoittautumistyypin %{resource_name} konferenssiin %{space_name}"
|
315
|
+
delete: "%{user_name} poisti ilmoittautumistyypin %{resource_name} konferenssista %{space_name}"
|
315
316
|
publish: "%{user_name} julkaisi ilmoittautumistyypin %{resource_name} konferenssissa %{space_name}"
|
316
317
|
unpublish: "%{user_name} lopetti ilmoittautumistyypin %{resource_name} julkaisun konferenssissa %{space_name}"
|
317
318
|
update: "%{user_name} päivitti ilmoittautumistyyppiä %{resource_name} konferenssissa %{space_name}"
|
@@ -379,7 +380,8 @@ fi:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Hylkää kutsu "%{conference_title}"
|
382
|
-
|
383
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} on kutsunut sinut konferenssiin palvelussa %{application}. Voit hylätä tai hyväksyä kutsun alla olevien linkkien avulla."
|
384
|
+
invited_user_to_join_a_conference: "%{invited_by} on kutsunut sinut osallistumaan konferenssiin palvelussa %{application}. Voit hyväksyä kutsun alla esitetyn linkin kautta."
|
383
385
|
registration: Ilmoittautuminen konferenssiin "%{conference_title}"
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -430,9 +432,11 @@ fi:
|
|
430
432
|
create:
|
431
433
|
invalid: Konferenssiin ilmoittautuminen epäonnistui.
|
432
434
|
success: Ilmoittautuminen konferenssiin onnistui.
|
435
|
+
unauthorized: Sinun täytyy kirjautua sisään hyväksyäksesi konferenssikutsun.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Kutsun hylkääminen epäonnistui.
|
435
438
|
success: Kutsun hylkääminen onnistui.
|
439
|
+
unauthorized: Sinun täytyy kirjautua sisään hylätäksesi konferenssikutsun.
|
436
440
|
destroy:
|
437
441
|
invalid: Konferenssista poistuminen epäonnistui.
|
438
442
|
success: Konferenssista poistuminen onnistui.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -28,7 +28,7 @@ fr-CA:
|
|
28
28
|
show_statistics: Montrer les statistiques
|
29
29
|
sign_date: Date de signature
|
30
30
|
signature: Signature
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nom de la signature
|
32
32
|
slogan: Slogan
|
33
33
|
slug: Slug URL
|
34
34
|
start_date: Date de début
|
@@ -134,7 +134,7 @@ fr-CA:
|
|
134
134
|
title: Mettre à jour l'administrateur de la conférence.
|
135
135
|
update: Mettre à jour
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Administrateurs de conférence
|
138
138
|
new:
|
139
139
|
create: Créer
|
140
140
|
title: Nouvel administrateur de conférence.
|
@@ -312,6 +312,7 @@ fr-CA:
|
|
312
312
|
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
315
|
+
delete: "%{user_name} a supprimé le type d'inscription %{resource_name} de la conférence %{space_name}"
|
315
316
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
316
317
|
unpublish: "%{user_name} non publié le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
317
318
|
update: "%{user_name} mis à jour le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
@@ -379,7 +380,8 @@ fr-CA:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Refuser l'invitation '%{conference_title}'
|
382
|
-
|
383
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} a invité à participer à une conférence à %{application}. Vous pouvez refuser ou l'accepter via les liens ci-dessous."
|
384
|
+
invited_user_to_join_a_conference: "%{invited_by} vous a invité à participer à une conférence à %{application}. Vous pouvez accepter en utilisant le lien ci-dessous."
|
383
385
|
registration: Inscription pour '%{conference_title}'
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -430,9 +432,11 @@ fr-CA:
|
|
430
432
|
create:
|
431
433
|
invalid: Il y a eu un problème pour rejoindre cette conférence.
|
432
434
|
success: Vous avez rejoint la conférence avec succès.
|
435
|
+
unauthorized: Vous devez vous connecter avant de vous inscrire à la conférence.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Il y a eu un problème pour refuser l'invitation.
|
435
438
|
success: Vous avez refusé l'invitation avec succès.
|
439
|
+
unauthorized: Vous devez vous connecter avant de refuser l'invitation.
|
436
440
|
destroy:
|
437
441
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
438
442
|
success: Vous avez quitté la conférence avec succès.
|
data/config/locales/fr.yml
CHANGED
@@ -28,7 +28,7 @@ fr:
|
|
28
28
|
show_statistics: Montrer les statistiques
|
29
29
|
sign_date: Date de signature
|
30
30
|
signature: Signature
|
31
|
-
signature_name:
|
31
|
+
signature_name: Nom de la signature
|
32
32
|
slogan: Slogan
|
33
33
|
slug: Slug URL
|
34
34
|
start_date: Date de début
|
@@ -134,7 +134,7 @@ fr:
|
|
134
134
|
title: Mettre à jour l'administrateur de la conférence.
|
135
135
|
update: Mettre à jour
|
136
136
|
index:
|
137
|
-
conference_admins_title:
|
137
|
+
conference_admins_title: Administrateurs de conférence
|
138
138
|
new:
|
139
139
|
create: Créer
|
140
140
|
title: Nouvel administrateur de conférence.
|
@@ -312,6 +312,7 @@ fr:
|
|
312
312
|
update: "%{user_name} a mis à jour le partenaire %{resource_name} dans la conférence %{space_name}"
|
313
313
|
registration_type:
|
314
314
|
create: "%{user_name} créé le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
315
|
+
delete: "%{user_name} a supprimé le type d'inscription %{resource_name} de la conférence %{space_name}"
|
315
316
|
publish: "%{user_name} publié le %{resource_name} type d'inscription dans la %{space_name} conférence"
|
316
317
|
unpublish: "%{user_name} non publié le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
317
318
|
update: "%{user_name} mis à jour le type d'inscription %{resource_name} dans la conférence %{space_name}"
|
@@ -379,7 +380,8 @@ fr:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Refuser l'invitation '%{conference_title}'
|
382
|
-
|
383
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} a invité à participer à une conférence à %{application}. Vous pouvez refuser ou l'accepter via les liens ci-dessous."
|
384
|
+
invited_user_to_join_a_conference: "%{invited_by} vous a invité à participer à une conférence à %{application}. Vous pouvez accepter en utilisant le lien ci-dessous."
|
383
385
|
registration: Inscription pour '%{conference_title}'
|
384
386
|
partners:
|
385
387
|
index:
|
@@ -430,9 +432,11 @@ fr:
|
|
430
432
|
create:
|
431
433
|
invalid: Il y a eu un problème pour rejoindre cette conférence.
|
432
434
|
success: Vous avez rejoint la conférence avec succès.
|
435
|
+
unauthorized: Vous devez vous connecter avant de vous inscrire à la conférence.
|
433
436
|
decline_invitation:
|
434
437
|
invalid: Il y a eu un problème pour refuser l'invitation.
|
435
438
|
success: Vous avez refusé l'invitation avec succès.
|
439
|
+
unauthorized: Vous devez vous connecter avant de refuser l'invitation.
|
436
440
|
destroy:
|
437
441
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
438
442
|
success: Vous avez quitté la conférence avec succès.
|
data/config/locales/ga-IE.yml
CHANGED
@@ -16,12 +16,10 @@ ga:
|
|
16
16
|
date: Dáta
|
17
17
|
link: Nasc
|
18
18
|
title: Teideal
|
19
|
-
weight: Meáchan
|
20
19
|
conference_partner:
|
21
20
|
link: Nasc
|
22
21
|
logo: Lógó
|
23
22
|
name: Ainm
|
24
|
-
weight: Meáchan
|
25
23
|
conference_registration_invite:
|
26
24
|
email: Seoladh ríomhphoist
|
27
25
|
name: Ainm
|
@@ -29,7 +27,6 @@ ga:
|
|
29
27
|
conference_registration_type:
|
30
28
|
price: Praghas
|
31
29
|
title: Teideal
|
32
|
-
weight: Meáchan
|
33
30
|
conference_speaker:
|
34
31
|
avatar: Abhatár
|
35
32
|
user_id: Úsáideoir
|
data/config/locales/gl.yml
CHANGED
@@ -28,7 +28,6 @@ gl:
|
|
28
28
|
show_statistics: Amosar estatísticas
|
29
29
|
sign_date: Data de sinatura
|
30
30
|
signature: Sinatura
|
31
|
-
signature_name: nome da sinatura
|
32
31
|
slogan: Eslogan
|
33
32
|
slug: URL slug
|
34
33
|
start_date: Data de inicio
|
@@ -37,13 +36,11 @@ gl:
|
|
37
36
|
date: Data
|
38
37
|
link: Ligazón
|
39
38
|
title: Título
|
40
|
-
weight: Peso
|
41
39
|
conference_partner:
|
42
40
|
link: Ligazón
|
43
41
|
logo: Logotipo
|
44
42
|
name: Nome
|
45
43
|
partner_type: Tipo de socio
|
46
|
-
weight: Peso
|
47
44
|
conference_registration_invite:
|
48
45
|
email: Correo electrónico
|
49
46
|
name: Nome
|
@@ -53,7 +50,6 @@ gl:
|
|
53
50
|
description: Descrición
|
54
51
|
price: Prezo
|
55
52
|
title: Título
|
56
|
-
weight: Peso
|
57
53
|
conference_speaker:
|
58
54
|
affiliation: Afiliación
|
59
55
|
avatar: Avatar
|
@@ -131,8 +127,6 @@ gl:
|
|
131
127
|
edit:
|
132
128
|
title: Actualiza o usuario da conferencia.
|
133
129
|
update: Actualización
|
134
|
-
index:
|
135
|
-
conference_admins_title: usuarios de conferencias
|
136
130
|
new:
|
137
131
|
create: Crear
|
138
132
|
title: Novo usuario da conferencia.
|
@@ -373,7 +367,7 @@ gl:
|
|
373
367
|
invite_join_conference_mailer:
|
374
368
|
invite:
|
375
369
|
decline: Declina a invitación '%{conference_title}'
|
376
|
-
|
370
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} convidoute a unirse a unha conferencia en %{application}. Podes rexeitalo ou aceptalo a través das ligazóns a continuación."
|
377
371
|
registration: Rexistro para '%{conference_title}'
|
378
372
|
partners:
|
379
373
|
index:
|
@@ -0,0 +1 @@
|
|
1
|
+
gn:
|
data/config/locales/hu.yml
CHANGED
@@ -22,12 +22,6 @@ hu:
|
|
22
22
|
slogan: Szlogen
|
23
23
|
slug: URL slug
|
24
24
|
title: Cím
|
25
|
-
conference_media_link:
|
26
|
-
weight: Súly
|
27
|
-
conference_partner:
|
28
|
-
weight: Súly
|
29
|
-
conference_registration_type:
|
30
|
-
weight: Súly
|
31
25
|
conference_speaker:
|
32
26
|
full_name: Teljes név
|
33
27
|
conference_user_role:
|
@@ -99,8 +93,6 @@ hu:
|
|
99
93
|
edit:
|
100
94
|
title: A konferencia felhasználó frissítése.
|
101
95
|
update: frissítés
|
102
|
-
index:
|
103
|
-
conference_admins_title: konferencia felhasználók számára
|
104
96
|
new:
|
105
97
|
create: Teremt
|
106
98
|
title: Új konferencia felhasználó.
|
@@ -340,7 +332,7 @@ hu:
|
|
340
332
|
invite_join_conference_mailer:
|
341
333
|
invite:
|
342
334
|
decline: A "%{conference_title}" meghívása
|
343
|
-
|
335
|
+
invited_existing_user_to_join_a_conference: "%{invited_by} meghívta Önt, hogy csatlakozzon egy konferenciához %{application}kor. Az alábbi linkeken keresztül visszautasíthatja vagy elfogadhatja."
|
344
336
|
registration: Regisztráció a '%{conference_title}' -ra
|
345
337
|
partners:
|
346
338
|
index:
|
@@ -372,7 +364,6 @@ hu:
|
|
372
364
|
conference_program:
|
373
365
|
program_meeting:
|
374
366
|
content: Tartalom
|
375
|
-
location: Helyszín
|
376
367
|
speakers: Előadók
|
377
368
|
streaming: Élő közvetítés
|
378
369
|
show:
|
@@ -410,7 +401,7 @@ hu:
|
|
410
401
|
go_to_twitter: Menjen a Twitterre
|
411
402
|
conference_speakers:
|
412
403
|
index:
|
413
|
-
speakers:
|
404
|
+
speakers: Előadók
|
414
405
|
conferences:
|
415
406
|
partners:
|
416
407
|
collaborators: Partnerek
|
@@ -475,7 +466,7 @@ hu:
|
|
475
466
|
registration_types:
|
476
467
|
index:
|
477
468
|
choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
|
478
|
-
login_as: '%{name} <%{email}> -ként
|
469
|
+
login_as: '%{name} <%{email}> -ként jelentkeztél be'
|
479
470
|
register: Regisztráció
|
480
471
|
title: Regisztrációs típusok
|
481
472
|
shared:
|