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.
- checksums.yaml +4 -4
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +4 -5
- data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +3 -3
- data/app/commands/decidim/conferences/admin/copy_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/create_partner.rb +8 -8
- data/app/commands/decidim/conferences/admin/create_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +1 -6
- data/app/commands/decidim/conferences/admin/destroy_conference_speaker.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_media_link.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_partner.rb +1 -1
- data/app/commands/decidim/conferences/admin/destroy_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/export_conference_registrations.rb +1 -1
- data/app/commands/decidim/conferences/admin/invite_user_to_join_conference.rb +10 -12
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/publish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/send_conference_diplomas.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/unpublish_registration_type.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference.rb +1 -1
- data/app/commands/decidim/conferences/admin/update_conference_speaker.rb +8 -8
- data/app/commands/decidim/conferences/admin/update_diploma.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_media_link.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_partner.rb +6 -6
- data/app/commands/decidim/conferences/admin/update_registration_type.rb +6 -6
- data/app/commands/decidim/conferences/decline_invitation.rb +1 -1
- data/app/commands/decidim/conferences/join_conference.rb +1 -8
- data/app/commands/decidim/conferences/leave_conference.rb +4 -4
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +12 -8
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +10 -8
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +11 -17
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_type_publications_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/conferences/conference_program_controller.rb +2 -2
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -18
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
- data/app/events/decidim/conferences/conference_registration_notification_event.rb +1 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +1 -1
- data/app/forms/decidim/conferences/admin/conference_registration_invite_form.rb +1 -1
- data/app/helpers/decidim/conferences/admin/conference_speakers_helper.rb +14 -0
- data/app/mailers/decidim/conferences/admin/send_conference_diploma_mailer.rb +2 -2
- data/app/models/decidim/conference.rb +2 -3
- data/app/models/decidim/conferences/conference_invite.rb +2 -2
- data/app/models/decidim/conferences/conference_registration.rb +2 -2
- data/app/permissions/decidim/conferences/permissions.rb +0 -1
- data/app/presenters/decidim/conference_speaker_presenter.rb +3 -5
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +4 -1
- data/app/queries/decidim/conferences/admin/admin_users.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -1
- data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -1
- data/app/queries/decidim/conferences/conference_program_meetings.rb +2 -2
- data/app/queries/decidim/conferences/conference_program_meetings_by_day.rb +3 -3
- data/app/queries/decidim/conferences/conferences_with_user_role.rb +1 -1
- data/app/queries/decidim/conferences/organization_conferences.rb +1 -1
- data/app/queries/decidim/conferences/organization_prioritized_conferences.rb +3 -3
- data/app/queries/decidim/conferences/organization_published_conferences.rb +3 -3
- data/app/queries/decidim/conferences/prioritized_conferences.rb +1 -1
- data/app/queries/decidim/conferences/promoted_conferences.rb +1 -1
- data/app/queries/decidim/conferences/published_conferences.rb +1 -1
- data/app/queries/decidim/conferences/visible_conferences.rb +1 -1
- data/app/serializers/decidim/conferences/{data_portability_conference_invite_serializer.rb → download_your_data_conference_invite_serializer.rb} +2 -2
- data/app/serializers/decidim/conferences/{data_portability_conference_registration_serializer.rb → download_your_data_conference_registration_serializer.rb} +2 -2
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/_form.html.erb +3 -3
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/invite_join_conference_mailer/invite.html.erb +3 -3
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +2 -1
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/partners/index.html.erb +3 -2
- data/app/views/decidim/conferences/admin/partners/new.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +0 -1
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +0 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/show.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.html.erb +2 -2
- data/app/views/devise/mailer/join_conference.text.erb +2 -2
- data/app/views/layouts/decidim/_conference_hero.html.erb +1 -1
- data/app/views/layouts/decidim/_conferences_nav.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +15 -2
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +10 -13
- data/config/locales/cs.yml +26 -29
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +15 -18
- data/config/locales/el.yml +12 -13
- data/config/locales/en.yml +7 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +9 -12
- data/config/locales/es-PY.yml +12 -15
- data/config/locales/es.yml +10 -13
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +188 -193
- data/config/locales/fi-plain.yml +9 -12
- data/config/locales/fi.yml +18 -21
- data/config/locales/fr-CA.yml +6 -9
- data/config/locales/fr.yml +9 -12
- data/config/locales/ga-IE.yml +4 -0
- data/config/locales/gl.yml +15 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +14 -66
- data/config/locales/id-ID.yml +18 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +18 -4
- data/config/locales/ja.yml +9 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +11 -3
- data/config/locales/lt.yml +1 -623
- data/config/locales/lv.yml +16 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +19 -5
- data/config/locales/no.yml +14 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +9 -14
- data/config/locales/pt-BR.yml +15 -4
- data/config/locales/pt.yml +14 -2
- data/config/locales/ro-RO.yml +17 -15
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +16 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +15 -10
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +20 -4
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +18 -1
- data/config/locales/zh-TW.yml +1 -607
- data/lib/decidim/conferences/admin_engine.rb +1 -0
- data/lib/decidim/conferences/participatory_space.rb +8 -8
- data/lib/decidim/conferences/test/factories.rb +1 -5
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +18 -25
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -20
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
data/config/locales/hu.yml
CHANGED
@@ -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
|
-
|
37
|
-
link: Hivatkozás
|
38
|
-
title: Cím
|
39
|
-
weight: Pozíció sorrend
|
27
|
+
weight: Súly
|
40
28
|
conference_partner:
|
41
|
-
|
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
|
-
|
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:
|
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ó.
|
@@ -203,7 +171,7 @@ hu:
|
|
203
171
|
conference:
|
204
172
|
fields:
|
205
173
|
created_at: 'Létrehozva:'
|
206
|
-
promoted:
|
174
|
+
promoted: promotált
|
207
175
|
published: Közzétett
|
208
176
|
title: Cím
|
209
177
|
conference_speaker:
|
@@ -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"
|
@@ -327,6 +289,9 @@ hu:
|
|
327
289
|
title: Hangszórók
|
328
290
|
conferences:
|
329
291
|
admin:
|
292
|
+
conference_copies:
|
293
|
+
form:
|
294
|
+
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
330
295
|
conference_invites:
|
331
296
|
create:
|
332
297
|
error: Probléma merült fel a felhasználó csatlakozásakor.
|
@@ -368,6 +333,7 @@ hu:
|
|
368
333
|
registrations_count:
|
369
334
|
one: 1 regisztráció volt.
|
370
335
|
other: '%{count} regisztráció volt.'
|
336
|
+
slug_help: 'Az URL-csigákat használják az e konferenciára utaló URL-ek előállításához. Csak leveleket, számokat és kötőjeleket fogad el, és betűvel kell kezdenie. Példa: %{url}'
|
371
337
|
diplomas:
|
372
338
|
edit:
|
373
339
|
save: Mentés
|
@@ -375,8 +341,7 @@ hu:
|
|
375
341
|
invite_join_conference_mailer:
|
376
342
|
invite:
|
377
343
|
decline: A "%{conference_title}" meghívása
|
378
|
-
|
379
|
-
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."
|
380
345
|
registration: Regisztráció a '%{conference_title}' -ra
|
381
346
|
partners:
|
382
347
|
index:
|
@@ -427,11 +392,9 @@ hu:
|
|
427
392
|
create:
|
428
393
|
invalid: Probléma merült fel a konferencián.
|
429
394
|
success: A konferencia sikeresen csatlakozott.
|
430
|
-
unauthorized: A konferenciára való regisztráció előtt be kell jelentkeznie.
|
431
395
|
decline_invitation:
|
432
396
|
invalid: Hiba történt a meghívás visszautasításában.
|
433
397
|
success: Elutasította a meghívást sikeresen.
|
434
|
-
unauthorized: A meghívás elutasítása előtt be kell jelentkeznie.
|
435
398
|
destroy:
|
436
399
|
invalid: Probléma merült fel a konferencián.
|
437
400
|
success: A konferencia sikeres volt.
|
@@ -441,7 +404,6 @@ hu:
|
|
441
404
|
personal_website: Személyes weboldal
|
442
405
|
show:
|
443
406
|
more_info: több információ
|
444
|
-
speaking_at: Előad ekkor
|
445
407
|
conference_speaker_cell:
|
446
408
|
personal_url:
|
447
409
|
personal_website: Személyes weboldal
|
@@ -449,7 +411,7 @@ hu:
|
|
449
411
|
go_to_twitter: Menjen a Twitterre
|
450
412
|
conference_speakers:
|
451
413
|
index:
|
452
|
-
speakers:
|
414
|
+
speakers: Hangszórók
|
453
415
|
conferences:
|
454
416
|
partners:
|
455
417
|
collaborators: Partnerek
|
@@ -500,7 +462,7 @@ hu:
|
|
500
462
|
home:
|
501
463
|
highlighted_conferences:
|
502
464
|
active_conferences: Aktív konferenciák
|
503
|
-
|
465
|
+
see_all_conferences: Lásd az összes konferenciát
|
504
466
|
photo:
|
505
467
|
image:
|
506
468
|
attributes:
|
@@ -514,8 +476,7 @@ hu:
|
|
514
476
|
registration_types:
|
515
477
|
index:
|
516
478
|
choose_an_option: 'Válassza ki a regisztrációs lehetőséget:'
|
517
|
-
login_as: '%{name} <%{email}> -ként
|
518
|
-
no_registrations: Nincs regisztráció
|
479
|
+
login_as: '%{name} <%{email}> -ként jelentkezett be'
|
519
480
|
register: Regisztráció
|
520
481
|
title: Regisztrációs típusok
|
521
482
|
shared:
|
@@ -552,22 +513,11 @@ hu:
|
|
552
513
|
email_outro: Ezt az értesítést megkapta, mert a "%{resource_title}" konferenciát követi. Leiratkozhat az előző linkről.
|
553
514
|
email_subject: A "%{resource_title}" konferencia lehetővé tette a regisztrációt.
|
554
515
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia engedélyezte a regisztrációkat.
|
555
|
-
role_assigned:
|
556
|
-
email_intro: A(z) "%{resource_title}" konferencia %{role} szerepét rendelték Önhöz.
|
557
|
-
email_outro: 'Azért kapta ezt az értesítést, mert a(z) "%{resource_title}" konferencián a következő szerepet kapta: %{role}.'
|
558
|
-
email_subject: 'Önt a(z) %{role} szerephez rendelték itt: "%{resource_title}".'
|
559
|
-
notification_title: 'A(z) %{role} szerephez rendelték a következő konferencián: <a href="%{resource_url}">%{resource_title}</a>.'
|
560
516
|
upcoming_conference:
|
561
517
|
email_intro: 'A "%{resource_title}" konferencia 2 nap múlva kezdődik. Olvasd el a leírást ezen az oldalon:'
|
562
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.
|
563
519
|
email_subject: A "%{resource_title}" konferencia hamarosan indul!
|
564
520
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> konferencia 2 nap múlva kezdődik.
|
565
|
-
help:
|
566
|
-
participatory_spaces:
|
567
|
-
conferences:
|
568
|
-
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"
|
569
|
-
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"
|
570
|
-
title: Mik a konferenciák?
|
571
521
|
log:
|
572
522
|
value_types:
|
573
523
|
conference_presenter:
|
@@ -578,8 +528,6 @@ hu:
|
|
578
528
|
title: Média és linkek
|
579
529
|
menu:
|
580
530
|
conferences: Konferenciák
|
581
|
-
statistics:
|
582
|
-
conferences_count: Konferenciák
|
583
531
|
devise:
|
584
532
|
mailer:
|
585
533
|
join_conference:
|
data/config/locales/id-ID.yml
CHANGED
@@ -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.
|
@@ -276,6 +285,9 @@ id:
|
|
276
285
|
title: Pembicara
|
277
286
|
conferences:
|
278
287
|
admin:
|
288
|
+
conference_copies:
|
289
|
+
form:
|
290
|
+
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
279
291
|
conference_invites:
|
280
292
|
create:
|
281
293
|
error: Ada masalah saat mengundang pengguna untuk bergabung dengan konferensi.
|
@@ -288,7 +300,9 @@ id:
|
|
288
300
|
select_user: Pilih pengguna
|
289
301
|
index:
|
290
302
|
filter:
|
303
|
+
accepted: Diterima
|
291
304
|
all: Semua
|
305
|
+
rejected: Ditolak
|
292
306
|
sent: Terkirim
|
293
307
|
filter_by: Filter berdasarkan
|
294
308
|
invite_attendee: Undang Peserta
|
@@ -314,6 +328,7 @@ id:
|
|
314
328
|
available_slots_help: Biarkan hingga 0 jika Anda memiliki slot tidak terbatas.
|
315
329
|
registrations_count:
|
316
330
|
other: Ada %{count} pendaftaran.
|
331
|
+
slug_help: 'Siput URL digunakan untuk menghasilkan URL yang mengarah ke konferensi ini. Hanya menerima huruf, angka, dan tanda hubung, dan harus dimulai dengan huruf. Contoh: %{url}'
|
317
332
|
diplomas:
|
318
333
|
edit:
|
319
334
|
save: Menyimpan
|
@@ -321,7 +336,7 @@ id:
|
|
321
336
|
invite_join_conference_mailer:
|
322
337
|
invite:
|
323
338
|
decline: Tolak undangan '%{conference_title}'
|
324
|
-
|
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."
|
325
340
|
registration: Registrasi untuk '%{conference_title}'
|
326
341
|
partners:
|
327
342
|
index:
|
@@ -353,6 +368,7 @@ id:
|
|
353
368
|
conference_program:
|
354
369
|
program_meeting:
|
355
370
|
content: Konten
|
371
|
+
location: Lokasi
|
356
372
|
speakers: Pembicara
|
357
373
|
streaming: Streaming
|
358
374
|
show:
|
@@ -441,6 +457,7 @@ id:
|
|
441
457
|
home:
|
442
458
|
highlighted_conferences:
|
443
459
|
active_conferences: Konferensi aktif
|
460
|
+
see_all_conferences: Lihat semua konferensi
|
444
461
|
photo:
|
445
462
|
show:
|
446
463
|
close_modal: Tutup modal
|
data/config/locales/is-IS.yml
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
is:
|
data/config/locales/it.yml
CHANGED
@@ -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.
|
@@ -196,7 +203,7 @@ it:
|
|
196
203
|
conference:
|
197
204
|
fields:
|
198
205
|
created_at: Creato il
|
199
|
-
promoted:
|
206
|
+
promoted: Evidenziato
|
200
207
|
published: Pubblicato
|
201
208
|
title: Titolo
|
202
209
|
conference_speaker:
|
@@ -319,6 +326,9 @@ it:
|
|
319
326
|
title: Relatori
|
320
327
|
conferences:
|
321
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
322
332
|
conference_invites:
|
323
333
|
create:
|
324
334
|
error: Si è verificato un problema durante l'invito dell'utente a partecipare alla conferenza.
|
@@ -331,7 +341,9 @@ it:
|
|
331
341
|
select_user: Seleziona utente
|
332
342
|
index:
|
333
343
|
filter:
|
344
|
+
accepted: Accettato
|
334
345
|
all: Tutti
|
346
|
+
rejected: Respinto
|
335
347
|
sent: Inviato
|
336
348
|
filter_by: Filtra per
|
337
349
|
invite_attendee: Invita il partecipante
|
@@ -358,6 +370,7 @@ it:
|
|
358
370
|
registrations_count:
|
359
371
|
one: C'è stata 1 registrazione.
|
360
372
|
other: Ci sono state %{count} iscrizioni.
|
373
|
+
slug_help: 'Gli slug URL vengono utilizzati per generare gli URL che puntano a questa conferenza. Accetta solo lettere, numeri e trattini e deve iniziare con una lettera. Esempio: %{url}'
|
361
374
|
diplomas:
|
362
375
|
edit:
|
363
376
|
save: Salva
|
@@ -365,7 +378,7 @@ it:
|
|
365
378
|
invite_join_conference_mailer:
|
366
379
|
invite:
|
367
380
|
decline: Rifiuta l'invito '%{conference_title}'
|
368
|
-
|
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."
|
369
382
|
registration: Registrazione a '%{conference_title}'
|
370
383
|
partners:
|
371
384
|
index:
|
@@ -397,7 +410,7 @@ it:
|
|
397
410
|
conference_program:
|
398
411
|
program_meeting:
|
399
412
|
content: Soddisfare
|
400
|
-
location:
|
413
|
+
location: Posizione
|
401
414
|
speakers: Relatori
|
402
415
|
streaming: Streaming
|
403
416
|
show:
|
@@ -488,6 +501,7 @@ it:
|
|
488
501
|
highlighted_conferences:
|
489
502
|
active_conferences: Conferenze attive
|
490
503
|
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
504
|
+
see_all_conferences: Vedi tutte le conferenze
|
491
505
|
photo:
|
492
506
|
image:
|
493
507
|
attributes:
|
@@ -589,7 +603,7 @@ it:
|
|
589
603
|
one: "%{count} conferenza"
|
590
604
|
other: "%{count} conferenze"
|
591
605
|
promoted_conference:
|
592
|
-
more_info:
|
606
|
+
more_info: Maggiori informazioni
|
593
607
|
take_part: Partecipa
|
594
608
|
conferences_nav:
|
595
609
|
conference_menu_item: Informazioni
|
data/config/locales/ja.yml
CHANGED
@@ -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} 登録タイプを更新しました"
|
@@ -327,7 +327,7 @@ ja:
|
|
327
327
|
admin:
|
328
328
|
conference_copies:
|
329
329
|
form:
|
330
|
-
slug_help: 'URL
|
330
|
+
slug_help: 'URLスラグは、このカンファレンスをポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
331
331
|
conference_invites:
|
332
332
|
create:
|
333
333
|
error: 参加者をカンファレンスに招待する際に問題が発生しました。
|
@@ -340,7 +340,9 @@ ja:
|
|
340
340
|
select_user: 参加者を選択
|
341
341
|
index:
|
342
342
|
filter:
|
343
|
+
accepted: 承認済み
|
343
344
|
all: すべて
|
345
|
+
rejected: 拒否
|
344
346
|
sent: 送信済み
|
345
347
|
filter_by: フィルター
|
346
348
|
invite_attendee: 参加者の招待
|
@@ -366,7 +368,7 @@ ja:
|
|
366
368
|
available_slots_help: 無制限のスロットがある場合は0のままにしてください。
|
367
369
|
registrations_count:
|
368
370
|
other: '%{count} 件の登録がありました。'
|
369
|
-
slug_help: 'URL
|
371
|
+
slug_help: 'URLスラグは、このカンファレンスをポイントするURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
370
372
|
diplomas:
|
371
373
|
edit:
|
372
374
|
save: 保存
|
@@ -374,8 +376,7 @@ ja:
|
|
374
376
|
invite_join_conference_mailer:
|
375
377
|
invite:
|
376
378
|
decline: 招待を拒否する '%{conference_title}'
|
377
|
-
|
378
|
-
invited_user_to_join_a_conference: "%{invited_by} があなたを %{application} のカンファレンスに招待しました。以下のリンクから受付ができます。"
|
379
|
+
invited_you_to_join_a_conference: "%{invited_by} が %{application}であなたをカンファレンスに招待しました。以下のリンクから拒否または承認できます。"
|
379
380
|
registration: '''%{conference_title} '' の登録'
|
380
381
|
partners:
|
381
382
|
index:
|
@@ -426,11 +427,9 @@ ja:
|
|
426
427
|
create:
|
427
428
|
invalid: このカンファレンスに参加するのに問題がありました。
|
428
429
|
success: カンファレンスに参加しました。
|
429
|
-
unauthorized: カンファレンスに登録する前にサインインする必要があります。
|
430
430
|
decline_invitation:
|
431
431
|
invalid: 招待を辞退するのに問題があった。
|
432
432
|
success: 招待を拒否しました。
|
433
|
-
unauthorized: 招待を辞退する前にサインインする必要があります。
|
434
433
|
destroy:
|
435
434
|
invalid: このカンファレンスから退会するのに問題がありました。
|
436
435
|
success: カンファレンスから退会しました。
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
@@ -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
|
@@ -124,7 +128,6 @@ lb:
|
|
124
128
|
conference:
|
125
129
|
fields:
|
126
130
|
created_at: Hergestellt in
|
127
|
-
promoted: Gefördert
|
128
131
|
conference_speaker:
|
129
132
|
fields:
|
130
133
|
position: Positioun
|
@@ -243,6 +246,9 @@ lb:
|
|
243
246
|
title: Lautsprecher
|
244
247
|
conferences:
|
245
248
|
admin:
|
249
|
+
conference_copies:
|
250
|
+
form:
|
251
|
+
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}'
|
246
252
|
conference_invites:
|
247
253
|
create:
|
248
254
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -284,6 +290,7 @@ lb:
|
|
284
290
|
registrations_count:
|
285
291
|
one: Es gab 1 Registrierung.
|
286
292
|
other: Es gab %{count} Registrierungen.
|
293
|
+
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}'
|
287
294
|
diplomas:
|
288
295
|
edit:
|
289
296
|
save: Speichern
|
@@ -291,7 +298,7 @@ lb:
|
|
291
298
|
invite_join_conference_mailer:
|
292
299
|
invite:
|
293
300
|
decline: Einladung '%{conference_title}' ablehnen
|
294
|
-
|
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."
|
295
302
|
registration: Registrierung für '%{conference_title}'
|
296
303
|
partners:
|
297
304
|
index:
|
@@ -323,7 +330,7 @@ lb:
|
|
323
330
|
conference_program:
|
324
331
|
program_meeting:
|
325
332
|
content: Inhalt
|
326
|
-
location:
|
333
|
+
location: Ort
|
327
334
|
speakers: Lautsprecher
|
328
335
|
streaming: Streaming
|
329
336
|
show:
|
@@ -414,6 +421,7 @@ lb:
|
|
414
421
|
highlighted_conferences:
|
415
422
|
active_conferences: Aktive Konferenzen
|
416
423
|
conferences_button_title: Link zur Konferenz-Seite die alle Konferenzen anzeigt
|
424
|
+
see_all_conferences: Alle Konferenzen anzeigen
|
417
425
|
photo:
|
418
426
|
image:
|
419
427
|
attributes:
|