decidim-conferences 0.26.10 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +2 -2
  3. data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
  4. data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
  5. data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
  6. data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
  7. data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
  8. data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
  9. data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
  10. data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
  11. data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -6
  12. data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
  13. data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
  14. data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
  15. data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
  16. data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
  17. data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
  18. data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
  19. data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
  20. data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
  21. data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
  22. data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
  23. data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
  24. data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
  25. data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
  26. data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
  27. data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
  28. data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
  29. data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
  30. data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
  31. data/app/commands/decidim/conferences/join_conference.rb +1 -8
  32. data/app/commands/decidim/conferences/leave_conference.rb +4 -4
  33. data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +12 -8
  34. data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +10 -8
  35. data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +11 -17
  36. data/app/controllers/decidim/conferences/admin/media_links_controller.rb +1 -1
  37. data/app/controllers/decidim/conferences/admin/partners_controller.rb +1 -1
  38. data/app/controllers/decidim/conferences/admin/registration_type_publications_controller.rb +1 -1
  39. data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
  40. data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
  41. data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
  42. data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -18
  43. data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
  44. data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
  45. data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
  46. data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
  47. data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +14 -0
  48. data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
  49. data/app/models/decidim/conference.rb +2 -3
  50. data/app/models/decidim/conferences/conference_invite.rb +2 -2
  51. data/app/models/decidim/conferences/conference_registration.rb +2 -2
  52. data/app/permissions/decidim/conferences/permissions.rb +0 -1
  53. data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
  54. data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
  55. data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
  56. data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
  57. data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
  58. data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
  59. data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
  60. data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
  61. data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
  62. data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
  63. data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
  64. data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
  65. data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
  66. data/app/queries/decidim/conferences/published_conferences.rb +1 -1
  67. data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
  68. data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
  69. data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
  70. data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -1
  71. data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +0 -1
  72. data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +0 -1
  73. data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +0 -1
  74. data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -2
  75. data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +0 -1
  76. data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +0 -1
  77. data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +0 -1
  78. data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +0 -1
  79. data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +0 -1
  80. data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
  81. data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -1
  82. data/app/views/decidim/conferences/admin/conferences/index.html.erb +0 -1
  83. data/app/views/decidim/conferences/admin/conferences/new.html.erb +0 -1
  84. data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +0 -1
  85. data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
  86. data/app/views/decidim/conferences/admin/media_links/edit.html.erb +0 -1
  87. data/app/views/decidim/conferences/admin/media_links/index.html.erb +0 -1
  88. data/app/views/decidim/conferences/admin/media_links/new.html.erb +0 -1
  89. data/app/views/decidim/conferences/admin/partners/_form.html.erb +2 -1
  90. data/app/views/decidim/conferences/admin/partners/edit.html.erb +0 -1
  91. data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -2
  92. data/app/views/decidim/conferences/admin/partners/new.html.erb +0 -1
  93. data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +0 -1
  94. data/app/views/decidim/conferences/admin/registration_types/index.html.erb +0 -1
  95. data/app/views/decidim/conferences/admin/registration_types/new.html.erb +0 -1
  96. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
  97. data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
  98. data/app/views/devise/mailer/join_conference.html.erb +2 -2
  99. data/app/views/devise/mailer/join_conference.text.erb +2 -2
  100. data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
  101. data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
  102. data/config/locales/am-ET.yml +1 -0
  103. data/config/locales/ar.yml +15 -2
  104. data/config/locales/bg.yml +1 -0
  105. data/config/locales/ca.yml +10 -13
  106. data/config/locales/cs.yml +26 -29
  107. data/config/locales/da.yml +1 -0
  108. data/config/locales/de.yml +15 -18
  109. data/config/locales/el.yml +12 -13
  110. data/config/locales/en.yml +7 -11
  111. data/config/locales/eo.yml +1 -0
  112. data/config/locales/es-MX.yml +9 -12
  113. data/config/locales/es-PY.yml +12 -15
  114. data/config/locales/es.yml +10 -13
  115. data/config/locales/et.yml +1 -0
  116. data/config/locales/eu.yml +188 -193
  117. data/config/locales/fi-plain.yml +9 -12
  118. data/config/locales/fi.yml +18 -21
  119. data/config/locales/fr-CA.yml +6 -9
  120. data/config/locales/fr.yml +9 -12
  121. data/config/locales/ga-IE.yml +4 -0
  122. data/config/locales/gl.yml +15 -1
  123. data/config/locales/hr.yml +1 -0
  124. data/config/locales/hu.yml +14 -66
  125. data/config/locales/id-ID.yml +18 -1
  126. data/config/locales/is-IS.yml +2 -1
  127. data/config/locales/it.yml +18 -4
  128. data/config/locales/ja.yml +9 -10
  129. data/config/locales/ko.yml +1 -0
  130. data/config/locales/lb.yml +11 -3
  131. data/config/locales/lt.yml +1 -623
  132. data/config/locales/lv.yml +16 -1
  133. data/config/locales/mt.yml +1 -0
  134. data/config/locales/nl.yml +19 -5
  135. data/config/locales/no.yml +14 -2
  136. data/config/locales/om-ET.yml +1 -0
  137. data/config/locales/pl.yml +9 -14
  138. data/config/locales/pt-BR.yml +15 -4
  139. data/config/locales/pt.yml +14 -2
  140. data/config/locales/ro-RO.yml +17 -15
  141. data/config/locales/ru.yml +1 -0
  142. data/config/locales/si-LK.yml +1 -0
  143. data/config/locales/sk.yml +16 -1
  144. data/config/locales/sl.yml +1 -0
  145. data/config/locales/so-SO.yml +1 -0
  146. data/config/locales/sr-CS.yml +1 -0
  147. data/config/locales/sv.yml +15 -10
  148. data/config/locales/sw-KE.yml +1 -0
  149. data/config/locales/ti-ER.yml +1 -0
  150. data/config/locales/tr-TR.yml +20 -4
  151. data/config/locales/uk.yml +1 -0
  152. data/config/locales/val-ES.yml +1 -0
  153. data/config/locales/vi.yml +1 -0
  154. data/config/locales/zh-CN.yml +18 -1
  155. data/config/locales/zh-TW.yml +1 -607
  156. data/lib/decidim/conferences/admin_engine.rb +1 -0
  157. data/lib/decidim/conferences/participatory_space.rb +8 -8
  158. data/lib/decidim/conferences/test/factories.rb +1 -5
  159. data/lib/decidim/conferences/version.rb +1 -1
  160. metadata +18 -25
  161. data/config/environment.rb +0 -3
  162. data/config/locales/fa-IR.yml +0 -1
  163. data/config/locales/gn-PY.yml +0 -1
  164. data/config/locales/ka-GE.yml +0 -1
  165. data/config/locales/kaa.yml +0 -20
  166. data/config/locales/lo-LA.yml +0 -1
  167. data/config/locales/oc-FR.yml +0 -1
  168. data/config/locales/sq-AL.yml +0 -1
  169. data/config/locales/th-TH.yml +0 -1
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  attributes:
@@ -17,7 +18,7 @@ cs:
17
18
  location: Lokalita
