decidim-conferences 0.32.0.rc1 → 0.32.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/decidim/conferences/admin/conference_invites/_form.html.erb +1 -1
  3. data/app/views/decidim/conferences/admin/conference_speakers/_form.html.erb +1 -1
  4. data/config/locales/ar.yml +1 -0
  5. data/config/locales/bg.yml +1 -0
  6. data/config/locales/bs-BA.yml +1 -0
  7. data/config/locales/ca-IT.yml +1 -0
  8. data/config/locales/ca.yml +1 -0
  9. data/config/locales/cs.yml +3 -0
  10. data/config/locales/de.yml +1 -0
  11. data/config/locales/el.yml +1 -0
  12. data/config/locales/es-MX.yml +1 -0
  13. data/config/locales/es-PY.yml +1 -0
  14. data/config/locales/es.yml +1 -0
  15. data/config/locales/eu.yml +27 -26
  16. data/config/locales/fi-plain.yml +1 -0
  17. data/config/locales/fi.yml +1 -0
  18. data/config/locales/fr-CA.yml +4 -0
  19. data/config/locales/fr.yml +4 -0
  20. data/config/locales/ga-IE.yml +1 -0
  21. data/config/locales/gl.yml +1 -0
  22. data/config/locales/hu.yml +1 -0
  23. data/config/locales/id-ID.yml +1 -0
  24. data/config/locales/it.yml +1 -0
  25. data/config/locales/ja.yml +1 -0
  26. data/config/locales/kaa.yml +1 -0
  27. data/config/locales/lb.yml +1 -0
  28. data/config/locales/lt.yml +1 -0
  29. data/config/locales/lv.yml +1 -0
  30. data/config/locales/nl.yml +1 -0
  31. data/config/locales/no.yml +1 -0
  32. data/config/locales/pl.yml +1 -0
  33. data/config/locales/pt-BR.yml +1 -0
  34. data/config/locales/pt.yml +1 -0
  35. data/config/locales/ro-RO.yml +1 -0
  36. data/config/locales/sk.yml +264 -0
  37. data/config/locales/sl.yml +1 -0
  38. data/config/locales/sr-CS.yml +1 -0
  39. data/config/locales/sv.yml +1 -0
  40. data/config/locales/tr-TR.yml +1 -0
  41. data/config/locales/zh-CN.yml +1 -0
  42. data/config/locales/zh-TW.yml +1 -0
  43. data/decidim-conferences.gemspec +1 -1
  44. data/lib/decidim/conferences/version.rb +1 -1
  45. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 032ccb9ae8c8b784b7ec3a3faa9e7c18081712ed69041873e7cb5f9f501f84bb
4
- data.tar.gz: dac695203abae7fd796e42baf1d6738adf71439d6f100ded98d267aee05132b9
3
+ metadata.gz: bde20dabbfde5c12530a22817d1b8fe3b192f897667948e1df6e8c99e787a6bb
4
+ data.tar.gz: c1d6f25af681ff7cb5b50838483b6c207a09c1048b8a7520292153150352b0eb
5
5
  SHA512:
6
- metadata.gz: 27cf3904169c15dfe27689dfc430e77d4fcd17ca7ccbebcbb97a5d01d7f533d00f09d4a1052450cbc86f18678e6f3b5f2569a0da395cdf2f83774435ee4ff25a
7
- data.tar.gz: dfe76f56495a8d16031dca0eb380889956e80b14a7323cc12271e864bd84c8f9995ee2499ee8260560c3a28045b291751334021cf3566d6445b961b8ee6f676c
6
+ metadata.gz: da831d3860f0bd6661ec27590c3dc3887b1ebcf7a4913a85d6f245dd5f6c087301499bb39b943eb4ff2748edb03a39243e88054bc98cf7ab0c3aef85a720cba0
7
+ data.tar.gz: 317af63fdea16c6b4143872f34ed1ab06ad048adbbcac50d7245be9228a200d2432e301ff57e698f84899a6c08709acc31ed8413b438233f5854dff8c38e8a52
@@ -19,7 +19,7 @@
19
19
  </div>
20
20
 
21
21
  <div class="row column cell attendee-fields--user-picker">
22
- <% prompt_options = { url: decidim_admin.users_organization_url, placeholder: t(".select_user") } %>
22
+ <% prompt_options = { placeholder: t(".select_user") } %>
23
23
  <%= form.autocomplete_select(:user_id, form.object.user.presence, { multiple: false, class: "autocomplete-field--results-inline" }, prompt_options) do |user|
24
24
  { value: user.id, label: "#{user.name} (@#{user.nickname})" }
25
25
  end %>
@@ -11,7 +11,7 @@
11
11
  </div>
12
12
 
13
13
  <div class="row column user-fields--user-picker">
14
- <% prompt_options = { url: decidim_admin.users_organization_url, placeholder: t(".select_user") } %>
14
+ <% prompt_options = { placeholder: t(".select_user") } %>
15
15
  <%= form.autocomplete_select(:user_id, form.object.user.presence, { multiple: false }, prompt_options) do |user|
16
16
  { value: user.id, label: "#{user.name} (@#{user.nickname})" }
17
17
  end %>
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bs:
2
3
  decidim:
3
4
  events:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca-IT:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  attributes:
@@ -346,6 +347,8 @@ cs:
346
347
  conference_duplicates:
347
348
  form:
348
349
  slug_help_html: 'URL slugy se používají ke generování adres URL, které odkazují na tuto konferenci. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
350
+ new:
351
+ title: Duplikovat konferenci
349
352
  conference_invites:
350
353
  create:
351
354
  error: Při pozvání uživatele do konference došlo k problému.
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
@@ -15,9 +16,9 @@ eu:
15
16
  location: Kokapena
16
17
  main_logo: Logo nagusia
17
18
  objectives: Helburuak
18
- participatory_processes_ids: Lotutako parte-hartze prozesuak
19
+ participatory_processes_ids: Erlazionatutako prozesu parte-hartzaileak
19
20
  promoted: Nabarmendua
20
- published_at: Argitaratze-data
21
+ published_at: Noiz argitaratua
21
22
  registration_terms: Erregistro-baldintzak
22
23
  registrations_enabled: Izen-emateak gaituta
23
24
  short_description: Deskribapen laburra
@@ -57,7 +58,7 @@ eu:
57
58
  conference_meeting_ids: Honekin lotutako topaketak
58
59
  full_name: Izena
59
60
  personal_url: URL pertsonala
60
- position: Lekua
61
+ position: Ardura
61
62
  short_bio: Biografia laburra
62
63
  twitter_handle: X ezizena
63
64
  user_id: Parte-hartzailea
@@ -77,9 +78,9 @@ eu:
77
78
  models:
78
79
  decidim/conference:
79
80
  one: Jardunaldia
80
- other: Jardunaldiak
81
+ other: Hitzaldiak
81
82
  decidim/conference_speaker:
82
- one: Jardunaldiaren hizlaria
83
+ one: Hizlaria
83
84
  other: Jardunaldiaren hizlariak
84
85
  decidim/conference_user_role:
85
86
  one: Jardunaldiko parte-hartzailearen rola
@@ -106,7 +107,7 @@ eu:
106
107
  error: Arazo bat egon da jardunaldi hau argitaratzean.
107
108
  success: Jardunaldia zuzen argitaratua.
108
109
  destroy:
109
- error: Arazo bat egon da hitzaldi hau despublikatzean.
110
+ error: Arazo bat egon da jardunaldi hau despublikatzean.
110
111
  success: Jardunaldia zuzen despublikatua.
111
112
  conference_registration:
112
113
  confirm:
@@ -154,7 +155,7 @@ eu:
154
155
  registrations: Izen-emateak
155
156
  form:
156
157
  duration: Iraupena
157
- images: Irudiak
158
+ images: Argazkiak
158
159
  metadata: Metadatuak
159
160
  registrations: Izen-emateak
160
161
  related_spaces: Honekin lotutako espazioak
@@ -186,7 +187,7 @@ eu:
186
187
  error: Arazo bat egon da multimedia esteka hau eguneratzean.
187
188
  success: Multimediaren esteka zuzen eguneratua.
188
189
  menu:
189
- conferences: Jardunaldiak
190
+ conferences: Hitzaldiak
190
191
  conferences_submenu:
191
192
  attachment_collections: Karpetak
192
193
  attachment_files: Fitxategiak
@@ -215,7 +216,7 @@ eu:
215
216
  actions: Ekintzak
216
217
  affiliation: Afiliazioa
217
218
  full_name: Izen osoa
218
- position: Kargua
219
+ position: Ardura
219
220
  name: Hizlaria
220
221
  conference_user_role:
221
222
  fields:
@@ -279,16 +280,16 @@ eu:
279
280
  registration_types:
280
281
  create:
281
282
  error: Arazo bat egon da izen-emate mota hau gehitzean jardunaldi honetarako.
282
- success: Erregistro motak arrakastaz gehitu du jardunaldi honetara.
283
+ success: Erregistro motak zuzen gehitu dira jardunaldi honetara.
283
284
  destroy:
284
- success: Izen-emate mota jardunaldi honetatik atera da.
285
+ success: Izen-emate mota jardunaldi honetatik zuzen atera da.
285
286
  edit:
286
287
  update: Eguneratu
287
288
  new:
288
289
  create: Sortu
289
290
  update:
290
291
  error: Arazo bat egon da jardunaldi honetarako izen-emate mota hau eguneratzean.
291
- success: Izen-emate mota arrakastaz eguneratu da jardunaldi honetarako.
292
+ success: Izen-emate mota zuzen eguneratu da jardunaldi honetarako.
292
293
  taxonomy_filters:
293
294
  space_filter_for:
294
295
  conferences: Jardunaldi guztiak
@@ -392,7 +393,7 @@ eu:
392
393
  no_taxonomy_filters_found: Ez da taxonomia filtrorik aurkitu.
393
394
  registrations_count:
394
395
  one: Izen-emate 1 egon da.
395
- other: Dena den, %{count} izen-emateak.
396
+ other: Dena den, %{count} izen-emate.
396
397
  slug_help_html: 'URL slugak erabiltzen dira jardunaldi honetako URLak sortzeko. Soilik onartzen ditu gutunak, zenbakiak eta gidoiak, eta letra batez hasi behar du. Adibidea: %{url}'
397
398
  taxonomies: Taxonomiak
398
399
  index:
@@ -413,7 +414,7 @@ eu:
413
414
  decline: '''%{conference_title}''rako gonbita ez onartu'
414
415
  invited_existing_user_to_join_a_conference: "%{invited_by} k zu gonbidatu zaitu %{application} jardunaldira. Beheko esteken bidez baztertu edo onartu dezakezu."
415
416
  invited_user_to_join_a_conference: "%{invited_by} k zu gonbidatu zaitu %{application} jardunaldira. Beheko estekan onartu dezakezu."
416
- registration: '''%{conference_title}'' jardinalirako izen-ematea'
417
+ registration: '''%{conference_title}'' hitzaldirako izen-ematea'
417
418
  media_links:
418
419
  edit:
419
420
  title: Eguneratu hedabideen esteka
@@ -446,14 +447,14 @@ eu:
446
447
  certificate_of_attendance_description: Honek ziurtatzen du <strong>%{user}</strong> bertaratu dela eta hartu parte duela <strong>%{title}</strong> etan ospatua <strong>%{location}</strong> an <strong>%{start} - %{end}</strong>
447
448
  send_diploma:
448
449
  error: Arazo bat egon da jardunaldiaren bertaratze-agiriak bidaltzean.
449
- success: Asistentzia-ziurtagiriak behar bezala bidali dira.
450
+ success: Jardunaldirako asistentzia-ziurtagiriak behar bezala bidali dira.
450
451
  conference:
451
452
  registration_confirm:
452
453
  cancel: Utzi
453
454
  confirm: Berretsi
454
455
  show:
455
456
  going: Joango naiz
456
- no_slots_available: Ez dago plazarik
457
+ no_slots_available: Ez dago leku librerik
457
458
  registration: Izen-ematea
458
459
  conference_program:
459
460
  program_item:
@@ -476,13 +477,13 @@ eu:
476
477
  unauthorized: Jardunaldian izena eman aurretik sartu behar duzu.
477
478
  decline_invitation:
478
479
  invalid: Arazo bat egon da gonbidapena ez onartzean.
479
- success: Gonbidapena ongi egin du.
480
+ success: Gonbidapena ongi egin duzu.
480
481
  unauthorized: Saioa hasi behar duzu gonbidapenari uko egin aurretik.
481
482
  destroy:
482
483
  invalid: Arazo bat egon da jardunaldi hau uztean.
483
484
  success: Jardunaldia behar bezala utzi duzu.
484
485
  conference_speaker:
485
- go_to_twitter: X sarera joan
486
+ go_to_twitter: Joan X sarera
486
487
  more_info: informazio gehiago
487
488
  personal_website: Webgune pertsonala
488
489
  show:
@@ -505,7 +506,7 @@ eu:
505
506
  are_you_new?: Beste parte-hartzaile bat?
506
507
  login_as: '%{name} <%{email}> gisa erregistratuta zaude'
507
508
  make_conference_registration: Eman izena jardunaldian
508
- manage_registration: Erregistroa kudeatu
509
+ manage_registration: Kudeatu erregistroa
509
510
  register: Eman izena
510
511
  sign_in_description: Hasi saioa hitzaldian erregistratzeko
511
512
  sign_up_description: Sortu kontu bat jardunaldian erregistratzeko
@@ -513,7 +514,7 @@ eu:
513
514
  highlighted_conferences:
514
515
  name: Nabarmendutako jardunaldiak
515
516
  index:
516
- title: Jardunaldiak
517
+ title: Hitzaldiak
517
518
  last_activity:
518
519
  new_conference: 'Beste jardunaldi bat:'
519
520
  mailer:
@@ -532,9 +533,9 @@ eu:
532
533
  conference_invite:
533
534
  fields:
534
535
  email: Helbide elektronikoa
535
- name: izena
536
+ name: Izena
536
537
  registration_type: Izen-emate mota
537
- sent_at: Bidalita
538
+ sent_at: ' Noiz bidalita'
538
539
  status: Egoera
539
540
  status:
540
541
  accepted: Onartuta (%{at})
@@ -544,7 +545,7 @@ eu:
544
545
  fields:
545
546
  actions: Ekintzak
546
547
  email: Helbide elektronikoa
547
- name: izena
548
+ name: Izena
548
549
  registration_type: Izen-emate mota
549
550
  state: Estatu
550
551
  states:
@@ -554,10 +555,10 @@ eu:
554
555
  home:
555
556
  highlighted_conferences:
556
557
  active_spaces: Jardunaldi aktiboak
557
- see_all_spaces: Ikusi hitzaldi guztiak
558
+ see_all_spaces: Ikusi jardunaldi guztiak
558
559
  registration_types:
559
560
  index:
560
- choose_an_option: 'Aukeratu zure erregistro-aukera:'
561
+ choose_an_option: 'Hautatu zure erregistro-aukera:'
561
562
  no_registrations: Ez dago izen-ematerik
562
563
  register: Eman izena
563
564
  title: Izen-emate motak
@@ -565,7 +566,7 @@ eu:
565
566
  details: Xehetasunak
566
567
  introduction: Sarrera
567
568
  objectives: Helburuak
568
- related_assemblies: Lotutako batzarrak
569
+ related_assemblies: Lotutako Batzarrak
569
570
  related_participatory_processes: Lotutako parte-hartze prozesuak
570
571
  download_your_data:
571
572
  help:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  attributes:
@@ -364,6 +365,9 @@ fr-CA:
364
365
  user_type: Type d'utilisateur
365
366
  index:
366
367
  search: Chercher
368
+ title: Conférenciers
369
+ new:
370
+ title: Nouveau conférencier
367
371
  conference_user_roles:
368
372
  edit:
369
373
  title: Mettre à jour l'administrateur de la conférence
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -364,6 +365,9 @@ fr:
364
365
  user_type: Type d'utilisateur
365
366
  index:
366
367
  search: Chercher
368
+ title: Conférenciers
369
+ new:
370
+ title: Nouveau conférencier
367
371
  conference_user_roles:
368
372
  edit:
369
373
  title: Mettre à jour l'administrateur de la conférence
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  kaa:
2
3
  decidim:
3
4
  admin:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lt:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt-BR:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activemodel:
3
4
  attributes:
@@ -1,25 +1,79 @@
1
+ ---
1
2
  sk:
2
3
  activemodel:
3
4
  attributes:
4
5
  conference:
6
+ assemblies_ids: Súvisiace zhromaždenia
7
+ available_slots: Dostupné miesta
5
8
  banner_image: Obrázok banneru
6
9
  decidim_scope_id: Rozsah
7
10
  description: Popis
11
+ duplicate_categories: Duplikovať kategórie
12
+ duplicate_components: Duplikovať komponenty
13
+ duplicate_features: Duplikovať funkcie
14
+ end_date: Dátum ukončenia
8
15
  hero_image: Obrázok na hlavnej stránke
16
+ location: Miesto
17
+ main_logo: Hlavné logo
18
+ objectives: Ciele
9
19
  participatory_processes_ids: Podobné participatívne procesy
10
20
  promoted: Zvýraznené
11
21
  published_at: Publikované na
22
+ registration_terms: Podmienky registrácie
23
+ registrations_enabled: Registrácie povolené
12
24
  short_description: Krátky popis
13
25
  show_statistics: Zobrazenie štatistík
26
+ sign_date: Dátum podpisu
27
+ signature: Podpis
28
+ signature_name: Meno podpisujúceho
14
29
  slogan: Slogan
15
30
  slug: URL krátky odkaz
31
+ start_date: Dátum začiatku
32
+ title: Názov
33
+ weight: Pozícia v poradí
34
+ conference_media_link:
35
+ date: Dátum
36
+ link: Odkaz
16
37
  title: Názov
38
+ weight: Pozícia v poradí
39
+ conference_partner:
40
+ link: Odkaz
41
+ logo: Logo
42
+ name: Názov
43
+ partner_type: Typ partnera
44
+ weight: Pozícia v poradí
45
+ conference_registration_invite:
46
+ email: E-mail
47
+ name: Meno
48
+ registration_type_id: Typ registrácie
49
+ user_id: Používateľ
50
+ conference_registration_type:
51
+ description: Popis
52
+ price: Cena
53
+ title: Názov
54
+ weight: Pozícia v poradí
17
55
  conference_speaker:
56
+ affiliation: Afilácia
57
+ avatar: Avatar
58
+ conference_meeting_ids: Súvisiace stretnutia
18
59
  full_name: Meno a priezvisko
60
+ personal_url: Osobná URL adresa
61
+ position: Pozícia
62
+ short_bio: Krátky životopis
63
+ twitter_handle: X handle
64
+ user_id: Používateľ
19
65
  conference_user_role:
20
66
  email: E-mail
21
67
  name: Meno
22
68
  role: Rola
69
+ partner:
70
+ logo: Logo
71
+ errors:
72
+ models:
73
+ conference_registration_invite:
74
+ attributes:
75
+ email:
76
+ already_invited: Tento e-mail už bol pozvaný.
23
77
  activerecord:
24
78
  models:
25
79
  decidim/conference:
@@ -41,7 +95,19 @@ sk:
41
95
  admin:
42
96
  actions:
43
97
  confirm: Potvrdiť
98
+ confirm_delete_conference: Naozaj chcete odstrániť túto konferenciu? Ak zmeníte názor, môžete ju neskôr obnoviť.
99
+ new_conference: Nová konferencia
100
+ new_conference_user_role: Nový správca konferencie
101
+ new_media_link: Nový mediálny odkaz
102
+ new_partner: Nový partner
103
+ new_registration_type: Nový typ registrácie
104
+ new_speaker: Nový rečník
44
105
  send_diplomas: Zaslať certifikáty o účasti
106
+ view_deleted_conferences: Zobraziť odstránené konferencie
107
+ conference_duplicates:
108
+ new:
109
+ duplicate: Duplikovať
110
+ select: Vyberte údaje, ktoré chcete duplikovať
45
111
  conference_publications:
46
112
  create:
47
113
  error: Vyskytol sa problém s publikovaním konferencie.
@@ -63,6 +129,12 @@ sk:
63
129
  update: Aktualizovať
64
130
  new:
65
131
  create: Vytvoriť
132
+ publish:
133
+ invalid: Vyskytol sa problém pri publikovaní tohto rečníka.
134
+ success: Rečník konferencie bol úspešne publikovaný.
135
+ unpublish:
136
+ invalid: Vyskytol sa problém pri zrušení publikovania tohto rečníka.
137
+ success: Publikovanie rečníka konferencie bolo úspešne zrušené.
66
138
  update:
67
139
  error: Vyskytol sa problém so zmenou rečníka na konferencii.
68
140
  success: Rečník úspešne zmenený.
@@ -88,24 +160,38 @@ sk:
88
160
  exports:
89
161
  registrations: Registrácie
90
162
  form:
163
+ duration: Trvanie
91
164
  images: Obrázky
165
+ metadata: Metadáta
166
+ registrations: Registrácie
167
+ related_spaces: Súvisiace priestory
92
168
  title: Všeobecné informácie
169
+ visibility: Viditeľnosť
93
170
  index:
94
171
  published: Zverejnené
172
+ unpublished: Nepublikované
95
173
  new:
96
174
  create: Vytvoriť
97
175
  update:
98
176
  error: Vyskytol sa problém s aktualizáciou tejto konferencie.
99
177
  success: Konferencia úspešne aktualizovaná.
178
+ conferences_duplicates:
179
+ create:
180
+ error: Vyskytol sa problém pri duplikovaní tejto konferencie.
181
+ success: Konferencia bola úspešne duplikovaná.
100
182
  media_links:
101
183
  create:
102
184
  error: Pri tvorbe mediálneho odkazu nastala chyba.
185
+ success: Mediálny odkaz bol úspešne vytvorený.
186
+ destroy:
187
+ success: Mediálny odkaz bol úspešne odstránený.
103
188
  edit:
104
189
  update: Aktualizovať
105
190
  new:
106
191
  create: Vytvoriť
107
192
  update:
108
193
  error: Pri aktualizácii mediálneho odkazu nastala chyba.
194
+ success: Mediálny odkaz bol úspešne aktualizovaný.
109
195
  menu:
110
196
  conferences: Konferencie
111
197
  conferences_submenu:
@@ -116,23 +202,31 @@ sk:
116
202
  conference_admins: Administrátori konferencie
117
203
  conference_invites: Pozvánky
118
204
  conference_speakers: Rečníci
205
+ diploma: Certifikát o účasti
206
+ media_links: Mediálne odkazy
119
207
  moderations: Moderácia
120
208
  partners: Partneri
209
+ registration_types: Typy registrácií
121
210
  registrations: Registrácie
211
+ see_conference: Zobraziť konferenciu
212
+ user_registrations: Registrácie používateľov
122
213
  models:
123
214
  conference:
124
215
  fields:
216
+ actions: Akcie
125
217
  created_at: Vytvorené
126
218
  published: Zverejnené
127
219
  title: Názov
128
220
  conference_speaker:
129
221
  fields:
222
+ actions: Akcie
130
223
  affiliation: Priradenie
131
224
  full_name: Meno a priezvisko
132
225
  position: Pozícia
133
226
  name: Rečník na konferencii
134
227
  conference_user_role:
135
228
  fields:
229
+ actions: Akcie
136
230
  email: E-mail
137
231
  name: Meno
138
232
  role: Rola
@@ -140,14 +234,18 @@ sk:
140
234
  roles:
141
235
  admin: Administrátor
142
236
  collaborator: Spolupracovník
237
+ evaluator: Hodnotiteľ
143
238
  moderator: Moderátor
144
239
  media_link:
145
240
  fields:
241
+ actions: Akcie
146
242
  date: Dátum
147
243
  link: Odkaz
148
244
  title: Názov
245
+ name: Mediálny odkaz
149
246
  partner:
150
247
  fields:
248
+ actions: Akcie
151
249
  link: Odkaz
152
250
  logo: Logo
153
251
  name: Meno
@@ -158,10 +256,12 @@ sk:
158
256
  main_promotor: Hlavný promotér
159
257
  registration_type:
160
258
  fields:
259
+ actions: Akcie
161
260
  conference_meetings: Konferenčné stretnutia
162
261
  price: Cena
163
262
  registrations_count: Počet registrácií
164
263
  title: Názov
264
+ weight: Pozícia v poradí
165
265
  name: Typ registrácie
166
266
  partners:
167
267
  create:
@@ -196,11 +296,19 @@ sk:
196
296
  update:
197
297
  error: Vyskytol sa problém pri zmene typu registrácie na konferenciu.
198
298
  success: Typ registrácie na konferenciu úspešne zmenený.
299
+ taxonomy_filters:
300
+ space_filter_for:
301
+ conferences: Všetky konferencie
302
+ tooltips:
303
+ deleted_conferences_info: Konferencie je možné odstrániť, len ak je ich stav „Nepublikované“.
199
304
  admin_log:
200
305
  conference:
201
306
  create: "%{user_name} vytvoril konferenciu %{resource_name}."
307
+ duplicate: "%{user_name} duplikoval/a konferenciu %{resource_name}"
202
308
  publish: "%{user_name} publikoval konferenciu %{resource_name}."
309
+ restore: "%{user_name} obnovil/a konferenciu %{resource_name}"
203
310
  send_conference_diplomas: "%{user_name} poslal Certifikáty účasti na konferencii %{resource_name} účastníkom konferencie."
311
+ soft_delete: "%{user_name} presunul/a konferenciu %{resource_name} do koša"
204
312
  unpublish: "%{user_name} zrušil publikovanie konferencie %{resource_name}."
205
313
  update: "%{user_name} aktualizoval konferenciu %{resource_name}."
206
314
  update_diploma: "%{user_name} aktualizoval nastavenie Certifikátov účasti pre konferenciu %{resource_name}"
@@ -215,8 +323,13 @@ sk:
215
323
  conferences:
216
324
  conference_registration:
217
325
  confirm: "%{user_name} potvrdil registráciu na konferencii %{resource_name}"
326
+ partner:
327
+ create: "%{user_name} vytvoril/a partnera %{resource_name} v konferencii %{space_name}"
328
+ delete: "%{user_name} odstránil/a partnera %{resource_name} z konferencie %{space_name}"
329
+ update: "%{user_name} aktualizoval/a partnera %{resource_name} v konferencii %{space_name}"
218
330
  registration_type:
219
331
  create: "%{user_name} vytvoril typ registrácie %{resource_name} na konferencii %{space_name}"
332
+ delete: "%{user_name} odstránil/a typ registrácie %{resource_name} z konferencie %{space_name}"
220
333
  publish: "%{user_name} publikoval typ registrácie %{resource_name} na konferencii %{space_name}"
221
334
  unpublish: "%{user_name} zrušil typ registrácie %{resource_name} na konferencii %{space_name}"
222
335
  update: "%{user_name} zmenil typ registrácie %{resource_name} na konferencii %{space_name}"
@@ -232,6 +345,11 @@ sk:
232
345
  title: Rečníci
233
346
  conferences:
234
347
  admin:
348
+ conference_duplicates:
349
+ form:
350
+ slug_help_html: 'URL slugy sa používajú na generovanie URL adries, ktoré odkazujú na túto konferenciu. Akceptujú sa iba písmená, čísla a pomlčky a musia začínať písmenom. Príklad: %{url}'
351
+ new:
352
+ title: Duplikovať konferenciu
235
353
  conference_invites:
236
354
  create:
237
355
  error: Nastal problém s pozývaním účastníka na konferenciu.
@@ -244,9 +362,17 @@ sk:
244
362
  select_user: Vybrať účastníka
245
363
  index:
246
364
  invite_attendee: Pozvať účastníka
365
+ title: Pozvánky
247
366
  new:
367
+ explanation: Účastník bude pozvaný, aby sa pripojil ku konferencii. Ak jeho e-mail nie je zaregistrovaný, bude pozvaný aj do organizácie.
248
368
  invite: Pozvať
369
+ title: Pozvať účastníka
370
+ conference_registrations:
371
+ index:
372
+ title: Registrácie
249
373
  conference_speakers:
374
+ edit:
375
+ title: Aktualizovať rečníka konferencie
250
376
  form:
251
377
  existing_user: Existujúci účastník
252
378
  non_user: Neexistujúci účastník
@@ -254,38 +380,82 @@ sk:
254
380
  user_type: Typ účastníka
255
381
  index:
256
382
  search: Hľadať
383
+ title: Rečníci konferencie
384
+ new:
385
+ title: Nový rečník konferencie
386
+ conference_user_roles:
387
+ edit:
388
+ title: Aktualizovať správcu konferencie
389
+ index:
390
+ title: Správcovia konferencie
391
+ new:
392
+ title: Nový správca konferencie
257
393
  conferences:
394
+ edit:
395
+ title: O tejto konferencii
258
396
  form:
259
397
  available_slots_help: Nastavte na 0, ak máte k dispozícii neobmedzený počet miest.
398
+ define_taxonomy_filters: Pred použitím tohto nastavenia definujte nejaké filtre pre tento participatívny priestor.
399
+ no_taxonomy_filters_found: Nenašli sa žiadne filtre taxonómie.
260
400
  registrations_count:
261
401
  one: Je tu 1 registrácia.
262
402
  few: Sú tu %{count} registrácie.
263
403
  many: Je tu %{count} registrácií.
264
404
  other: Je tu %{count} registrácií.
405
+ slug_help_html: 'URL slugy sa používajú na generovanie URL adries, ktoré odkazujú na túto konferenciu. Akceptujú sa iba písmená, čísla a pomlčky a musia začínať písmenom. Príklad: %{url}'
406
+ taxonomies: Taxonómie
407
+ index:
408
+ title: Konferencie
409
+ manage_trash:
410
+ title: Odstránené konferencie
411
+ new:
412
+ title: Nová konferencia
413
+ content_blocks:
414
+ highlighted_conferences:
415
+ max_results: Maximálny počet zobrazených prvkov
265
416
  diplomas:
266
417
  edit:
267
418
  save: Uložiť
419
+ title: Certifikát o účasti
268
420
  invite_join_conference_mailer:
269
421
  invite:
270
422
  decline: Odmietnuť pozvánku na "%{conference_title}"
271
423
  invited_existing_user_to_join_a_conference: "%{invited_by} Vás pozval na účasť na konferencii na %{application}. Účasť môžete potvrdiť alebo odmietnuť kliknutím na odkaz nižšie."
424
+ invited_user_to_join_a_conference: "%{invited_by} vás pozval/a, aby ste sa pripojili ku konferencii na %{application}. Môžete to prijať prostredníctvom odkazu nižšie."
272
425
  registration: Registrácia na konferenciu "%{conference_title}"
426
+ media_links:
427
+ edit:
428
+ title: Aktualizovať mediálny odkaz
429
+ index:
430
+ title: Mediálne odkazy
431
+ new:
432
+ title: Nový mediálny odkaz
273
433
  partners:
434
+ edit:
435
+ title: Aktualizovať partnera
274
436
  index:
275
437
  title: Partneri
438
+ new:
439
+ title: Nový partner
276
440
  registration_types:
441
+ edit:
442
+ title: Aktualizovať typ registrácie
277
443
  form:
278
444
  select_conference_meetings: Zvoliť stretnutia na konferencii
279
445
  index:
280
446
  title: Typy registrácie
447
+ new:
448
+ title: Nový typ registrácie
281
449
  send_conference_diploma_mailer:
282
450
  diploma:
283
451
  diploma_html: Certifikát účasti na konferencii <a href="%{url}">%{title}</a> nájdete v prílohách.
284
452
  diploma_user:
285
453
  attendance_verified_by: Účasť potvrdená
454
+ certificate_of_attendance: Certifikát o účasti
286
455
  certificate_of_attendance_description: Týmto potvrdzujeme, že <strong>%{user}</strong> sa zúčastnil na konferencii <strong>%{title}</strong>, ktorá sa konala na mieste <strong>%{location}</strong> od %{start} do %{end}</strong>.
287
456
  send_diploma:
288
457
  error: Vyskytol sa účasť so zasielaním certifikátov účasti.
458
+ success: Certifikáty o účasti na konferencii boli úspešne odoslané.
289
459
  conference:
290
460
  registration_confirm:
291
461
  cancel: Zrušiť
@@ -295,6 +465,8 @@ sk:
295
465
  no_slots_available: Žiadne voľné miesta
296
466
  registration: Registrácia
297
467
  conference_program:
468
+ program_item:
469
+ other_category: Iné
298
470
  show:
299
471
  program: Program
300
472
  conference_registration_mailer:
@@ -310,33 +482,57 @@ sk:
310
482
  create:
311
483
  invalid: Vyskytol sa problém pri registrácii na konferenciu.
312
484
  success: Úspešne ste sa zaregistrovali na konferenciu.
485
+ unauthorized: Pred registráciou na konferenciu sa musíte prihlásiť.
313
486
  decline_invitation:
314
487
  invalid: Vyskytol sa problém s odmietnutím pozvania.
315
488
  success: Úspešne ste odmietli pozvanie na konferenciu.
489
+ unauthorized: Pred odmietnutím pozvánky sa musíte prihlásiť.
316
490
  destroy:
317
491
  invalid: Vyskytol sa problém s opustením tejto konferencie.
318
492
  success: Úspešne ste opustili konferenciu.
319
493
  conference_speaker:
494
+ go_to_twitter: Prejsť na X
320
495
  more_info: viac informácií
321
496
  personal_website: Osobná stránka
322
497
  show:
323
498
  more_info: viac informácií
499
+ speaking_at: Vystupuje na
324
500
  conference_speaker_cell:
325
501
  personal_url:
326
502
  personal_website: Osobná stránka
503
+ conference_speakers:
504
+ index:
505
+ speakers:
506
+ one: Rečník
507
+ few: Rečníci
508
+ many: Rečníci
509
+ other: Rečníci
327
510
  conferences:
328
511
  partners:
329
512
  collaborators: Partneri
330
513
  main_promotors: Organizátori
331
514
  show:
515
+ already_have_an_account?: Už máte účet?
516
+ are_you_new?: Nový účastník?
332
517
  login_as: Ste prihlásení ako %{name} %{email}
518
+ make_conference_registration: Zaregistrovať sa na konferenciu
519
+ manage_registration: Spravovať registráciu
333
520
  register: Registrovať
521
+ sign_in_description: Prihláste sa pre registráciu na konferenciu
522
+ sign_up_description: Vytvorte si účet pre registráciu na konferenciu
334
523
  content_blocks:
335
524
  highlighted_conferences:
336
525
  name: Zvýraznené konferencie
337
526
  index:
338
527
  title: Konferencie
528
+ last_activity:
529
+ new_conference: 'Nová konferencia:'
339
530
  mailer:
531
+ conference_registration_mailer:
532
+ confirmation:
533
+ subject: Vaša registrácia na konferenciu bola potvrdená.
534
+ pending_validation:
535
+ subject: Vaša registrácia na konferenciu čaká na potvrdenie.
340
536
  invite_join_conference_mailer:
341
537
  invite:
342
538
  subject: Pozvánka na konferenciu
@@ -357,6 +553,7 @@ sk:
357
553
  sent: Odoslané
358
554
  conference_registration:
359
555
  fields:
556
+ actions: Akcie
360
557
  email: E-mail
361
558
  name: Meno
362
559
  registration_type: Typ registrácie
@@ -368,9 +565,11 @@ sk:
368
565
  home:
369
566
  highlighted_conferences:
370
567
  active_spaces: Aktívne konferencie
568
+ see_all_spaces: Zobraziť všetky konferencie
371
569
  registration_types:
372
570
  index:
373
571
  choose_an_option: 'Zvoľte si možnosti registrácie:'
572
+ no_registrations: Žiadne registrácie
374
573
  register: Registrovať
375
574
  title: Typy registrácie
376
575
  show:
@@ -379,6 +578,25 @@ sk:
379
578
  objectives: Ciele
380
579
  related_assemblies: Súvisiace zhromaždenia
381
580
  related_participatory_processes: Súvisiace participatívne procesy
581
+ download_your_data:
582
+ help:
583
+ conference_invites:
584
+ accepted_at: Dátum prijatia pozvánky na konferenciu
585
+ conference: Konferencia, na ktorú bola táto pozvánka odoslaná
586
+ confirmed_at: Dátum potvrdenia tejto pozvánky
587
+ created_at: Dátum vytvorenia tejto pozvánky
588
+ id: Jedinečný identifikátor pozvánky na konferenciu
589
+ registration_type: Typ odoslanej registrácie na túto konferenciu
590
+ rejected_at: Dátum odmietnutia pozvánky na konferenciu
591
+ sent_at: Dátum odoslania tejto pozvánky na konferenciu
592
+ updated_at: Dátum poslednej aktualizácie tejto pozvánky
593
+ conference_registrations:
594
+ conference: Konferencia, ku ktorej to patrí
595
+ confirmed_at: Dátum potvrdenia tejto registrácie
596
+ created_at: Dátum vytvorenia tejto registrácie
597
+ id: Jedinečný identifikátor registrácií na konferenciu
598
+ registration_type: Typ registrácie, ku ktorej to patrí
599
+ updated_at: Dátum poslednej aktualizácie tejto registrácie
382
600
  events:
383
601
  conferences:
384
602
  conference_registration_confirmed:
@@ -400,17 +618,62 @@ sk:
400
618
  email_outro: Túto notifikáciu ste dostali, pretože sledujete konferenciu "%{resource_title}". Notifikácie môžete zrušiť po kliknutí na predchádzajúci odkaz.
401
619
  email_subject: Konferencia "%{resource_title}" otvorila registrácie.
402
620
  notification_title: Konferencia <a href="%{resource_path}">%{resource_title}</a> otvorila registrácie.
621
+ role_assigned:
622
+ email_intro: Boli ste priradený ako %{role} pre konferenciu "%{resource_title}".
623
+ email_outro: Toto upozornenie ste dostali, pretože ste %{role} konferencie "%{resource_title}".
624
+ email_subject: Boli ste priradený ako %{role} pre "%{resource_title}".
625
+ notification_title: Boli ste priradený ako %{role} pre konferenciu <a href="%{resource_url}">%{resource_title}</a>.
403
626
  upcoming_conference:
404
627
  email_intro: 'Konferencia "%{resource_title}" sa koná o 2 dni. Jej program si môžete pozrieť na stránke:'
405
628
  email_outro: Túto notifikáciu ste dostali, pretože sledujete konferenciu "%{resource_title}". Notifikácie môžete zrušiť po kliknutí na predchádzajúci odkaz.
406
629
  email_subject: Konferencia "%{resource_title}" je tu!
407
630
  notification_title: Konferencia <a href="%{resource_path}">%{resource_title}</a> sa koná o 2 dni.
631
+ help:
632
+ participatory_spaces:
633
+ conferences:
634
+ contextual: "<p><strong>Konferencia</strong> je súbor stretnutí usporiadaných do programu s množstvom ľudí pozvaných ako rečníci a ďalšími informačnými poľami typickými pre veľké kongresy alebo spoločenské podujatia (registrácia, zoznam organizácií, ktoré podujatie podporujú alebo sponzorujú atď.).</p> <p>Príklady: Konferencia môže byť relevantným podujatím pre organizáciu a jej členov, alebo sa môže uskutočniť ako súčasť participatívneho procesu či nasledovať po konzultácii.</p>\n"
635
+ page: "<p><strong>Konferencia</strong> je súbor stretnutí usporiadaných do programu s množstvom ľudí pozvaných ako rečníci a ďalšími informačnými poľami typickými pre veľké kongresy alebo spoločenské podujatia (registrácia, zoznam organizácií, ktoré podujatie podporujú alebo sponzorujú atď.).</p> <p>Príklady: Konferencia môže byť relevantným podujatím pre organizáciu a jej členov, alebo sa môže uskutočniť ako súčasť participatívneho procesu či nasledovať po konzultácii.</p>\n"
636
+ title: Čo sú konferencie?
637
+ log:
638
+ value_types:
639
+ conference_presenter:
640
+ not_found: 'Konferencia nebola nájdená v databáze (ID: %{id}).'
408
641
  media:
409
642
  index:
410
643
  description: Odkazy ku konferencii
411
644
  title: Mediálne odkazy
412
645
  menu:
413
646
  conferences: Konferencie
647
+ open_data:
648
+ help:
649
+ conferences:
650
+ component_settings: Nastavenia komponentov priestoru konferencie
651
+ created_at: Dátum vytvorenia tohto priestoru
652
+ decidim_scope_id: Pôsobnosť konferencie
653
+ description: Dlhý popis konferencie
654
+ end_date: Dátum ukončenia tejto konferencie.
655
+ follows_count: Počet používateľov sledujúcich tento priestor
656
+ id: Jedinečný identifikátor tejto konferencie
657
+ location: Miesto konania konferencie. Kde sa táto konferencia uskutoční.
658
+ objectives: Ciele tejto konferencie. Čo je jej účelom.
659
+ promoted: Či je konferencia propagovaná alebo nie
660
+ published_at: Dátum zverejnenia tohto priestoru
661
+ reference: Jedinečná referencia priestoru
662
+ remote_banner_image_url: URL adresa obrázka bannera konferencie
663
+ remote_hero_image_url: URL adresa hlavného obrázka konferencie
664
+ scope: Pôsobnosť konferencie
665
+ scopes_enabled: Či sú pôsobnosti povolené alebo nie
666
+ short_description: Krátky popis konferencie
667
+ slogan: Slogan pre túto konferenciu
668
+ slug: Slug konferencie (používa sa na identifikačné účely, pre URL adresu)
669
+ start_date: Dátum začiatku tejto konferencie.
670
+ taxonomies: Taxonómie konferencie
671
+ title: Názov konferencie
672
+ updated_at: Dátum poslednej aktualizácie tohto priestoru
673
+ url: URL adresa priestoru
674
+ statistics:
675
+ conferences_count: Konferencie
676
+ conferences_count_tooltip: Počet zverejnených konferencií.
414
677
  devise:
415
678
  mailer:
416
679
  join_conference:
@@ -418,6 +681,7 @@ sk:
418
681
  layouts:
419
682
  decidim:
420
683
  conference_hero:
684
+ manage_registration: Spravovať registráciu
421
685
  register: Registrovať
422
686
  conferences:
423
687
  conference:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sr:
2
3
  decidim:
3
4
  events:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-CN:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-TW:
2
3
  activemodel:
3
4
  attributes:
@@ -3,7 +3,7 @@
3
3
  $LOAD_PATH.push File.expand_path("lib", __dir__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
- version = "0.32.0.rc1"
6
+ version = "0.32.0.rc2"
7
7
  s.version = version
8
8
  s.authors = ["Isaac Massot Gil"]
9
9
  s.email = ["isaac.mg@coditramuntana.com"]
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-conferences version.
5
5
  module Conferences
6
6
  def self.version
7
- "0.32.0.rc1"
7
+ "0.32.0.rc2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-conferences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0.rc1
4
+ version: 0.32.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Massot Gil
@@ -15,56 +15,56 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.32.0.rc1
18
+ version: 0.32.0.rc2
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.32.0.rc1
25
+ version: 0.32.0.rc2
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: decidim-meetings
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.32.0.rc1
32
+ version: 0.32.0.rc2
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.32.0.rc1
39
+ version: 0.32.0.rc2
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: decidim-admin
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 0.32.0.rc1
46
+ version: 0.32.0.rc2
47
47
  type: :development
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 0.32.0.rc1
53
+ version: 0.32.0.rc2
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: decidim-dev
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - '='
59
59
  - !ruby/object:Gem::Version
60
- version: 0.32.0.rc1
60
+ version: 0.32.0.rc2
61
61
  type: :development
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - '='
66
66
  - !ruby/object:Gem::Version
67
- version: 0.32.0.rc1
67
+ version: 0.32.0.rc2
68
68
  description: Conferences component for decidim.
69
69
  email:
70
70
  - isaac.mg@coditramuntana.com