decidim-conferences 0.26.7 → 0.26.8
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 +19 -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 +11 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7761601f2bc735c74722ab8518bf66ae940b62c2ef3be50b9c1486e5a28b18f
|
4
|
+
data.tar.gz: e6dd33d71369c287a79538bb099852e08a9ef7fe8a4f27f68465bfcd83987ed5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eed128af272cf37b894adf111ae35a3881d692aea0f8bfdcd6922f40859814ebcb70c95b1de1cee0f4416640cf5f7feb0e162daf9e31081f18ea6cc1754f30ce
|
7
|
+
data.tar.gz: c2c87e8d2b4a65382b39b6d7516c4049dbd79316fb66741334aee9280114108f1ba801e71c7e1d324935bb4077b7e99c975d76a57f2c227fa16a7a9f51a97aad
|
@@ -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
@@ -514,7 +514,7 @@ cs:
|
|
514
514
|
highlighted_conferences:
|
515
515
|
active_conferences: Aktivní konference
|
516
516
|
conferences_button_title: Odkaz na stránku Konference zobrazující všechny konference
|
517
|
-
see_all_conferences:
|
517
|
+
see_all_conferences: Zobrazit všechny konference
|
518
518
|
photo:
|
519
519
|
image:
|
520
520
|
attributes:
|
data/config/locales/de.yml
CHANGED
@@ -28,6 +28,7 @@ de:
|
|
28
28
|
show_statistics: Zeige Statistiken
|
29
29
|
sign_date: Unterzeichnungsdatum
|
30
30
|
signature: Unterschrift
|
31
|
+
signature_name: Signaturname
|
31
32
|
slogan: Slogan
|
32
33
|
slug: URL-Block
|
33
34
|
start_date: Startdatum
|
@@ -132,6 +133,8 @@ de:
|
|
132
133
|
edit:
|
133
134
|
title: Aktualisieren Sie den Konferenzbenutzer.
|
134
135
|
update: Aktualisieren
|
136
|
+
index:
|
137
|
+
conference_admins_title: Konferenzadmins
|
135
138
|
new:
|
136
139
|
create: Erstellen
|
137
140
|
title: Neuer Konferenzbenutzer
|
@@ -309,6 +312,7 @@ de:
|
|
309
312
|
update: "%{user_name} hat den Partner %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
310
313
|
registration_type:
|
311
314
|
create: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} erstellt"
|
315
|
+
delete: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} entfernt"
|
312
316
|
publish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} veröffentlicht"
|
313
317
|
unpublish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} auf \"unveröffentlicht\" gesetzt"
|
314
318
|
update: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
@@ -377,6 +381,7 @@ de:
|
|
377
381
|
invite:
|
378
382
|
decline: Einladung '%{conference_title}' ablehnen
|
379
383
|
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."
|
384
|
+
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."
|
380
385
|
registration: Registrierung für '%{conference_title}'
|
381
386
|
partners:
|
382
387
|
index:
|
@@ -427,9 +432,11 @@ de:
|
|
427
432
|
create:
|
428
433
|
invalid: Bei dieser Konferenz ist ein Problem aufgetreten.
|
429
434
|
success: Sie sind der Konferenz erfolgreich beigetreten.
|
435
|
+
unauthorized: Sie müssen sich anmelden, um sich bei der Konferenz anzumelden.
|
430
436
|
decline_invitation:
|
431
437
|
invalid: Es ist ein Problem aufgetreten, dass die Einladung abgelehnt wurde.
|
432
438
|
success: Sie haben die Einladung erfolgreich abgelehnt.
|
439
|
+
unauthorized: Sie müssen sich anmelden, bevor Sie die Einladung ablehnen.
|
433
440
|
destroy:
|
434
441
|
invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
|
435
442
|
success: Sie haben die Konferenz erfolgreich verlassen.
|
data/config/locales/el.yml
CHANGED
@@ -28,6 +28,7 @@ el:
|
|
28
28
|
show_statistics: Εμφάνιση στατιστικών
|
29
29
|
sign_date: Ημερομηνία υπογραφής
|
30
30
|
signature: Υπογραφή
|
31
|
+
signature_name: Όνομα υπογραφής
|
31
32
|
slogan: Σύνθημα
|
32
33
|
slug: Slug διεύθυνσης URL
|
33
34
|
start_date: Ημερομηνία έναρξης
|
@@ -36,12 +37,15 @@ el:
|
|
36
37
|
date: Ημερομηνία
|
37
38
|
link: Σύνδεσμος
|
38
39
|
title: Τίτλος
|
40
|
+
weight: Θέση κατάταξης
|
39
41
|
conference_partner:
|
40
42
|
link: Σύνδεσμος
|
41
43
|
logo: Λογότυπο
|
42
44
|
name: Όνομα
|
43
45
|
partner_type: Τύπος εταίρου
|
46
|
+
weight: Θέση κατάταξης
|
44
47
|
conference_registration_invite:
|
48
|
+
email: Email
|
45
49
|
name: Όνομα
|
46
50
|
registration_type_id: Τύπος εγγραφής
|
47
51
|
user_id: Χρήστης
|
@@ -49,12 +53,15 @@ el:
|
|
49
53
|
description: Περιγραφή
|
50
54
|
price: Τιμή
|
51
55
|
title: Τίτλος
|
56
|
+
weight: Θέση κατάταξης
|
52
57
|
conference_speaker:
|
53
58
|
affiliation: Δεσμός
|
54
59
|
avatar: Εικόνα Χρήστη
|
55
60
|
conference_meeting_ids: Σχετικές συναντήσεις
|
56
61
|
full_name: Ονοματεπώνυμο
|
62
|
+
personal_url: Προσωπικό URL
|
57
63
|
position: Θέση
|
64
|
+
short_bio: Σύντομο βιογραφικό
|
58
65
|
twitter_handle: Ψευδώνυμο Twitter
|
59
66
|
user_id: Χρήστης
|
60
67
|
conference_user_role:
|
@@ -126,6 +133,8 @@ el:
|
|
126
133
|
edit:
|
127
134
|
title: Ενημέρωση διαχειριστή διάσκεψης.
|
128
135
|
update: Ενημέρωση
|
136
|
+
index:
|
137
|
+
conference_admins_title: Διαχειριστές διάσκεψης
|
129
138
|
new:
|
130
139
|
create: Δημιουργία
|
131
140
|
title: Νέος διαχειριστής διάσκεψης.
|
@@ -303,6 +312,7 @@ el:
|
|
303
312
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον εταίρο %{resource_name} στη διάσκεψη %{space_name}"
|
304
313
|
registration_type:
|
305
314
|
create: "Ο χρήστης %{user_name} δημιούργησε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
315
|
+
delete: "Ο χρήστης %{user_name} αφαίρεσε τον τύπο εγγραφής %{resource_name} από τη διάσκεψη %{space_name}"
|
306
316
|
publish: "Ο χρήστης %{user_name} δημοσίευσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
307
317
|
unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση του τύπου εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
308
318
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
@@ -371,6 +381,7 @@ el:
|
|
371
381
|
invite:
|
372
382
|
decline: Απόρριψη πρόσκλησης «%{conference_title}»
|
373
383
|
invited_existing_user_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
|
384
|
+
invited_user_to_join_a_conference: "Ο/Η %{invited_by} σας προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στο %{application}. Μπορείτε να την αποδεχτείτε μέσω του παρακάτω συνδέσμου."
|
374
385
|
registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
|
375
386
|
partners:
|
376
387
|
index:
|
@@ -421,9 +432,11 @@ el:
|
|
421
432
|
create:
|
422
433
|
invalid: Υπήρξε ένα πρόβλημα κατά τη συμμετοχή σε αυτήν τη διάσκεψη.
|
423
434
|
success: Συμμετείχατε στη διάσκεψη με επιτυχία.
|
435
|
+
unauthorized: Πρέπει να συνδεθείτε πριν εγγραφείτε στη διάσκεψη.
|
424
436
|
decline_invitation:
|
425
437
|
invalid: Υπήρξε ένα πρόβλημα κατά την απόρριψη της πρόσκλησης.
|
426
438
|
success: Απορρίψατε την πρόσκληση με επιτυχία.
|
439
|
+
unauthorized: Θα πρέπει να συνδεθείτε πριν απορρίψετε την πρόσκληση.
|
427
440
|
destroy:
|
428
441
|
invalid: Υπήρξε ένα πρόβλημα κατά την αποχώρηση από αυτήν τη διάσκεψη.
|
429
442
|
success: Αποχωρήσατε από τη διάσκεψη με επιτυχία.
|
@@ -493,7 +506,6 @@ el:
|
|
493
506
|
highlighted_conferences:
|
494
507
|
active_conferences: Ενεργές διασκέψεις
|
495
508
|
conferences_button_title: Σύνδεσμος προς τη σελίδα Διασκέψεων που εμφανίζει όλες τις διασκέψεις
|
496
|
-
see_all_conferences: Δείτε όλες τις διασκέψεις
|
497
509
|
photo:
|
498
510
|
image:
|
499
511
|
attributes:
|
data/config/locales/es-MX.yml
CHANGED
@@ -506,7 +506,7 @@ es-MX:
|
|
506
506
|
highlighted_conferences:
|
507
507
|
active_conferences: Conferencias activas
|
508
508
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
509
|
-
see_all_conferences: Ver todas las
|
509
|
+
see_all_conferences: Ver todas las jornadas
|
510
510
|
photo:
|
511
511
|
image:
|
512
512
|
attributes:
|
data/config/locales/es-PY.yml
CHANGED
@@ -506,7 +506,7 @@ es-PY:
|
|
506
506
|
highlighted_conferences:
|
507
507
|
active_conferences: Conferencias activas
|
508
508
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
509
|
-
see_all_conferences: Ver todas las
|
509
|
+
see_all_conferences: Ver todas las jornadas
|
510
510
|
photo:
|
511
511
|
image:
|
512
512
|
attributes:
|
data/config/locales/eu.yml
CHANGED
@@ -9,38 +9,41 @@ eu:
|
|
9
9
|
copy_categories: Kopiatu kategoriak
|
10
10
|
copy_components: Kopiatu osagaiak
|
11
11
|
copy_features: Kopiatu ezaugarriak
|
12
|
-
decidim_scope_id:
|
13
|
-
description:
|
12
|
+
decidim_scope_id: Esparrua
|
13
|
+
description: Deskribapena
|
14
14
|
end_date: Amaiera-data
|
15
|
-
hashtag:
|
16
|
-
hero_image:
|
15
|
+
hashtag: Traola
|
16
|
+
hero_image: Orri nagusiko irudia
|
17
17
|
location: Kokapena
|
18
18
|
main_logo: Logo nagusia
|
19
19
|
objectives: Helburuak
|
20
|
-
participatory_processes_ids:
|
21
|
-
promoted:
|
22
|
-
published_at:
|
23
|
-
registration_terms:
|
24
|
-
registrations_enabled:
|
25
|
-
scope_id:
|
26
|
-
scopes_enabled:
|
20
|
+
participatory_processes_ids: Lotutako parte-hartze prozesuak
|
21
|
+
promoted: Nabarmendua
|
22
|
+
published_at: Argitaratze-data
|
23
|
+
registration_terms: Erregistro-baldintzak
|
24
|
+
registrations_enabled: Izen-emateak gaituta
|
25
|
+
scope_id: Esparrua
|
26
|
+
scopes_enabled: Esparruak gaituta
|
27
27
|
short_description: Deskribapen laburra
|
28
28
|
show_statistics: Erakutsi estatistikak
|
29
29
|
sign_date: Sinatze-data
|
30
30
|
signature: Sinadura
|
31
|
+
signature_name: Sinaduraren izena
|
31
32
|
slogan: Leloa
|
32
33
|
slug: URL laburra
|
33
34
|
start_date: Hasiera-data
|
34
35
|
title: Izenburua
|
35
36
|
conference_media_link:
|
36
37
|
date: Data
|
37
|
-
link:
|
38
|
+
link: Esteka
|
38
39
|
title: Izenburua
|
40
|
+
weight: Hurrenkera
|
39
41
|
conference_partner:
|
40
|
-
link:
|
42
|
+
link: Esteka
|
41
43
|
logo: Logoa
|
42
44
|
name: Izena
|
43
45
|
partner_type: Lankidetza mota
|
46
|
+
weight: Hurrenkera
|
44
47
|
conference_registration_invite:
|
45
48
|
email: Helbide elektronikoa
|
46
49
|
name: Izena
|
@@ -50,18 +53,21 @@ eu:
|
|
50
53
|
description: Deskribapena
|
51
54
|
price: Prezioa
|
52
55
|
title: Izenburua
|
56
|
+
weight: Hurrenkera
|
53
57
|
conference_speaker:
|
54
|
-
affiliation:
|
55
|
-
avatar:
|
58
|
+
affiliation: Afiliazioa
|
59
|
+
avatar: Abatar
|
56
60
|
conference_meeting_ids: Honekin lotutako topaketak
|
57
|
-
full_name:
|
58
|
-
|
61
|
+
full_name: Izena
|
62
|
+
personal_url: URL pertsonala
|
63
|
+
position: Lekua
|
64
|
+
short_bio: Biografia laburra
|
59
65
|
twitter_handle: Twitter kontua
|
60
66
|
user_id: Erabiltzailea
|
61
67
|
conference_user_role:
|
62
|
-
email:
|
63
|
-
name:
|
64
|
-
role:
|
68
|
+
email: Helbide elektronikoa
|
69
|
+
name: Izena
|
70
|
+
role: Rola
|
65
71
|
errors:
|
66
72
|
models:
|
67
73
|
conference_registration_invite:
|
@@ -71,23 +77,23 @@ eu:
|
|
71
77
|
activerecord:
|
72
78
|
models:
|
73
79
|
decidim/conference:
|
74
|
-
one:
|
75
|
-
other:
|
80
|
+
one: Hitzaldia
|
81
|
+
other: Hitzaldiak
|
76
82
|
decidim/conference_speaker:
|
77
|
-
one:
|
78
|
-
other:
|
83
|
+
one: Jardunaldiko hizlaria
|
84
|
+
other: Jardunaldiko hizlariak
|
79
85
|
decidim/conference_user_role:
|
80
|
-
one:
|
81
|
-
other:
|
86
|
+
one: Jardunaldiko hizlari rola
|
87
|
+
other: Jardunaldiko hizlari rolak
|
82
88
|
decidim:
|
83
89
|
admin:
|
84
90
|
actions:
|
85
91
|
confirm: Berretsi
|
86
|
-
new_conference:
|
87
|
-
send_diplomas:
|
92
|
+
new_conference: Jardunaldi berria
|
93
|
+
send_diplomas: Bertaratze-ziurtagiriak bidali
|
88
94
|
conference_copies:
|
89
95
|
new:
|
90
|
-
copy:
|
96
|
+
copy: Kopiatu
|
91
97
|
select: Aukeratu zein datu bikoiztu nahi dituzun
|
92
98
|
title: Bilera bikoiztua
|
93
99
|
conference_publications:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -506,7 +506,7 @@ fi-pl:
|
|
506
506
|
highlighted_conferences:
|
507
507
|
active_conferences: Aktiiviset konferenssit
|
508
508
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
509
|
-
see_all_conferences:
|
509
|
+
see_all_conferences: Näytä kaikki konferenssit
|
510
510
|
photo:
|
511
511
|
image:
|
512
512
|
attributes:
|
data/config/locales/fi.yml
CHANGED
@@ -506,7 +506,7 @@ fi:
|
|
506
506
|
highlighted_conferences:
|
507
507
|
active_conferences: Aktiiviset konferenssit
|
508
508
|
conferences_button_title: Linkki Konferenssit-sivulle, jossa näkyvät kaikki konferenssit
|
509
|
-
see_all_conferences:
|
509
|
+
see_all_conferences: Näytä kaikki konferenssit
|
510
510
|
photo:
|
511
511
|
image:
|
512
512
|
attributes:
|
data/config/locales/gl.yml
CHANGED
@@ -490,7 +490,6 @@ gl:
|
|
490
490
|
highlighted_conferences:
|
491
491
|
active_conferences: Conferencias activas
|
492
492
|
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
493
|
-
see_all_conferences: Ver todas as conferencias
|
494
493
|
photo:
|
495
494
|
image:
|
496
495
|
attributes:
|
data/config/locales/hu.yml
CHANGED
@@ -505,7 +505,6 @@ hu:
|
|
505
505
|
highlighted_conferences:
|
506
506
|
active_conferences: Aktív konferenciák
|
507
507
|
conferences_button_title: Link a Konferenciák oldalra, ahol az összes konferencia látható
|
508
|
-
see_all_conferences: Lásd az összes konferenciát
|
509
508
|
photo:
|
510
509
|
image:
|
511
510
|
attributes:
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -494,7 +494,6 @@ it:
|
|
494
494
|
highlighted_conferences:
|
495
495
|
active_conferences: Conferenze attive
|
496
496
|
conferences_button_title: Link alla pagina Conferenze in cui sono visualizzate tutte le conferenze
|
497
|
-
see_all_conferences: Vedi tutte le conferenze
|
498
497
|
photo:
|
499
498
|
image:
|
500
499
|
attributes:
|
@@ -596,7 +595,7 @@ it:
|
|
596
595
|
one: "%{count} conferenza"
|
597
596
|
other: "%{count} conferenze"
|
598
597
|
promoted_conference:
|
599
|
-
more_info:
|
598
|
+
more_info: Ulteriori informazioni
|
600
599
|
take_part: Partecipa
|
601
600
|
conferences_nav:
|
602
601
|
conference_menu_item: Informazioni
|
data/config/locales/kaa.yml
CHANGED
@@ -1 +1,20 @@
|
|
1
1
|
kaa:
|
2
|
+
decidim:
|
3
|
+
admin:
|
4
|
+
conferences:
|
5
|
+
edit:
|
6
|
+
update: Jańalaw
|
7
|
+
media_links:
|
8
|
+
edit:
|
9
|
+
update: Jańalaw
|
10
|
+
partners:
|
11
|
+
edit:
|
12
|
+
update: Jańalaw
|
13
|
+
registration_types:
|
14
|
+
edit:
|
15
|
+
update: Jańalaw
|
16
|
+
conferences:
|
17
|
+
admin:
|
18
|
+
diplomas:
|
19
|
+
edit:
|
20
|
+
save: Saqlaw
|
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -504,7 +504,6 @@ lt:
|
|
504
504
|
highlighted_conferences:
|
505
505
|
active_conferences: Aktyvios konferencijos
|
506
506
|
conferences_button_title: Nuoroda į puslapį „Konferencijos“, kuriame pateikiamos visos konferencijos
|
507
|
-
see_all_conferences: Žiūrėti visas konferencijas
|
508
507
|
photo:
|
509
508
|
image:
|
510
509
|
attributes:
|
data/config/locales/lv.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -494,7 +494,6 @@ nl:
|
|
494
494
|
highlighted_conferences:
|
495
495
|
active_conferences: Actieve conferenties
|
496
496
|
conferences_button_title: Link naar de pagina Conferenties waarop alle conferenties worden weergegeven
|
497
|
-
see_all_conferences: Bekijk alle conferenties
|
498
497
|
photo:
|
499
498
|
image:
|
500
499
|
attributes:
|
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
@@ -494,7 +494,6 @@ pt-BR:
|
|
494
494
|
highlighted_conferences:
|
495
495
|
active_conferences: Conferências ativas
|
496
496
|
conferences_button_title: Link para a página de Conferências exibindo todas as conferências
|
497
|
-
see_all_conferences: Veja todas as conferências
|
498
497
|
photo:
|
499
498
|
image:
|
500
499
|
attributes:
|
data/config/locales/pt.yml
CHANGED
@@ -494,7 +494,6 @@ pt:
|
|
494
494
|
highlighted_conferences:
|
495
495
|
active_conferences: Conferências ativas
|
496
496
|
conferences_button_title: Ligação para a página de Conferências que mostra todas as conferências
|
497
|
-
see_all_conferences: Ver todas as conferências
|
498
497
|
photo:
|
499
498
|
image:
|
500
499
|
attributes:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -510,7 +510,6 @@ ro:
|
|
510
510
|
highlighted_conferences:
|
511
511
|
active_conferences: Conferințe active
|
512
512
|
conferences_button_title: Link către pagina de conferințe care afișează toate conferințele
|
513
|
-
see_all_conferences: Vezi toate conferințele
|
514
513
|
photo:
|
515
514
|
image:
|
516
515
|
attributes:
|
data/config/locales/sk.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -499,7 +499,7 @@ sv:
|
|
499
499
|
highlighted_conferences:
|
500
500
|
active_conferences: Pågående konferenser
|
501
501
|
conferences_button_title: Länk till sidan över konferenser som visar alla konferenser
|
502
|
-
see_all_conferences:
|
502
|
+
see_all_conferences: Se alla konferenser
|
503
503
|
photo:
|
504
504
|
image:
|
505
505
|
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.26.
|
4
|
+
version: 0.26.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
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.26.
|
19
|
+
version: 0.26.8
|
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.26.
|
26
|
+
version: 0.26.8
|
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.26.
|
33
|
+
version: 0.26.8
|
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.26.
|
40
|
+
version: 0.26.8
|
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.26.
|
75
|
+
version: 0.26.8
|
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.26.
|
82
|
+
version: 0.26.8
|
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.26.
|
89
|
+
version: 0.26.8
|
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.26.
|
96
|
+
version: 0.26.8
|
97
97
|
description: Conferences component for decidim.
|
98
98
|
email:
|
99
99
|
- isaac.mg@coditramuntana.com
|
@@ -332,6 +332,7 @@ files:
|
|
332
332
|
- app/views/layouts/decidim/conference.html.erb
|
333
333
|
- app/views/layouts/decidim/diploma.html.erb
|
334
334
|
- config/assets.rb
|
335
|
+
- config/environment.rb
|
335
336
|
- config/initializers/wicked_pdf.rb
|
336
337
|
- config/locales/am-ET.yml
|
337
338
|
- config/locales/ar-SA.yml
|