decidim-conferences 0.27.3 → 0.27.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +5 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +8 -12
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +8 -10
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +1 -1
- 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/conference_registrations_controller.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -2
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +1 -0
- data/config/environment.rb +0 -0
- data/config/locales/ar.yml +0 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +7 -0
- data/config/locales/el.yml +13 -1
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/eu.yml +35 -29
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +1 -1
- data/config/locales/gl.yml +0 -1
- data/config/locales/hu.yml +0 -1
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/it.yml +1 -2
- data/config/locales/kaa.yml +20 -0
- data/config/locales/lb.yml +0 -1
- data/config/locales/lt.yml +0 -1
- data/config/locales/lv.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +0 -1
- data/config/locales/sk.yml +0 -1
- data/config/locales/sv.yml +1 -1
- data/config/locales/tr-TR.yml +1 -1
- data/config/locales/zh-CN.yml +0 -1
- data/config/locales/zh-TW.yml +0 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +14 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a01432f5ccaa1b68116b04f8d4fe375d9dfa44bb477c671879d5909570b0f33
|
4
|
+
data.tar.gz: c944dd6ad73fbd43852d42a6915ac6bc3a317a221337f499ea4d7845ffd096af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c132735ef0610002bcac09362ba9da092d65caa1638333c0d917f1115faceb91849f066cad21abe2d7fdcc2827d2873c80c22b1324cc63ed8521f32da8aaf80d
|
7
|
+
data.tar.gz: 83f12daf6c55805d506571c1883a92a0b7b47ef806bdb6bc831a2038125be77f28fea0d2081a1628a6070b058d5a1b57aac80c8b133ad1315c01833b33cf505a
|
@@ -23,6 +23,7 @@ module Decidim
|
|
23
23
|
# Returns nothing.
|
24
24
|
def call
|
25
25
|
destroy_role!
|
26
|
+
dispatch_system_event
|
26
27
|
broadcast(:ok)
|
27
28
|
end
|
28
29
|
|
@@ -30,6 +31,10 @@ module Decidim
|
|
30
31
|
|
31
32
|
attr_reader :role, :current_user
|
32
33
|
|
34
|
+
def dispatch_system_event
|
35
|
+
ActiveSupport::Notifications.publish("decidim.system.participatory_space.admin.destroyed", role.class.name, role.id)
|
36
|
+
end
|
37
|
+
|
33
38
|
def destroy_role!
|
34
39
|
extra_info = {
|
35
40
|
resource: {
|
@@ -10,29 +10,31 @@ module Decidim
|
|
10
10
|
|
11
11
|
helper_method :conference
|
12
12
|
|
13
|
+
alias conference current_participatory_space
|
14
|
+
|
13
15
|
def index
|
14
|
-
enforce_permission_to
|
16
|
+
enforce_permission_to(:read_invites, :conference, conference: current_participatory_space)
|
15
17
|
|
16
18
|
@query = params[:q]
|
17
19
|
@status = params[:status]
|
18
|
-
@conference_invites = Decidim::Conferences::Admin::ConferenceInvites.for(
|
20
|
+
@conference_invites = Decidim::Conferences::Admin::ConferenceInvites.for(current_participatory_space.conference_invites, @query, @status).page(params[:page]).per(15)
|
19
21
|
end
|
20
22
|
|
21
23
|
def new
|
22
|
-
enforce_permission_to
|
24
|
+
enforce_permission_to(:invite_attendee, :conference, conference: current_participatory_space)
|
23
25
|
|
24
26
|
@form = form(ConferenceRegistrationInviteForm).instance
|
25
27
|
end
|
26
28
|
|
27
29
|
def create
|
28
|
-
enforce_permission_to
|
30
|
+
enforce_permission_to(:invite_attendee, :conference, conference: current_participatory_space)
|
29
31
|
|
30
32
|
@form = form(ConferenceRegistrationInviteForm).from_params(params)
|
31
33
|
|
32
|
-
InviteUserToJoinConference.call(@form,
|
34
|
+
InviteUserToJoinConference.call(@form, current_participatory_space, current_user) do
|
33
35
|
on(:ok) do
|
34
36
|
flash[:notice] = I18n.t("conference_invites.create.success", scope: "decidim.conferences.admin")
|
35
|
-
redirect_to conference_conference_invites_path(
|
37
|
+
redirect_to conference_conference_invites_path(current_participatory_space)
|
36
38
|
end
|
37
39
|
|
38
40
|
on(:invalid) do
|
@@ -41,12 +43,6 @@ module Decidim
|
|
41
43
|
end
|
42
44
|
end
|
43
45
|
end
|
44
|
-
|
45
|
-
private
|
46
|
-
|
47
|
-
def conference
|
48
|
-
@conference ||= Decidim::Conference.find_by(slug: params[:conference_slug])
|
49
|
-
end
|
50
46
|
end
|
51
47
|
end
|
52
48
|
end
|
@@ -11,16 +11,18 @@ module Decidim
|
|
11
11
|
|
12
12
|
helper_method :conference
|
13
13
|
|
14
|
+
alias conference current_participatory_space
|
15
|
+
|
14
16
|
def index
|
15
|
-
enforce_permission_to
|
17
|
+
enforce_permission_to(:read_conference_registrations, :conference, conference: current_participatory_space)
|
16
18
|
|
17
|
-
@conference_registrations = paginate(
|
19
|
+
@conference_registrations = paginate(current_participatory_space.conference_registrations)
|
18
20
|
end
|
19
21
|
|
20
22
|
def export
|
21
|
-
enforce_permission_to
|
23
|
+
enforce_permission_to(:export_conference_registrations, :conference, conference: current_participatory_space)
|
22
24
|
|
23
|
-
ExportConferenceRegistrations.call(
|
25
|
+
ExportConferenceRegistrations.call(current_participatory_space, params[:format], current_user) do
|
24
26
|
on(:ok) do |export_data|
|
25
27
|
send_data export_data.read, type: "text/#{export_data.extension}", filename: export_data.filename("conference_registrations")
|
26
28
|
end
|
@@ -28,7 +30,7 @@ module Decidim
|
|
28
30
|
end
|
29
31
|
|
30
32
|
def confirm
|
31
|
-
enforce_permission_to
|
33
|
+
enforce_permission_to(:confirm, :conference_registration, conference_registration: conference_registration)
|
32
34
|
|
33
35
|
ConfirmConferenceRegistration.call(conference_registration, current_user) do
|
34
36
|
on(:ok) do
|
@@ -45,14 +47,10 @@ module Decidim
|
|
45
47
|
|
46
48
|
private
|
47
49
|
|
48
|
-
def conference
|
49
|
-
@conference ||= Decidim::Conference.find_by(slug: params[:conference_slug])
|
50
|
-
end
|
51
|
-
|
52
50
|
def conference_registration
|
53
51
|
return if params[:id].blank?
|
54
52
|
|
55
|
-
@conference_registration ||=
|
53
|
+
@conference_registration ||= current_participatory_space.conference_registrations.find_by(id: params[:id])
|
56
54
|
end
|
57
55
|
end
|
58
56
|
end
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("conference_copies.new.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_copies_path(current_conference), method: :post, html: { class: "form copy_conference" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("conference_copies.new.title", scope: "decidim.admin"), select: t("conference_copies.new.select", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("conference_speakers.edit.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_speaker_path(conference_speaker.conference, conference_speaker), html: { class: "form edit_conference_speaker" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("conference_speakers.edit.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("conference_speakers.new.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form new_conference_speaker" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("conference_speakers.new.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("conference_user_roles.edit.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_user_role_path(@user_role.conference, @user_role), html: { class: "form edit_conference_user_roles" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("conference_user_roles.edit.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("conference_user_roles.new.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form new_conference_user_role" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("conference_user_roles.new.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("diplomas.edit.title", scope: "decidim.conferences.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_diploma_path, html: { class: "form edit_conference_diploma" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("diplomas.edit.title", scope: "decidim.conferences.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("media_links.edit.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_media_link_path(@media_link.conference, @media_link), html: { class: "form edit_media_link" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("media_links.edit.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("media_links.new.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form new_media_link" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("media_links.new.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -11,8 +11,7 @@
|
|
11
11
|
</div>
|
12
12
|
|
13
13
|
<div class="row column">
|
14
|
-
|
15
|
-
<%= select :conference_partner, :partner_type, @form.types, include_blank: false %>
|
14
|
+
<%= form.select :partner_type, @form.types, { multiple: false, prompt: "" } %>
|
16
15
|
</div>
|
17
16
|
|
18
17
|
<div class="row column">
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("partners.edit.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_partner_path(@partner.conference, @partner), html: { class: "form edit_partner" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("partners.edit.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("registration_types.edit.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, url: conference_registration_type_path(@registration_type.conference, @registration_type), html: { class: "form edit_registration_type" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("registration_types.edit.title", scope: "decidim.admin") } %>
|
3
4
|
|
@@ -1,3 +1,4 @@
|
|
1
|
+
<% add_decidim_page_title(t("registration_types.new.title", scope: "decidim.admin")) %>
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form new_registration_type" }) do |f| %>
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("registration_types.new.title", scope: "decidim.admin") } %>
|
3
4
|
|
File without changes
|
data/config/locales/ar.yml
CHANGED
data/config/locales/cs.yml
CHANGED
@@ -515,7 +515,7 @@ cs:
|
|
515
515
|
highlighted_conferences:
|
516
516
|
active_conferences: Aktivní konference
|
517
517
|
conferences_button_title: Odkaz na stránku Konference zobrazující všechny konference
|
518
|
-
see_all_conferences:
|
518
|
+
see_all_conferences: Zobrazit všechny konference
|
519
519
|
photo:
|
520
520
|
image:
|
521
521
|
attributes:
|
data/config/locales/de.yml
CHANGED
@@ -29,6 +29,7 @@ de:
|
|
29
29
|
show_statistics: Zeige Statistiken
|
30
30
|
sign_date: Unterzeichnungsdatum
|
31
31
|
signature: Unterschrift
|
32
|
+
signature_name: Signaturname
|
32
33
|
slogan: Slogan
|
33
34
|
slug: URL-Block
|
34
35
|
start_date: Startdatum
|
@@ -133,6 +134,8 @@ de:
|
|
133
134
|
edit:
|
134
135
|
title: Aktualisieren Sie den Konferenzbenutzer.
|
135
136
|
update: Aktualisieren
|
137
|
+
index:
|
138
|
+
conference_admins_title: Konferenzadmins
|
136
139
|
new:
|
137
140
|
create: Erstellen
|
138
141
|
title: Neuer Konferenzbenutzer
|
@@ -310,6 +313,7 @@ de:
|
|
310
313
|
update: "%{user_name} hat den Partner %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
311
314
|
registration_type:
|
312
315
|
create: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} erstellt"
|
316
|
+
delete: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} entfernt"
|
313
317
|
publish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} veröffentlicht"
|
314
318
|
unpublish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} auf \"unveröffentlicht\" gesetzt"
|
315
319
|
update: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
@@ -378,6 +382,7 @@ de:
|
|
378
382
|
invite:
|
379
383
|
decline: Einladung '%{conference_title}' ablehnen
|
380
384
|
invited_existing_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
|
385
|
+
invited_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz auf %{application} teilzunehmen. Sie können die Einladung über den unten stehenden Link akzeptieren."
|
381
386
|
registration: Registrierung für '%{conference_title}'
|
382
387
|
partners:
|
383
388
|
index:
|
@@ -428,9 +433,11 @@ de:
|
|
428
433
|
create:
|
429
434
|
invalid: Bei dieser Konferenz ist ein Problem aufgetreten.
|
430
435
|
success: Sie sind der Konferenz erfolgreich beigetreten.
|
436
|
+
unauthorized: Sie müssen sich anmelden, um sich bei der Konferenz anzumelden.
|
431
437
|
decline_invitation:
|
432
438
|
invalid: Es ist ein Problem aufgetreten, dass die Einladung abgelehnt wurde.
|
433
439
|
success: Sie haben die Einladung erfolgreich abgelehnt.
|
440
|
+
unauthorized: Sie müssen sich anmelden, bevor Sie die Einladung ablehnen.
|
434
441
|
destroy:
|
435
442
|
invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
|
436
443
|
success: Sie haben die Konferenz erfolgreich verlassen.
|
data/config/locales/el.yml
CHANGED
@@ -29,6 +29,7 @@ el:
|
|
29
29
|
show_statistics: Εμφάνιση στατιστικών
|
30
30
|
sign_date: Ημερομηνία υπογραφής
|
31
31
|
signature: Υπογραφή
|
32
|
+
signature_name: Όνομα υπογραφής
|
32
33
|
slogan: Σύνθημα
|
33
34
|
slug: Slug διεύθυνσης URL
|
34
35
|
start_date: Ημερομηνία έναρξης
|
@@ -37,12 +38,15 @@ el:
|
|
37
38
|
date: Ημερομηνία
|
38
39
|
link: Σύνδεσμος
|
39
40
|
title: Τίτλος
|
41
|
+
weight: Θέση κατάταξης
|
40
42
|
conference_partner:
|
41
43
|
link: Σύνδεσμος
|
42
44
|
logo: Λογότυπο
|
43
45
|
name: Όνομα
|
44
46
|
partner_type: Τύπος εταίρου
|
47
|
+
weight: Θέση κατάταξης
|
45
48
|
conference_registration_invite:
|
49
|
+
email: Email
|
46
50
|
name: Όνομα
|
47
51
|
registration_type_id: Τύπος εγγραφής
|
48
52
|
user_id: Χρήστης
|
@@ -50,12 +54,15 @@ el:
|
|
50
54
|
description: Περιγραφή
|
51
55
|
price: Τιμή
|
52
56
|
title: Τίτλος
|
57
|
+
weight: Θέση κατάταξης
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Δεσμός
|
55
60
|
avatar: Εικόνα Χρήστη
|
56
61
|
conference_meeting_ids: Σχετικές συναντήσεις
|
57
62
|
full_name: Ονοματεπώνυμο
|
63
|
+
personal_url: Προσωπικό URL
|
58
64
|
position: Θέση
|
65
|
+
short_bio: Σύντομο βιογραφικό
|
59
66
|
twitter_handle: Ψευδώνυμο Twitter
|
60
67
|
user_id: Χρήστης
|
61
68
|
conference_user_role:
|
@@ -127,6 +134,8 @@ el:
|
|
127
134
|
edit:
|
128
135
|
title: Ενημέρωση διαχειριστή διάσκεψης.
|
129
136
|
update: Ενημέρωση
|
137
|
+
index:
|
138
|
+
conference_admins_title: Διαχειριστές διάσκεψης
|
130
139
|
new:
|
131
140
|
create: Δημιουργία
|
132
141
|
title: Νέος διαχειριστής διάσκεψης.
|
@@ -304,6 +313,7 @@ el:
|
|
304
313
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον εταίρο %{resource_name} στη διάσκεψη %{space_name}"
|
305
314
|
registration_type:
|
306
315
|
create: "Ο χρήστης %{user_name} δημιούργησε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
316
|
+
delete: "Ο χρήστης %{user_name} αφαίρεσε τον τύπο εγγραφής %{resource_name} από τη διάσκεψη %{space_name}"
|
307
317
|
publish: "Ο χρήστης %{user_name} δημοσίευσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
308
318
|
unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση του τύπου εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
309
319
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
@@ -372,6 +382,7 @@ el:
|
|
372
382
|
invite:
|
373
383
|
decline: Απόρριψη πρόσκλησης «%{conference_title}»
|
374
384
|
invited_existing_user_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
|
385
|
+
invited_user_to_join_a_conference: "Ο/Η %{invited_by} σας προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στο %{application}. Μπορείτε να την αποδεχτείτε μέσω του παρακάτω συνδέσμου."
|
375
386
|
registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
|
376
387
|
partners:
|
377
388
|
index:
|
@@ -422,9 +433,11 @@ el:
|
|
422
433
|
create:
|
423
434
|
invalid: Υπήρξε ένα πρόβλημα κατά τη συμμετοχή σε αυτήν τη διάσκεψη.
|
424
435
|
success: Συμμετείχατε στη διάσκεψη με επιτυχία.
|
436
|
+
unauthorized: Πρέπει να συνδεθείτε πριν εγγραφείτε στη διάσκεψη.
|
425
437
|
decline_invitation:
|
426
438
|
invalid: Υπήρξε ένα πρόβλημα κατά την απόρριψη της πρόσκλησης.
|
427
439
|
success: Απορρίψατε την πρόσκληση με επιτυχία.
|
440
|
+
unauthorized: Θα πρέπει να συνδεθείτε πριν απορρίψετε την πρόσκληση.
|
428
441
|
destroy:
|
429
442
|
invalid: Υπήρξε ένα πρόβλημα κατά την αποχώρηση από αυτήν τη διάσκεψη.
|
430
443
|
success: Αποχωρήσατε από τη διάσκεψη με επιτυχία.
|
@@ -494,7 +507,6 @@ el:
|
|
494
507
|
highlighted_conferences:
|
495
508
|
active_conferences: Ενεργές διασκέψεις
|
496
509
|
conferences_button_title: Σύνδεσμος προς τη σελίδα Διασκέψεων που εμφανίζει όλες τις διασκέψεις
|
497
|
-
see_all_conferences: Δείτε όλες τις διασκέψεις
|
498
510
|
photo:
|
499
511
|
image:
|
500
512
|
attributes:
|
data/config/locales/es-MX.yml
CHANGED
@@ -507,7 +507,7 @@ es-MX:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Conferencias activas
|
509
509
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
510
|
-
see_all_conferences: Ver todas las
|
510
|
+
see_all_conferences: Ver todas las jornadas
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/es-PY.yml
CHANGED
@@ -507,7 +507,7 @@ es-PY:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Conferencias activas
|
509
509
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
510
|
-
see_all_conferences: Ver todas las
|
510
|
+
see_all_conferences: Ver todas las jornadas
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/eu.yml
CHANGED
@@ -10,38 +10,41 @@ eu:
|
|
10
10
|
copy_categories: Kopiatu kategoriak
|
11
11
|
copy_components: Kopiatu osagaiak
|
12
12
|
copy_features: Kopiatu ezaugarriak
|
13
|
-
decidim_scope_id:
|
14
|
-
description:
|
13
|
+
decidim_scope_id: Esparrua
|
14
|
+
description: Deskribapena
|
15
15
|
end_date: Amaiera-data
|
16
|
-
hashtag:
|
17
|
-
hero_image:
|
16
|
+
hashtag: Traola
|
17
|
+
hero_image: Orri nagusiko irudia
|
18
18
|
location: Kokapena
|
19
19
|
main_logo: Logo nagusia
|
20
20
|
objectives: Helburuak
|
21
|
-
participatory_processes_ids:
|
22
|
-
promoted:
|
23
|
-
published_at:
|
24
|
-
registration_terms:
|
25
|
-
registrations_enabled:
|
26
|
-
scope_id:
|
27
|
-
scopes_enabled:
|
21
|
+
participatory_processes_ids: Lotutako parte-hartze prozesuak
|
22
|
+
promoted: Nabarmendua
|
23
|
+
published_at: Argitaratze-data
|
24
|
+
registration_terms: Erregistro-baldintzak
|
25
|
+
registrations_enabled: Izen-emateak gaituta
|
26
|
+
scope_id: Esparrua
|
27
|
+
scopes_enabled: Esparruak gaituta
|
28
28
|
short_description: Deskribapen laburra
|
29
29
|
show_statistics: Erakutsi estatistikak
|
30
30
|
sign_date: Sinatze-data
|
31
31
|
signature: Sinadura
|
32
|
+
signature_name: Sinaduraren izena
|
32
33
|
slogan: Leloa
|
33
34
|
slug: URL laburra
|
34
35
|
start_date: Hasiera-data
|
35
36
|
title: Izenburua
|
36
37
|
conference_media_link:
|
37
38
|
date: Data
|
38
|
-
link:
|
39
|
+
link: Esteka
|
39
40
|
title: Izenburua
|
41
|
+
weight: Hurrenkera
|
40
42
|
conference_partner:
|
41
|
-
link:
|
43
|
+
link: Esteka
|
42
44
|
logo: Logoa
|
43
45
|
name: Izena
|
44
46
|
partner_type: Lankidetza mota
|
47
|
+
weight: Hurrenkera
|
45
48
|
conference_registration_invite:
|
46
49
|
email: Helbide elektronikoa
|
47
50
|
name: Izena
|
@@ -51,18 +54,21 @@ eu:
|
|
51
54
|
description: Deskribapena
|
52
55
|
price: Prezioa
|
53
56
|
title: Izenburua
|
57
|
+
weight: Hurrenkera
|
54
58
|
conference_speaker:
|
55
|
-
affiliation:
|
56
|
-
avatar:
|
59
|
+
affiliation: Afiliazioa
|
60
|
+
avatar: Abatar
|
57
61
|
conference_meeting_ids: Honekin lotutako topaketak
|
58
|
-
full_name:
|
59
|
-
|
62
|
+
full_name: Izena
|
63
|
+
personal_url: URL pertsonala
|
64
|
+
position: Lekua
|
65
|
+
short_bio: Biografia laburra
|
60
66
|
twitter_handle: Twitter kontua
|
61
67
|
user_id: Erabiltzailea
|
62
68
|
conference_user_role:
|
63
|
-
email:
|
64
|
-
name:
|
65
|
-
role:
|
69
|
+
email: Helbide elektronikoa
|
70
|
+
name: Izena
|
71
|
+
role: Rola
|
66
72
|
errors:
|
67
73
|
models:
|
68
74
|
conference_registration_invite:
|
@@ -72,23 +78,23 @@ eu:
|
|
72
78
|
activerecord:
|
73
79
|
models:
|
74
80
|
decidim/conference:
|
75
|
-
one:
|
76
|
-
other:
|
81
|
+
one: Hitzaldia
|
82
|
+
other: Hitzaldiak
|
77
83
|
decidim/conference_speaker:
|
78
|
-
one:
|
79
|
-
other:
|
84
|
+
one: Jardunaldiko hizlaria
|
85
|
+
other: Jardunaldiko hizlariak
|
80
86
|
decidim/conference_user_role:
|
81
|
-
one:
|
82
|
-
other:
|
87
|
+
one: Jardunaldiko hizlari rola
|
88
|
+
other: Jardunaldiko hizlari rolak
|
83
89
|
decidim:
|
84
90
|
admin:
|
85
91
|
actions:
|
86
92
|
confirm: Berretsi
|
87
|
-
new_conference:
|
88
|
-
send_diplomas:
|
93
|
+
new_conference: Jardunaldi berria
|
94
|
+
send_diplomas: Bertaratze-ziurtagiriak bidali
|
89
95
|
conference_copies:
|
90
96
|
new:
|
91
|
-
copy:
|
97
|
+
copy: Kopiatu
|
92
98
|
select: Aukeratu zein datu bikoiztu nahi dituzun
|
93
99
|
title: Bilera bikoiztua
|
94
100
|
conference_publications:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -507,7 +507,7 @@ fi-pl:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Aktiiviset konferenssit
|
509
509
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
510
|
-
see_all_conferences:
|
510
|
+
see_all_conferences: Näytä kaikki konferenssit
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/fi.yml
CHANGED
@@ -507,7 +507,7 @@ fi:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Aktiiviset konferenssit
|
509
509
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
510
|
-
see_all_conferences:
|
510
|
+
see_all_conferences: Näytä kaikki konferenssit
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/gl.yml
CHANGED
@@ -491,7 +491,6 @@ gl:
|
|
491
491
|
highlighted_conferences:
|
492
492
|
active_conferences: Conferencias activas
|
493
493
|
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
494
|
-
see_all_conferences: Ver todas as conferencias
|
495
494
|
photo:
|
496
495
|
image:
|
497
496
|
attributes:
|
data/config/locales/hu.yml
CHANGED
@@ -506,7 +506,6 @@ hu:
|
|
506
506
|
highlighted_conferences:
|
507
507
|
active_conferences: Aktív konferenciák
|
508
508
|
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
509
|
-
see_all_conferences: Lásd az összes konferenciát
|
510
509
|
photo:
|
511
510
|
image:
|
512
511
|
attributes:
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -495,7 +495,6 @@ it:
|
|
495
495
|
highlighted_conferences:
|
496
496
|
active_conferences: Conferenze attive
|
497
497
|
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
498
|
-
see_all_conferences: Vedi tutte le conferenze
|
499
498
|
photo:
|
500
499
|
image:
|
501
500
|
attributes:
|
@@ -597,7 +596,7 @@ it:
|
|
597
596
|
one: "%{count} conferenza"
|
598
597
|
other: "%{count} conferenze"
|
599
598
|
promoted_conference:
|
600
|
-
more_info:
|
599
|
+
more_info: Ulteriori informazioni
|
601
600
|
take_part: Partecipa
|
602
601
|
conferences_nav:
|
603
602
|
conference_menu_item: Informazioni
|
data/config/locales/kaa.yml
CHANGED
@@ -1 +1,21 @@
|
|
1
|
+
---
|
1
2
|
kaa:
|
3
|
+
decidim:
|
4
|
+
admin:
|
5
|
+
conferences:
|
6
|
+
edit:
|
7
|
+
update: Jańalaw
|
8
|
+
media_links:
|
9
|
+
edit:
|
10
|
+
update: Jańalaw
|
11
|
+
partners:
|
12
|
+
edit:
|
13
|
+
update: Jańalaw
|
14
|
+
registration_types:
|
15
|
+
edit:
|
16
|
+
update: Jańalaw
|
17
|
+
conferences:
|
18
|
+
admin:
|
19
|
+
diplomas:
|
20
|
+
edit:
|
21
|
+
save: Saqlaw
|
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -505,7 +505,6 @@ lt:
|
|
505
505
|
highlighted_conferences:
|
506
506
|
active_conferences: Aktyvios konferencijos
|
507
507
|
conferences_button_title: Nuoroda į puslapį „Konferencijos“, kuriame pateikiamos visos konferencijos
|
508
|
-
see_all_conferences: Žiūrėti visas konferencijas
|
509
508
|
photo:
|
510
509
|
image:
|
511
510
|
attributes:
|
data/config/locales/lv.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -495,7 +495,6 @@ nl:
|
|
495
495
|
highlighted_conferences:
|
496
496
|
active_conferences: Actieve conferenties
|
497
497
|
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
498
|
-
see_all_conferences: Bekijk alle conferenties
|
499
498
|
photo:
|
500
499
|
image:
|
501
500
|
attributes:
|
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
@@ -495,7 +495,6 @@ pt-BR:
|
|
495
495
|
highlighted_conferences:
|
496
496
|
active_conferences: Conferências ativas
|
497
497
|
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
498
|
-
see_all_conferences: Veja todas as conferências
|
499
498
|
photo:
|
500
499
|
image:
|
501
500
|
attributes:
|
data/config/locales/pt.yml
CHANGED
@@ -495,7 +495,6 @@ pt:
|
|
495
495
|
highlighted_conferences:
|
496
496
|
active_conferences: Conferências ativas
|
497
497
|
conferences_button_title: Ligação para a página de Conferências que mostra todas as conferências
|
498
|
-
see_all_conferences: Ver todas as conferências
|
499
498
|
photo:
|
500
499
|
image:
|
501
500
|
attributes:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -511,7 +511,6 @@ ro:
|
|
511
511
|
highlighted_conferences:
|
512
512
|
active_conferences: Conferințe active
|
513
513
|
conferences_button_title: Link către pagina de conferințe care afișează toate conferințele
|
514
|
-
see_all_conferences: Vezi toate conferințele
|
515
514
|
photo:
|
516
515
|
image:
|
517
516
|
attributes:
|
data/config/locales/sk.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -500,7 +500,7 @@ sv:
|
|
500
500
|
highlighted_conferences:
|
501
501
|
active_conferences: Pågående konferenser
|
502
502
|
conferences_button_title: Länk till sidan över konferenser som visar alla konferenser
|
503
|
-
see_all_conferences:
|
503
|
+
see_all_conferences: Se alla konferenser
|
504
504
|
photo:
|
505
505
|
image:
|
506
506
|
attributes:
|
data/config/locales/tr-TR.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-conferences
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.27.
|
4
|
+
version: 0.27.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.27.
|
19
|
+
version: 0.27.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.27.
|
26
|
+
version: 0.27.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-meetings
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.27.
|
33
|
+
version: 0.27.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.27.
|
40
|
+
version: 0.27.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: wicked_pdf
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.27.
|
75
|
+
version: 0.27.4
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.27.
|
82
|
+
version: 0.27.4
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: decidim-dev
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.27.
|
89
|
+
version: 0.27.4
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.27.
|
96
|
+
version: 0.27.4
|
97
97
|
description: Conferences component for decidim.
|
98
98
|
email:
|
99
99
|
- isaac.mg@coditramuntana.com
|
@@ -333,6 +333,7 @@ files:
|
|
333
333
|
- app/views/layouts/decidim/conference.html.erb
|
334
334
|
- app/views/layouts/decidim/diploma.html.erb
|
335
335
|
- config/assets.rb
|
336
|
+
- config/environment.rb
|
336
337
|
- config/initializers/wicked_pdf.rb
|
337
338
|
- config/locales/am-ET.yml
|
338
339
|
- config/locales/ar-SA.yml
|
@@ -451,7 +452,7 @@ homepage: https://github.com/decidim/decidim
|
|
451
452
|
licenses:
|
452
453
|
- AGPL-3.0
|
453
454
|
metadata: {}
|
454
|
-
post_install_message:
|
455
|
+
post_install_message:
|
455
456
|
rdoc_options: []
|
456
457
|
require_paths:
|
457
458
|
- lib
|
@@ -467,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
467
468
|
version: '0'
|
468
469
|
requirements: []
|
469
470
|
rubygems_version: 3.2.22
|
470
|
-
signing_key:
|
471
|
+
signing_key:
|
471
472
|
specification_version: 4
|
472
473
|
summary: Decidim conferences module
|
473
474
|
test_files: []
|