decidim-conferences 0.29.1 → 0.29.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/app/forms/decidim/conferences/admin/conference_form.rb +4 -4
  3. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -1
  4. data/app/forms/decidim/conferences/admin/registration_type_form.rb +1 -1
  5. data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +9 -5
  6. data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -1
  7. data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +10 -6
  8. data/app/views/layouts/decidim/diploma.html.erb +1 -1
  9. data/config/initializers/wicked_pdf.rb +0 -1
  10. data/config/locales/ar.yml +0 -21
  11. data/config/locales/bg.yml +0 -21
  12. data/config/locales/bn-BD.yml +1 -0
  13. data/config/locales/bs-BA.yml +14 -0
  14. data/config/locales/ca.yml +11 -11
  15. data/config/locales/cs.yml +13 -13
  16. data/config/locales/de.yml +12 -12
  17. data/config/locales/el.yml +0 -21
  18. data/config/locales/en.yml +19 -19
  19. data/config/locales/es-MX.yml +12 -12
  20. data/config/locales/es-PY.yml +15 -15
  21. data/config/locales/es.yml +8 -8
  22. data/config/locales/eu.yml +167 -167
  23. data/config/locales/fi-plain.yml +13 -13
  24. data/config/locales/fi.yml +19 -19
  25. data/config/locales/fr-CA.yml +13 -13
  26. data/config/locales/fr.yml +13 -13
  27. data/config/locales/gl.yml +0 -21
  28. data/config/locales/hu.yml +0 -21
  29. data/config/locales/id-ID.yml +0 -21
  30. data/config/locales/it.yml +0 -21
  31. data/config/locales/ja.yml +8 -10
  32. data/config/locales/lb.yml +0 -19
  33. data/config/locales/lt.yml +0 -21
  34. data/config/locales/lv.yml +0 -21
  35. data/config/locales/nl.yml +0 -21
  36. data/config/locales/no.yml +0 -21
  37. data/config/locales/pl.yml +0 -21
  38. data/config/locales/pt-BR.yml +0 -21
  39. data/config/locales/pt.yml +0 -21
  40. data/config/locales/ro-RO.yml +13 -12
  41. data/config/locales/sk.yml +0 -21
  42. data/config/locales/sv.yml +10 -31
  43. data/config/locales/tr-TR.yml +0 -21
  44. data/config/locales/zh-CN.yml +0 -21
  45. data/config/locales/zh-TW.yml +0 -21
  46. data/decidim-conferences.gemspec +1 -5
  47. data/lib/decidim/conferences/version.rb +1 -1
  48. metadata +13 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 874dda5c327e8a021003d3f4c6fce3519802828a2f8af2408fc806b2f39f85d1
4
- data.tar.gz: 16b2bddb2f547b8325a93f271e519b088ed680ba6262b1e61ca0ef321e983268
3
+ metadata.gz: cd17ff8810ca187af1de5c15ffa1200a77962924f180c3a335c6fe58ecd98baa
4
+ data.tar.gz: 74042cd8d968615ea0725c4e1ad05ff8c092b056dec706bf768f6178b6963a1c
5
5
  SHA512:
6
- metadata.gz: 3732c3a0de5f2c16804e7543a0d52adcea2bb4b1a5b25bed781531b63017d65806bad68c3af2dd948620ef4d86b6372f04b3baa2a0c7c01f6184d07ef7a2b524
7
- data.tar.gz: add5c2207039d98a6cdf1e75ea0811830949da0352bf7f27c3a9f09c3b7506bed79ad19a9784c7249f156621a6b150e8ce1bf38abc66babda023042344a7da6d
6
+ metadata.gz: c2b2935fdfc2300c4f580588e9c8282ddcc583520ab1b7a78f52e3bc571d8d4509ddbb32006f26af398c9aa7f353471b1505027aaa547f2aaf24c8edabf190be
7
+ data.tar.gz: e3302d5a273f7183a1bac7bbaa4d7381d6747a711da1294ac3630a76dc3a70d0a383f98caa3edde1f41047ecac34c3a8245155c4a87c0dc638cf4834feb0648d
@@ -12,10 +12,10 @@ module Decidim
12
12
 
13
13
  translatable_attribute :title, String
14
14
  translatable_attribute :slogan, String
15
- translatable_attribute :short_description, String
16
- translatable_attribute :description, String
17
- translatable_attribute :objectives, String
18
- translatable_attribute :registration_terms, String
15
+ translatable_attribute :short_description, Decidim::Attributes::RichText
16
+ translatable_attribute :description, Decidim::Attributes::RichText
17
+ translatable_attribute :objectives, Decidim::Attributes::RichText
18
+ translatable_attribute :registration_terms, Decidim::Attributes::RichText
19
19
 
20
20
  mimic :conference
21
21
 
@@ -10,7 +10,7 @@ module Decidim
10
10
 
11
11
  translatable_attribute :position, String
12
12
  translatable_attribute :affiliation, String
13
- translatable_attribute :short_bio, String
13
+ translatable_attribute :short_bio, Decidim::Attributes::RichText
14
14
 
15
15
  mimic :conference_speaker
16
16
 
@@ -11,7 +11,7 @@ module Decidim
11
11
  mimic :conference_registration_type
12
12
 
13
13
  translatable_attribute :title, String
14
- translatable_attribute :description, String
14
+ translatable_attribute :description, Decidim::Attributes::RichText
15
15
 
16
16
  attribute :weight, Integer
17
17
  attribute :price, Decimal
@@ -33,14 +33,18 @@ module Decidim
33
33
  private
34
34
 
35
35
  def add_diploma_attachment
36
- diploma = WickedPdf.new.pdf_from_string(
36
+ diploma = WickedPdf.new.pdf_from_string(pdf_content, orientation: "Landscape")
37
+
38
+ attachments["conference-#{@user.nickname.parameterize}-diploma.pdf"] = diploma
39
+ end
40
+
41
+ def pdf_content
42
+ Premailer.new(
37
43
  render_to_string(pdf: "conference-diploma",
38
44
  template: "decidim/conferences/admin/send_conference_diploma_mailer/diploma_user",
39
45
  layout: "decidim/diploma"),
40
- orientation: "Landscape"
41
- )
42
-
43
- attachments["conference-#{@user.nickname.parameterize}-diploma.pdf"] = diploma
46
+ with_html_string: true
47
+ ).to_inline_css
44
48
  end
45
49
  end
46
50
  end
@@ -1,7 +1,7 @@
1
1
  <% add_decidim_page_title(t("media_links.new.title", scope: "decidim.admin")) %>
2
2
  <div class="item_show__header">
3
3
  <h1 class="item_show__header-title">
4
- <%= t("conference_speakers.new.title", scope: "decidim.admin") %>
4
+ <%= t("media_links.new.title", scope: "decidim.admin") %>
5
5
  </h1>
6
6
  </div>
7
7
  <div class="item__edit item__edit-1col">
@@ -2,9 +2,12 @@
2
2
  <div class="diploma__border">
3
3
  <div class="diploma__content">
4
4
  <div>
5
- <div class="diploma__logo">
6
- <%= wicked_pdf_image_tag @conference.attached_uploader(:main_logo).variant_url(:thumb) %>
7
- </div>
5
+ <% logo = @conference.attached_uploader(:main_logo).variant(:thumb) %>
6
+ <% if logo %>
7
+ <div class="diploma__logo">
8
+ <%= image_tag "data:#{logo.blob.content_type};base64, #{Base64.encode64(logo.download.presence || "")}" %>
9
+ </div>
10
+ <% end %>
8
11
  <div class="diploma__name">
9
12
  <h2><strong><%= translated_attribute(@conference.title) %></strong></h2>
10
13
  <h3><%= t("decidim.conferences.admin.send_conference_diploma_mailer.diploma_user.certificate_of_attendance") %></h3>
@@ -13,9 +16,10 @@
13
16
  <hr>
14
17
  <div class="diploma__attendance">
15
18
  <strong><%= t("decidim.conferences.admin.send_conference_diploma_mailer.diploma_user.attendance_verified_by") %></strong>
16
- <div>
17
- <%= wicked_pdf_image_tag @conference.attached_uploader(:signature).variant_url(:thumb) %>
18
- </div>
19
+ <% signature = @conference.attached_uploader(:signature).variant(:thumb) %>
20
+ <% if signature %>
21
+ <div><%= image_tag "data:#{signature.blob.content_type};base64, #{Base64.encode64(signature.download.presence || "")}" %></div>
22
+ <% end %>
19
23
  <%= l(@conference.sign_date, format: :decidim_short) %>, <%= @conference.signature_name %>
20
24
  </div>
21
25
  </div>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
5
  <meta name="viewport" content="width=device-width">
6
- <%= wicked_pdf_stylesheet_pack_tag "decidim_conference_diploma" %>
6
+ <%= stylesheet_pack_tag "decidim_conference_diploma" %>
7
7
  </head>
8
8
  <body>
9
9
  <%= yield %>
@@ -15,7 +15,6 @@ WickedPdf.configure do |config|
15
15
  # one of the wkhtmltopdf-binary family of gems.
16
16
  # or
17
17
  # config.exe_path = '/usr/local/bin/wkhtmltopdf',
18
- config.exe_path = Gem.bin_path("wkhtmltopdf-binary", "wkhtmltopdf")
19
18
 
20
19
  # Layout file to be used for all PDFs
21
20
  # (but can be overridden in `render :pdf` calls)
@@ -116,13 +116,11 @@ ar:
116
116
  destroy:
117
117
  success: تم حذف رئيس المؤتمر بنجاح.
118
118
  edit:
119
- title: تحديث المتحدث المؤتمر.
120
119
  update: تحديث
121
120
  index:
122
121
  conference_speakers_title: المتحدثون في المؤتمر
123
122
  new:
124
123
  create: إنشاء
125
- title: رئيس المؤتمر الجديد.
126
124
  update:
127
125
  error: حدثت مشكلة أثناء تحديث متحدث المؤتمر هذا.
128
126
  success: تم تحديث مكبر صوت المؤتمر بنجاح.
@@ -133,11 +131,9 @@ ar:
133
131
  destroy:
134
132
  success: تمت إزالة مسؤول المؤتمر بنجاح.
135
133
  edit:
136
- title: تحديث مسؤول المؤتمر.
137
134
  update: تحديث
138
135
  new:
139
136
  create: إنشاء
140
- title: مشرف المؤتمر الجديد.
141
137
  update:
142
138
  error: حدثت مشكلة أثناء تحديث مشرف المؤتمر هذا.
143
139
  success: تم تحديث مشرف المؤتمر بنجاح.
@@ -166,20 +162,12 @@ ar:
166
162
  media_links:
167
163
  create:
168
164
  error: حدثت مشكلة أثناء إنشاء رابط وسائط جديد.
169
- success: تم إنشاء رابط الوسائط بنجاح.
170
- destroy:
171
- success: تم حذف رابط الوسائط بنجاح.
172
165
  edit:
173
- title: تحديث رابط الوسائط.
174
166
  update: تحديث
175
- index:
176
- media_links_title: روابط الوسائط
177
167
  new:
178
168
  create: إنشاء
179
- title: وصلة الوسائط
180
169
  update:
181
170
  error: حدثت مشكلة أثناء تحديث رابط الوسائط هذا.
182
- success: تم تحديث رابط الوسائط بنجاح.
183
171
  menu:
184
172
  conferences: المؤتمرات
185
173
  conferences_submenu:
@@ -191,14 +179,10 @@ ar:
191
179
  conference_admins: المشرفون على المؤتمر
192
180
  conference_invites: تدعو
193
181
  conference_speakers: مكبرات الصوت
194
- diploma: شهادة حضور
195
182
  info: عن هذا المؤتمر
196
- media_links: روابط الوسائط
197
183
  moderations: الإعتدال
198
184
  partners: شركاء
199
- registration_types: أنواع التسجيل
200
185
  registrations: التسجيلات
201
- user_registrations: تسجيلات المستخدم
202
186
  models:
203
187
  conference:
204
188
  fields:
@@ -227,7 +211,6 @@ ar:
227
211
  date: تاريخ
228
212
  link: حلقة الوصل
229
213
  title: عنوان
230
- name: وصلة الوسائط
231
214
  partner:
232
215
  fields:
233
216
  link: حلقة الوصل
@@ -253,7 +236,6 @@ ar:
253
236
  destroy:
254
237
  success: تمت إزالة شريك المؤتمر بنجاح.
255
238
  edit:
256
- title: تحديث شريك.
257
239
  update: تحديث
258
240
  new:
259
241
  create: إنشاء
@@ -275,7 +257,6 @@ ar:
275
257
  destroy:
276
258
  success: تمت إزالة نوع تسجيل المؤتمر بنجاح.
277
259
  edit:
278
- title: تحديث نوع التسجيل.
279
260
  update: تحديث
280
261
  new:
281
262
  create: إنشاء
@@ -365,7 +346,6 @@ ar:
365
346
  diplomas:
366
347
  edit:
367
348
  save: حفظ
368
- title: شهادة حضور
369
349
  invite_join_conference_mailer:
370
350
  invite:
371
351
  decline: رفض الدعوة "%{conference_title}"
@@ -384,7 +364,6 @@ ar:
384
364
  diploma_html: ستجد شهادة حضور المؤتمر <a href="%{url}">%{title}</a> في المرفقات.
385
365
  diploma_user:
386
366
  attendance_verified_by: تم التحقق من الحضور بواسطة
387
- certificate_of_attendance: شهادة حضور
388
367
  certificate_of_attendance_description: هذا هو التأكيد على أن <strong>%{user}</strong> قد حضر وشارك في <strong>%{title}</strong> الذي عقد في <strong>%{location}</strong> في <strong>%{start} - %{end}</strong>
389
368
  send_diploma:
390
369
  error: حدثت مشكلة أثناء إرسال شهادات حضور المؤتمر.
@@ -120,13 +120,11 @@ bg:
120
120
  destroy:
121
121
  success: Говорителят на конференцията беше изтрит успешно.
122
122
  edit:
123
- title: Актуализиране на говорителя на конференцията.
124
123
  update: Актуализация
125
124
  index:
126
125
  conference_speakers_title: Говорители на конференция
127
126
  new:
128
127
  create: Създаване
129
- title: Нов говорител на конференция.
130
128
  publish:
131
129
  invalid: Възникна проблем при публикуването на този говорител.
132
130
  success: Лекторът на конференцията е публикуван успешно.
@@ -143,13 +141,11 @@ bg:
143
141
  destroy:
144
142
  success: Администраторът на конференцията беше премахнат успешно.
145
143
  edit:
146
- title: Актуализиране на администратора на конференцията.
147
144
  update: Актуализация
148
145
  index:
149
146
  conference_admins_title: Администратори на конференция
150
147
  new:
151
148
  create: Създаване
152
- title: Нов администратор на конференция.
153
149
  update:
154
150
  error: Възникна проблем при актуализирането на този администратор на конференцията.
155
151
  success: Администраторът на конференцията беше актуализиран успешно.
@@ -179,20 +175,12 @@ bg:
179
175
  media_links:
180
176
  create:
181
177
  error: Възникна проблем при създаването на нов медия линк.
182
- success: Медийният линк беше създаден успешно.
183
- destroy:
184
- success: Медийният линк беше изтрит успешно.
185
178
  edit:
186
- title: Актуализиране на медийния линк.
187
179
  update: Актуализация
188
- index:
189
- media_links_title: Медийни линкове
190
180
  new:
191
181
  create: Създаване
192
- title: Медия линк
193
182
  update:
194
183
  error: Възникна проблем при актуализирането на този медия линк.
195
- success: Медийният линк беше актуализиран успешно.
196
184
  menu:
197
185
  conferences: Конференции
198
186
  conferences_submenu:
@@ -204,15 +192,11 @@ bg:
204
192
  conference_admins: Администратори на конференция
205
193
  conference_invites: Покани
206
194
  conference_speakers: Говорители
207
- diploma: Сертификати за присъствие
208
195
  info: Относно тази конференция
209
- media_links: Медия линкове
210
196
  moderations: Модерации
211
197
  partners: Партньори
212
- registration_types: Типове регистрация
213
198
  registrations: Регистрации
214
199
  see_conference: Виз конференцията
215
- user_registrations: Потребителска регистрация
216
200
  models:
217
201
  conference:
218
202
  fields:
@@ -241,7 +225,6 @@ bg:
241
225
  date: Дата
242
226
  link: Линк
243
227
  title: Заглавие
244
- name: Медия линк
245
228
  partner:
246
229
  fields:
247
230
  link: Линк
@@ -267,7 +250,6 @@ bg:
267
250
  destroy:
268
251
  success: Партньорът за конференцията беше премахнат успешно.
269
252
  edit:
270
- title: Актуализиране на партньора.
271
253
  update: Актуализация
272
254
  new:
273
255
  create: Създаване
@@ -289,7 +271,6 @@ bg:
289
271
  destroy:
290
272
  success: Типът регистрация за конференцията беше премахнат успешно.
291
273
  edit:
292
- title: Актуализиране на типа на регистрацията.
293
274
  update: Актуализация
294
275
  new:
295
276
  create: Създаване
@@ -384,7 +365,6 @@ bg:
384
365
  diplomas:
385
366
  edit:
386
367
  save: Запази
387
- title: Сертификати за присъствие
388
368
  invite_join_conference_mailer:
389
369
  invite:
390
370
  decline: Отказ на поканата за „%{conference_title}“
@@ -404,7 +384,6 @@ bg:
404
384
  diploma_html: Ще намерите сертификата за присъствие на конференцията <a href="%{url}">%{title}</a> в прикачените файлове.
405
385
  diploma_user:
406
386
  attendance_verified_by: Присъствието е потвърдено от
407
- certificate_of_attendance: Сертификати за присъствие
408
387
  certificate_of_attendance_description: С настоящото се удостоверява, че <strong>%{user}</strong> посети и взе участие в(ъв) <strong>%{title}</strong>, <strong>%{location}</strong> на <strong>%{start} — %{end}</strong>
409
388
  send_diploma:
410
389
  error: Възникна проблем при изпращането на сертификатите за присъствие на конференцията.
@@ -0,0 +1 @@
1
+ bn:
@@ -0,0 +1,14 @@
1
+ ---
2
+ bs:
3
+ decidim:
4
+ admin:
5
+ models:
6
+ conference_user_role:
7
+ roles:
8
+ valuator: Procenjivač
9
+ events:
10
+ conferences:
11
+ role_assigned:
12
+ email_intro: Imenovani ste na funkciju %{role} konferencije %{resource_title}.
13
+ email_outro: Dobili ste ovo obaveštenje zbog toga što ste %{role} konferencije %{resource_title}.
14
+ email_subject: Imenovani ste na funkciju %{role} %{resource_title}.
@@ -120,13 +120,13 @@ ca:
120
120
  destroy:
121
121
  success: Ponent de la jornada eliminada correctament.
122
122
  edit:
123
- title: Actualitzar la ponència de la jornada.
123
+ title: Actualitzar la ponent de la jornada
124
124
  update: Actualitzar
125
125
  index:
126
126
  conference_speakers_title: Ponents de les conferències
127
127
  new:
128
128
  create: Crear
129
- title: Nova ponent de la jornada.
129
+ title: Nova ponent de la jornada
130
130
  publish:
131
131
  invalid: S'ha produït un error en publicar aquesta ponent.
132
132
  success: Ponent de la jornada actualitzada correctament.
@@ -143,13 +143,13 @@ ca:
143
143
  destroy:
144
144
  success: Administradora de la jornada eliminada correctament.
145
145
  edit:
146
- title: Actualitzar administradora de la jornada.
146
+ title: Actualitzar administradora de la jornada
147
147
  update: Actualitzar
148
148
  index:
149
149
  conference_admins_title: Administradores de la jornada
150
150
  new:
151
151
  create: Crear
152
- title: Nova administradora de jornada.
152
+ title: Nova administradora de jornada
153
153
  update:
154
154
  error: S'ha produït un error en actualitzar l'administradora per a aquesta jornada.
155
155
  success: Administradora de la jornada actualitzada correctament.
@@ -183,13 +183,13 @@ ca:
183
183
  destroy:
184
184
  success: S'ha eliminat correctament l'enllaç multimèdia.
185
185
  edit:
186
- title: Actualitzar l'enllaç multimèdia.
186
+ title: Actualitzar l'enllaç multimèdia
187
187
  update: Actualitzar
188
188
  index:
189
189
  media_links_title: Enllaços multimèdia
190
190
  new:
191
191
  create: Crear
192
- title: Enllaç multimèdia
192
+ title: Crear enllaç multimèdia
193
193
  update:
194
194
  error: S'ha produït un error en actualitzar aquest enllaç multimèdia.
195
195
  success: Enllaç multimèdia actualitzat correctament.
@@ -206,10 +206,10 @@ ca:
206
206
  conference_speakers: Ponents
207
207
  diploma: Certificat d'assistència
208
208
  info: Quant a aquesta jornada
209
- media_links: Enllaços multimedia
209
+ media_links: Enllaços multimèdia
210
210
  moderations: Moderacions
211
211
  partners: Col·laboradores
212
- registration_types: Tipus d'inscripcions
212
+ registration_types: Tipus d'inscripció
213
213
  registrations: Inscripcions
214
214
  see_conference: Veure la jornada
215
215
  user_registrations: Inscripcions de participants
@@ -241,7 +241,7 @@ ca:
241
241
  date: Data
242
242
  link: Enllaç
243
243
  title: Títol
244
- name: Enllaç multimedia
244
+ name: Enllaç multimèdia
245
245
  partner:
246
246
  fields:
247
247
  link: Enllaç
@@ -267,7 +267,7 @@ ca:
267
267
  destroy:
268
268
  success: Col·laboradora de la jornada eliminada correctament.
269
269
  edit:
270
- title: Actualitzar col·laboradora.
270
+ title: Actualitzar col·laboradora
271
271
  update: Actualitzar
272
272
  new:
273
273
  create: Crear
@@ -289,7 +289,7 @@ ca:
289
289
  destroy:
290
290
  success: El tipus d'inscripció s'ha eliminat correctament d'aquesta jornada.
291
291
  edit:
292
- title: Actualitzar el tipus de registre.
292
+ title: Actualitzar el tipus d'inscripció
293
293
  update: Actualitzar
294
294
  new:
295
295
  create: Crear
@@ -53,7 +53,7 @@ cs:
53
53
  conference_registration_type:
54
54
  description: Popis
55
55
  price: Cena
56
- title: Oslovení
56
+ title: Název
57
57
  weight: Pozice v řazení
58
58
  conference_speaker:
59
59
  affiliation: Příslušnost
@@ -126,13 +126,13 @@ cs:
126
126
  destroy:
127
127
  success: Řečník byl úspěšně smazán pro tuto konferenci.
128
128
  edit:
129
- title: Aktualizovat řečníka konference.
129
+ title: Aktualizovat řečníka konference
130
130
  update: Aktualizace
131
131
  index:
132
132
  conference_speakers_title: Řečníci konference
133
133
  new:
134
134
  create: Vytvořit
135
- title: Nový řečník konference.
135
+ title: Nový řečník konference
136
136
  publish:
137
137
  invalid: Při publikování tohoto řečníka došlo k chybě.
138
138
  success: Řečník konference byl úspěšně zveřejněn.
@@ -149,13 +149,13 @@ cs:
149
149
  destroy:
150
150
  success: Administrátor konference byl úspěšně odstraněn.
151
151
  edit:
152
- title: Aktualizovat uživatele konference.
152
+ title: Aktualizovat správce konference
153
153
  update: Aktualizace
154
154
  index:
155
155
  conference_admins_title: Administrátoři konference
156
156
  new:
157
157
  create: Vytvořit
158
- title: Nový administrátor konference.
158
+ title: Nový správce konference
159
159
  update:
160
160
  error: Při aktualizaci tohoto administrátora konference došlo k potížím.
161
161
  success: Uživatel úspěšně aktualizován pro tuto konferenci.
@@ -185,17 +185,17 @@ cs:
185
185
  media_links:
186
186
  create:
187
187
  error: Při vytváření nového odkazu na média došlo k chybě.
188
- success: Odkaz na media byl úspěšně vytvořen.
188
+ success: Odkaz na média byl úspěšně vytvořen.
189
189
  destroy:
190
- success: Odkaz na media byl úspěšně smazán.
190
+ success: Odkaz na média byl úspěšně odstraněn.
191
191
  edit:
192
- title: Aktualizovat odkaz na media.
192
+ title: Aktualizovat odkaz na média
193
193
  update: Aktualizace
194
194
  index:
195
195
  media_links_title: Odkazy na média
196
196
  new:
197
197
  create: Vytvořit
198
- title: Odkaz na média
198
+ title: Vytvořit odkaz na média
199
199
  update:
200
200
  error: Při aktualizaci tohoto odkazu na média došlo k chybě.
201
201
  success: Odkaz na média byl úspěšně aktualizován.
@@ -210,7 +210,7 @@ cs:
210
210
  conference_admins: Administrátoři konference
211
211
  conference_invites: Pozvánky
212
212
  conference_speakers: Řečníci
213
- diploma: Potvrzení o účasti
213
+ diploma: Certifikát o účasti
214
214
  info: O této konferenci
215
215
  media_links: Odkazy na média
216
216
  moderations: Moderování
@@ -273,7 +273,7 @@ cs:
273
273
  destroy:
274
274
  success: Partner byl úspěšně odstraněn z této konference.
275
275
  edit:
276
- title: Aktualizovat partnera.
276
+ title: Aktualizovat partnera
277
277
  update: Aktualizace
278
278
  new:
279
279
  create: Vytvořit
@@ -295,7 +295,7 @@ cs:
295
295
  destroy:
296
296
  success: Typ registrace byl z této konference úspěšně odstraněn.
297
297
  edit:
298
- title: Aktualizovat typ registrace.
298
+ title: Aktualizovat typ registrace
299
299
  update: Aktualizace
300
300
  new:
301
301
  create: Vytvořit
@@ -412,7 +412,7 @@ cs:
412
412
  diploma_html: Naleznete certifikát o účasti na konferenci <a href="%{url}">%{title}</a> v přílohách.
413
413
  diploma_user:
414
414
  attendance_verified_by: Účet ověřil
415
- certificate_of_attendance: Potvrzení o účasti
415
+ certificate_of_attendance: Certifikát o účasti
416
416
  certificate_of_attendance_description: Tímto potvrzujeme, že <strong>%{user}</strong> se zúčastnilo a zúčastnilo se <strong>%{title}</strong> konaných na <strong>%{location}</strong> na <strong>%{start} - %{end}</strong>
417
417
  send_diploma:
418
418
  error: Při odesílání konferenčních certifikátů docházelo k problému.
@@ -120,13 +120,13 @@ de:
120
120
  destroy:
121
121
  success: Der Redner wurde für diese Konferenz erfolgreich gelöscht.
122
122
  edit:
123
- title: Konferenzsprecher aktualisieren
123
+ title: Referierende Person aktualisieren
124
124
  update: Aktualisieren
125
125
  index:
126
126
  conference_speakers_title: Konferenzsprecher
127
127
  new:
128
128
  create: Erstellen
129
- title: Neuer Konferenzsprecher.
129
+ title: Neue referierende Person
130
130
  publish:
131
131
  invalid: Beim Veröffentlichen dieser RednerIn ist ein Problem aufgetreten.
132
132
  success: KonferenzrednerIn erfolgreich veröffentlicht.
@@ -143,13 +143,13 @@ de:
143
143
  destroy:
144
144
  success: Benutzer wurde erfolgreich von dieser Konferenz entfernt.
145
145
  edit:
146
- title: Konferenzadmin aktualisieren.
146
+ title: Referierende Person aktualisieren
147
147
  update: Aktualisieren
148
148
  index:
149
149
  conference_admins_title: Konferenzadmins
150
150
  new:
151
151
  create: Erstellen
152
- title: Neuer Konferenzbenutzer
152
+ title: Neuer Konferenzadmin
153
153
  update:
154
154
  error: Bei einem Fehler ist ein Benutzer für diese Konferenz aktualisiert worden.
155
155
  success: Der Benutzer wurde für diese Konferenz erfolgreich aktualisiert.
@@ -179,9 +179,9 @@ de:
179
179
  media_links:
180
180
  create:
181
181
  error: Beim Erstellen einer neuen Medienverknüpfung ist ein Fehler aufgetreten.
182
- success: Medienlink erfolgreich erstellt
182
+ success: Medienlink erfolgreich erstellt.
183
183
  destroy:
184
- success: Medienlink wurde erfolgreich gelöscht.
184
+ success: Medienlink erfolgreich gelöscht.
185
185
  edit:
186
186
  title: Medienlink aktualisieren
187
187
  update: Aktualisieren
@@ -189,10 +189,10 @@ de:
189
189
  media_links_title: Medienlinks
190
190
  new:
191
191
  create: Erstellen
192
- title: Medienlink
192
+ title: Medienlink erstellen
193
193
  update:
194
194
  error: Beim Aktualisieren dieser Medienverbindung ist ein Fehler aufgetreten.
195
- success: Media Link wurde erfolgreich aktualisiert.
195
+ success: Medienlink erfolgreich aktualisiert.
196
196
  menu:
197
197
  conferences: Konferenzen
198
198
  conferences_submenu:
@@ -212,7 +212,7 @@ de:
212
212
  registration_types: Registrierungsarten
213
213
  registrations: Registrierungen
214
214
  see_conference: Konferenz ansehen
215
- user_registrations: Benutzerregistrierungen
215
+ user_registrations: Teilnehmende Benutzende
216
216
  models:
217
217
  conference:
218
218
  fields:
@@ -254,7 +254,7 @@ de:
254
254
  main_promotor: Hauptförderer
255
255
  registration_type:
256
256
  fields:
257
- conference_meetings: Konferenzsitzungen
257
+ conference_meetings: Veranstaltungen der Konferenz
258
258
  price: Preis
259
259
  registrations_count: Registrierungen zählen
260
260
  title: Titel
@@ -396,7 +396,7 @@ de:
396
396
  title: Partner
397
397
  registration_types:
398
398
  form:
399
- select_conference_meetings: Konferenzmeetings auswählen
399
+ select_conference_meetings: Konferenzveranstaltungen auswählen
400
400
  index:
401
401
  title: Registrierungsarten
402
402
  send_conference_diploma_mailer:
@@ -415,7 +415,7 @@ de:
415
415
  confirm: Bestätigen
416
416
  show:
417
417
  going: Gehen
418
- no_slots_available: Keine Steckplätze verfügbar
418
+ no_slots_available: Keine Plätze verfügbar
419
419
  registration: Anmeldung
420
420
  conference_program:
421
421
  show: