decidim-conferences 0.22.0 → 0.23.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/conferences/conference_m_cell.rb +4 -0
  3. data/app/cells/decidim/conferences/registration_type_cell.rb +2 -2
  4. data/app/commands/decidim/conferences/admin/create_partner.rb +9 -9
  5. data/app/commands/decidim/conferences/admin/update_conference.rb +10 -3
  6. data/app/forms/decidim/conferences/admin/conference_form.rb +5 -2
  7. data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +12 -1
  8. data/app/forms/decidim/conferences/admin/diploma_form.rb +6 -2
  9. data/app/forms/decidim/conferences/admin/partner_form.rb +16 -1
  10. data/app/models/decidim/conference.rb +16 -1
  11. data/app/models/decidim/conference_speaker.rb +5 -2
  12. data/app/models/decidim/conferences/media_link.rb +3 -0
  13. data/app/models/decidim/conferences/partner.rb +5 -1
  14. data/app/models/decidim/conferences/registration_type.rb +3 -0
  15. data/app/presenters/decidim/conferences/admin_log/{conferences_presenter.rb → conference_presenter.rb} +2 -2
  16. data/app/presenters/decidim/conferences/admin_log/conference_registration_presenter.rb +2 -2
  17. data/app/presenters/decidim/conferences/admin_log/conference_speaker_presenter.rb +2 -2
  18. data/app/presenters/decidim/conferences/admin_log/{conferences_user_role_presenter.rb → conference_user_role_presenter.rb} +2 -2
  19. data/app/presenters/decidim/conferences/admin_log/media_link_presenter.rb +2 -2
  20. data/app/presenters/decidim/conferences/admin_log/partner_presenter.rb +2 -2
  21. data/app/presenters/decidim/conferences/admin_log/registration_type_presenter.rb +2 -2
  22. data/app/views/decidim/conferences/registration_types/index.html.erb +1 -1
  23. data/app/views/layouts/decidim/conference.html.erb +1 -0
  24. data/config/locales/am-ET.yml +1 -0
  25. data/config/locales/bg.yml +7 -0
  26. data/config/locales/ca.yml +1 -0
  27. data/config/locales/cs.yml +22 -21
  28. data/config/locales/da.yml +1 -0
  29. data/config/locales/de.yml +45 -44
  30. data/config/locales/en.yml +1 -0
  31. data/config/locales/eo.yml +1 -0
  32. data/config/locales/es-MX.yml +1 -0
  33. data/config/locales/es-PY.yml +2 -1
  34. data/config/locales/es.yml +2 -1
  35. data/config/locales/et.yml +1 -0
  36. data/config/locales/fi-plain.yml +2 -1
  37. data/config/locales/fi.yml +4 -3
  38. data/config/locales/fr-CA.yml +1 -0
  39. data/config/locales/fr.yml +4 -3
  40. data/config/locales/hr.yml +1 -0
  41. data/config/locales/hu.yml +1 -1
  42. data/config/locales/is.yml +1 -0
  43. data/config/locales/it.yml +1 -0
  44. data/config/locales/ja-JP.yml +107 -107
  45. data/config/locales/ja.yml +576 -0
  46. data/config/locales/ko-KR.yml +1 -0
  47. data/config/locales/ko.yml +1 -0
  48. data/config/locales/lt.yml +1 -0
  49. data/config/locales/{lv-LV.yml → lv.yml} +0 -0
  50. data/config/locales/mt.yml +1 -0
  51. data/config/locales/nl.yml +7 -6
  52. data/config/locales/no.yml +9 -0
  53. data/config/locales/om-ET.yml +1 -0
  54. data/config/locales/pl.yml +20 -19
  55. data/config/locales/si-LK.yml +1 -0
  56. data/config/locales/sl.yml +5 -0
  57. data/config/locales/so-SO.yml +1 -0
  58. data/config/locales/sv.yml +3 -2
  59. data/config/locales/sw-KE.yml +1 -0
  60. data/config/locales/ti-ER.yml +1 -0
  61. data/config/locales/tr-TR.yml +68 -58
  62. data/config/locales/vi-VN.yml +1 -0
  63. data/config/locales/vi.yml +1 -0
  64. data/config/locales/zh-CN.yml +576 -0
  65. data/config/locales/zh-TW.yml +1 -0
  66. data/lib/decidim/conferences/admin_engine.rb +1 -0
  67. data/lib/decidim/conferences/participatory_space.rb +11 -11
  68. data/lib/decidim/conferences/test/factories.rb +3 -3
  69. data/lib/decidim/conferences/version.rb +1 -1
  70. metadata +39 -18
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ ko:
@@ -0,0 +1 @@
1
+ lt:
File without changes
@@ -0,0 +1 @@
1
+ mt:
@@ -142,7 +142,7 @@ nl:
142
142
  error: Er is een fout opgetreden bij het bijwerken van deze mediakoppeling.
143
143
  success: Media Link is succesvol bijgewerkt.
144
144
  menu:
145
- conferences: conferenties
145
+ conferences: Conferenties
146
146
  conferences_submenu:
147
147
  attachment_collections: folders
148
148
  attachment_files: bestanden
@@ -183,7 +183,7 @@ nl:
183
183
  admin: Beheerder
184
184
  collaborator: Medewerker
185
185
  moderator: Moderator
186
- valuator: 'Waarde:'
186
+ valuator: Beoordelaar
187
187
  media_link:
188
188
  fields:
189
189
  date: Datum
@@ -246,7 +246,7 @@ nl:
246
246
  error: Er is een fout opgetreden bij het updaten van een registratietype voor deze conferentie.
247
247
  success: Registratietype is succesvol bijgewerkt voor deze conferentie.
248
248
  titles:
249
- conferences: conferenties
249
+ conferences: Conferenties
250
250
  admin_log:
251
251
  conference:
252
252
  create: "%{user_name} heeft de %{resource_name} conferentie gemaakt"
@@ -422,7 +422,7 @@ nl:
422
422
  highlighted_conferences:
423
423
  name: Gemarkeerde conferenties
424
424
  index:
425
- title: conferenties
425
+ title: Conferenties
426
426
  mailer:
427
427
  conference_registration_mailer:
428
428
  confirmation:
@@ -475,6 +475,7 @@ nl:
475
475
  index:
476
476
  choose_an_option: 'Kies uw registratieoptie:'
477
477
  login_as: U bent ingelogd als %{name} <%{email}>
478
+ no_registrations: Geen inschrijvingen
478
479
  register: Registreren
479
480
  title: Registratie soorten
480
481
  shared:
@@ -493,7 +494,7 @@ nl:
493
494
  statistics:
494
495
  answers_count: antwoorden
495
496
  comments_count: Comments
496
- conference_count: conferenties
497
+ conference_count: Conferenties
497
498
  debates_count: debatten
498
499
  endorsements_count: Endorsements
499
500
  headline: Activiteit
@@ -547,7 +548,7 @@ nl:
547
548
  description: Links over deze conferentie
548
549
  title: Media en links
549
550
  menu:
550
- conferences: conferenties
551
+ conferences: Conferenties
551
552
  devise:
552
553
  mailer:
553
554
  join_conference:
@@ -183,6 +183,7 @@
183
183
  admin: Administrator
184
184
  collaborator: Samarbeidspartner
185
185
  moderator: Moderator
186
+ valuator: Takstmann
186
187
  media_link:
187
188
  fields:
188
189
  date: Dato
@@ -461,6 +462,9 @@
461
462
  active_conferences: Aktive konferanser
462
463
  see_all_conferences: Se alle konferanser
463
464
  photo:
465
+ image:
466
+ attributes:
467
+ alt: Media bilde
464
468
  show:
465
469
  close_modal: Lukk modal
466
470
  photo: Bilde
@@ -524,6 +528,11 @@
524
528
  email_outro: Du har mottatt denne varslingen fordi du følger "%{resource_title}" konferansen. Du kan slutte å følge den fra den forrige lenken.
525
529
  email_subject: Konferansen "%{resource_title}" har muliggjort registreringer.
526
530
  notification_title: <a href="%{resource_path}">%{resource_title}</a> konferansen har muliggjort registreringer.
531
+ role_assigned:
532
+ email_intro: Du har blitt utnevnt som %{role} for prosessen "%{resource_title}".
533
+ email_outro: Du har mottatt dette varselet fordi du er %{role} av konferansen%{resource_title}.
534
+ email_subject: Du har blitt utnevnt som %{role} for "%{resource_title}".
535
+ notification_title: Du har blitt utnevnt som %{role} for konferansen <a href="%{resource_url}">%{resource_title}</a>.
527
536
  upcoming_conference:
528
537
  email_intro: 'Konferansen "%{resource_title}" holdes om 2 dager. Du kan lese beskrivelsen fra siden:'
529
538
  email_outro: Du har mottatt denne varslingen fordi du følger "%{resource_title}" konferansen. Du kan slutte å følge den fra den forrige lenken.
@@ -0,0 +1 @@
1
+ om:
@@ -71,8 +71,8 @@ pl:
71
71
  success: Konferencja nie jest już publicznie widoczna.
72
72
  conference_registration:
73
73
  confirm:
74
- error: Wystąpił błąd podczas potwierdzania rejestracji konferencji.
75
- success: Rejestracja konferencji została pomyślnie potwierdzona.
74
+ error: Wystąpił błąd podczas potwierdzania rejestracji na konferencji.
75
+ success: Rejestracja na konferencję została potwierdzona.
76
76
  conference_speakers:
77
77
  create:
78
78
  error: Wystąpił błąd podczas dodawania prelegenta do tej konferencji.
@@ -184,7 +184,7 @@ pl:
184
184
  email: E-mail
185
185
  name: Nazwa
186
186
  role: Rola
187
- name: Użytkownik konferencji
187
+ name: Administrator konferencji
188
188
  roles:
189
189
  admin: Administrator
190
190
  collaborator: Współpracownik
@@ -238,10 +238,10 @@ pl:
238
238
  success: Typ rejestracji nie jest już publicznie widoczny.
239
239
  registration_types:
240
240
  create:
241
- error: Wystąpił błąd podczas dodawania typu rejestracji do tej konferencji.
242
- success: Typ rejestracji został pomyślnie dodany do tej konferencji.
241
+ error: Wystąpił błąd podczas dodawania typu rejestracji.
242
+ success: Typ rejestracji został dodany.
243
243
  destroy:
244
- success: Typ rejestracji został pomyślnie usunięty z tej konferencji.
244
+ success: Typ rejestracji został usunięty.
245
245
  edit:
246
246
  title: Zaktualizuj typ rejestracji.
247
247
  update: Aktualizuj
@@ -249,8 +249,8 @@ pl:
249
249
  create: Utwórz
250
250
  title: Nowy typ rejestracji
251
251
  update:
252
- error: Wystąpił błąd podczas próby aktualizacji typu rejestracji dla tej konferencji.
253
- success: Typ rejestracji został pomyślnie zaktualizowany.
252
+ error: Wystąpił błąd podczas próby aktualizacji typu rejestracji.
253
+ success: Typ rejestracji został zaktualizowany.
254
254
  titles:
255
255
  conferences: Konferencje
256
256
  admin_log:
@@ -336,9 +336,9 @@ pl:
336
336
  available_slots_help: Pozostaw 0, jeśli masz dostęp do nieograniczonej liczby miejsc.
337
337
  registrations_count:
338
338
  one: Była 1 rejestracja.
339
- few: Zarejestrowano %{count} rejestracji.
340
- many: Zarejestrowano %{count} rejestracji.
341
- other: Zarejestrowano %{count} rejestracji.
339
+ few: Było %{count} rejestracji.
340
+ many: Było %{count} rejestracji.
341
+ other: Było %{count} rejestracji.
342
342
  slug_help: 'URL slugi służą do generowania adresów URL, które przekierują do tej konferencji. Można użyć: liter, cyfr i myślników; musi zaczynać się od litery. Przykład: %{url}'
343
343
  diplomas:
344
344
  edit:
@@ -403,7 +403,7 @@ pl:
403
403
  success: Odrzuciłeś zaproszenie.
404
404
  destroy:
405
405
  invalid: Podczas opuszczania tej konferencji wystąpił błąd.
406
- success: Pomyślnie opuściłeś konferencję.
406
+ success: Opuszczono konferencję.
407
407
  conference_speaker:
408
408
  go_to_twitter: Idź do Twittera
409
409
  more_info: więcej informacji
@@ -467,12 +467,12 @@ pl:
467
467
  pages:
468
468
  home:
469
469
  highlighted_conferences:
470
- active_conferences: Aktywne konferencje
470
+ active_conferences: Aktualne konferencje
471
471
  see_all_conferences: Zobacz wszystkie konferencje
472
472
  photo:
473
473
  image:
474
474
  attributes:
475
- alt: Obraz dla mediów
475
+ alt: Obraz
476
476
  show:
477
477
  close_modal: Zamknij modalne
478
478
  photo: Zdjęcie
@@ -483,6 +483,7 @@ pl:
483
483
  index:
484
484
  choose_an_option: 'Wybierz opcję rejestracji:'
485
485
  login_as: Jesteś zalogowany jako %{name} <%{email}>
486
+ no_registrations: Brak rejestracji
486
487
  register: Zarejestruj się
487
488
  title: Typy rejestracji
488
489
  shared:
@@ -503,10 +504,10 @@ pl:
503
504
  comments_count: Komentarze
504
505
  conference_count: Konferencje
505
506
  debates_count: Debaty
506
- endorsements_count: Poparcie
507
+ endorsements_count: Rekomendacje
507
508
  headline: Działanie
508
509
  meetings_count: Spotkania
509
- orders_count: Wsparcie
510
+ orders_count: Wsparcia
510
511
  pages_count: Strony
511
512
  posts_count: Wpisy
512
513
  projects_count: Projekty
@@ -532,10 +533,10 @@ pl:
532
533
  email_subject: Konferencja "%{resource_title}" została zaktualizowana
533
534
  notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> została zaktualizowana.
534
535
  registrations_enabled:
535
- email_intro: 'Konferencja "%{resource_title}" umożliwiła rejestrację. Możesz zarejestrować się na stronie:'
536
+ email_intro: 'Konferencja "%{resource_title}" otworzyła rejestrację. Możesz zarejestrować się na stronie:'
536
537
  email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz konferencję "%{resource_title}". Możesz przestać ją obserwować klikając w poprzedni link.
537
- email_subject: Konferencja "%{resource_title}" umożliwiła rejestrację.
538
- notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> umożliwiła rejestrację.
538
+ email_subject: Konferencja "%{resource_title}" otworzyła rejestracje.
539
+ notification_title: Konferencja <a href="%{resource_path}">%{resource_title}</a> otworzyła rejestrację.
539
540
  role_assigned:
540
541
  email_intro: Przypisano Ci rolę %{role} w konferencji „%{resource_title}”.
541
542
  email_outro: Otrzymujesz to powiadomienie, ponieważ jesteś %{role} konferencji „%{resource_title}”.
@@ -0,0 +1 @@
1
+ si:
@@ -2,6 +2,7 @@ sl:
2
2
  activemodel:
3
3
  attributes:
4
4
  conference:
5
+ assemblies_ids: Povezane združbe
5
6
  description: Opis
6
7
  hashtag: Ključnik
7
8
  published_at: Objavljeno
@@ -35,3 +36,7 @@ sl:
35
36
  personal_website: Osebno spletno mesto
36
37
  twitter_handle:
37
38
  go_to_twitter: Pojdi na Twitter
39
+ show:
40
+ related_assemblies: Povezane združbe
41
+ statistics:
42
+ meetings_count: Sestanki
@@ -0,0 +1 @@
1
+ so:
@@ -302,9 +302,9 @@ sv:
302
302
  select_user: Välj deltagare
303
303
  index:
304
304
  filter:
305
- accepted: Accepterat
305
+ accepted: Accepterad
306
306
  all: Alla
307
- rejected: Avvisade
307
+ rejected: Avvisad
308
308
  sent: Skickade
309
309
  filter_by: Filtrera efter
310
310
  invite_attendee: Bjud in deltagare
@@ -475,6 +475,7 @@ sv:
475
475
  index:
476
476
  choose_an_option: 'Välj registreringsalternativ:'
477
477
  login_as: Du är inloggad som %{name} <%{email}>
478
+ no_registrations: Inga anmälningar
478
479
  register: Registrera
479
480
  title: Registreringstyper
480
481
  shared:
@@ -0,0 +1 @@
1
+ sw:
@@ -0,0 +1 @@
1
+ ti:
@@ -2,32 +2,32 @@ tr:
2
2
  activemodel:
3
3
  attributes:
4
4
  conference:
5
- assemblies_ids: İlgili montajlar
5
+ assemblies_ids: İlgili kurullar
6
6
  banner_image: Banner resmi
7
7
  consultations_ids: İlgili istişareler
8
8
  copy_categories: Kategorileri kopyala
9
9
  copy_components: Bileşenleri kopyala
10
10
  copy_features: Özellikleri kopyala
11
- decidim_scope_id: kapsam
11
+ decidim_scope_id: Kapsam
12
12
  description: Açıklama
13
- hashtag: Başlık etiketi
13
+ hashtag: Etiket
14
14
  hero_image: Ana resim
15
- participatory_processes_ids: İlgili Katılımcı süreçler
16
- promoted: Tanıtılan
15
+ participatory_processes_ids: İlgili katılımcı süreçleri
16
+ promoted: Vurgulanan
17
17
  published_at: Yayınlandı
18
- scope_id: kapsam
19
- scopes_enabled: Kapsamlar etkin
18
+ scope_id: Kapsam
19
+ scopes_enabled: Kapsamlar etkinleştirildi
20
20
  short_description: Kısa Açıklama
21
21
  show_statistics: İstatistikleri göster
22
22
  slogan: Slogan
23
- slug: URL sümüklü böcek
23
+ slug: URL özel bilgisi
24
24
  title: Başlık
25
25
  conference_speaker:
26
26
  full_name: Ad Soyad
27
27
  conference_user_role:
28
28
  email: E-posta
29
- name: isim
30
- role: rol
29
+ name: Adı
30
+ role: Rol
31
31
  errors:
32
32
  models:
33
33
  conference_registration_invite:
@@ -48,17 +48,17 @@ tr:
48
48
  decidim:
49
49
  admin:
50
50
  actions:
51
- confirm: Onaylamak
51
+ confirm: Onayla
52
52
  new_conference: Yeni konferans
53
53
  send_diplomas: Katılım sertifikaları gönder
54
54
  conference_copies:
55
55
  new:
56
- copy: kopya
56
+ copy: Kopyala
57
57
  select: Çoğaltmak istediğiniz verileri seçin
58
- title: Yinelenen konferans
58
+ title: Konferansı çoğalt
59
59
  conference_publications:
60
60
  create:
61
- error: Bu konferansı yayınlayan bir hata oluştu.
61
+ error: Bu konferansı yayınlarken bir sorun oluştu.
62
62
  success: Konferans başarıyla yayınlandı.
63
63
  destroy:
64
64
  error: Bu konferansı yayından kaldırmada bir hata oluştu.
@@ -87,35 +87,35 @@ tr:
87
87
  conference_user_roles:
88
88
  create:
89
89
  error: Bu konferans için bir kullanıcı eklenirken bir hata oluştu.
90
- success: Kullanıcı bu konferansa başarıyla eklendi.
90
+ success: Yönetici bu konferansa başarıyla eklendi.
91
91
  destroy:
92
- success: Kullanıcı bu konferanstan başarıyla kaldırıldı.
92
+ success: Yönetici bu konferanstan başarıyla kaldırıldı.
93
93
  edit:
94
- title: Konferans kullanıcısını güncelle.
95
- update: Güncelleştirme
94
+ title: Konferans yöneticisi güncelle.
95
+ update: Güncelle
96
96
  index:
97
- conference_admins_title: konferans kullanıcıları
97
+ conference_admins_title: konferans yöneticileri
98
98
  new:
99
- create: yaratmak
100
- title: Yeni konferans kullanıcısı.
99
+ create: Oluştur
100
+ title: Yeni konferans yöneticisi
101
101
  update:
102
- error: Bu konferans için bir kullanıcı güncellendi bir hata oluştu.
103
- success: Kullanıcı bu konferans için başarıyla güncellendi.
102
+ error: Bu konferans yöneticisini güncellerken bir sorun oluştu.
103
+ success: Konferans yöneticisi başarıyla güncellendi.
104
104
  conferences:
105
105
  create:
106
106
  error: Yeni bir konferans oluştururken bir hata oluştu.
107
107
  success: Konferans başarıyla oluşturuldu.
108
108
  edit:
109
- update: Güncelleştirme
109
+ update: Güncelle
110
110
  exports:
111
111
  registrations: Kayıtlar
112
112
  form:
113
113
  title: Genel bilgi
114
114
  index:
115
115
  not_published: Yayınlanmadı
116
- published: Yayınlanan
116
+ published: Yayınlandı
117
117
  new:
118
- create: yaratmak
118
+ create: Oluştur
119
119
  title: Konferans
120
120
  update:
121
121
  error: Bu konferans güncellenirken bir hata oluştu.
@@ -132,11 +132,11 @@ tr:
132
132
  success: Medya Bağlantısı başarıyla silindi.
133
133
  edit:
134
134
  title: Medya bağlantısını güncelle.
135
- update: Güncelleştirme
135
+ update: Güncelle
136
136
  index:
137
137
  media_links_title: Medya Bağlantıları
138
138
  new:
139
- create: yaratmak
139
+ create: Oluştur
140
140
  title: Medya Bağlantısı
141
141
  update:
142
142
  error: Bu medya bağlantısını güncellerken bir hata oluştu.
@@ -151,11 +151,11 @@ tr:
151
151
  components: Bileşenler
152
152
  conference_admins: Konferans yöneticileri
153
153
  conference_invites: Davetler
154
- conference_speakers: Hoparlörler
154
+ conference_speakers: Konuşmacılar
155
155
  diploma: Katılım sertifikası
156
156
  info: Bilgi
157
157
  media_links: Medya Bağlantıları
158
- moderations: Denetimler
158
+ moderations: Moderasyonlar
159
159
  partners: Ortaklar
160
160
  registration_types: Kayıt Türleri
161
161
  registrations: Kayıtlar
@@ -164,41 +164,42 @@ tr:
164
164
  conference:
165
165
  fields:
166
166
  created_at: Düzenlendi
167
- promoted: Tanıtılan
167
+ promoted: Vurgulanan
168
168
  published: Yayınlanan
169
169
  title: Başlık
170
170
  conference_speaker:
171
171
  fields:
172
- affiliation: üyelik
172
+ affiliation: Üyelik
173
173
  full_name: Ad Soyad
174
- position: pozisyon
174
+ position: Pozisyon
175
175
  name: Konferans konuşmacısı
176
176
  conference_user_role:
177
177
  fields:
178
178
  email: E-posta
179
- name: isim
180
- role: rol
181
- name: Konferans Kullanıcısı
179
+ name: Adı
180
+ role: Rol
181
+ name: Konferans Yöneticisi
182
182
  roles:
183
- admin: yönetici
184
- collaborator: işbirlikçi
185
- moderator: arabulucu
183
+ admin: Yönetici
184
+ collaborator: İşbirlikçi
185
+ moderator: Moderatör
186
+ valuator: Bilirkişi
186
187
  media_link:
187
188
  fields:
188
- date: tarih
189
- link: bağlantı
189
+ date: Tarih
190
+ link: Bağlantı
190
191
  title: Başlık
191
192
  name: Medya Bağlantısı
192
193
  partner:
193
194
  fields:
194
- link: bağlantı
195
+ link: Bağlantı
195
196
  logo: Logo
196
- name: isim
197
- partner_type: tip
197
+ name: Adı
198
+ partner_type: Türü
198
199
  name: Ortak
199
200
  types:
200
- collaborator: işbirlikçi
201
- main_promotor: Ana promotor
201
+ collaborator: Ortak çalışanlar
202
+ main_promotor: Ana teşvik edici
202
203
  registration_type:
203
204
  fields:
204
205
  conference_meetings: Konferans toplantıları
@@ -206,25 +207,25 @@ tr:
206
207
  registrations_count: Kayıt sayısı
207
208
  title: Başlık
208
209
  weight: Ağırlık
209
- name: Kayıt tipi
210
+ name: Kayıt Türü
210
211
  partners:
211
212
  create:
212
- error: Bu konferans için bir ortak eklenirken bir hata oluştu.
213
- success: İş ortağı bu konferansa başarıyla eklendi.
213
+ error: Bu konferans için bir ortağı eklenirken bir hata oluştu.
214
+ success: Konferans ortağı başarıyla eklendi.
214
215
  destroy:
215
216
  success: İş ortağı bu konferanstan başarıyla kaldırıldı.
216
217
  edit:
217
218
  title: İş ortağı güncelle.
218
- update: Güncelleştirme
219
+ update: Güncelle
219
220
  new:
220
- create: yaratmak
221
- title: Yeni ortak
221
+ create: Oluştur
222
+ title: Yeni iş ortağı
222
223
  update:
223
- error: Bu konferans için bir ortak güncellendi bir hata oluştu.
224
+ error: Bu konferans için bir ortağı güncellenirken hata oluştu.
224
225
  success: Bu konferans için iş ortağı başarıyla güncellendi.
225
226
  registration_type_publications:
226
227
  create:
227
- error: Bu kayıt türünde bir hata oluştu.
228
+ error: Bu kayıt türünü yayınlarken bir hata oluştu.
228
229
  success: Kayıt tipi başarıyla yayınlandı.
229
230
  destroy:
230
231
  error: Bu kayıt türünün yayından kaldırılmasıyla ilgili bir hata oluştu.
@@ -232,18 +233,18 @@ tr:
232
233
  registration_types:
233
234
  create:
234
235
  error: Bu konferans için kayıt türü eklenirken bir hata oluştu.
235
- success: Bu konferansa kayıt tipi başarıyla eklendi.
236
+ success: Bu konferansa kayıt türü başarıyla eklendi.
236
237
  destroy:
237
238
  success: Kayıt türü bu konferanstan başarıyla kaldırıldı.
238
239
  edit:
239
240
  title: Kayıt türünü güncelle.
240
- update: Güncelleştirme
241
+ update: Güncelle
241
242
  new:
242
- create: yaratmak
243
+ create: Oluştur
243
244
  title: Yeni kayıt türü
244
245
  update:
245
246
  error: Bu konferans için bir kayıt türü güncellendiğinde bir hata oluştu.
246
- success: Bu konferans için kayıt tipi başarıyla güncellendi.
247
+ success: Bu konferans için kayıt türü başarıyla güncellendi.
247
248
  titles:
248
249
  conferences: Konferanslar
249
250
  admin_log:
@@ -461,6 +462,9 @@ tr:
461
462
  active_conferences: Aktif konferanslar
462
463
  see_all_conferences: Tüm konferanslara bak
463
464
  photo:
465
+ image:
466
+ attributes:
467
+ alt: Medya resmi
464
468
  show:
465
469
  close_modal: Yakın kalıcı
466
470
  photo: Fotoğraf
@@ -471,6 +475,7 @@ tr:
471
475
  index:
472
476
  choose_an_option: 'Kayıt seçeneğinizi seçin:'
473
477
  login_as: '%{name} <%{email}> olarak giriş yaptınız'
478
+ no_registrations: Kayıt yok
474
479
  register: Kayıt olmak
475
480
  title: Kayıt türleri
476
481
  shared:
@@ -524,6 +529,11 @@ tr:
524
529
  email_outro: '"%{resource_title}" konferansını izlediğiniz için bu bildirimi aldınız. Bir önceki bağlantıdan takip etmeyi bırakabilirsiniz.'
525
530
  email_subject: '"%{resource_title}" konferansı kayıtları etkinleştirdi.'
526
531
  notification_title: <a href="%{resource_path}">%{resource_title}</a> konferansı kayıtları etkinleştirdi.
532
+ role_assigned:
533
+ email_intro: '"%{resource_title}" konferansı için %{role} olarak atandınız.'
534
+ email_outro: Bu bildirimi, "%{resource_title}" konferansında %{role} rolünde olduğunuz için aldınız.
535
+ email_subject: '"%{resource_title}" için %{role} olarak atandınız.'
536
+ notification_title: <a href="%{resource_url}">%{resource_title}</a> kurulu için %{role} olarak atandınız.
527
537
  upcoming_conference:
528
538
  email_intro: '"%{resource_title}" konferansı 2 gün içinde gerçekleşiyor. Açıklamayı kendi sayfasından okuyabilirsiniz:'
529
539
  email_outro: '"%{resource_title}" konferansını izlediğiniz için bu bildirimi aldınız. Bir önceki bağlantıdan takip etmeyi bırakabilirsiniz.'