18
19
  main_logo: Hlavní logo
19
20
  objectives: Cíle
20
- participatory_processes_ids: Související participativní procesy
21
+ participatory_processes_ids: Související procesy účasti
21
22
  promoted: Propagováno
22
23
  published_at: Publikováno v
23
24
  registration_terms: Podmínky registrace
@@ -28,7 +29,7 @@ cs:
28
29
  show_statistics: Zobrazit statistiky
29
30
  sign_date: Datum podpisu
30
31
  signature: Podpis
31
- signature_name: Podpisové jméno
32
+ signature_name: podpisové jméno
32
33
  slogan: Motto
33
34
  slug: URL slug
34
35
  start_date: Datum zahájení
@@ -37,13 +38,13 @@ cs:
37
38
  date: Datum
38
39
  link: Odkaz
39
40
  title: Název
40
- weight: Pozice v řazení
41
+ weight: Váha
41
42
  conference_partner:
42
43
  link: Odkaz
43
44
  logo: Logo
44
45
  name: Název
45
46
  partner_type: Typ partnera
46
- weight: Pozice v řazení
47
+ weight: Váha
47
48
  conference_registration_invite:
48
49
  email: E-mail
49
50
  name: Jméno
@@ -53,7 +54,7 @@ cs:
53
54
  description: Popis
54
55
  price: Cena
55
56
  title: Oslovení
56
- weight: Pozice v řazení
57
+ weight: Váha
57
58
  conference_speaker:
58
59
  affiliation: Příslušnost
59
60
  avatar: Avatar
@@ -66,7 +67,7 @@ cs:
66
67
  user_id: Uživatel
67
68
  conference_user_role:
68
69
  email: E-mail
69
- name: Název
70
+ name: název
70
71
  role: Role
71
72
  errors:
72
73
  models:
@@ -83,7 +84,7 @@ cs:
83
84
  other: Konference
84
85
  decidim/conference_speaker:
85
86
  one: Řečník Konference
86
- few: Řečníci Konference
87
+ few: Řečnící Konference
87
88
  many: Řečníci Konference
88
89
  other: Řečníci Konference
89
90
  decidim/conference_user_role:
@@ -99,7 +100,7 @@ cs:
99
100
  send_diplomas: Odeslání certifikátů o účasti
100
101
  conference_copies:
101
102
  new:
102
- copy: Kopírovat
103
+ copy: kopírovat
103
104
  select: Vyberte, která data chcete duplikovat
104
105
  title: Duplikovat konferenci
105
106
  conference_publications:
@@ -123,7 +124,7 @@ cs:
123
124
  title: Aktualizovat řečníka konference.
124
125
  update: Aktualizace
125
126
  index:
126
- conference_speakers_title: Řečníci konference
127
+ conference_speakers_title: Řečnící konference
127
128
  new:
128
129
  create: Vytvořit
129
130
  title: Nový řečník konference.
@@ -140,7 +141,7 @@ cs:
140
141
  title: Aktualizovat uživatele konference.
141
142
  update: Aktualizace
142
143
  index:
143
- conference_admins_title: Administrátoři konference
144
+ conference_admins_title: administrátoři konference
144
145
  new:
145
146
  create: Vytvořit
146
147
  title: Nový administrátor konference.
@@ -222,7 +223,7 @@ cs:
222
223
  conference_user_role:
223
224
  fields:
224
225
  email: E-mail
225
- name: Název
226
+ name: název
226
227
  role: Role
227
228
  name: Administrátor konference
228
229
  roles:
@@ -232,7 +233,7 @@ cs:
232
233
  valuator: Hodnotitel
233
234
  media_link:
234
235
  fields:
235
- date: Datum
236
+ date: datum
236
237
  link: Odkaz
237
238
  title: Název
238
239
  name: Odkaz na média
@@ -240,7 +241,7 @@ cs:
240
241
  fields:
241
242
  link: Odkaz
242
243
  logo: Logo
243
- name: Název
244
+ name: název
244
245
  partner_type: Typ
245
246
  name: Partner
246
247
  types:
@@ -318,7 +319,6 @@ cs:
318
319
  update: "%{user_name} aktualizoval partnera %{resource_name} na konferenci %{space_name}"
319
320
  registration_type:
320
321
  create: "%{user_name} vytvořil typ registrace %{resource_name} na konferenci %{space_name}"
321
- delete: "%{user_name} odstranil typ registrace %{resource_name} z konference %{space_name}"
322
322
  publish: "%{user_name} publikoval %{resource_name} typ registrace na %{space_name} konferencích"
323
323
  unpublish: "%{user_name} nepublikováno %{resource_name} typ registrace na %{space_name} konferencích"
324
324
  update: "%{user_name} aktualizoval typ registrace %{resource_name} na konferenci %{space_name}"
@@ -336,7 +336,7 @@ cs:
336
336
  admin:
337
337
  conference_copies:
338
338
  form:
339
- slug_help: '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}'
339
+ slug_help: 'URL slugs se používají k vygenerování adres URL, které odkazují na tuto konferenci. Přijme pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
340
340
  conference_invites:
341
341
  create:
342
342
  error: Při pozvání uživatele do konference došlo k problému.
@@ -352,7 +352,7 @@ cs:
352
352
  accepted: Přijato
353
353
  all: Vše
354
354
  rejected: Odmítnuto
355
- sent: Odeslaná
355
+ sent: Odesláno
356
356
  filter_by: Filtrovat podle
357
357
  invite_attendee: Pozvat účastníka
358
358
  invites: Pozvánky
@@ -380,7 +380,7 @@ cs:
380
380
  few: Bylo zde %{count} registrací.
381
381
  many: Bylo zde %{count} registrací.
382
382
  other: Bylo zde %{count} registrací.
383
- slug_help: '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}'
383
+ slug_help: 'Sloupce adres URL se používají k vygenerování adres URL, které odkazují na tuto konferenci. Přijme pouze písmena, čísla a pomlčky a musí začínat písmenem. Příklad: %{url}'
384
384
  diplomas:
385
385
  edit:
386
386
  save: Uložit
@@ -388,8 +388,7 @@ cs:
388
388
  invite_join_conference_mailer:
389
389
  invite:
390
390
  decline: Odmítnout pozvánku '%{conference_title}'
391
- invited_existing_user_to_join_a_conference: "%{invited_by} vás zve na konferenci na %{application}. Můžete jej odmítnout nebo přijmout prostřednictvím níže uvedených odkazů."
392
- invited_user_to_join_a_conference: "%{invited_by} vás pozval, abyste se připojili ke konferenci v %{application}. Můžete ji přijmout prostřednictvím níže uvedeného odkazu."
391
+ invited_you_to_join_a_conference: "%{invited_by} vás zve na konferenci na %{application}. Můžete jej odmítnout nebo přijmout prostřednictvím níže uvedených odkazů."
393
392
  registration: Registrace pro "%{conference_title}"
394
393
  partners:
395
394
  index:
@@ -411,17 +410,17 @@ cs:
411
410
  success: Konferenční certifikáty o návštěvě byly zaslány správně
412
411
  conference:
413
412
  registration_confirm:
414
- cancel: Zrušit
413
+ cancel: zrušení
415
414
  confirm: Potvrdit
416
415
  show:
417
- free: Volný
416
+ free: Volný, uvolnit
418
417
  going: Chystáte se
419
418
  no_slots_available: Žádné sloty nejsou k dispozici
420
419
  registration: Registrace
421
420
  conference_program:
422
421
  program_meeting:
423
422
  content: Obsah
424
- location: Lokalita
423
+ location: Umístění
425
424
  speakers: Řečníci
426
425
  streaming: Streamování
427
426
  show:
@@ -440,11 +439,9 @@ cs:
440
439
  create:
441
440
  invalid: Do této konference došlo k problému.
442
441
  success: Do konference jste se úspěšně připojili.
443
- unauthorized: Před registrací na konferenci se musíte přihlásit.
444
442
  decline_invitation:
445
443
  invalid: Došlo k potížím s odmítnutím pozvánky.
446
444
  success: Odmítli jste pozvánku úspěšně.
447
- unauthorized: Před odmítnutím pozvání se musíte přihlásit.
448
445
  destroy:
449
446
  invalid: Při této konferenci došlo k problému.
450
447
  success: Konference jste úspěšně opustili.
@@ -492,7 +489,7 @@ cs:
492
489
  conference_invite:
493
490
  fields:
494
491
  email: E-mail
495
- name: Název
492
+ name: název
496
493
  registration_type: Typ registrace
497
494
  sent_at: Odeslané
498
495
  status: Postavení
@@ -503,18 +500,18 @@ cs:
503
500
  conference_registration:
504
501
  fields:
505
502
  email: E-mail
506
- name: Název
503
+ name: název
507
504
  registration_type: Typ registrace
508
505
  state: Stav
509
506
  states:
510
507
  confirmed: Potvrzeno
511
- pending: Čekající
508
+ pending: čekající
512
509
  pages:
513
510
  home:
514
511
  highlighted_conferences:
515
512
  active_conferences: Aktivní konference
516
513
  conferences_button_title: Odkaz na stránku Konference zobrazující všechny konference
517
- see_all_conferences: Zobrazit všechny konference
514
+ see_all_conferences: Podívejte se na všechny konference
518
515
  photo:
519
516
  image:
520
517
  attributes:
@@ -544,7 +541,7 @@ cs:
544
541
  objectives: Cíle
545
542
  related_assemblies: Související shromáždění
546
543
  related_consultations: Související konzultace
547
- related_participatory_processes: Související participativní procesy
544
+ related_participatory_processes: Související procesy účasti
548
545
  events:
549
546
  conferences:
550
547
  conference_registration_confirmed:
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -19,7 +20,7 @@ de:
19
20
  objectives: Ziele
20
21
  participatory_processes_ids: Ähnliche Beteiligungsprozesse
21
22
  promoted: Gefördert
22
- published_at: Veröffentlicht am
23
+ published_at: Veröffentlicht unter
23
24
  registration_terms: Registrierungsbedingungen
24
25
  registrations_enabled: Registrierungen aktiviert
25
26
  scope_id: Umfang
@@ -37,13 +38,13 @@ de:
37
38
  date: Datum
38
39
  link: Link
39
40
  title: Titel
40
- weight: Reihenfolge
41
+ weight: Gewicht
41
42
  conference_partner:
42
43
  link: Link
43
44
  logo: Logo
44
45
  name: Name
45
46
  partner_type: Partnertyp
46
- weight: Reihenfolge
47
+ weight: Gewicht
47
48
  conference_registration_invite:
48
49
  email: E-Mail
49
50
  name: Name
@@ -53,7 +54,7 @@ de:
53
54
  description: Beschreibung
54
55
  price: Preis
55
56
  title: Titel
56
- weight: Reihenfolge
57
+ weight: Gewicht
57
58
  conference_speaker:
58
59
  affiliation: Zugehörigkeit
59
60
  avatar: Profilbild
@@ -131,10 +132,10 @@ de:
131
132
  destroy:
132
133
  success: Benutzer wurde erfolgreich von dieser Konferenz entfernt.
133
134
  edit:
134
- title: Konferenzadmin aktualisieren.
135
+ title: Aktualisieren Sie den Konferenzbenutzer.
135
136
  update: Aktualisieren
136
137
  index:
137
- conference_admins_title: Konferenzadmins
138
+ conference_admins_title: Konferenzbenutzer
138
139
  new:
139
140
  create: Erstellen
140
141
  title: Neuer Konferenzbenutzer
@@ -203,7 +204,7 @@ de:
203
204
  models:
204
205
  conference:
205
206
  fields:
206
- created_at: Erstellt am
207
+ created_at: Hergestellt in
207
208
  promoted: Gefördert
208
209
  published: Veröffentlicht
209
210
  title: Titel
@@ -246,7 +247,7 @@ de:
246
247
  price: Preis
247
248
  registrations_count: Registrierungen zählen
248
249
  title: Titel
249
- weight: Reihenfolge
250
+ weight: Bestellposition
250
251
  name: Registrierungstyp
251
252
  partners:
252
253
  create:
@@ -312,7 +313,6 @@ de:
312
313
  update: "%{user_name} hat den Partner %{resource_name} in der Konferenz %{space_name} aktualisiert"
313
314
  registration_type:
314
315
  create: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} erstellt"
315
- delete: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} entfernt"
316
316
  publish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} veröffentlicht"
317
317
  unpublish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} auf \"unveröffentlicht\" gesetzt"
318
318
  update: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} aktualisiert"
@@ -330,7 +330,7 @@ de:
330
330
  admin:
331
331
  conference_copies:
332
332
  form:
333
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
333
+ slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
334
334
  conference_invites:
335
335
  create:
336
336
  error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
@@ -343,7 +343,7 @@ de:
343
343
  select_user: Nutzer wählen
344
344
  index:
345
345
  filter:
346
- accepted: Angenommen
346
+ accepted: Akzeptiert
347
347
  all: Alle
348
348
  rejected: Abgelehnt
349
349
  sent: Geschickt
@@ -372,7 +372,7 @@ de:
372
372
  registrations_count:
373
373
  one: Es gab 1 Registrierung.
374
374
  other: Es gab %{count} Registrierungen.
375
- slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
375
+ slug_help: 'URL-Slugs werden verwendet, um URLs zu generieren, die auf diese Konferenz verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
376
376
  diplomas:
377
377
  edit:
378
378
  save: Speichern
@@ -380,8 +380,7 @@ de:
380
380
  invite_join_conference_mailer:
381
381
  invite:
382
382
  decline: Einladung '%{conference_title}' ablehnen
383
- invited_existing_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
384
- invited_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz auf %{application} teilzunehmen. Sie können die Einladung über den unten stehenden Link akzeptieren."
383
+ invited_you_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
385
384
  registration: Registrierung für '%{conference_title}'
386
385
  partners:
387
386
  index:
@@ -403,7 +402,7 @@ de:
403
402
  success: Konferenz-Teilnahmebestätigung korrekt gesendet
404
403
  conference:
405
404
  registration_confirm:
406
- cancel: Abbrechen
405
+ cancel: Stornieren
407
406
  confirm: Bestätigen
408
407
  show:
409
408
  free: Kostenlos
@@ -432,11 +431,9 @@ de:
432
431
  create:
433
432
  invalid: Bei dieser Konferenz ist ein Problem aufgetreten.
434
433
  success: Sie sind der Konferenz erfolgreich beigetreten.
435
- unauthorized: Sie müssen sich anmelden, um sich bei der Konferenz anzumelden.
436
434
  decline_invitation:
437
435
  invalid: Es ist ein Problem aufgetreten, dass die Einladung abgelehnt wurde.
438
436
  success: Sie haben die Einladung erfolgreich abgelehnt.
439
- unauthorized: Sie müssen sich anmelden, bevor Sie die Einladung ablehnen.
440
437
  destroy:
441
438
  invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
442
439
  success: Sie haben die Konferenz erfolgreich verlassen.
@@ -497,7 +494,7 @@ de:
497
494
  email: Email
498
495
  name: Name
499
496
  registration_type: Registrierungstyp
500
- state: Status
497
+ state: Zustand
501
498
  states:
502
499
  confirmed: Bestätigt
503
500
  pending: steht aus
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -28,7 +29,7 @@ el:
28
29
  show_statistics: Εμφάνιση στατιστικών
29
30
  sign_date: Ημερομηνία υπογραφής
30
31
  signature: Υπογραφή
31
- signature_name: Όνομα υπογραφής
32
+ signature_name: όνομα υπογραφής
32
33
  slogan: Σύνθημα
33
34
  slug: Slug διεύθυνσης URL
34
35
  start_date: Ημερομηνία έναρξης
@@ -37,15 +38,14 @@ el:
37
38
  date: Ημερομηνία
38
39
  link: Σύνδεσμος
39
40
  title: Τίτλος
40
- weight: Θέση κατάταξης
41
+ weight: Βάρος
41
42
  conference_partner:
42
43
  link: Σύνδεσμος
43
44
  logo: Λογότυπο
44
45
  name: Όνομα
45
46
  partner_type: Τύπος εταίρου
46
- weight: Θέση κατάταξης
47
+ weight: Βάρος
47
48
  conference_registration_invite:
48
- email: Email
49
49
  name: Όνομα
50
50
  registration_type_id: Τύπος εγγραφής
51
51
  user_id: Χρήστης
@@ -53,15 +53,13 @@ el:
53
53
  description: Περιγραφή
54
54
  price: Τιμή
55
55
  title: Τίτλος
56
- weight: Θέση κατάταξης
56
+ weight: Βάρος
57
57
  conference_speaker:
58
58
  affiliation: Δεσμός
59
59
  avatar: Εικόνα Χρήστη
60
60
  conference_meeting_ids: Σχετικές συναντήσεις
61
61
  full_name: Ονοματεπώνυμο
62
- personal_url: Προσωπικό URL
63
62
  position: Θέση
64
- short_bio: Σύντομο βιογραφικό
65
63
  twitter_handle: Ψευδώνυμο Twitter
66
64
  user_id: Χρήστης
67
65
  conference_user_role:
@@ -134,7 +132,7 @@ el:
134
132
  title: Ενημέρωση διαχειριστή διάσκεψης.
135
133
  update: Ενημέρωση
136
134
  index:
137
- conference_admins_title: Διαχειριστές διάσκεψης
135
+ conference_admins_title: διαχειριστές διάσκεψης
138
136
  new:
139
137
  create: Δημιουργία
140
138
  title: Νέος διαχειριστής διάσκεψης.
@@ -312,7 +310,6 @@ el:
312
310
  update: "Ο χρήστης %{user_name} ενημέρωσε τον εταίρο %{resource_name} στη διάσκεψη %{space_name}"
313
311
  registration_type:
314
312
  create: "Ο χρήστης %{user_name} δημιούργησε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
315
- delete: "Ο χρήστης %{user_name} αφαίρεσε τον τύπο εγγραφής %{resource_name} από τη διάσκεψη %{space_name}"
316
313
  publish: "Ο χρήστης %{user_name} δημοσίευσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
317
314
  unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση του τύπου εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
318
315
  update: "Ο χρήστης %{user_name} ενημέρωσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
@@ -328,6 +325,9 @@ el:
328
325
  title: Ομιλητές
329
326
  conferences:
330
327
  admin:
328
+ conference_copies:
329
+ form:
330
+ slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
331
331
  conference_invites:
332
332
  create:
333
333
  error: Υπήρξε ένα πρόβλημα κατά την πρόσκληση του συμμετέχοντα στη διάσκεψη.
@@ -369,6 +369,7 @@ el:
369
369
  registrations_count:
370
370
  one: Πραγματοποιήθηκε 1 εγγραφή.
371
371
  other: Πραγματοποιήθηκαν %{count} εγγραφές.
372
+ slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
372
373
  diplomas:
373
374
  edit:
374
375
  save: Αποθήκευση
@@ -376,8 +377,7 @@ el:
376
377
  invite_join_conference_mailer:
377
378
  invite:
378
379
  decline: Απόρριψη πρόσκλησης «%{conference_title}»
379
- invited_existing_user_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
380
- invited_user_to_join_a_conference: "Ο/Η %{invited_by} σας προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στο %{application}. Μπορείτε να την αποδεχτείτε μέσω του παρακάτω συνδέσμου."
380
+ invited_you_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
381
381
  registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
382
382
  partners:
383
383
  index:
@@ -428,11 +428,9 @@ el:
428
428
  create:
429
429
  invalid: Υπήρξε ένα πρόβλημα κατά τη συμμετοχή σε αυτήν τη διάσκεψη.
430
430
  success: Συμμετείχατε στη διάσκεψη με επιτυχία.
431
- unauthorized: Πρέπει να συνδεθείτε πριν εγγραφείτε στη διάσκεψη.
432
431
  decline_invitation:
433
432
  invalid: Υπήρξε ένα πρόβλημα κατά την απόρριψη της πρόσκλησης.
434
433
  success: Απορρίψατε την πρόσκληση με επιτυχία.
435
- unauthorized: Θα πρέπει να συνδεθείτε πριν απορρίψετε την πρόσκληση.
436
434
  destroy:
437
435
  invalid: Υπήρξε ένα πρόβλημα κατά την αποχώρηση από αυτήν τη διάσκεψη.
438
436
  success: Αποχωρήσατε από τη διάσκεψη με επιτυχία.
@@ -502,6 +500,7 @@ el:
502
500
  highlighted_conferences:
503
501
  active_conferences: Ενεργές διασκέψεις
504
502
  conferences_button_title: Σύνδεσμος προς τη σελίδα Διασκέψεων που εμφανίζει όλες τις διασκέψεις
503
+ see_all_conferences: Δείτε όλες τις διασκέψεις
505
504
  photo:
506
505
  image:
507
506
  attributes:
@@ -29,7 +29,7 @@ en:
29
29
  show_statistics: Show statistics
30
30
  sign_date: Sign date
31
31
  signature: Signature
32
- signature_name: Signature name
32
+ signature_name: signature name
33
33
  slogan: Slogan
34
34
  slug: URL slug
35
35
  start_date: Start date
@@ -38,13 +38,13 @@ en:
38
38
  date: Date
39
39
  link: Link
40
40
  title: Title
41
- weight: Order position
41
+ weight: Weight
42
42
  conference_partner:
43
43
  link: Link
44
44
  logo: Logo
45
45
  name: Name
46
46
  partner_type: Partner type
47
- weight: Order position
47
+ weight: Weight
48
48
  conference_registration_invite:
49
49
  email: Email
50
50
  name: Name
@@ -54,7 +54,7 @@ en:
54
54
  description: Description
55
55
  price: Price
56
56
  title: Title
57
- weight: Order position
57
+ weight: Weight
58
58
  conference_speaker:
59
59
  affiliation: Affiliation
60
60
  avatar: Avatar
@@ -135,7 +135,7 @@ en:
135
135
  title: Update conference admin.
136
136
  update: Update
137
137
  index:
138
- conference_admins_title: Conference admins
138
+ conference_admins_title: conference admins
139
139
  new:
140
140
  create: Create
141
141
  title: New conference admin.
@@ -313,7 +313,6 @@ en:
313
313
  update: "%{user_name} updated the partner %{resource_name} in the %{space_name} conference"
314
314
  registration_type:
315
315
  create: "%{user_name} created the %{resource_name} registration type in the %{space_name} conference"
316
- delete: "%{user_name} removed the %{resource_name} registration type from the %{space_name} conference"
317
316
  publish: "%{user_name} published the %{resource_name} registration type in the %{space_name} conference"
318
317
  unpublish: "%{user_name} unpublished the %{resource_name} registration type in the %{space_name} conference"
319
318
  update: "%{user_name} updated the %{resource_name} registration type in the %{space_name} conference"
@@ -353,7 +352,7 @@ en:
353
352
  invites: Invites
354
353
  search: Search
355
354
  new:
356
- explanation: The participant will be invited to join a conference. If her email is not registered she will be invited to the organization as well.
355
+ explanation: The participant will be invited to join a conference. If their email is not registered, they'll be invited to the organization as well.
357
356
  invite: Invite
358
357
  new_invite: Invite participant
359
358
  conference_registrations:
@@ -381,8 +380,7 @@ en:
381
380
  invite_join_conference_mailer:
382
381
  invite:
383
382
  decline: Decline invitation '%{conference_title}'
384
- invited_existing_user_to_join_a_conference: "%{invited_by} has invited you to join a conference at %{application}. You can decline or accept it through the links below."
385
- invited_user_to_join_a_conference: "%{invited_by} has invited you to join a conference at %{application}. You can accept it through the link below."
383
+ invited_you_to_join_a_conference: "%{invited_by} has invited you to join a conference at %{application}. You can decline or accept it through the links below."
386
384
  registration: Registration for '%{conference_title}'
387
385
  partners:
388
386
  index:
@@ -433,11 +431,9 @@ en:
433
431
  create:
434
432
  invalid: There was a problem joining this conference.
435
433
  success: You have successfully joined the conference.
436
- unauthorized: You need to sign in before registering to the conference.
437
434
  decline_invitation:
438
435
  invalid: There was a problem declining the invitation.
439
436
  success: You have successfully declined the invitation.
440
- unauthorized: You need to sign in before declining the invitation.
441
437
  destroy:
442
438
  invalid: There was a problem leaving this conference.
443
439
  success: You have successfully left the conference.
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -28,7 +29,7 @@ es-MX:
28
29
  show_statistics: Mostrar estadísticas
29
30
  sign_date: Fecha de firma
30
31
  signature: Firma
31
- signature_name: Nombre de la firma
32
+ signature_name: nombre de firma
32
33
  slogan: Eslogan
33
34
  slug: URL amigable
34
35
  start_date: Fecha de inicio
@@ -37,13 +38,13 @@ es-MX:
37
38
  date: Fecha
38
39
  link: Enlace
39
40
  title: Título
40
- weight: Orden de posición
41
+ weight: Peso
41
42
  conference_partner:
42
43
  link: Enlace
43
44
  logo: Logo
44
45
  name: Nombre
45
46
  partner_type: Tipo de colaboración
46
- weight: Orden de posición
47
+ weight: Peso
47
48
  conference_registration_invite:
48
49
  email: Correo electrónico
49
50
  name: Nombre
@@ -53,7 +54,7 @@ es-MX:
53
54
  description: Descripción
54
55
  price: Coste
55
56
  title: Título
56
- weight: Orden de posición
57
+ weight: Peso
57
58
  conference_speaker:
58
59
  affiliation: Afiliación
59
60
  avatar: Avatar
@@ -134,7 +135,7 @@ es-MX:
134
135
  title: Actualizar usuario de la conferencia.
135
136
  update: Actualizar
136
137
  index:
137
- conference_admins_title: Administradoras de la jornada
138
+ conference_admins_title: usuarios de la conferencia
138
139
  new:
139
140
  create: Crear
140
141
  title: Nuevo usuario de la conferencia.
@@ -312,7 +313,6 @@ es-MX:
312
313
  update: "%{user_name} actualizó la colaboradora %{resource_name} de la jornada %{space_name}"
313
314
  registration_type:
314
315
  create: "%{user_name} ha creado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
315
- delete: "%{user_name} ha eliminado el tipo de inscripción %{resource_name} en la jornada %{space_name}"
316
316
  publish: "%{user_name} ha publicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
317
317
  unpublish: "%{user_name} ha despublicado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
318
318
  update: "%{user_name} ha actualizado el tipo de inscripción %{resource_name} en la conferencia %{space_name}"
@@ -380,8 +380,7 @@ es-MX:
380
380
  invite_join_conference_mailer:
381
381
  invite:
382
382
  decline: Rechazar invitación a '%{conference_title}'
383
- invited_existing_user_to_join_a_conference: "%{invited_by} te ha invitado a unirte a una conferencia en %{application}. Puedes declinarla o aceptarla a través de los siguientes enlaces."
384
- invited_user_to_join_a_conference: "%{invited_by} te ha invitado a unirte a un encuentro en %{application}. Puedes aceptarla a través del siguiente enlace."
383
+ invited_you_to_join_a_conference: "%{invited_by} te ha invitado a unirte a una conferencia en %{application}. Puedes declinarla o aceptarla a través de los siguientes enlaces."
385
384
  registration: Inscripción para '%{conference_title}'
386
385
  partners:
387
386
  index:
@@ -413,7 +412,7 @@ es-MX:
413
412
  conference_program:
414
413
  program_meeting:
415
414
  content: Contenido
416
- location: Localización
415
+ location: Ubicación
417
416
  speakers: Ponentes
418
417
  streaming: Retransmisión
419
418
  show:
@@ -432,11 +431,9 @@ es-MX:
432
431
  create:
433
432
  invalid: Ha habido un problema al unirse a esta conferencia.
434
433
  success: Te has unido a la conferencia con éxito.
435
- unauthorized: Necesitas iniciar tu sesión antes de registrarse en la jornada.
436
434
  decline_invitation:
437
435
  invalid: Ha habido un problema al rechazar la invitación.
438
436
  success: Has rechazado la invitación con éxito.
439
- unauthorized: Necesitas iniciar tu sesión antes de rechazar la invitación.
440
437
  destroy:
441
438
  invalid: Ha habido un problema al abandonar esta conferencia.
442
439
  success: Has abandonado la conferencia con éxito.
@@ -506,7 +503,7 @@ es-MX:
506
503
  highlighted_conferences:
507
504
  active_conferences: Conferencias activas
508
505
  conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
509
- see_all_conferences: Ver todas las jornadas
506
+ see_all_conferences: Ver todas las conferencias
510
507
  photo:
511
508
  image:
512
509
  attributes: