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/nl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
nl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,6 +29,7 @@ nl:
|
|
28
29
|
show_statistics: Toon statistieken
|
29
30
|
sign_date: Datum ondertekenen
|
30
31
|
signature: Handtekening
|
32
|
+
signature_name: naam van de handtekenaar
|
31
33
|
slogan: Slogan
|
32
34
|
slug: URL-slug
|
33
35
|
start_date: Startdatum
|
@@ -36,11 +38,13 @@ nl:
|
|
36
38
|
date: Datum
|
37
39
|
link: Link
|
38
40
|
title: Titel
|
41
|
+
weight: Gewicht
|
39
42
|
conference_partner:
|
40
43
|
link: Link
|
41
44
|
logo: Logo
|
42
45
|
name: Naam
|
43
46
|
partner_type: Type partner
|
47
|
+
weight: Gewicht
|
44
48
|
conference_registration_invite:
|
45
49
|
email: E-mail
|
46
50
|
name: Naam
|
@@ -50,6 +54,7 @@ nl:
|
|
50
54
|
description: Omschrijving
|
51
55
|
price: Prijs
|
52
56
|
title: Titel
|
57
|
+
weight: Gewicht
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Aansluiting
|
55
60
|
avatar: Profielfoto
|
@@ -127,6 +132,8 @@ nl:
|
|
127
132
|
edit:
|
128
133
|
title: Update conferentiebeheerder.
|
129
134
|
update: Bijwerken
|
135
|
+
index:
|
136
|
+
conference_admins_title: conferentiebeheerders
|
130
137
|
new:
|
131
138
|
create: Creëren
|
132
139
|
title: Nieuwe conferentiebeheerder.
|
@@ -319,6 +326,9 @@ nl:
|
|
319
326
|
title: Sprekers
|
320
327
|
conferences:
|
321
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
322
332
|
conference_invites:
|
323
333
|
create:
|
324
334
|
error: Er is een probleem opgetreden tijdens het uitnodigen van de gebruiker om deel te nemen aan de conferentie.
|
@@ -331,14 +341,16 @@ nl:
|
|
331
341
|
select_user: Selecteer gebruiker
|
332
342
|
index:
|
333
343
|
filter:
|
344
|
+
accepted: Aanvaard
|
334
345
|
all: Alle
|
346
|
+
rejected: Verworpen
|
335
347
|
sent: Verzonden
|
336
348
|
filter_by: Filteren op
|
337
349
|
invite_attendee: Nodig deelnemer uit
|
338
350
|
invites: Uitnodigingen
|
339
351
|
search: Zoeken
|
340
352
|
new:
|
341
|
-
explanation: De gebruiker wordt uitgenodigd om deel te nemen aan een conferentie. Als
|
353
|
+
explanation: De gebruiker wordt uitgenodigd om deel te nemen aan een conferentie. Als zijn/haar e-mailadres niet is geregistreerd, worden ze ook uitgenodigd voor de organisatie.
|
342
354
|
invite: Nodig uit
|
343
355
|
new_invite: Nodig deelnemer uit
|
344
356
|
conference_registrations:
|
@@ -358,6 +370,7 @@ nl:
|
|
358
370
|
registrations_count:
|
359
371
|
one: Er is 1 registratie geweest.
|
360
372
|
other: Er zijn %{count} registraties geweest.
|
373
|
+
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze conferentie verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
361
374
|
diplomas:
|
362
375
|
edit:
|
363
376
|
save: Opslaan
|
@@ -365,7 +378,7 @@ nl:
|
|
365
378
|
invite_join_conference_mailer:
|
366
379
|
invite:
|
367
380
|
decline: Uitnodiging '%{conference_title}' weigeren
|
368
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} heeft je uitgenodigd om deel te nemen aan een conferentie op %{application}. U kunt het weigeren of accepteren via de onderstaande links."
|
369
382
|
registration: Registratie voor '%{conference_title}'
|
370
383
|
partners:
|
371
384
|
index:
|
@@ -397,7 +410,7 @@ nl:
|
|
397
410
|
conference_program:
|
398
411
|
program_meeting:
|
399
412
|
content: Inhoud
|
400
|
-
location:
|
413
|
+
location: Plaats
|
401
414
|
speakers: Sprekers
|
402
415
|
streaming: Streaming
|
403
416
|
show:
|
@@ -428,7 +441,7 @@ nl:
|
|
428
441
|
personal_website: Persoonlijke website
|
429
442
|
show:
|
430
443
|
more_info: meer informatie
|
431
|
-
speaking_at:
|
444
|
+
speaking_at: Spreker bij
|
432
445
|
conference_speaker_cell:
|
433
446
|
personal_url:
|
434
447
|
personal_website: Persoonlijke website
|
@@ -488,6 +501,7 @@ nl:
|
|
488
501
|
highlighted_conferences:
|
489
502
|
active_conferences: Actieve conferenties
|
490
503
|
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
504
|
+
see_all_conferences: Bekijk alle conferenties
|
491
505
|
photo:
|
492
506
|
image:
|
493
507
|
attributes:
|
@@ -501,7 +515,7 @@ nl:
|
|
501
515
|
registration_types:
|
502
516
|
index:
|
503
517
|
choose_an_option: 'Kies je registratieoptie:'
|
504
|
-
login_as:
|
518
|
+
login_as: Je bent ingelogd als %{name} <%{email}>
|
505
519
|
no_registrations: Geen inschrijvingen
|
506
520
|
register: Registreren
|
507
521
|
title: Registratie soorten
|
data/config/locales/no.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
"no":
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,6 +29,7 @@
|
|
28
29
|
show_statistics: Vis statistikk
|
29
30
|
sign_date: Underskriftsdato
|
30
31
|
signature: Underskrift
|
32
|
+
signature_name: signaturnavn
|
31
33
|
slogan: Slagord
|
32
34
|
slug: URL slug
|
33
35
|
start_date: Startdato
|
@@ -36,11 +38,13 @@
|
|
36
38
|
date: Dato
|
37
39
|
link: Lenke
|
38
40
|
title: Tittel
|
41
|
+
weight: Vekt
|
39
42
|
conference_partner:
|
40
43
|
link: Lenke
|
41
44
|
logo: Logo
|
42
45
|
name: Navn
|
43
46
|
partner_type: Type partner
|
47
|
+
weight: Vekt
|
44
48
|
conference_registration_invite:
|
45
49
|
email: E-post
|
46
50
|
name: Navn
|
@@ -50,6 +54,7 @@
|
|
50
54
|
description: Beskrivelse
|
51
55
|
price: Pris
|
52
56
|
title: Tittel
|
57
|
+
weight: Vekt
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Tilknytning
|
55
60
|
avatar: Profilbilde
|
@@ -127,6 +132,8 @@
|
|
127
132
|
edit:
|
128
133
|
title: Oppdater konferanse administrator.
|
129
134
|
update: Oppdater
|
135
|
+
index:
|
136
|
+
conference_admins_title: konferanse administratorer
|
130
137
|
new:
|
131
138
|
create: Opprett
|
132
139
|
title: Ny konferanse administrator.
|
@@ -319,6 +326,9 @@
|
|
319
326
|
title: Talere
|
320
327
|
conferences:
|
321
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne konferansen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
322
332
|
conference_invites:
|
323
333
|
create:
|
324
334
|
error: Det oppstod et problem med å invitere deltakeren til å delta på konferansen.
|
@@ -360,6 +370,7 @@
|
|
360
370
|
registrations_count:
|
361
371
|
one: Det har vært 1 registrering.
|
362
372
|
other: Det har vært %{count} registreringer.
|
373
|
+
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne konferansen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
363
374
|
diplomas:
|
364
375
|
edit:
|
365
376
|
save: Lagre
|
@@ -367,7 +378,7 @@
|
|
367
378
|
invite_join_conference_mailer:
|
368
379
|
invite:
|
369
380
|
decline: Avvis invitasjon '%{conference_title}'
|
370
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} har invitert deg til å delta et foredrag på %{application}. Du kan avvise eller godta gjennom lenkene nedenfor."
|
371
382
|
registration: Påmelding til '%{conference_title}'
|
372
383
|
partners:
|
373
384
|
index:
|
@@ -399,7 +410,7 @@
|
|
399
410
|
conference_program:
|
400
411
|
program_meeting:
|
401
412
|
content: Innhold
|
402
|
-
location:
|
413
|
+
location: Plassering
|
403
414
|
speakers: Talere
|
404
415
|
streaming: Strømming
|
405
416
|
show:
|
@@ -490,6 +501,7 @@
|
|
490
501
|
highlighted_conferences:
|
491
502
|
active_conferences: Aktive konferanser
|
492
503
|
conferences_button_title: Lenke til konferansesiden som viser alle konferansene
|
504
|
+
see_all_conferences: Se alle konferanser
|
493
505
|
photo:
|
494
506
|
image:
|
495
507
|
attributes:
|
data/config/locales/om-ET.yml
CHANGED
data/config/locales/pl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -36,13 +37,13 @@ pl:
|
|
36
37
|
date: Data
|
37
38
|
link: Link
|
38
39
|
title: Tytuł
|
39
|
-
weight: Kolejność
|
40
|
+
weight: Kolejność na stronie
|
40
41
|
conference_partner:
|
41
42
|
link: Link
|
42
43
|
logo: Logo
|
43
44
|
name: Imię
|
44
45
|
partner_type: Typ partnera
|
45
|
-
weight: Kolejność
|
46
|
+
weight: Kolejność na stronie
|
46
47
|
conference_registration_invite:
|
47
48
|
email: Adres e-mail
|
48
49
|
name: Imię
|
@@ -52,16 +53,13 @@ pl:
|
|
52
53
|
description: Opis
|
53
54
|
price: Cena
|
54
55
|
title: Tytuł
|
55
|
-
weight: Kolejność
|
56
|
+
weight: Kolejność na stronie
|
56
57
|
conference_speaker:
|
57
58
|
affiliation: Przynależność
|
58
59
|
avatar: Awatar
|
59
60
|
conference_meeting_ids: Powiązane spotkania
|
60
61
|
full_name: Pełne imię i nazwisko
|
61
|
-
personal_url: Prywatny adres URL
|
62
62
|
position: Pozycja
|
63
|
-
short_bio: Notka biograficzna
|
64
|
-
twitter_handle: Nazwa użytkownika na Twitterze
|
65
63
|
user_id: Użytkownik
|
66
64
|
conference_user_role:
|
67
65
|
email: E-mail
|
@@ -139,7 +137,7 @@ pl:
|
|
139
137
|
title: Zaktualizuj administratora konferencji.
|
140
138
|
update: Aktualizuj
|
141
139
|
index:
|
142
|
-
conference_admins_title:
|
140
|
+
conference_admins_title: administratorzy konferencji
|
143
141
|
new:
|
144
142
|
create: Utwórz
|
145
143
|
title: Nowy administrator konferencji.
|
@@ -317,7 +315,6 @@ pl:
|
|
317
315
|
update: "%{user_name} zaktualizował(a) partnera %{resource_name} w konferencji %{space_name}"
|
318
316
|
registration_type:
|
319
317
|
create: "%{user_name} utworzył(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
320
|
-
delete: "Użytkownik %{user_name} usunął typ rejestracji %{resource_name} z konferencji %{space_name}"
|
321
318
|
publish: "%{user_name} opublikował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
322
319
|
unpublish: "%{user_name} cofnął/cofnęła publikację typu rejestracji %{resource_name} w konferencji %{space_name}"
|
323
320
|
update: "%{user_name} zaktualizował(a) typ rejestracji %{resource_name} w konferencji %{space_name}"
|
@@ -335,7 +332,7 @@ pl:
|
|
335
332
|
admin:
|
336
333
|
conference_copies:
|
337
334
|
form:
|
338
|
-
slug_help: '
|
335
|
+
slug_help: 'URL slugi służą do generowania adresów URL kierujących bezpośrednio do tej konferencji. Należy wpisać tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełen adres. Można użyć liter, cyfr i myślników. Musi zaczynać się od litery. Przykład: %{url}'
|
339
336
|
conference_invites:
|
340
337
|
create:
|
341
338
|
error: Podczas zapraszania użytkownika do udziału w konferencji wystąpił błąd.
|
@@ -379,7 +376,7 @@ pl:
|
|
379
376
|
few: Było %{count} rejestracji.
|
380
377
|
many: Było %{count} rejestracji.
|
381
378
|
other: Było %{count} rejestracji.
|
382
|
-
slug_help: '
|
379
|
+
slug_help: 'URL slugi służą do generowania adresów URL kierujących bezpośrednio do tej konferencji. Należy wpisać tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełen adres. Można użyć liter, cyfr i myślników. Musi zaczynać się od litery. Przykład: %{url}'
|
383
380
|
diplomas:
|
384
381
|
edit:
|
385
382
|
save: Zapisz
|
@@ -387,8 +384,7 @@ pl:
|
|
387
384
|
invite_join_conference_mailer:
|
388
385
|
invite:
|
389
386
|
decline: Odrzuć zaproszenie "%{conference_title}"
|
390
|
-
|
391
|
-
invited_user_to_join_a_conference: "Użytkownik %{invited_by} zaprosił Cię do udziału w konferencji w %{application}. Możesz to zaakceptować za pomocą poniższego linku."
|
387
|
+
invited_you_to_join_a_conference: "%{invited_by} zaprosił(a) Cię do udziału w konferencji %{application}. Możesz odrzucić lub zaakceptować zaproszenie korzystając z poniższych linków."
|
392
388
|
registration: Rejestracja na "%{conference_title}"
|
393
389
|
partners:
|
394
390
|
index:
|
@@ -420,7 +416,7 @@ pl:
|
|
420
416
|
conference_program:
|
421
417
|
program_meeting:
|
422
418
|
content: Zawartość
|
423
|
-
location:
|
419
|
+
location: Lokalizacja
|
424
420
|
speakers: Prelegenci
|
425
421
|
streaming: Streaming
|
426
422
|
show:
|
@@ -510,7 +506,6 @@ pl:
|
|
510
506
|
home:
|
511
507
|
highlighted_conferences:
|
512
508
|
active_conferences: Aktualne konferencje
|
513
|
-
conferences_button_title: Link do strony Konferencji wyświetlającej wszystkie konferencje
|
514
509
|
see_all_conferences: Zobacz wszystkie konferencje
|
515
510
|
photo:
|
516
511
|
image:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
conference:
|
@@ -28,6 +29,7 @@ pt-BR:
|
|
28
29
|
show_statistics: Mostre estatisticas
|
29
30
|
sign_date: Data de assinatura
|
30
31
|
signature: Assinatura
|
32
|
+
signature_name: nome da assinatura
|
31
33
|
slogan: Slogan
|
32
34
|
slug: Lesma de URL
|
33
35
|
start_date: Data de início
|
@@ -36,11 +38,13 @@ pt-BR:
|
|
36
38
|
date: Data
|
37
39
|
link: Link
|
38
40
|
title: Título
|
41
|
+
weight: Peso
|
39
42
|
conference_partner:
|
40
43
|
link: Link
|
41
44
|
logo: Logo
|
42
45
|
name: Nome
|
43
46
|
partner_type: Tipo de parceiro
|
47
|
+
weight: Peso
|
44
48
|
conference_registration_invite:
|
45
49
|
email: E-mail
|
46
50
|
name: Nome
|
@@ -50,6 +54,7 @@ pt-BR:
|
|
50
54
|
description: Descrição
|
51
55
|
price: Preço
|
52
56
|
title: Título
|
57
|
+
weight: Peso
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Afiliação
|
55
60
|
avatar: Avatar
|
@@ -127,6 +132,8 @@ pt-BR:
|
|
127
132
|
edit:
|
128
133
|
title: Atualize o usuário da conferência.
|
129
134
|
update: Atualizar
|
135
|
+
index:
|
136
|
+
conference_admins_title: usuários da conferência
|
130
137
|
new:
|
131
138
|
create: Crio
|
132
139
|
title: Novo usuário da conferência.
|
@@ -304,7 +311,6 @@ pt-BR:
|
|
304
311
|
update: "%{user_name} atualizou o parceiro %{resource_name} na conferência %{space_name}"
|
305
312
|
registration_type:
|
306
313
|
create: "%{user_name} criou o tipo de registro %{resource_name} na conferência de %{space_name}"
|
307
|
-
delete: "%{user_name} removeu o tipo de registro %{resource_name} da conferência %{space_name}"
|
308
314
|
publish: "%{user_name} publicou o tipo de registro %{resource_name} na conferência %{space_name}"
|
309
315
|
unpublish: "%{user_name} não publicado o tipo de registro %{resource_name} na conferência %{space_name}"
|
310
316
|
update: "%{user_name} atualizou o tipo de registro %{resource_name} na conferência %{space_name}"
|
@@ -320,6 +326,9 @@ pt-BR:
|
|
320
326
|
title: caixas de som
|
321
327
|
conferences:
|
322
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'Os slugs de URL são usados para gerar as URLs que apontam para esta conferência. Aceita apenas letras, números e traços e deve começar com uma letra. Exemplo: %{url}'
|
323
332
|
conference_invites:
|
324
333
|
create:
|
325
334
|
error: Houve um problema ao convidar o usuário para participar da conferência.
|
@@ -361,6 +370,7 @@ pt-BR:
|
|
361
370
|
registrations_count:
|
362
371
|
one: Houve 1 registro.
|
363
372
|
other: Houve %{count} inscrições.
|
373
|
+
slug_help: 'Os slugs de URL são usados para gerar as URLs que apontam para esta conferência. Aceita apenas letras, números e traços e deve começar com uma letra. Exemplo: %{url}'
|
364
374
|
diplomas:
|
365
375
|
edit:
|
366
376
|
save: Salve
|
@@ -368,7 +378,7 @@ pt-BR:
|
|
368
378
|
invite_join_conference_mailer:
|
369
379
|
invite:
|
370
380
|
decline: Recusar convite '%{conference_title}'
|
371
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} convidou você para participar de uma conferência em %{application}. Você pode recusar ou aceitá-lo através dos links abaixo."
|
372
382
|
registration: Registro para '%{conference_title}'
|
373
383
|
partners:
|
374
384
|
index:
|
@@ -401,7 +411,7 @@ pt-BR:
|
|
401
411
|
program_meeting:
|
402
412
|
content: Conteúdo
|
403
413
|
location: Localização
|
404
|
-
speakers:
|
414
|
+
speakers: Alto-falantes
|
405
415
|
streaming: Transmissão
|
406
416
|
show:
|
407
417
|
day: Dia
|
@@ -491,6 +501,7 @@ pt-BR:
|
|
491
501
|
highlighted_conferences:
|
492
502
|
active_conferences: Conferências ativas
|
493
503
|
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
504
|
+
see_all_conferences: Veja todas as conferências
|
494
505
|
photo:
|
495
506
|
image:
|
496
507
|
attributes:
|
data/config/locales/pt.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,6 +29,7 @@ pt:
|
|
28
29
|
show_statistics: Mostrar estatísticas
|
29
30
|
sign_date: Data de assinatura
|
30
31
|
signature: Assinatura
|
32
|
+
signature_name: nome da assinatura
|
31
33
|
slogan: Slogan
|
32
34
|
slug: Campo de dados dinâmicos de URL
|
33
35
|
start_date: Data de início
|
@@ -36,11 +38,13 @@ pt:
|
|
36
38
|
date: Datas
|
37
39
|
link: Hiperligação
|
38
40
|
title: Título
|
41
|
+
weight: Peso
|
39
42
|
conference_partner:
|
40
43
|
link: Hiperligação
|
41
44
|
logo: Logótipo
|
42
45
|
name: Nome
|
43
46
|
partner_type: Tipo de parceiro
|
47
|
+
weight: Peso
|
44
48
|
conference_registration_invite:
|
45
49
|
email: E-Mail
|
46
50
|
name: Nome
|
@@ -50,6 +54,7 @@ pt:
|
|
50
54
|
description: Descrição
|
51
55
|
price: Preço
|
52
56
|
title: Título
|
57
|
+
weight: Peso
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Afiliação
|
55
60
|
avatar: Avatar
|
@@ -127,6 +132,8 @@ pt:
|
|
127
132
|
edit:
|
128
133
|
title: Atualizar administrador da conferência.
|
129
134
|
update: Atualizar
|
135
|
+
index:
|
136
|
+
conference_admins_title: administradores da conferência
|
130
137
|
new:
|
131
138
|
create: Criar
|
132
139
|
title: Novo administrador da conferência.
|
@@ -319,6 +326,9 @@ pt:
|
|
319
326
|
title: Oradores
|
320
327
|
conferences:
|
321
328
|
admin:
|
329
|
+
conference_copies:
|
330
|
+
form:
|
331
|
+
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
322
332
|
conference_invites:
|
323
333
|
create:
|
324
334
|
error: Ocorreu um problema ao convidar o participante para se juntar à conferência.
|
@@ -334,7 +344,7 @@ pt:
|
|
334
344
|
accepted: Aceite
|
335
345
|
all: Todos
|
336
346
|
rejected: Rejeitado
|
337
|
-
sent:
|
347
|
+
sent: Enviei
|
338
348
|
filter_by: Filtrar por
|
339
349
|
invite_attendee: Convidar participante
|
340
350
|
invites: Convites
|
@@ -360,6 +370,7 @@ pt:
|
|
360
370
|
registrations_count:
|
361
371
|
one: Ocorreu 1 registo.
|
362
372
|
other: Ocorreram %{count} registos.
|
373
|
+
slug_help: 'Os campos de dados dinâmicos de URL são utilizados para gerar os URL que direcionam para esta conferência. Apenas aceitam letras, números e traços, devendo começar com uma letra. Exemplo: %{url}'
|
363
374
|
diplomas:
|
364
375
|
edit:
|
365
376
|
save: Guardar
|
@@ -367,7 +378,7 @@ pt:
|
|
367
378
|
invite_join_conference_mailer:
|
368
379
|
invite:
|
369
380
|
decline: Recusar convite '%{conference_title}'
|
370
|
-
|
381
|
+
invited_you_to_join_a_conference: "%{invited_by} convido-o para participar numa conferência em %{application}. Pode recusá-lo ou aceitá-lo através dos links abaixo."
|
371
382
|
registration: Registo para '%{conference_title}'
|
372
383
|
partners:
|
373
384
|
index:
|
@@ -490,6 +501,7 @@ pt:
|
|
490
501
|
highlighted_conferences:
|
491
502
|
active_conferences: Conferências ativas
|
492
503
|
conferences_button_title: Ligação para a página de Conferências que mostra todas as conferências
|
504
|
+
see_all_conferences: Ver todas as conferências
|
493
505
|
photo:
|
494
506
|
image:
|
495
507
|
attributes:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -28,7 +29,7 @@ ro:
|
|
28
29
|
show_statistics: Arată statistici
|
29
30
|
sign_date: Data semnării
|
30
31
|
signature: Semnătură
|
31
|
-
signature_name:
|
32
|
+
signature_name: numele semnăturii
|
32
33
|
slogan: Slogan
|
33
34
|
slug: URL slug
|
34
35
|
start_date: Data de început
|
@@ -37,13 +38,13 @@ ro:
|
|
37
38
|
date: Dată
|
38
39
|
link: Link
|
39
40
|
title: Titlu
|
40
|
-
weight:
|
41
|
+
weight: Ordinea în poziționare
|
41
42
|
conference_partner:
|
42
43
|
link: Link
|
43
44
|
logo: Logo
|
44
45
|
name: Nume
|
45
46
|
partner_type: Tipul partenerului
|
46
|
-
weight:
|
47
|
+
weight: Ordinea în poziționare
|
47
48
|
conference_registration_invite:
|
48
49
|
email: E-mail
|
49
50
|
name: Nume
|
@@ -53,15 +54,13 @@ ro:
|
|
53
54
|
description: Descriere
|
54
55
|
price: Preț
|
55
56
|
title: Titlu
|
56
|
-
weight:
|
57
|
+
weight: Ordinea în poziționare
|
57
58
|
conference_speaker:
|
58
59
|
affiliation: Afiliere
|
59
60
|
avatar: Avatar
|
60
61
|
conference_meeting_ids: Întâlniri asociate
|
61
62
|
full_name: Numele complet
|
62
|
-
personal_url: URL personal
|
63
63
|
position: Poziție
|
64
|
-
short_bio: Biografie scurtă
|
65
64
|
twitter_handle: Responsabil Twitter
|
66
65
|
user_id: Utilizator
|
67
66
|
conference_user_role:
|
@@ -137,7 +136,7 @@ ro:
|
|
137
136
|
title: Actualizează administratorul conferinţei.
|
138
137
|
update: Actualizare
|
139
138
|
index:
|
140
|
-
conference_admins_title:
|
139
|
+
conference_admins_title: administratori ai conferinței
|
141
140
|
new:
|
142
141
|
create: Creează
|
143
142
|
title: Admin de conferință nouă.
|
@@ -207,7 +206,7 @@ ro:
|
|
207
206
|
conference:
|
208
207
|
fields:
|
209
208
|
created_at: Creat la
|
210
|
-
promoted:
|
209
|
+
promoted: Evident
|
211
210
|
published: Publicat
|
212
211
|
title: Titlu
|
213
212
|
conference_speaker:
|
@@ -249,7 +248,7 @@ ro:
|
|
249
248
|
price: Preț
|
250
249
|
registrations_count: Numărul de înregistrări
|
251
250
|
title: Titlu
|
252
|
-
weight:
|
251
|
+
weight: Ordinea în poziționare
|
253
252
|
name: Tip de înregistrare
|
254
253
|
partners:
|
255
254
|
create:
|
@@ -315,7 +314,6 @@ ro:
|
|
315
314
|
update: "%{user_name} a actualizat vorbitorul %{resource_name} în conferința %{space_name}"
|
316
315
|
registration_type:
|
317
316
|
create: "%{user_name} a creat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
318
|
-
delete: "%{user_name} a eliminat tipul de înregistrare %{resource_name} din conferința %{space_name}"
|
319
317
|
publish: "%{user_name} a publicat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
320
318
|
unpublish: "%{user_name} nu a publicat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
321
319
|
update: "%{user_name} a actualizat tipul de înregistrare %{resource_name} în conferința %{space_name}"
|
@@ -331,6 +329,9 @@ ro:
|
|
331
329
|
title: Vorbitori
|
332
330
|
conferences:
|
333
331
|
admin:
|
332
|
+
conference_copies:
|
333
|
+
form:
|
334
|
+
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
334
335
|
conference_invites:
|
335
336
|
create:
|
336
337
|
error: A apărut o problemă la invitarea participantului să participe la conferinţă.
|
@@ -343,7 +344,9 @@ ro:
|
|
343
344
|
select_user: Selectați un participant
|
344
345
|
index:
|
345
346
|
filter:
|
347
|
+
accepted: Acceptat
|
346
348
|
all: Toate
|
349
|
+
rejected: Respins
|
347
350
|
sent: Trimis
|
348
351
|
filter_by: Filtrare după
|
349
352
|
invite_attendee: Invite participant
|
@@ -371,6 +374,7 @@ ro:
|
|
371
374
|
one: A existat o înregistrare.
|
372
375
|
few: Au fost %{count} înregistrări.
|
373
376
|
other: Au fost %{count} înregistrări.
|
377
|
+
slug_help: 'URL slugs sunt utilizate pentru a genera URL-urile care indică această conferință. Acestea acceptă doar litere, numere și cratime și trebuie să înceapă cu o literă. Exemplu: %{url}'
|
374
378
|
diplomas:
|
375
379
|
edit:
|
376
380
|
save: Salvează
|
@@ -378,8 +382,7 @@ ro:
|
|
378
382
|
invite_join_conference_mailer:
|
379
383
|
invite:
|
380
384
|
decline: Refuzați invitația '%{conference_title}'
|
381
|
-
|
382
|
-
invited_user_to_join_a_conference: "%{invited_by} te-a invitat să te alături unei conferințe la %{application}. Poți să o accepți prin link-ul de mai jos."
|
385
|
+
invited_you_to_join_a_conference: "%{invited_by} te-a invitat să participi la o conferință la %{application}. Puteți să o refuzați sau să o acceptați prin intermediul linkurilor de mai jos."
|
383
386
|
registration: Înregistrare pentru '%{conference_title}'
|
384
387
|
partners:
|
385
388
|
index:
|
@@ -411,7 +414,7 @@ ro:
|
|
411
414
|
conference_program:
|
412
415
|
program_meeting:
|
413
416
|
content: Conținut
|
414
|
-
location:
|
417
|
+
location: Locaţie
|
415
418
|
speakers: Vorbitori
|
416
419
|
streaming: Streaming
|
417
420
|
show:
|
@@ -430,11 +433,9 @@ ro:
|
|
430
433
|
create:
|
431
434
|
invalid: A apărut o problemă la această conferință.
|
432
435
|
success: V-aţi alăturat cu succes conferinţei.
|
433
|
-
unauthorized: Trebuie să te autentifici înainte de a te înregistra la conferință.
|
434
436
|
decline_invitation:
|
435
437
|
invalid: A existat o problemă la refuzarea invitaţiei.
|
436
438
|
success: Ați refuzat cu succes invitația.
|
437
|
-
unauthorized: Trebuie să te autentifici înainte de a refuza invitația.
|
438
439
|
destroy:
|
439
440
|
invalid: A apărut o problemă la ieşirea din această conferinţă.
|
440
441
|
success: Aţi părăsit cu succes conferinţa.
|
@@ -504,6 +505,7 @@ ro:
|
|
504
505
|
highlighted_conferences:
|
505
506
|
active_conferences: Conferințe active
|
506
507
|
conferences_button_title: Link către pagina de conferințe care afișează toate conferințele
|
508
|
+
see_all_conferences: Vezi toate conferințele
|
507
509
|
photo:
|
508
510
|
image:
|
509
511
|
attributes:
|
data/config/locales/ru.yml
CHANGED
data/config/locales/si-LK.yml
CHANGED