decidim-conferences 0.26.4 → 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/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/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/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/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 +2 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +5 -7
- data/config/locales/cs.yml +11 -13
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/el.yml +2 -1
- data/config/locales/en.yml +2 -5
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +2 -4
- data/config/locales/es-PY.yml +2 -4
- data/config/locales/es.yml +6 -8
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +2 -1
- data/config/locales/fi-plain.yml +2 -4
- data/config/locales/fi.yml +3 -5
- data/config/locales/fr-CA.yml +2 -4
- data/config/locales/fr.yml +4 -6
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -1
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +2 -1
- data/config/locales/ja.yml +2 -4
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +2 -1
- data/config/locales/lt.yml +1 -623
- data/config/locales/lv.yml +2 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +3 -2
- data/config/locales/no.yml +2 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -1
- data/config/locales/pt-BR.yml +3 -2
- data/config/locales/pt.yml +2 -1
- data/config/locales/ro-RO.yml +2 -1
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +2 -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 +2 -1
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +2 -1
- 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 +2 -1
- data/config/locales/zh-TW.yml +1 -0
- 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 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +17 -19
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/en.yml
CHANGED
@@ -352,7 +352,7 @@ en:
|
|
352
352
|
invites: Invites
|
353
353
|
search: Search
|
354
354
|
new:
|
355
|
-
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.
|
356
356
|
invite: Invite
|
357
357
|
new_invite: Invite participant
|
358
358
|
conference_registrations:
|
@@ -380,8 +380,7 @@ en:
|
|
380
380
|
invite_join_conference_mailer:
|
381
381
|
invite:
|
382
382
|
decline: Decline invitation '%{conference_title}'
|
383
|
-
|
384
|
-
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."
|
385
384
|
registration: Registration for '%{conference_title}'
|
386
385
|
partners:
|
387
386
|
index:
|
@@ -432,11 +431,9 @@ en:
|
|
432
431
|
create:
|
433
432
|
invalid: There was a problem joining this conference.
|
434
433
|
success: You have successfully joined the conference.
|
435
|
-
unauthorized: You need to sign in before registering to the conference.
|
436
434
|
decline_invitation:
|
437
435
|
invalid: There was a problem declining the invitation.
|
438
436
|
success: You have successfully declined the invitation.
|
439
|
-
unauthorized: You need to sign in before declining the invitation.
|
440
437
|
destroy:
|
441
438
|
invalid: There was a problem leaving this conference.
|
442
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:
|
@@ -379,8 +380,7 @@ es-MX:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación a '%{conference_title}'
|
382
|
-
|
383
|
-
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."
|
384
384
|
registration: Inscripción para '%{conference_title}'
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ es-MX:
|
|
431
431
|
create:
|
432
432
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
433
433
|
success: Te has unido a la conferencia con éxito.
|
434
|
-
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la conferencia.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Ha habido un problema al rechazar la invitación.
|
437
436
|
success: Has rechazado la invitación con éxito.
|
438
|
-
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
439
437
|
destroy:
|
440
438
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
441
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:
|
@@ -379,8 +380,7 @@ es-PY:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación '%{conference_title}'
|
382
|
-
|
383
|
-
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."
|
384
384
|
registration: Registro para '%{conference_title}'
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ es-PY:
|
|
431
431
|
create:
|
432
432
|
invalid: Ha habido un problema al unirse a esta conferencia.
|
433
433
|
success: Te has unido a la conferencia con éxito.
|
434
|
-
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la conferencia.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Ha habido un problema al rechazar la invitación.
|
437
436
|
success: Has rechazado la invitación con éxito.
|
438
|
-
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
439
437
|
destroy:
|
440
438
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
441
439
|
success: Usted ha abandonado la conferencia con éxito.
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -37,13 +38,13 @@ es:
|
|
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:
|
|
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
|
@@ -351,7 +352,7 @@ es:
|
|
351
352
|
invites: Invita
|
352
353
|
search: Buscar
|
353
354
|
new:
|
354
|
-
explanation: La participante será invitada a unirse a
|
355
|
+
explanation: La participante será invitada a unirse a la jornada. Si su correo electrónico no está registrado, también será invitada a unirse a la organización.
|
355
356
|
invite: Invitar
|
356
357
|
new_invite: Invitar participante
|
357
358
|
conference_registrations:
|
@@ -379,8 +380,7 @@ es:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Rechazar invitación a '%{conference_title}'
|
382
|
-
|
383
|
-
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 declinar o aceptar a través de los siguientes enlaces."
|
384
384
|
registration: Inscripción para '%{conference_title}'
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ es:
|
|
431
431
|
create:
|
432
432
|
invalid: Se ha producido un error al inscribirte a esta jornada.
|
433
433
|
success: Te has inscrito a la jornada correctamente.
|
434
|
-
unauthorized: Necesitas iniciar tu sesión antes de registrarse en la conferencia.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Se ha producido un error al declinar la invitación.
|
437
436
|
success: Has declinado la invitación correctamente.
|
438
|
-
unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
|
439
437
|
destroy:
|
440
438
|
invalid: Se ha producido un error al abandonar esta jornada.
|
441
439
|
success: Has abandonado la jornada correctamente.
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -377,7 +378,7 @@ eu:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Baztertu gonbidapena '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} gonbidatu zaitu hitzaldi batean %{application}. Beheko esteken bidez baztertu edo onartu dezakezu."
|
381
382
|
registration: '''%{conference_title}'' izen-ematea'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -379,8 +380,7 @@ fi-pl:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Hylkää kutsu "%{conference_title}"
|
382
|
-
|
383
|
-
invited_user_to_join_a_conference: "%{invited_by} on kutsunut sinut osallistumaan konferenssiin palvelussa %{application}. Voit hyväksyä kutsun alla esitetyn linkin kautta."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} on kutsunut sinut konferenssiin palvelussa %{application}. Voit hylätä tai hyväksyä kutsun alla olevien linkkien avulla."
|
384
384
|
registration: Ilmoittautuminen konferenssiin "%{conference_title}"
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ fi-pl:
|
|
431
431
|
create:
|
432
432
|
invalid: Konferenssiin ilmoittautumisessa tapahtui virhe.
|
433
433
|
success: Olet ilmoittautunut konferenssiin onnistuneesti.
|
434
|
-
unauthorized: Sinun täytyy kirjautua sisään hyväksyäksesi konferenssikutsun.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Kutsun hyläämisessä esiintyi ongelma.
|
437
436
|
success: Olet hylännyt kutsun onnistuneesti.
|
438
|
-
unauthorized: Sinun täytyy kirjautua sisään hylätäksesi konferenssikutsun.
|
439
437
|
destroy:
|
440
438
|
invalid: Konferenssista poistumisessa on tapahtunut virhe.
|
441
439
|
success: Olet poistunut konferenssista onnistuneeksi.
|
data/config/locales/fi.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -351,7 +352,7 @@ fi:
|
|
351
352
|
invites: Kutsut
|
352
353
|
search: Hae
|
353
354
|
new:
|
354
|
-
explanation: Käyttäjä kutsutaan mukaan konferenssiin. Jos
|
355
|
+
explanation: Käyttäjä kutsutaan mukaan konferenssiin. Jos sähköpostiosoitteella ei ole käyttäjätiliä, käyttäjä kutsutaan myös organisaatioon.
|
355
356
|
invite: Kutsu
|
356
357
|
new_invite: Kutsu käyttäjä
|
357
358
|
conference_registrations:
|
@@ -379,8 +380,7 @@ fi:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Hylkää kutsu "%{conference_title}"
|
382
|
-
|
383
|
-
invited_user_to_join_a_conference: "%{invited_by} on kutsunut sinut osallistumaan konferenssiin palvelussa %{application}. Voit hyväksyä kutsun alla esitetyn linkin kautta."
|
383
|
+
invited_you_to_join_a_conference: "%{invited_by} on kutsunut sinut konferenssiin palvelussa %{application}. Voit hylätä tai hyväksyä kutsun alla olevien linkkien avulla."
|
384
384
|
registration: Ilmoittautuminen konferenssiin "%{conference_title}"
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ fi:
|
|
431
431
|
create:
|
432
432
|
invalid: Konferenssiin ilmoittautuminen epäonnistui.
|
433
433
|
success: Ilmoittautuminen konferenssiin onnistui.
|
434
|
-
unauthorized: Sinun täytyy kirjautua sisään hyväksyäksesi konferenssikutsun.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Kutsun hylkääminen epäonnistui.
|
437
436
|
success: Kutsun hylkääminen onnistui.
|
438
|
-
unauthorized: Sinun täytyy kirjautua sisään hylätäksesi konferenssikutsun.
|
439
437
|
destroy:
|
440
438
|
invalid: Konferenssista poistuminen epäonnistui.
|
441
439
|
success: Konferenssista poistuminen onnistui.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -379,8 +380,7 @@ fr-CA:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Refuser l'invitation '%{conference_title}'
|
382
|
-
|
383
|
-
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
|
+
invited_you_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
384
|
registration: Inscription pour '%{conference_title}'
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ fr-CA:
|
|
431
431
|
create:
|
432
432
|
invalid: Il y a eu un problème pour rejoindre cette conférence.
|
433
433
|
success: Vous avez rejoint la conférence avec succès.
|
434
|
-
unauthorized: Vous devez vous connecter avant de vous inscrire à la conférence.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Il y a eu un problème pour refuser l'invitation.
|
437
436
|
success: Vous avez refusé l'invitation avec succès.
|
438
|
-
unauthorized: Vous devez vous connecter avant de refuser l'invitation.
|
439
437
|
destroy:
|
440
438
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
441
439
|
success: Vous avez quitté la conférence avec succès.
|
data/config/locales/fr.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -23,7 +24,7 @@ fr:
|
|
23
24
|
registration_terms: Conditions d’inscription
|
24
25
|
registrations_enabled: Inscriptions ouvertes
|
25
26
|
scope_id: Périmètre
|
26
|
-
scopes_enabled:
|
27
|
+
scopes_enabled: Périmètres d'application activés
|
27
28
|
short_description: Brève description
|
28
29
|
show_statistics: Montrer les statistiques
|
29
30
|
sign_date: Date de signature
|
@@ -351,7 +352,7 @@ fr:
|
|
351
352
|
invites: Invite
|
352
353
|
search: Chercher
|
353
354
|
new:
|
354
|
-
explanation: L'utilisateur sera invité à participer à une conférence. Si l'e-mail n'est pas enregistré, ils seront également invités
|
355
|
+
explanation: L'utilisateur sera invité à participer à une conférence. Si l'e-mail n'est pas enregistré, ils seront également invités dans l'organisation.
|
355
356
|
invite: Inviter
|
356
357
|
new_invite: Inviter un utilisateur
|
357
358
|
conference_registrations:
|
@@ -379,8 +380,7 @@ fr:
|
|
379
380
|
invite_join_conference_mailer:
|
380
381
|
invite:
|
381
382
|
decline: Refuser l'invitation '%{conference_title}'
|
382
|
-
|
383
|
-
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
|
+
invited_you_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
384
|
registration: Inscription pour '%{conference_title}'
|
385
385
|
partners:
|
386
386
|
index:
|
@@ -431,11 +431,9 @@ fr:
|
|
431
431
|
create:
|
432
432
|
invalid: Il y a eu un problème pour rejoindre cette conférence.
|
433
433
|
success: Vous avez rejoint la conférence avec succès.
|
434
|
-
unauthorized: Vous devez vous connecter avant de vous inscrire à la conférence.
|
435
434
|
decline_invitation:
|
436
435
|
invalid: Il y a eu un problème pour refuser l'invitation.
|
437
436
|
success: Vous avez refusé l'invitation avec succès.
|
438
|
-
unauthorized: Vous devez vous connecter avant de refuser l'invitation.
|
439
437
|
destroy:
|
440
438
|
invalid: Il y a eu un problème pour quitter cette conférence.
|
441
439
|
success: Vous avez quitté la conférence avec succès.
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
gl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -373,7 +374,7 @@ gl:
|
|
373
374
|
invite_join_conference_mailer:
|
374
375
|
invite:
|
375
376
|
decline: Declina a invitación '%{conference_title}'
|
376
|
-
|
377
|
+
invited_you_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
378
|
registration: Rexistro para '%{conference_title}'
|
378
379
|
partners:
|
379
380
|
index:
|
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -340,7 +341,7 @@ hu:
|
|
340
341
|
invite_join_conference_mailer:
|
341
342
|
invite:
|
342
343
|
decline: A "%{conference_title}" meghívása
|
343
|
-
|
344
|
+
invited_you_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
345
|
registration: Regisztráció a '%{conference_title}' -ra
|
345
346
|
partners:
|
346
347
|
index:
|
data/config/locales/id-ID.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -335,7 +336,7 @@ id:
|
|
335
336
|
invite_join_conference_mailer:
|
336
337
|
invite:
|
337
338
|
decline: Tolak undangan '%{conference_title}'
|
338
|
-
|
339
|
+
invited_you_to_join_a_conference: "%{invited_by} telah mengundang Anda untuk bergabung dalam konferensi di %{application}. Anda dapat menolak atau menerimanya melalui tautan di bawah ini."
|
339
340
|
registration: Registrasi untuk '%{conference_title}'
|
340
341
|
partners:
|
341
342
|
index:
|
data/config/locales/is-IS.yml
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
is:
|
data/config/locales/it.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -377,7 +378,7 @@ it:
|
|
377
378
|
invite_join_conference_mailer:
|
378
379
|
invite:
|
379
380
|
decline: Rifiuta l'invito '%{conference_title}'
|
380
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} ti ha invitato a partecipare alla conferenza %{application}. Puoi rifiutare o accettare tramite i link sottostanti."
|
381
382
|
registration: Registrazione a '%{conference_title}'
|
382
383
|
partners:
|
383
384
|
index:
|
data/config/locales/ja.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -375,8 +376,7 @@ ja:
|
|
375
376
|
invite_join_conference_mailer:
|
376
377
|
invite:
|
377
378
|
decline: 招待を拒否する '%{conference_title}'
|
378
|
-
|
379
|
-
invited_user_to_join_a_conference: "%{invited_by} があなたを %{application} のカンファレンスに招待しました。以下のリンクから受付ができます。"
|
379
|
+
invited_you_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
|
380
380
|
registration: '''%{conference_title} '' の登録'
|
381
381
|
partners:
|
382
382
|
index:
|
@@ -427,11 +427,9 @@ ja:
|
|
427
427
|
create:
|
428
428
|
invalid: このカンファレンスに参加するのに問題がありました。
|
429
429
|
success: カンファレンスに参加しました。
|
430
|
-
unauthorized: カンファレンスに登録する前にサインインする必要があります。
|
431
430
|
decline_invitation:
|
432
431
|
invalid: 招待を辞退するのに問題があった。
|
433
432
|
success: 招待を拒否しました。
|
434
|
-
unauthorized: 招待を辞退する前にサインインする必要があります。
|
435
433
|
destroy:
|
436
434
|
invalid: このカンファレンスから退会するのに問題がありました。
|
437
435
|
success: カンファレンスから退会しました。
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
lb:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -297,7 +298,7 @@ lb:
|
|
297
298
|
invite_join_conference_mailer:
|
298
299
|
invite:
|
299
300
|
decline: Einladung '%{conference_title}' ablehnen
|
300
|
-
|
301
|
+
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."
|
301
302
|
registration: Registrierung für '%{conference_title}'
|
302
303
|
partners:
|
303
304
|
index:
|