decidim-conferences 0.28.3 → 0.28.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conference_activity_cell.rb +10 -0
  3. data/app/cells/decidim/conferences/conference_speaker_cell.rb +1 -1
  4. data/app/forms/decidim/conferences/admin/conference_form.rb +4 -4
  5. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
  6. data/app/forms/decidim/conferences/admin/registration_type_form.rb +1 -1
  7. data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +9 -5
  8. data/app/models/decidim/conference.rb +1 -1
  9. data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -1
  10. data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +12 -8
  11. data/app/views/layouts/decidim/diploma.html.erb +1 -1
  12. data/config/initializers/wicked_pdf.rb +0 -2
  13. data/config/locales/ar.yml +0 -21
  14. data/config/locales/bg.yml +0 -21
  15. data/config/locales/bn-BD.yml +1 -0
  16. data/config/locales/bs-BA.yml +14 -0
  17. data/config/locales/ca.yml +14 -12
  18. data/config/locales/cs.yml +15 -13
  19. data/config/locales/de.yml +14 -12
  20. data/config/locales/el.yml +0 -21
  21. data/config/locales/en.yml +21 -19
  22. data/config/locales/es-MX.yml +14 -12
  23. data/config/locales/es-PY.yml +17 -15
  24. data/config/locales/es.yml +10 -8
  25. data/config/locales/eu.yml +165 -163
  26. data/config/locales/fi-plain.yml +13 -11
  27. data/config/locales/fi.yml +19 -17
  28. data/config/locales/fr-CA.yml +15 -13
  29. data/config/locales/fr.yml +15 -13
  30. data/config/locales/gl.yml +0 -21
  31. data/config/locales/hu.yml +0 -21
  32. data/config/locales/id-ID.yml +0 -21
  33. data/config/locales/it.yml +0 -21
  34. data/config/locales/ja.yml +11 -11
  35. data/config/locales/lb.yml +0 -19
  36. data/config/locales/lt.yml +0 -21
  37. data/config/locales/lv.yml +0 -21
  38. data/config/locales/nl.yml +0 -21
  39. data/config/locales/no.yml +0 -21
  40. data/config/locales/pl.yml +0 -21
  41. data/config/locales/pt-BR.yml +45 -21
  42. data/config/locales/pt.yml +0 -21
  43. data/config/locales/ro-RO.yml +15 -12
  44. data/config/locales/sk.yml +0 -21
  45. data/config/locales/sv.yml +17 -38
  46. data/config/locales/tr-TR.yml +0 -21
  47. data/config/locales/zh-CN.yml +0 -21
  48. data/config/locales/zh-TW.yml +0 -21
  49. data/decidim-conferences.gemspec +1 -2
  50. data/lib/decidim/conferences/seeds.rb +11 -2
  51. data/lib/decidim/conferences/version.rb +1 -1
  52. metadata +14 -25
@@ -73,13 +73,11 @@ sk:
73
73
  destroy:
74
74
  success: Rečník úspešne odstránený.
75
75
  edit:
76
- title: Aktualizovať rečníka.
77
76
  update: Aktualizovať
78
77
  index:
79
78
  conference_speakers_title: Rečníci na konferencii
80
79
  new:
81
80
  create: Vytvoriť
82
- title: Nový rečník.
83
81
  update:
84
82
  error: Vyskytol sa problém so zmenou rečníka na konferencii.
85
83
  success: Rečník úspešne zmenený.
@@ -90,11 +88,9 @@ sk:
90
88
  destroy:
91
89
  success: Administrátor konferencie úspešne odstránený.
92
90
  edit:
93
- title: Aktualizovať administrátora konferencie.
94
91
  update: Aktualizovať
95
92
  new:
96
93
  create: Vytvoriť
97
- title: Nový administrátor konferencie.
98
94
  update:
99
95
  error: Vyskytol sa problém so zmenou rečníka na konferencii.
100
96
  success: Administrátor konferencie úspešne zmenený.
@@ -123,20 +119,12 @@ sk:
123
119
  media_links:
124
120
  create:
125
121
  error: Pri tvorbe mediálneho odkazu nastala chyba.
126
- success: Mediálny odkaz bol úspešne vytvorený.
127
- destroy:
128
- success: Mediálny odkaz bol úspešne zmazaný.
129
122
  edit:
130
- title: Aktualizovať mediálny odkaz.
131
123
  update: Aktualizovať
132
- index:
133
- media_links_title: Mediálne odkazy
134
124
  new:
135
125
  create: Vytvoriť
136
- title: Mediálny odkaz
137
126
  update:
138
127
  error: Pri aktualizácii mediálneho odkazu nastala chyba.
139
- success: Mediálny odkaz bol úspešne aktualizovaný.
140
128
  menu:
141
129
  conferences: Konferencie
142
130
  conferences_submenu:
@@ -148,13 +136,9 @@ sk:
148
136
  conference_admins: Administrátori konferencie
149
137
  conference_invites: Pozvánky
150
138
  conference_speakers: Rečníci
151
- diploma: Certifikát účasti
152
- media_links: Mediálne odkazy
153
139
  moderations: Moderácia
154
140
  partners: Partneri
155
- registration_types: Typy registrácie
156
141
  registrations: Registrácie
157
- user_registrations: Registrácie užívateľov
158
142
  models:
159
143
  conference:
160
144
  fields:
@@ -183,7 +167,6 @@ sk:
183
167
  date: Dátum
184
168
  link: Odkaz
185
169
  title: Názov
186
- name: Mediálny odkaz
187
170
  partner:
188
171
  fields:
189
172
  link: Odkaz
@@ -208,7 +191,6 @@ sk:
208
191
  destroy:
209
192
  success: Partner konferencie úspešne odstránený.
210
193
  edit:
211
- title: Zmeniť partnera.
212
194
  update: Aktualizovať
213
195
  new:
214
196
  create: Vytvoriť
@@ -230,7 +212,6 @@ sk:
230
212
  destroy:
231
213
  success: Typ registrácie na konferenciu úspešne odstránený.
232
214
  edit:
233
- title: Zmeniť typ registrácie.
234
215
  update: Aktualizovať
235
216
  new:
236
217
  create: Vytvoriť
@@ -320,7 +301,6 @@ sk:
320
301
  diplomas:
321
302
  edit:
322
303
  save: Uložiť
323
- title: Certifikát účasti
324
304
  invite_join_conference_mailer:
325
305
  invite:
326
306
  decline: Odmietnuť pozvánku na "%{conference_title}"
@@ -339,7 +319,6 @@ sk:
339
319
  diploma_html: Certifikát účasti na konferencii <a href="%{url}">%{title}</a> nájdete v prílohách.
340
320
  diploma_user:
341
321
  attendance_verified_by: Účasť potvrdená
342
- certificate_of_attendance: Certifikát účasti
343
322
  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>.
344
323
  send_diploma:
345
324
  error: Vyskytol sa účasť so zasielaním certifikátov účasti.
@@ -3,7 +3,7 @@ sv:
3
3
  activemodel:
4
4
  attributes:
5
5
  conference:
6
- assemblies_ids: Relaterade grupper
6
+ assemblies_ids: Relaterade samråd
7
7
  available_slots: Tillgängliga platser
8
8
  banner_image: Bannerbild
9
9
  copy_categories: Kopiera kategorier
@@ -16,9 +16,9 @@ sv:
16
16
  hero_image: Bild till startsida
17
17
  location: Plats
18
18
  main_logo: Logotyp
19
- objectives: Mål
19
+ objectives: Syfte
20
20
  participatory_processes_ids: Relaterade deltagandeprocesser
21
- promoted: Uppmärksammad
21
+ promoted: Utvald
22
22
  published_at: Publicerad
23
23
  registration_terms: Villkor för registrering
24
24
  registrations_enabled: Registrering aktiverad
@@ -26,7 +26,7 @@ sv:
26
26
  scopes_enabled: Aktivera indelningar
27
27
  short_description: Kort beskrivning
28
28
  show_statistics: Visa statistik
29
- sign_date: Underskriftsdatum
29
+ sign_date: Datum för underskrift
30
30
  signature: Underskrift
31
31
  signature_name: Signaturens namn
32
32
  slogan: Slogan
@@ -38,13 +38,13 @@ sv:
38
38
  date: Datum
39
39
  link: Länk
40
40
  title: Titel
41
- weight: Ordning
41
+ weight: Position i listan
42
42
  conference_partner:
43
43
  link: Länk
44
44
  logo: Logotyp
45
45
  name: Namn
46
46
  partner_type: Typ av partner
47
- weight: Ordning
47
+ weight: Position i listan
48
48
  conference_registration_invite:
49
49
  email: E-post
50
50
  name: Namn
@@ -54,15 +54,15 @@ sv:
54
54
  description: Beskrivning
55
55
  price: Pris
56
56
  title: Titel
57
- weight: Ordning
57
+ weight: Position i listan
58
58
  conference_speaker:
59
59
  affiliation: Tillhörighet
60
60
  avatar: Profilbild
61
61
  conference_meeting_ids: Relaterade möten
62
62
  full_name: Fullständigt namn
63
- personal_url: Personlig URL
63
+ personal_url: Personlig hemsida
64
64
  position: Befattning
65
- short_bio: Kort biographi
65
+ short_bio: Kort beskrivning
66
66
  user_id: Användare
67
67
  conference_user_role:
68
68
  email: E-post
@@ -107,13 +107,11 @@ sv:
107
107
  destroy:
108
108
  success: Talaren har tagits bort.
109
109
  edit:
110
- title: Uppdatera talare.
111
110
  update: Uppdatera
112
111
  index:
113
112
  conference_speakers_title: Talare
114
113
  new:
115
114
  create: Skapa
116
- title: Ny talare.
117
115
  update:
118
116
  error: Det gick inte att uppdatera talaren.
119
117
  success: Talaren har uppdaterats.
@@ -124,11 +122,9 @@ sv:
124
122
  destroy:
125
123
  success: Konferensadministratören har tagits bort.
126
124
  edit:
127
- title: Uppdatera konferensadministratör.
128
125
  update: Uppdatera
129
126
  new:
130
127
  create: Skapa
131
- title: Ny konferensadministratör.
132
128
  update:
133
129
  error: Det gick inte att uppdatera konferensadministratören.
134
130
  success: Konferensadministratören har uppdaterats.
@@ -157,20 +153,12 @@ sv:
157
153
  media_links:
158
154
  create:
159
155
  error: Det gick inte att skapa en ny medialänk.
160
- success: Medialänk har skapats.
161
- destroy:
162
- success: Medialänken har raderats.
163
156
  edit:
164
- title: Uppdatera medialänk.
165
157
  update: Uppdatera
166
- index:
167
- media_links_title: Medialänkar
168
158
  new:
169
159
  create: Skapa
170
- title: Medialänk
171
160
  update:
172
161
  error: Det gick inte att uppdatera medialänken.
173
- success: Medialänken har uppdaterats.
174
162
  menu:
175
163
  conferences: Konferenser
176
164
  conferences_submenu:
@@ -182,13 +170,9 @@ sv:
182
170
  conference_admins: Konferensadministratörer
183
171
  conference_invites: Inbjudningar
184
172
  conference_speakers: Talare
185
- diploma: Närvarointyg
186
- media_links: Medialänkar
187
173
  moderations: Moderering
188
174
  partners: Partners
189
- registration_types: Registreringstyper
190
175
  registrations: Registreringar
191
- user_registrations: Användarregistreringar
192
176
  models:
193
177
  conference:
194
178
  fields:
@@ -217,7 +201,6 @@ sv:
217
201
  date: Datum
218
202
  link: Länk
219
203
  title: Titel
220
- name: Medialänk
221
204
  partner:
222
205
  fields:
223
206
  link: Länk
@@ -234,7 +217,7 @@ sv:
234
217
  price: Pris
235
218
  registrations_count: Antal registreringar
236
219
  title: Titel
237
- weight: Vikt
220
+ weight: Position i listan
238
221
  name: Registreringstyp
239
222
  partners:
240
223
  create:
@@ -243,7 +226,6 @@ sv:
243
226
  destroy:
244
227
  success: Konferenspartnern har tagits bort.
245
228
  edit:
246
- title: Uppdatera partner.
247
229
  update: Uppdatera
248
230
  new:
249
231
  create: Skapa
@@ -265,7 +247,6 @@ sv:
265
247
  destroy:
266
248
  success: Registreringstypen har tagits från konferensen.
267
249
  edit:
268
- title: Uppdatera registreringstyp.
269
250
  update: Uppdatera
270
251
  new:
271
252
  create: Skapa
@@ -357,7 +338,6 @@ sv:
357
338
  diplomas:
358
339
  edit:
359
340
  save: Spara
360
- title: Närvarointyg
361
341
  invite_join_conference_mailer:
362
342
  invite:
363
343
  decline: Avböj inbjudan till '%{conference_title}'
@@ -376,7 +356,6 @@ sv:
376
356
  diploma_html: Närvarointyget för konferensen <a href="%{url}">%{title}</a> finns i bilagorna.
377
357
  diploma_user:
378
358
  attendance_verified_by: Närvaro bekräftad av
379
- certificate_of_attendance: Närvarointyg
380
359
  certificate_of_attendance_description: Detta intygar att <strong>%{user}</strong> har deltagit och medverkat i <strong>%{title}</strong> som hölls på <strong>%{location}</strong> <strong>%{start} - %{end}</strong>
381
360
  send_diploma:
382
361
  error: Det gick inte att skicka närvarointyg för konferensen.
@@ -416,7 +395,7 @@ sv:
416
395
  personal_website: Personlig hemsida
417
396
  show:
418
397
  more_info: mer information
419
- speaking_at: Talar vid
398
+ speaking_at: Tid
420
399
  conference_speaker_cell:
421
400
  personal_url:
422
401
  personal_website: Personlig hemsida
@@ -469,7 +448,7 @@ sv:
469
448
  home:
470
449
  highlighted_conferences:
471
450
  active_spaces: Pågående konferenser
472
- see_all_spaces: Se alla konferenser
451
+ see_all_spaces: Visa alla konferenser
473
452
  registration_types:
474
453
  index:
475
454
  choose_an_option: 'Välj registreringsalternativ:'
@@ -480,7 +459,7 @@ sv:
480
459
  details: Detaljer
481
460
  introduction: Introduktion
482
461
  objectives: Mål
483
- related_assemblies: Relaterade grupper
462
+ related_assemblies: Relaterade samråd
484
463
  related_participatory_processes: Relaterade deltagandeprocesser
485
464
  events:
486
465
  conferences:
@@ -504,10 +483,10 @@ sv:
504
483
  email_subject: Konferensen "%{resource_title}" tar nu emot registreringar.
505
484
  notification_title: Konferensen <a href="%{resource_path}">%{resource_title}</a> tar nu emot registreringar.
506
485
  role_assigned:
507
- email_intro: Du har tilldelats som %{role} för konferens "%{resource_title}".
508
- email_outro: Du har fått det här meddelandet eftersom du är %{role} av konferensen "%{resource_title}".
509
- email_subject: Du har tilldelats som %{role} för "%{resource_title}".
510
- notification_title: Du har tilldelats %{role} för konferens <a href="%{resource_url}">%{resource_title}</a>.
486
+ email_intro: Du har tilldelats rollen %{role} för konferensen "%{resource_title}".
487
+ email_outro: Du har fått det här meddelandet eftersom du är %{role} för konferensen "%{resource_title}".
488
+ email_subject: Du har tilldelats rollen %{role} för "%{resource_title}".
489
+ notification_title: Du har tilldelats rollen %{role} för konferensen <a href="%{resource_url}">%{resource_title}</a>.
511
490
  upcoming_conference:
512
491
  email_intro: 'Konferensen "%{resource_title}" äger rum om två dagar. Läs mer på dess sida:'
513
492
  email_outro: Du har fått det här meddelandet eftersom du följer konferensen "%{resource_title}". Du kan sluta att följa den från föregående länk.
@@ -73,13 +73,11 @@ tr:
73
73
  destroy:
74
74
  success: Bu konferans için konuşmacı başarıyla silindi.
75
75
  edit:
76
- title: Konferans konuşmacısını güncelle.
77
76
  update: Güncelleştirme
78
77
  index:
79
78
  conference_speakers_title: Konferans konuşmacıları
80
79
  new:
81
80
  create: yaratmak
82
- title: Yeni konferans konuşmacı.
83
81
  update:
84
82
  error: Bu konferans için konuşmacı güncellenirken bir hata oluştu.
85
83
  success: Bu konferans için konuşmacı başarıyla güncellendi.
@@ -90,11 +88,9 @@ tr:
90
88
  destroy:
91
89
  success: Yönetici bu konferanstan başarıyla kaldırıldı.
92
90
  edit:
93
- title: Konferans yöneticisi güncelle.
94
91
  update: Güncelle
95
92
  new:
96
93
  create: Oluştur
97
- title: Yeni konferans yöneticisi
98
94
  update:
99
95
  error: Bu konferans yöneticisini güncellerken bir sorun oluştu.
100
96
  success: Konferans yöneticisi başarıyla güncellendi.
@@ -123,20 +119,12 @@ tr:
123
119
  media_links:
124
120
  create:
125
121
  error: Yeni bir medya bağlantısı oluştururken bir hata oluştu.
126
- success: Medya Bağlantısı başarıyla oluşturuldu.
127
- destroy:
128
- success: Medya Bağlantısı başarıyla silindi.
129
122
  edit:
130
- title: Medya bağlantısını güncelle.
131
123
  update: Güncelle
132
- index:
133
- media_links_title: Medya Bağlantıları
134
124
  new:
135
125
  create: Oluştur
136
- title: Medya Bağlantısı
137
126
  update:
138
127
  error: Bu medya bağlantısını güncellerken bir hata oluştu.
139
- success: Medya Bağlantısı başarıyla güncellendi.
140
128
  menu:
141
129
  conferences: Konferanslar
142
130
  conferences_submenu:
@@ -148,13 +136,9 @@ tr:
148
136
  conference_admins: Konferans yöneticileri
149
137
  conference_invites: Davetler
150
138
  conference_speakers: Konuşmacılar
151
- diploma: Katılım sertifikası
152
- media_links: Medya Bağlantıları
153
139
  moderations: Moderasyonlar
154
140
  partners: Ortaklar
155
- registration_types: Kayıt Türleri
156
141
  registrations: Kayıtlar
157
- user_registrations: Kullanıcı Kayıtları
158
142
  models:
159
143
  conference:
160
144
  fields:
@@ -183,7 +167,6 @@ tr:
183
167
  date: Tarih
184
168
  link: Bağlantı
185
169
  title: Başlık
186
- name: Medya Bağlantısı
187
170
  partner:
188
171
  fields:
189
172
  link: Bağlantı
@@ -208,7 +191,6 @@ tr:
208
191
  destroy:
209
192
  success: İş ortağı bu konferanstan başarıyla kaldırıldı.
210
193
  edit:
211
- title: İş ortağı güncelle.
212
194
  update: Güncelle
213
195
  new:
214
196
  create: Oluştur
@@ -230,7 +212,6 @@ tr:
230
212
  destroy:
231
213
  success: Kayıt türü bu konferanstan başarıyla kaldırıldı.
232
214
  edit:
233
- title: Kayıt türünü güncelle.
234
215
  update: Güncelle
235
216
  new:
236
217
  create: Oluştur
@@ -316,7 +297,6 @@ tr:
316
297
  diplomas:
317
298
  edit:
318
299
  save: Kayıt etmek
319
- title: Katılım sertifikası
320
300
  invite_join_conference_mailer:
321
301
  invite:
322
302
  decline: '''%{conference_title}'' davetiyesini reddet'
@@ -335,7 +315,6 @@ tr:
335
315
  diploma_html: <a href="%{url}">%{title}</a> konferansına katılım belgesini ekte bulabilirsiniz.
336
316
  diploma_user:
337
317
  attendance_verified_by: Katılım onaylandı
338
- certificate_of_attendance: Katılım sertifikası
339
318
  certificate_of_attendance_description: Bu, <strong>%{user}</strong> <strong>%{start} - %{end}</strong><strong>%{location}</strong> tutulan <strong>%{title}</strong> katılıp katıldığını onaylamaktır.
340
319
  send_diploma:
341
320
  error: Konferansa katılım sertifikalarını gönderirken bir sorun oluştu.
@@ -64,13 +64,11 @@ zh-CN:
64
64
  destroy:
65
65
  success: 会议发言者已成功删除。
66
66
  edit:
67
- title: 更新会议扬声器。
68
67
  update: 更新
69
68
  index:
70
69
  conference_speakers_title: 会议发言者:
71
70
  new:
72
71
  create: 创建
73
- title: 新会议发言者。
74
72
  update:
75
73
  error: 更新这个会议发言者时出现问题。
76
74
  success: 会议发言者已成功更新。
@@ -81,11 +79,9 @@ zh-CN:
81
79
  destroy:
82
80
  success: 会议管理员已成功删除。
83
81
  edit:
84
- title: 更新会议管理员。
85
82
  update: 更新
86
83
  new:
87
84
  create: 创建
88
- title: 新的会议管理员。
89
85
  update:
90
86
  error: 更新会议管理员时出错。
91
87
  success: 会议管理员已成功更新。
@@ -114,20 +110,12 @@ zh-CN:
114
110
  media_links:
115
111
  create:
116
112
  error: 创建新媒体链接时出现问题。
117
- success: 媒体链接成功创建。
118
- destroy:
119
- success: 媒体链接删除成功
120
113
  edit:
121
- title: 更新媒体链接。
122
114
  update: 更新
123
- index:
124
- media_links_title: 媒体链接
125
115
  new:
126
116
  create: 创建
127
- title: 媒体链接
128
117
  update:
129
118
  error: 更新此媒体链接时出现问题。
130
- success: 媒体链接已成功更新。
131
119
  menu:
132
120
  conferences: 会议
133
121
  conferences_submenu:
@@ -139,13 +127,9 @@ zh-CN:
139
127
  conference_admins: 会议管理员
140
128
  conference_invites: 邀请
141
129
  conference_speakers: 发言者:
142
- diploma: 出席证书
143
- media_links: 媒体链接
144
130
  moderations: 版面
145
131
  partners: 合作伙伴
146
- registration_types: 注册类型
147
132
  registrations: 注册
148
- user_registrations: 用户注册
149
133
  models:
150
134
  conference:
151
135
  fields:
@@ -174,7 +158,6 @@ zh-CN:
174
158
  date: 日期
175
159
  link: 链接
176
160
  title: 标题
177
- name: 媒体链接
178
161
  partner:
179
162
  fields:
180
163
  link: 链接
@@ -199,7 +182,6 @@ zh-CN:
199
182
  destroy:
200
183
  success: 会议合作伙伴已成功删除。
201
184
  edit:
202
- title: 更新伙伴。
203
185
  update: 更新
204
186
  new:
205
187
  create: 创建
@@ -221,7 +203,6 @@ zh-CN:
221
203
  destroy:
222
204
  success: 会议注册类型已成功删除。
223
205
  edit:
224
- title: 更新注册类型。
225
206
  update: 更新
226
207
  new:
227
208
  create: 创建
@@ -306,7 +287,6 @@ zh-CN:
306
287
  diplomas:
307
288
  edit:
308
289
  save: 保存
309
- title: 出席证书
310
290
  invite_join_conference_mailer:
311
291
  invite:
312
292
  decline: 拒绝邀请 '%{conference_title}'
@@ -325,7 +305,6 @@ zh-CN:
325
305
  diploma_html: 您将在附件中找到会议 <a href="%{url}">%{title}</a> 的出席证书。
326
306
  diploma_user:
327
307
  attendance_verified_by: 验证出勤者
328
- certificate_of_attendance: 出席证书
329
308
  certificate_of_attendance_description: 这是为了证明 <strong>%{user}</strong> 出席并参加了 <strong>%{title}</strong> 在 <strong>%{location}</strong> 在 <strong>%{start} - %{end}</strong>
330
309
  send_diploma:
331
310
  error: 签发与会证书时遇到问题。
@@ -110,13 +110,11 @@ zh-TW:
110
110
  destroy:
111
111
  success: 會議講者已成功刪除。
112
112
  edit:
113
- title: 更新會議講者。
114
113
  update: 更新
115
114
  index:
116
115
  conference_speakers_title: 會議講者
117
116
  new:
118
117
  create: 建立
119
- title: 新的會議講者。
120
118
  update:
121
119
  error: 更新會議講者時發生問題。
122
120
  success: 會議講者成功更新。
@@ -127,13 +125,11 @@ zh-TW:
127
125
  destroy:
128
126
  success: 會議管理員已成功刪除。
129
127
  edit:
130
- title: 更新會議管理員。
131
128
  update: 更新
132
129
  index:
133
130
  conference_admins_title: 會議管理員
134
131
  new:
135
132
  create: 創建
136
- title: 新增會議管理員。
137
133
  update:
138
134
  error: 更新此會議管理員時發生問題。
139
135
  success: 已成功更新會議管理員。
@@ -162,20 +158,12 @@ zh-TW:
162
158
  media_links:
163
159
  create:
164
160
  error: 創建新的媒體連結時出現問題。
165
- success: 媒體連結創建成功。
166
- destroy:
167
- success: 媒體連結成功刪除。
168
161
  edit:
169
- title: 更新媒體連結。
170
162
  update: 更新
171
- index:
172
- media_links_title: 媒體連結
173
163
  new:
174
164
  create: 創建
175
- title: 媒體連結
176
165
  update:
177
166
  error: 更新此媒體連結時出現問題
178
- success: 媒體連結已成功更新。
179
167
  menu:
180
168
  conferences: 研討會
181
169
  conferences_submenu:
@@ -187,13 +175,9 @@ zh-TW:
187
175
  conference_admins: 會議管理員
188
176
  conference_invites: 邀請
189
177
  conference_speakers: 講者
190
- diploma: 出席證明書
191
- media_links: 媒體連結
192
178
  moderations: 版主
193
179
  partners: 夥伴
194
- registration_types: 註冊類型
195
180
  registrations: 註冊
196
- user_registrations: 使用者註冊
197
181
  models:
198
182
  conference:
199
183
  fields:
@@ -222,7 +206,6 @@ zh-TW:
222
206
  date: 日期
223
207
  link: 連結
224
208
  title: 標題
225
- name: 媒體連結
226
209
  partner:
227
210
  fields:
228
211
  link: 連結
@@ -248,7 +231,6 @@ zh-TW:
248
231
  destroy:
249
232
  success: 成功移除會議夥伴。
250
233
  edit:
251
- title: 更新合作夥伴。
252
234
  update: 更新
253
235
  new:
254
236
  create: 創建
@@ -270,7 +252,6 @@ zh-TW:
270
252
  destroy:
271
253
  success: 此會議的註冊類型成功移除。
272
254
  edit:
273
- title: 更新註冊類型。
274
255
  update: 更新
275
256
  new:
276
257
  create: 創建
@@ -363,7 +344,6 @@ zh-TW:
363
344
  diplomas:
364
345
  edit:
365
346
  save: 儲存
366
- title: 出席證明書
367
347
  invite_join_conference_mailer:
368
348
  invite:
369
349
  decline: 拒絕邀請 '%{conference_title}'
@@ -383,7 +363,6 @@ zh-TW:
383
363
  diploma_html: 您將在附件中找到會議<a href="%{url}">%{title}</a>的出席證明書。
384
364
  diploma_user:
385
365
  attendance_verified_by: 出席驗證
386
- certificate_of_attendance: 出席證明書
387
366
  certificate_of_attendance_description: 此證明憑證明 <strong>%{user}</strong> 於<strong>%{location}</strong>於<strong>%{start} - %{end}</strong>參加了<strong>%{title}</strong>活動
388
367
  send_diploma:
389
368
  error: 發送會議出席證明時發生問題。
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = Decidim::Conferences.version
9
9
  s.authors = ["Isaac Massot Gil"]
10
10
  s.email = ["isaac.mg@coditramuntana.com"]
11
- s.license = "AGPL-3.0"
11
+ s.license = "AGPL-3.0-or-later"
12
12
  s.homepage = "https://decidim.org"
13
13
  s.metadata = {
14
14
  "bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
@@ -33,7 +33,6 @@ Gem::Specification.new do |s|
33
33
  s.add_dependency "decidim-core", Decidim::Conferences.version
34
34
  s.add_dependency "decidim-meetings", Decidim::Conferences.version
35
35
  s.add_dependency "wicked_pdf", "~> 2.7"
36
- s.add_dependency "wkhtmltopdf-binary", "~> 0.12"
37
36
 
38
37
  s.add_development_dependency "decidim-admin", Decidim::Conferences.version
39
38
  s.add_development_dependency "decidim-dev", Decidim::Conferences.version
@@ -17,7 +17,7 @@ module Decidim
17
17
  )
18
18
 
19
19
  2.times do |_n|
20
- conference = Decidim::Conference.create!(
20
+ params = {
21
21
  title: Decidim::Faker::Localized.sentence(word_count: 5),
22
22
  slogan: Decidim::Faker::Localized.sentence(word_count: 2),
23
23
  slug: Decidim::Faker::Internet.unique.slug(words: nil, glue: "-"),
@@ -43,7 +43,16 @@ module Decidim
43
43
  registration_terms: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
44
44
  Decidim::Faker::Localized.paragraph(sentence_count: 3)
45
45
  end
46
- )
46
+ }
47
+
48
+ conference = Decidim.traceability.perform_action!(
49
+ "publish",
50
+ Decidim::Conference,
51
+ organization.users.first,
52
+ visibility: "all"
53
+ ) do
54
+ Decidim::Conference.create!(params)
55
+ end
47
56
  conference.add_to_index_as_search_resource
48
57
 
49
58
  # Create users with specific roles
@@ -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.28.3"
7
+ "0.28.5"
8
8
  end
9
9
  end
10
10
  end