decidim-conferences 0.26.7 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) 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 -1
  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_speakers_controller.rb +10 -16
  34. data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
  35. data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
  36. data/app/controllers/decidim/conferences/conference_registrations_controller.rb +0 -17
  37. data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
  38. data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
  39. data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
  40. data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +14 -0
  41. data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
  42. data/app/models/decidim/conference.rb +2 -3
  43. data/app/models/decidim/conferences/conference_invite.rb +2 -2
  44. data/app/models/decidim/conferences/conference_registration.rb +2 -2
  45. data/app/permissions/decidim/conferences/permissions.rb +0 -1
  46. data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
  47. data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
  48. data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
  49. data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
  50. data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
  51. data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
  52. data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
  53. data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
  54. data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
  55. data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
  56. data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
  57. data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
  58. data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
  59. data/app/queries/decidim/conferences/published_conferences.rb +1 -1
  60. data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
  61. data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
  62. data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
  63. data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -1
  64. data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
  65. data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
  66. data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -1
  67. data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
  68. data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
  69. data/app/views/devise/mailer/join_conference.html.erb +2 -2
  70. data/app/views/devise/mailer/join_conference.text.erb +2 -2
  71. data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
  72. data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
  73. data/config/locales/am-ET.yml +1 -0
  74. data/config/locales/ar.yml +8 -2
  75. data/config/locales/bg.yml +1 -0
  76. data/config/locales/ca.yml +8 -11
  77. data/config/locales/cs.yml +17 -20
  78. data/config/locales/da.yml +1 -0
  79. data/config/locales/de.yml +9 -5
  80. data/config/locales/el.yml +8 -1
  81. data/config/locales/en.yml +7 -11
  82. data/config/locales/eo.yml +1 -0
  83. data/config/locales/es-MX.yml +8 -11
  84. data/config/locales/es-PY.yml +9 -12
  85. data/config/locales/es.yml +9 -12
  86. data/config/locales/et.yml +1 -0
  87. data/config/locales/eu.yml +11 -4
  88. data/config/locales/fi-plain.yml +7 -10
  89. data/config/locales/fi.yml +9 -12
  90. data/config/locales/fr-CA.yml +4 -7
  91. data/config/locales/fr.yml +6 -9
  92. data/config/locales/ga-IE.yml +4 -0
  93. data/config/locales/gl.yml +8 -1
  94. data/config/locales/hr.yml +1 -0
  95. data/config/locales/hu.yml +8 -65
  96. data/config/locales/id-ID.yml +11 -1
  97. data/config/locales/is-IS.yml +2 -1
  98. data/config/locales/it.yml +9 -2
  99. data/config/locales/ja.yml +5 -8
  100. data/config/locales/ko.yml +1 -0
  101. data/config/locales/lb.yml +6 -2
  102. data/config/locales/lt.yml +1 -617
  103. data/config/locales/lv.yml +11 -1
  104. data/config/locales/mt.yml +1 -0
  105. data/config/locales/nl.yml +12 -5
  106. data/config/locales/no.yml +9 -2
  107. data/config/locales/om-ET.yml +1 -0
  108. data/config/locales/pl.yml +8 -2
  109. data/config/locales/pt-BR.yml +10 -3
  110. data/config/locales/pt.yml +8 -1
  111. data/config/locales/ro-RO.yml +9 -14
  112. data/config/locales/ru.yml +1 -0
  113. data/config/locales/si-LK.yml +1 -0
  114. data/config/locales/sk.yml +11 -1
  115. data/config/locales/sl.yml +1 -0
  116. data/config/locales/so-SO.yml +1 -0
  117. data/config/locales/sr-CS.yml +1 -0
  118. data/config/locales/sv.yml +8 -6
  119. data/config/locales/sw-KE.yml +1 -0
  120. data/config/locales/ti-ER.yml +1 -0
  121. data/config/locales/tr-TR.yml +13 -3
  122. data/config/locales/uk.yml +1 -0
  123. data/config/locales/val-ES.yml +1 -0
  124. data/config/locales/vi.yml +1 -0
  125. data/config/locales/zh-CN.yml +11 -1
  126. data/config/locales/zh-TW.yml +1 -612
  127. data/lib/decidim/conferences/admin_engine.rb +1 -0
  128. data/lib/decidim/conferences/participatory_space.rb +8 -8
  129. data/lib/decidim/conferences/test/factories.rb +1 -5
  130. data/lib/decidim/conferences/version.rb +1 -1
  131. metadata +18 -22
  132. data/config/locales/fa-IR.yml +0 -1
  133. data/config/locales/gn-PY.yml +0 -1
  134. data/config/locales/ka-GE.yml +0 -1
  135. data/config/locales/kaa.yml +0 -1
  136. data/config/locales/lo-LA.yml +0 -1
  137. data/config/locales/oc-FR.yml +0 -1
@@ -1,9 +1,9 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
4
5
  conference:
5
6
  assemblies_ids: Kapcsolódó gyűlések
6
- available_slots: Rendelkezésre álló időpontok
7
7
  banner_image: Banner kép
8
8
  consultations_ids: Kapcsolódó konzultációk
9
9
  copy_categories: Másolási kategóriák
@@ -11,58 +11,26 @@ hu:
11
11
  copy_features: Másolási funkciók
12
12
  decidim_scope_id: terület
13
13
  description: Leírás
14
- end_date: Befejezés dátuma
15
14
  hashtag: Kettőskereszt
16
15
  hero_image: Kezdő kép
17
- location: Helyszín
18
- main_logo: Fő logó
19
- objectives: Célok
20
16
  participatory_processes_ids: Kapcsolódó részvételi folyamatok
21
17
  promoted: Kiemelt
22
18
  published_at: Megjelent a
23
- registration_terms: Regisztrációs feltételek
24
- registrations_enabled: Regisztráció engedélyezve
25
19
  scope_id: terület
26
20
  scopes_enabled: A hatókör engedélyezett
27
21
  short_description: Rövid leírás
28
22
  show_statistics: Statisztikák megjelenítése
29
- signature: Aláírás
30
- signature_name: Aláíró neve
31
23
  slogan: Szlogen
32
24
  slug: URL slug
33
- start_date: Kezdő dátum
34
25
  title: Cím
35
26
  conference_media_link:
36
- date: Dátum
37
- link: Hivatkozás
38
- title: Cím
39
- weight: Pozíció sorrend
27
+ weight: Súly
40
28
  conference_partner:
41
- link: Hivatkozás
42
- logo: Logó
43
- name: Név
44
- partner_type: Partner típus
45
- weight: Pozíció sorrend
46
- conference_registration_invite:
47
- email: Email
48
- name: Név
49
- registration_type_id: Regisztráció típusa
50
- user_id: Felhasználó
29
+ weight: Súly
51
30
  conference_registration_type:
52
- description: Leírás
53
- price: Ár
54
- title: Cím
55
- weight: Pozíció sorrend
31
+ weight: Súly
56
32
  conference_speaker:
57
- affiliation: Beosztás
58
- avatar: Profilkép
59
- conference_meeting_ids: Kapcsolódó találkozók
60
33
  full_name: Teljes név
61
- personal_url: Személyes URL-cím
62
- position: Pozíció
63
- short_bio: Rövid önéletrajz
64
- twitter_handle: Twitter oldal
65
- user_id: Felhasználó
66
34
  conference_user_role:
67
35
  email: Email
68
36
  name: Név
@@ -133,7 +101,7 @@ hu:
133
101
  title: A konferencia felhasználó frissítése.
134
102
  update: frissítés
135
103
  index:
136
- conference_admins_title: Konferencia adminisztrátorok
104
+ conference_admins_title: konferencia felhasználók számára
137
105
  new:
138
106
  create: Teremt
139
107
  title: Új konferencia felhasználó.
@@ -245,7 +213,6 @@ hu:
245
213
  price: Ár
246
214
  registrations_count: A regisztrációk száma
247
215
  title: Cím
248
- weight: Pozíció sorrend
249
216
  name: Regisztrációs típus
250
217
  partners:
251
218
  create:
@@ -305,13 +272,8 @@ hu:
305
272
  conferences:
306
273
  conference_registration:
307
274
  confirm: "%{user_name} megerősítette konferencia regisztrációját a %{resource_name} konferencián"
308
- partner:
309
- create: "%{user_name} létrehozta a %{resource_name} partnert a %{space_name} konferencián"
310
- delete: "%{user_name} eltávolította a %{resource_name} partnert a %{space_name} konferenciából"
311
- update: "%{user_name} frissítette a %{resource_name} partnert a %{space_name} konferencián"
312
275
  registration_type:
313
276
  create: "%{user_name} létrehozta az %{resource_name} regisztrációs típust a %{space_name} konferencián"
314
- delete: "%{user_name} eltávolította a %{resource_name} regisztrációs típust a %{space_name} konferenciból"
315
277
  publish: "%{user_name} közzétette az %{resource_name} regisztrációs típust a %{space_name} konferencián"
316
278
  unpublish: "%{user_name} visszavonta a %{resource_name} regisztrációs típus közzétételét a %{space_name} konferencián"
317
279
  update: "%{user_name} frissítette a %{resource_name} regisztrációs típust a %{space_name} konferencián"
@@ -379,8 +341,7 @@ hu:
379
341
  invite_join_conference_mailer:
380
342
  invite:
381
343
  decline: A "%{conference_title}" meghívása
382
- invited_existing_user_to_join_a_conference: "%{invited_by} meghívta Önt, hogy csatlakozzon egy konferenciához %{application}kor. Az alábbi linkeken keresztül visszautasíthatja vagy elfogadhatja."
383
- invited_user_to_join_a_conference: "%{invited_by} meghívott, hogy csatlakozz ehhez a conferenciához itt: %{application}. Az alábbi linken jelezz vissza számára."
344
+ invited_you_to_join_a_conference: "%{invited_by} meghívta Önt, hogy csatlakozzon egy konferenciához %{application}kor. Az alábbi linkeken keresztül visszautasíthatja vagy elfogadhatja."
384
345
  registration: Regisztráció a '%{conference_title}' -ra
385
346
  partners:
386
347
  index:
@@ -431,11 +392,9 @@ hu:
431
392
  create:
432
393
  invalid: Probléma merült fel a konferencián.
433
394
  success: A konferencia sikeresen csatlakozott.
434
- unauthorized: A konferenciára való regisztráció előtt be kell jelentkeznie.
435
395
  decline_invitation:
436
396
  invalid: Hiba történt a meghívás visszautasításában.
437
397
  success: Elutasította a meghívást sikeresen.
438
- unauthorized: A meghívás elutasítása előtt be kell jelentkeznie.
439
398
  destroy:
440
399
  invalid: Probléma merült fel a konferencián.
441
400
  success: A konferencia sikeres volt.
@@ -445,7 +404,6 @@ hu:
445
404
  personal_website: Személyes weboldal
446
405
  show:
447
406
  more_info: több információ
448
- speaking_at: Előad ekkor
449
407
  conference_speaker_cell:
450
408
  personal_url:
451
409
  personal_website: Személyes weboldal
@@ -453,7 +411,7 @@ hu:
453
411
  go_to_twitter: Menjen a Twitterre
454
412
  conference_speakers:
455
413
  index:
456
- speakers: Előadók
414
+ speakers: Hangszórók
457
415
  conferences:
458
416
  partners:
459
417
  collaborators: Partnerek
@@ -504,7 +462,6 @@ hu:
504
462
  home:
505
463
  highlighted_conferences:
506
464
  active_conferences: Aktív konferenciák
507
- conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
508
465
  see_all_conferences: Lásd az összes konferenciát
509
466
  photo:
510
467
  image:
@@ -519,8 +476,7 @@ hu:
519
476
  registration_types:
520
477
  index:
521
478
  choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
522
- login_as: '%{name} <%{email}> -ként jelentkeztél be'
523
- no_registrations: Nincs regisztráció
479
+ login_as: '%{name} <%{email}> -ként jelentkezett be'
524
480
  register: Regisztráció
525
481
  title: Regisztrációs típusok
526
482
  shared:
@@ -557,22 +513,11 @@ hu:
557
513
  email_outro: Ezt az értesítést megkapta, mert a "%{resource_title}" konferenciát követi. Leiratkozhat az előző linkről.
558
514
  email_subject: A "%{resource_title}" konferencia lehetővé tette a regisztrációt.
559
515
  notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia engedélyezte a regisztrációkat.
560
- role_assigned:
561
- email_intro: A(z) "%{resource_title}" konferencia %{role} szerepét rendelték Önhöz.
562
- email_outro: 'Azért kapta ezt az értesítést, mert a(z) "%{resource_title}" konferencián a következő szerepet kapta: %{role}.'
563
- email_subject: 'Önt a(z) %{role} szerephez rendelték itt: "%{resource_title}".'
564
- notification_title: 'A(z) %{role} szerephez rendelték a következő konferencián: <a href="%{resource_url}">%{resource_title}</a>.'
565
516
  upcoming_conference:
566
517
  email_intro: 'A "%{resource_title}" konferencia 2 nap múlva kezdődik. Olvasd el a leírást ezen az oldalon:'
567
518
  email_outro: Ezt az értesítést azért kaptad, mert a "%{resource_title}" konferenciát követed. Leiratkozhatsz az értesítésekről az előző linken keresztül.
568
519
  email_subject: A "%{resource_title}" konferencia hamarosan indul!
569
520
  notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia 2 nap múlva kezdődik.
570
- help:
571
- participatory_spaces:
572
- conferences:
573
- contextual: "<p>A <strong>konferencia</strong> egy programba rendezett találkozók gyűjteménye, számos meghívott előadóval és a nagy kongresszusokra vagy társadalmi eseményekre jellemző egyéb információs mezőkkel (regisztráció, a rendezvényt támogató vagy szponzoráló szervezetek listája stb.).</p> <p>Példák: Egy konferencia lehet egy szervezet és tagjai számára releváns esemény, vagy egy részvételi folyamat részeként, illetve egy konzultációt követően kerülhet megrendezésre.</p>\n"
574
- page: "<p>A <strong>konferencia</strong> egy programba rendezett találkozók gyűjteménye, számos meghívott előadóval és a nagy kongresszusokra vagy társadalmi eseményekre jellemző egyéb információs mezőkkel (regisztráció, a rendezvényt támogató vagy szponzoráló szervezetek listája stb.).</p> <p>Példák: Egy konferencia lehet egy szervezet és tagjai számára releváns esemény, vagy egy részvételi folyamat részeként, illetve egy konzultációt követően kerülhet megrendezésre.</p>\n"
575
- title: Mik a konferenciák?
576
521
  log:
577
522
  value_types:
578
523
  conference_presenter:
@@ -583,8 +528,6 @@ hu:
583
528
  title: Média és linkek
584
529
  menu:
585
530
  conferences: Konferenciák
586
- statistics:
587
- conferences_count: Konferenciák
588
531
  devise:
589
532
  mailer:
590
533
  join_conference:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -22,6 +23,12 @@ id:
22
23
  slogan: Slogan
23
24
  slug: Siput URL
24
25
  title: Judul
26
+ conference_media_link:
27
+ weight: Berat
28
+ conference_partner:
29
+ weight: Berat
30
+ conference_registration_type:
31
+ weight: Berat
25
32
  conference_speaker:
26
33
  full_name: Nama lengkap
27
34
  conference_user_role:
@@ -90,6 +97,8 @@ id:
90
97
  edit:
91
98
  title: Perbarui pengguna konferensi.
92
99
  update: Memperbarui
100
+ index:
101
+ conference_admins_title: pengguna konferensi
93
102
  new:
94
103
  create: Membuat
95
104
  title: Pengguna konferensi baru.
@@ -327,7 +336,7 @@ id:
327
336
  invite_join_conference_mailer:
328
337
  invite:
329
338
  decline: Tolak undangan '%{conference_title}'
330
- invited_existing_user_to_join_a_conference: "%{invited_by} telah mengundang Anda untuk bergabung dalam konferensi di %{application}. Anda dapat menolak atau menerimanya melalui tautan di bawah ini."
339
+ invited_you_to_join_a_conference: "%{invited_by} telah mengundang Anda untuk bergabung dalam konferensi di %{application}. Anda dapat menolak atau menerimanya melalui tautan di bawah ini."
331
340
  registration: Registrasi untuk '%{conference_title}'
332
341
  partners:
333
342
  index:
@@ -359,6 +368,7 @@ id:
359
368
  conference_program:
360
369
  program_meeting:
361
370
  content: Konten
371
+ location: Lokasi
362
372
  speakers: Pembicara
363
373
  streaming: Streaming
364
374
  show:
@@ -1 +1,2 @@
1
- is-IS:
1
+ ---
2
+ is:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -28,6 +29,7 @@ it:
28
29
  show_statistics: Mostra statistiche
29
30
  sign_date: Firmato il
30
31
  signature: Firma
32
+ signature_name: nome firma
31
33
  slogan: Slogan
32
34
  slug: Slug URL
33
35
  start_date: Data di inizio
@@ -36,11 +38,13 @@ it:
36
38
  date: Data
37
39
  link: Collegamento
38
40
  title: Titolo
41
+ weight: Peso
39
42
  conference_partner:
40
43
  link: Collegamento
41
44
  logo: Logo
42
45
  name: Nome
43
46
  partner_type: Tipo di partner
47
+ weight: Peso
44
48
  conference_registration_invite:
45
49
  email: Email
46
50
  name: Nome
@@ -50,6 +54,7 @@ it:
50
54
  description: Descrizione
51
55
  price: Prezzo
52
56
  title: Titolo
57
+ weight: Peso
53
58
  conference_speaker:
54
59
  affiliation: Affiliazione
55
60
  avatar: Avatar
@@ -127,6 +132,8 @@ it:
127
132
  edit:
128
133
  title: Aggiorna l'amministratore della conferenza.
129
134
  update: Aggiornare
135
+ index:
136
+ conference_admins_title: amministratori della conferenza
130
137
  new:
131
138
  create: Creare
132
139
  title: Nuovo amministratore della conferenza.
@@ -371,7 +378,7 @@ it:
371
378
  invite_join_conference_mailer:
372
379
  invite:
373
380
  decline: Rifiuta l'invito '%{conference_title}'
374
- invited_existing_user_to_join_a_conference: "%{invited_by} ti ha invitato a partecipare alla conferenza %{application}. Puoi rifiutare o accettare tramite i link sottostanti."
381
+ invited_you_to_join_a_conference: "%{invited_by} ti ha invitato a partecipare alla conferenza %{application}. Puoi rifiutare o accettare tramite i link sottostanti."
375
382
  registration: Registrazione a '%{conference_title}'
376
383
  partners:
377
384
  index:
@@ -403,7 +410,7 @@ it:
403
410
  conference_program:
404
411
  program_meeting:
405
412
  content: Soddisfare
406
- location: Luogo
413
+ location: Posizione
407
414
  speakers: Relatori
408
415
  streaming: Streaming
409
416
  show:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -37,13 +38,13 @@ ja:
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
49
  email: Eメールアドレス
49
50
  name: 名前
@@ -53,7 +54,7 @@ ja:
53
54
  description: 説明
54
55
  price: 価格
55
56
  title: タイトル
56
- weight: 並び順の位置
57
+ weight: 重みづけ
57
58
  conference_speaker:
58
59
  affiliation: 所属
59
60
  avatar: アバター
@@ -309,7 +310,6 @@ ja:
309
310
  update: "%{user_name} が %{space_name} カンファレンスのパートナー %{resource_name} を更新しました"
310
311
  registration_type:
311
312
  create: "%{user_name} が %{resource_name} カンファレンスで %{space_name} の登録タイプを作成しました"
312
- delete: "%{user_name} が %{space_name} カンファレンスから %{resource_name} 登録タイプを削除しました"
313
313
  publish: "%{user_name} が %{resource_name} カンファレンスで %{space_name} 登録タイプを公開しました"
314
314
  unpublish: "%{user_name} が %{resource_name} カンファレンス内の %{space_name} 登録タイプを非公開にしました"
315
315
  update: "%{user_name} が %{resource_name} カンファレンスの %{space_name} 登録タイプを更新しました"
@@ -376,8 +376,7 @@ ja:
376
376
  invite_join_conference_mailer:
377
377
  invite:
378
378
  decline: 招待を拒否する '%{conference_title}'
379
- invited_existing_user_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
380
- invited_user_to_join_a_conference: "%{invited_by} があなたを %{application} のカンファレンスに招待しました。以下のリンクから受付ができます。"
379
+ invited_you_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
381
380
  registration: '''%{conference_title} '' の登録'
382
381
  partners:
383
382
  index:
@@ -428,11 +427,9 @@ ja:
428
427
  create:
429
428
  invalid: このカンファレンスに参加するのに問題がありました。
430
429
  success: カンファレンスに参加しました。
431
- unauthorized: カンファレンスに登録する前にサインインする必要があります。
432
430
  decline_invitation:
433
431
  invalid: 招待を辞退するのに問題があった。
434
432
  success: 招待を拒否しました。
435
- unauthorized: 招待を辞退する前にサインインする必要があります。
436
433
  destroy:
437
434
  invalid: このカンファレンスから退会するのに問題がありました。
438
435
  success: カンファレンスから退会しました。
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes:
@@ -28,6 +29,7 @@ lb:
28
29
  show_statistics: Zeige Statistiken
29
30
  sign_date: Datum der Unterschrift
30
31
  signature: Unterschrift
32
+ signature_name: Signaturname
31
33
  slogan: Slogan
32
34
  slug: URL-Block
33
35
  start_date: Startdatum
@@ -55,6 +57,8 @@ lb:
55
57
  edit:
56
58
  title: Aktualisieren Sie den Konferenzbenutzer.
57
59
  update: Aktualisieren
60
+ index:
61
+ conference_admins_title: Konferenzbenutzer
58
62
  new:
59
63
  create: Erstellen
60
64
  title: Neuer Konferenzbenutzer
@@ -294,7 +298,7 @@ lb:
294
298
  invite_join_conference_mailer:
295
299
  invite:
296
300
  decline: Einladung '%{conference_title}' ablehnen
297
- 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."
301
+ 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."
298
302
  registration: Registrierung für '%{conference_title}'
299
303
  partners:
300
304
  index:
@@ -326,7 +330,7 @@ lb:
326
330
  conference_program:
327
331
  program_meeting:
328
332
  content: Inhalt
329
- location: Standort
333
+ location: Ort
330
334
  speakers: Lautsprecher
331
335
  streaming: Streaming
332
336
  show: