decidim-meetings 0.25.0.rc4 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab6b8251a715062c189020553bfb57757740cbd1ffa121296885058b0fb8d9f6
4
- data.tar.gz: 68cb83595a3308d8746bba38e1044d0e0bbc2c86ad1d55b0ffb65537d510b501
3
+ metadata.gz: 2939c3a8603700ee0891d7e036044265abf9006056be1df86b120de04cb9e498
4
+ data.tar.gz: f0a2c25fd8c7872548f646fa3db5a25c0da08f7f8b0dea507497937acaa42802
5
5
  SHA512:
6
- metadata.gz: 8df219dc002060c59f897970bf4cfdba38189f1f8864385c733f700630fe6ba1d58165471fefed2657830c713180ce57b64b341d733828ac3c81e06f4b10d129
7
- data.tar.gz: d26e7f6d6f2009970427a955d4b1b659b4aa13267cb8f8c6a67aeb46eaaf4e898e379333490a94386f6a1b89fced225aa93a5881f0f68b2cb3f1e4e6470b3427
6
+ metadata.gz: f0adf994430db69011232d2bb9baf278178843a2f6e37fb5182213015662354f5221df4833a2d498dea95f8c140ebd0d5bfb50fbfb25e8f224c35f11de331602
7
+ data.tar.gz: d03e8217ea4496cf4c9637f8164ce2e19a6b15efc61091177a60a1b076ac1e5f10bcb47d971f5ecb59fb5f09ac93ec0b499b19ef401bad693c3c353eefaef19f
@@ -5,11 +5,11 @@ module Decidim
5
5
  class DiffRenderer < BaseDiffRenderer
6
6
  def attribute_types
7
7
  {
8
- title: :string,
9
- description: :html,
8
+ title: :i18n,
9
+ description: :i18n_html,
10
10
  address: :string,
11
- location: :string,
12
- location_hints: :string,
11
+ location: :i18n,
12
+ location_hints: :i18n,
13
13
  start_time: :date,
14
14
  end_time: :date,
15
15
  decidim_user_group_id: :user_group,
@@ -23,6 +23,7 @@ ca:
23
23
  decidim_user_group_id: Grup d'usuàries
24
24
  description: Descripció
25
25
  end_time: Hora de finalització
26
+ id: ID
26
27
  location: Ubicació
27
28
  location_hints: Detalls d'ubicació
28
29
  online_meeting_url: URL de trobada en línia
@@ -34,12 +35,17 @@ ca:
34
35
  registration_terms: Termes i condicions d'inscripció
35
36
  registration_url: URL d'inscripció
36
37
  registrations_enabled: Inscripcions obertes
38
+ show_embedded_iframe: Mostrar iframe incrustat per aquesta URL
37
39
  start_time: Hora d'inici
38
40
  title: Títol
39
41
  transparent: Transparent
40
42
  type_of_meeting: Tipus
41
43
  errors:
42
44
  models:
45
+ meeting:
46
+ attributes:
47
+ show_embedded_iframe:
48
+ not_embeddable: Aquest URL no es pot incrustar
43
49
  meeting_agenda:
44
50
  attributes:
45
51
  base:
@@ -69,6 +75,34 @@ ca:
69
75
  other: Inscripcions
70
76
  decidim:
71
77
  admin:
78
+ filters:
79
+ meetings:
80
+ category_id_eq:
81
+ label: Categoria
82
+ closed_at_present:
83
+ label: Estat
84
+ values:
85
+ 'false': Oberta
86
+ 'true': Tancada
87
+ is_upcoming_true:
88
+ label: Data
89
+ values:
90
+ 'false': Passades
91
+ 'true': Properes
92
+ origin_eq:
93
+ label: Origen
94
+ values:
95
+ citizen: Ciutadania
96
+ official: Oficial
97
+ user_group: Grups
98
+ scope_id_eq:
99
+ label: Àmbit
100
+ type_eq:
101
+ label: Tipus de trobada
102
+ values:
103
+ hybrid: Ambdós
104
+ in_person: Presencial
105
+ online: En línia
72
106
  meeting_copies:
73
107
  create:
74
108
  error: S'ha produït un error en duplicar aquesta trobada.
@@ -80,6 +114,7 @@ ca:
80
114
  components:
81
115
  meetings:
82
116
  actions:
117
+ comment: Comentar
83
118
  join: Inscriu-t'hi
84
119
  name: Trobades
85
120
  settings:
@@ -115,7 +150,7 @@ ca:
115
150
  email_subject: S'ha tancat la trobada "%{resource_title}"
116
151
  notification_title: La trobada de <a href="%{resource_path}">%{resource_title}</a> s'ha tancat.
117
152
  meeting_created:
118
- button_text: Registreu-vos a la trobada
153
+ button_text: Inscriu-te a la trobada
119
154
  email_intro: S'ha afegit la trobada "%{resource_title}" a l'espai "%{participatory_space_title}" que estàs seguint.
120
155
  email_outro: Has rebut aquesta notificació perquè estàs seguint "%{participatory_space_title}". Pots deixar de seguir-lo des de l'enllaç anterior.
121
156
  email_subject: Nova trobada afegida a %{participatory_space_title}
@@ -147,6 +182,9 @@ ca:
147
182
  email_outro: Has rebut aquesta notificació perquè estàs seguint la trobada "%{resource_title}". Pots deixar-la de seguir des de l'enllaç anterior.
148
183
  email_subject: En menys de 48 hores s'iniciarà la trobada "%{resource_title}".
149
184
  notification_title: La trobada <a href="%{resource_path}">%{resource_title}</a> començarà en menys de 48 hores.
185
+ forms:
186
+ meetings:
187
+ attendees_count_help_text: No oblidis incloure el nombre total d'assistents a la teva trobada, ja sigui presencial, en línia o híbrida.
150
188
  gamification:
151
189
  badges:
152
190
  attended_meetings:
@@ -172,6 +210,7 @@ ca:
172
210
  proposals_count:
173
211
  one: 'No es pot destruir la trobada perquè té %{count} proposta associades:'
174
212
  other: 'No es pot destruir la trobada perquè té %{count} propostes associades:'
213
+ manage_poll: Configurar enquesta
175
214
  new: Nova trobada
176
215
  preview: Previsualitzar
177
216
  registrations: Inscripcions
@@ -208,6 +247,7 @@ ca:
208
247
  invalid: S'ha produït un error en actualitzar aquest ordre del dia
209
248
  success: Ordre del dia actualitzat correctament
210
249
  exports:
250
+ answers: Respostes
211
251
  meeting_comments: Comentaris
212
252
  meetings: Trobades
213
253
  registrations: Inscripcions
@@ -248,7 +288,7 @@ ca:
248
288
  success: Trobada tancada amb èxit
249
289
  create:
250
290
  invalid: S'ha produït un error en crear aquesta trobada
251
- success: S'ha creat la trobada correctament. Adona-te'n que per a fer-la pública, ho hauràs de fer manualment.
291
+ success: Trobada creada correctament. Tingues en compte que encara no s'ha publicat, hauràs de publicar-la manualment.
252
292
  destroy:
253
293
  invalid:
254
294
  proposals_count:
@@ -269,6 +309,7 @@ ca:
269
309
  registration_url_help: 'Enllaç: permetre a les participants anar al servei extern que estàs utilitzant per a les inscripcions'
270
310
  select_a_meeting_type: Si us plau selecciona un tipus de trobada
271
311
  select_a_registration_type: Si us plau selecciona un tipus d'inscripció
312
+ show_embedded_iframe_help: Incrustar o no un iframe per a aquesta URL de videoconferència. Només alguns serveis permeten la incrustació (per exemple, Youtube, Twitch, etc.)
272
313
  index:
273
314
  title: Trobades
274
315
  new:
@@ -276,7 +317,7 @@ ca:
276
317
  title: Crear trobada
277
318
  publish:
278
319
  invalid: S'ha produït un error en publicar la trobada
279
- success: La trobada ara ja és pública
320
+ success: La trobada s'ha publicat correctament
280
321
  service:
281
322
  description: Descripció
282
323
  down: Baixar
@@ -289,10 +330,16 @@ ca:
289
330
  services: Serveis
290
331
  unpublish:
291
332
  invalid: Hi ha hagut un problema en en despublicar la trobada
292
- success: La trobada ara ja no és pública
333
+ success: La trobada s'ha despublicat correctament
293
334
  update:
294
335
  invalid: S'ha produït un error en actualitzar aquesta trobada
295
336
  success: Trobada actualitzada correctament
337
+ meetings_poll:
338
+ form:
339
+ title: Editar qüestionari d'enquesta per a %{questionnaire_for}
340
+ update:
341
+ invalid: Hi ha hagut un problema en actualitzar aquesta enquesta
342
+ success: Enquesta actualitzada correctament
296
343
  models:
297
344
  meeting:
298
345
  name: Trobada
@@ -355,6 +402,11 @@ ca:
355
402
  last_activity:
356
403
  meeting_updated_at_html: "<span>Trobada actualitzada el %{link}</span>"
357
404
  new_meeting_at_html: "<span>Nova trobada a %{link}</span>"
405
+ layouts:
406
+ live_event:
407
+ administrate: Administrar
408
+ close: tancar
409
+ questions: Preguntes
358
410
  mailer:
359
411
  invite_join_meeting_mailer:
360
412
  invite:
@@ -371,12 +423,12 @@ ca:
371
423
  title: Tancar trobada
372
424
  meetings:
373
425
  calendar_modal:
374
- add_to_calendar: Afegeix al calendari
375
- apple: Afegeix al calendari d'Apple
376
- close_window: Tanca la finestra
377
- full_details_html: Per a més informació visiteu %{link}
378
- google: Afegeix al calendari de Google
379
- outlook: Afegeix al calendari d'Outlook
426
+ add_to_calendar: Afegir al calendari
427
+ apple: Afegir al calendari d'Apple
428
+ close_window: Tancar finestra
429
+ full_details_html: Per a obtenir tots els detalls vés a %{link}
430
+ google: Afegir al calendari de Google
431
+ outlook: Afegir al calendari d'Outlook
380
432
  count:
381
433
  meetings_count:
382
434
  one: "%{count} trobada"
@@ -429,6 +481,7 @@ ca:
429
481
  select_a_category: Si us plau, selecciona una categoria
430
482
  select_a_meeting_type: Si us plau selecciona un tipus de trobada
431
483
  select_a_registration_type: Si us plau selecciona un tipus d'inscripció
484
+ show_embedded_iframe_help: Incrustar o no un iframe per a aquesta URL de videoconferència. Només alguns serveis permeten la incrustació (per exemple, Youtube, Twitch, etc.)
432
485
  index:
433
486
  new_meeting: Nova trobada
434
487
  meeting_minutes:
@@ -440,8 +493,6 @@ ca:
440
493
  back: Enrere
441
494
  create: Crear
442
495
  title: Crea la teva trobada
443
- online_meeting_link:
444
- link_available_soon: L'enllaç estarà disponible aviat
445
496
  registration_confirm:
446
497
  cancel: Cancel·lar
447
498
  confirm: Confirmar
@@ -456,7 +507,11 @@ ca:
456
507
  join: Inscriu-te a la trobada
457
508
  leave: Cancel·la la teva inscripció
458
509
  leave_confirmation: Segur que vols cancel·lar la teva inscripció a aquesta trobada?
510
+ link_available_soon: Enllaç disponible pròximament
511
+ link_closed: L'enllaç a la trobada estarà disponible uns minuts abans de que comenci
512
+ live_event: Aquesta trobada està succeint ara mateix
459
513
  meeting_minutes: Acta de la trobada
514
+ micro_camera_permissions_warning: Quan facis clic en el botó de sota, se't demanaran permisos per al micròfon i/o la càmera, i t'uniràs a la videoconferència
460
515
  no_slots_available: No hi ha places disponible
461
516
  organizations: Organitzacions que han assistit
462
517
  registration_code_help_text: El teu codi de registre
@@ -467,6 +522,7 @@ ca:
467
522
  one: "%{count} plaça restant"
468
523
  other: "%{count} places restants"
469
524
  view: Veure
525
+ visit_finished: Veure trobada passada
470
526
  update:
471
527
  invalid: Hi ha hagut un problema en actualitzar aquesta trobada.
472
528
  success: Has actualitzat la trobada amb èxit.
@@ -487,12 +543,33 @@ ca:
487
543
  fields:
488
544
  closed: Tancada
489
545
  end_time: Data de finalització
546
+ id: Id
490
547
  map: Mapa
491
548
  official_meeting: Trobada oficial
492
549
  start_time: Data d'inici
493
550
  title: Títol
551
+ polls:
552
+ questions:
553
+ closed_question:
554
+ question_results: Resultats de la pregunta
555
+ index:
556
+ empty_questions: Al llarg d'aquesta trobada, s'enviaran algunes preguntes i podràs respondre-les. Es mostraran aquí.
557
+ index_admin:
558
+ admin_dashboard: Panell d'administració
559
+ edit: Editar al panell d'administració
560
+ question: Pregunta
561
+ received_answer: resposta rebuda
562
+ received_answers: respostes rebudes
563
+ results: Resultats
564
+ send: Enviar
565
+ sent: Enviades
566
+ published_question:
567
+ max_choices_alert: Hi ha massa opcions seleccionades
568
+ question: Pregunta
569
+ question_replied: Pregunta contestada
570
+ reply_question: Contestar a la pregunta
494
571
  public_participants_list:
495
- attending_participants: Participants que assisteixen
572
+ attending_participants: Participants que han assistit
496
573
  hidden_participants_count:
497
574
  one: i %{count} persona més
498
575
  other: i %{count} persones més
@@ -23,6 +23,7 @@ cs:
23
23
  decidim_user_group_id: Uživatelská skupina
24
24
  description: Popis
25
25
  end_time: Čas ukončení
26
+ id: ID
26
27
  location: Umístění
27
28
  location_hints: Nápověda k poloze
28
29
  online_meeting_url: URL online schůzky
@@ -34,12 +35,17 @@ cs:
34
35
  registration_terms: Podmínky registrace
35
36
  registration_url: URL registrace
36
37
  registrations_enabled: Registrace povoleny
38
+ show_embedded_iframe: Zobrazit vloženou iframe pro tuto URL
37
39
  start_time: Čas zahájení
38
40
  title: Název
39
41
  transparent: Transparentní
40
42
  type_of_meeting: Typ
41
43
  errors:
42
44
  models:
45
+ meeting:
46
+ attributes:
47
+ show_embedded_iframe:
48
+ not_embeddable: Tato adresa URL nemůže být vložena
43
49
  meeting_agenda:
44
50
  attributes:
45
51
  base:
@@ -75,6 +81,34 @@ cs:
75
81
  other: Registrace
76
82
  decidim:
77
83
  admin:
84
+ filters:
85
+ meetings:
86
+ category_id_eq:
87
+ label: Kategorie
88
+ closed_at_present:
89
+ label: Stav
90
+ values:
91
+ 'false': Otevřeno
92
+ 'true': Uzavřeno
93
+ is_upcoming_true:
94
+ label: Datum
95
+ values:
96
+ 'false': Minulé
97
+ 'true': Nadcházející
98
+ origin_eq:
99
+ label: Původ
100
+ values:
101
+ citizen: Občané
102
+ official: Úředník
103
+ user_group: Skupiny uživatelů
104
+ scope_id_eq:
105
+ label: Oblast působnosti
106
+ type_eq:
107
+ label: Typ schůzky
108
+ values:
109
+ hybrid: Obojí
110
+ in_person: Osobně
111
+ online: Online
78
112
  meeting_copies:
79
113
  create:
80
114
  error: Bylo zde chyba, že se tato schůzka zdvojnásobila.
@@ -86,6 +120,7 @@ cs:
86
120
  components:
87
121
  meetings:
88
122
  actions:
123
+ comment: Komentář
89
124
  join: Přidat se
90
125
  name: Setkání
91
126
  settings:
@@ -153,6 +188,9 @@ cs:
153
188
  email_outro: Toto upozornění jste obdrželi, protože postupujete po schůzce "%{resource_title}". Můžete jej odhlásit od předchozího odkazu.
154
189
  email_subject: Schůzka "%{resource_title}" začne za méně než 48 hodin.
155
190
  notification_title: Setkání <a href="%{resource_path}">%{resource_title}</a> bude zahájeno za méně než 48 hodin.
191
+ forms:
192
+ meetings:
193
+ attendees_count_help_text: Nezapomeňte uvést celkový počet účastníků vaší akce. Ať už jde o osobní, kombinovanou nebo on-line, je důležité, abychom věděli, kolik lidí je zapojeno.
156
194
  gamification:
157
195
  badges:
158
196
  attended_meetings:
@@ -281,6 +319,7 @@ cs:
281
319
  registration_url_help: 'Odkaz: umožnit účastníkům jít na externí službu, kterou používáte pro registrace'
282
320
  select_a_meeting_type: Vyberte prosím typ schůzky
283
321
  select_a_registration_type: Vyberte prosím typ registrace
322
+ show_embedded_iframe_help: Rozhodněte o vložení URL iframe pro tuto videokonferenci. Pouze některé služby umožňují vložení (např. Youtube, Twitch...)
284
323
  index:
285
324
  title: Setkání
286
325
  new:
@@ -456,6 +495,7 @@ cs:
456
495
  select_a_category: Vyberte prosím kategorii
457
496
  select_a_meeting_type: Vyberte prosím typ schůzky
458
497
  select_a_registration_type: Vyberte prosím typ registrace
498
+ show_embedded_iframe_help: Rozhodněte o vložení URL iframe pro tuto videokonferenci. Pouze některé služby umožňují vložení (např. Youtube, Twitch...)
459
499
  index:
460
500
  new_meeting: Nová schůzka
461
501
  meeting_minutes:
@@ -467,10 +507,6 @@ cs:
467
507
  back: Zpět
468
508
  create: Vytvořit
469
509
  title: Vytvořte si schůzku
470
- online_meeting_link:
471
- join: Připojte se ke schůzce
472
- link_available_soon: Odkaz bude brzy k dispozici
473
- live_event: Tato schůzka se děje právě teď
474
510
  registration_confirm:
475
511
  cancel: Zrušit
476
512
  confirm: Potvrdit
@@ -485,7 +521,11 @@ cs:
485
521
  join: Připojte se k setkání
486
522
  leave: Zrušit registraci
487
523
  leave_confirmation: Opravdu chcete zrušit registraci na tuto schůzku?
524
+ link_available_soon: Odkaz bude brzy k dispozici
525
+ link_closed: Odkaz pro připojení se ke schůzce bude k dispozici několik minut před jejím spuštěním
526
+ live_event: Tato schůzka se děje právě teď
488
527
  meeting_minutes: Zápis z porady
528
+ micro_camera_permissions_warning: Po kliknutí na tlačítko níže budete požádáni o povolení k mikrofonu nebo fotoaparátu a připojíte se k videokonferenci
489
529
  no_slots_available: Žádné sloty nejsou k dispozici
490
530
  organizations: Účastnické organizace
491
531
  registration_code_help_text: Váš registrační kód
@@ -498,6 +538,7 @@ cs:
498
538
  many: "%{count} zbývajících bloků"
499
539
  other: "%{count} zbývajících bloků"
500
540
  view: Zobrazit
541
+ visit_finished: Zobrazit minulou schůzku
501
542
  update:
502
543
  invalid: Při aktualizaci schůzky došlo k chybě.
503
544
  success: Úspěšně jste aktualizovali schůzku.
@@ -518,6 +559,7 @@ cs:
518
559
  fields:
519
560
  closed: Zavřeno
520
561
  end_time: Datum ukončení
562
+ id: Id
521
563
  map: Mapa
522
564
  official_meeting: Oficiální schůzka
523
565
  start_time: Datum zahájení
@@ -431,8 +431,6 @@ de:
431
431
  back: Zurück
432
432
  create: Erstellen
433
433
  title: Ihre Besprechung erstellen
434
- online_meeting_link:
435
- link_available_soon: Link bald verfügbar
436
434
  registration_confirm:
437
435
  cancel: Stornieren
438
436
  confirm: Bestätigen
@@ -23,6 +23,7 @@ es-MX:
23
23
  decidim_user_group_id: Grupo de usuarias
24
24
  description: Descripción
25
25
  end_time: Hora de finalización
26
+ id: ID
26
27
  location: Ubicación
27
28
  location_hints: Pistas de ubicación
28
29
  online_meeting_url: URL del encuentro online
@@ -34,12 +35,17 @@ es-MX:
34
35
  registration_terms: Términos y condiciones de inscripción
35
36
  registration_url: URL de inscripción
36
37
  registrations_enabled: Inscripciones abiertas
38
+ show_embedded_iframe: Mostrar iframe incrustado para esta URL
37
39
  start_time: Hora de inicio
38
40
  title: Título
39
41
  transparent: Transparente
40
42
  type_of_meeting: Tipo
41
43
  errors:
42
44
  models:
45
+ meeting:
46
+ attributes:
47
+ show_embedded_iframe:
48
+ not_embeddable: Esta URL no puede ser incrustada
43
49
  meeting_agenda:
44
50
  attributes:
45
51
  base:
@@ -69,6 +75,34 @@ es-MX:
69
75
  other: Registros
70
76
  decidim:
71
77
  admin:
78
+ filters:
79
+ meetings:
80
+ category_id_eq:
81
+ label: Categoría
82
+ closed_at_present:
83
+ label: Estado
84
+ values:
85
+ 'false': Abierto
86
+ 'true': Cerrado
87
+ is_upcoming_true:
88
+ label: Fecha
89
+ values:
90
+ 'false': Pasados
91
+ 'true': Próximos
92
+ origin_eq:
93
+ label: Origen
94
+ values:
95
+ citizen: Ciudadanía
96
+ official: Oficial
97
+ user_group: Grupos
98
+ scope_id_eq:
99
+ label: Ámbito
100
+ type_eq:
101
+ label: Tipo de encuentro
102
+ values:
103
+ hybrid: Ambos
104
+ in_person: Presencial
105
+ online: En línea
72
106
  meeting_copies:
73
107
  create:
74
108
  error: Se ha producido un error al duplicar este encuentro.
@@ -80,6 +114,7 @@ es-MX:
80
114
  components:
81
115
  meetings:
82
116
  actions:
117
+ comment: Comentar
83
118
  join: Unirse
84
119
  name: Encuentros
85
120
  settings:
@@ -90,6 +125,7 @@ es-MX:
90
125
  creation_enabled_for_participants: Las participantes pueden crear encuentros
91
126
  default_registration_terms: Términos de registro predeterminados
92
127
  enable_pads_creation: Habilitar la creación de pads
128
+ maps_enabled: Mapas habilitados
93
129
  registration_code_enabled: Código de inscripción activado
94
130
  resources_permissions_enabled: Se pueden establecer permisos de acciones para cada encuentro
95
131
  scope_id: Ámbito
@@ -114,6 +150,7 @@ es-MX:
114
150
  email_subject: Se ha cerrado el encuentro "%{resource_title}"
115
151
  notification_title: El encuentro <a href="%{resource_path}">%{resource_title}</a> ha sido cerrada.
116
152
  meeting_created:
153
+ button_text: Inscribirse en el encuentro
117
154
  email_intro: Se ha añadido el encuentro "%{resource_title}" al espacio "%{participatory_space_title}" que estás siguiendo.
118
155
  email_outro: Has recibido esta notificación porque sigues "%{participatory_space_title}". Puedes dejar de seguirlo en el enlace anterior.
119
156
  email_subject: Nuevo encuentro añadido a %{participatory_space_title}
@@ -145,6 +182,9 @@ es-MX:
145
182
  email_outro: Has recibido esta notificación porque sigues el encuentro "%{resource_title}". Puedes dejar de seguirlo en el enlace anterior.
146
183
  email_subject: El encuentro "%{resource_title}" comenzará en menos de 48 h.
147
184
  notification_title: El encuentro <a href="%{resource_path}">%{resource_title}</a> comenzará en menos de 48 h.
185
+ forms:
186
+ meetings:
187
+ attendees_count_help_text: No olvides incluir el número total de asistentes a tu encuentro, ya sea presencial, en línea o híbrido.
148
188
  gamification:
149
189
  badges:
150
190
  attended_meetings:
@@ -170,6 +210,7 @@ es-MX:
170
210
  proposals_count:
171
211
  one: 'El encuentro no se puede eliminar porque tiene %{count} propuesta asociada:'
172
212
  other: 'El encuentro no se puede eliminar porque tiene %{count} propuestas asociadas:'
213
+ manage_poll: Configurar encuesta
173
214
  new: Nuevo encuentro
174
215
  preview: Previsualizar
175
216
  registrations: Inscripciones
@@ -206,6 +247,7 @@ es-MX:
206
247
  invalid: Ha habido un problema al actualizar el orden del día
207
248
  success: Orden del día actualizado correctamente
208
249
  exports:
250
+ answers: Respuestas
209
251
  meeting_comments: Comentarios
210
252
  meetings: Reuniones
211
253
  registrations: Inscripciones
@@ -246,6 +288,7 @@ es-MX:
246
288
  success: Encuentro cerrado con éxito
247
289
  create:
248
290
  invalid: Ha habido un problema al crear este encuentro
291
+ success: Encuentro creado correctamente. Ten en cuenta que aún no se ha publicado, deberás publicarlo manualmente.
249
292
  destroy:
250
293
  invalid:
251
294
  proposals_count:
@@ -266,11 +309,15 @@ es-MX:
266
309
  registration_url_help: 'Enlace: permitir a las participantes ir al servicio externo que estás utilizando para las inscripciones'
267
310
  select_a_meeting_type: Por favor, selecciona un tipo de encuentro
268
311
  select_a_registration_type: Por favor, seleccione un tipo de inscripción
312
+ show_embedded_iframe_help: Incrustar o no el iframe para esta URL de videoconferencia. Sólo algunos servicios permiten incrustar (por ejemplo, Youtube, Twitch, etc.)
269
313
  index:
270
314
  title: Encuentros
271
315
  new:
272
316
  create: Crear
273
317
  title: Crear encuentro
318
+ publish:
319
+ invalid: Se ha producido un error al publicar este encuentro
320
+ success: Encuentro publicado correctamente
274
321
  service:
275
322
  description: Descripción
276
323
  down: Abajo
@@ -281,9 +328,18 @@ es-MX:
281
328
  services:
282
329
  add_service: Añadir servicio
283
330
  services: Servicios
331
+ unpublish:
332
+ invalid: Se ha producido un error al despublicar este encuentro
333
+ success: Encuentro despublicado correctamente
284
334
  update:
285
335
  invalid: Ha habido un problema al actualizar este encuentro
286
336
  success: Encuentro actualizado correctamente
337
+ meetings_poll:
338
+ form:
339
+ title: Editar cuestionario de encuesta para %{questionnaire_for}
340
+ update:
341
+ invalid: Se ha producido un error al actualizar esta encuesta
342
+ success: Encuesta actualizada correctamente
287
343
  models:
288
344
  meeting:
289
345
  name: Encuentro
@@ -346,6 +402,11 @@ es-MX:
346
402
  last_activity:
347
403
  meeting_updated_at_html: "<span>Encuentro actualizado a las %{link}</span>"
348
404
  new_meeting_at_html: "<span>Nuevo encuentro en %{link}</span>"
405
+ layouts:
406
+ live_event:
407
+ administrate: Administrar
408
+ close: cerrar
409
+ questions: Preguntas
349
410
  mailer:
350
411
  invite_join_meeting_mailer:
351
412
  invite:
@@ -361,6 +422,13 @@ es-MX:
361
422
  close: Crear encuentro
362
423
  title: Cerrar el encuentro
363
424
  meetings:
425
+ calendar_modal:
426
+ add_to_calendar: Añadir al calendario
427
+ apple: Añadir al calendario de Apple
428
+ close_window: Cerrar ventana
429
+ full_details_html: Para obtener todos los detalles ve a %{link}
430
+ google: Añadir al calendario de Google
431
+ outlook: Abrir el calendario de Outlook
364
432
  count:
365
433
  meetings_count:
366
434
  one: "%{count} encuentro"
@@ -413,6 +481,7 @@ es-MX:
413
481
  select_a_category: Por favor, selecciona una categoría
414
482
  select_a_meeting_type: Por favor, selecciona un tipo de encuentro
415
483
  select_a_registration_type: Por favor, selecciona un tipo de inscripción
484
+ show_embedded_iframe_help: Incrustar o no el iframe para esta URL de videoconferencia. Sólo algunos servicios permiten incrustar (por ejemplo, Youtube, Twitch, etc.)
416
485
  index:
417
486
  new_meeting: Nuevo encuentro
418
487
  meeting_minutes:
@@ -438,7 +507,11 @@ es-MX:
438
507
  join: Inscribirse al encuentro
439
508
  leave: Cancela tu inscripción
440
509
  leave_confirmation: '¿Seguro que quieres cancelar tu inscripción para este encuentro?'
510
+ link_available_soon: Enlace disponible próximamente
511
+ link_closed: El enlace para unirte a la reunión estará disponible unos minutos antes de que comience
512
+ live_event: Este encuentro está sucediendo ahora mismo
441
513
  meeting_minutes: Acta del encuentro
514
+ micro_camera_permissions_warning: Cuando hagas clic en el botón de abajo, se te pedirán permisos de micrófono y/o cámara y te unirás a la videoconferencia
442
515
  no_slots_available: No hay espacio disponible
443
516
  organizations: Organizaciones que han asistido
444
517
  registration_code_help_text: Tu codigo de registro
@@ -449,6 +522,7 @@ es-MX:
449
522
  one: "Queda %{count} plaza"
450
523
  other: "%{count} plazas restantes"
451
524
  view: Ver
525
+ visit_finished: Ver encuentro pasado
452
526
  update:
453
527
  invalid: Se ha producido un error al actualizar este encuentro.
454
528
  success: Has actualizado el encuentro con éxito.
@@ -469,10 +543,36 @@ es-MX:
469
543
  fields:
470
544
  closed: Cerrado
471
545
  end_time: Fecha de finalización
546
+ id: Id
472
547
  map: Mapa
473
548
  official_meeting: Encuentro oficial
474
549
  start_time: Fecha de inicio
475
550
  title: Título
551
+ polls:
552
+ questions:
553
+ closed_question:
554
+ question_results: Resultados de la pregunta
555
+ index:
556
+ empty_questions: A lo largo de este encuentro, se enviarán algunas preguntas y podrás responderlas. Se mostrarán aquí.
557
+ index_admin:
558
+ admin_dashboard: Panel de administración
559
+ edit: Editar en el panel de administración
560
+ question: Pregunta
561
+ received_answer: respuesta recibida
562
+ received_answers: respuestas recibidas
563
+ results: Resultados
564
+ send: Enviar
565
+ sent: Enviada
566
+ published_question:
567
+ max_choices_alert: Hay demasiadas opciones seleccionadas
568
+ question: Pregunta
569
+ question_replied: Pregunta respondida
570
+ reply_question: Responder pregunta
571
+ public_participants_list:
572
+ attending_participants: Participantes asistentes
573
+ hidden_participants_count:
574
+ one: y %{count} persona más
575
+ other: y %{count} personas más
476
576
  read_more: "(leer más)"
477
577
  registration_mailer:
478
578
  confirmation: