decidim-conferences 0.26.5 → 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/_form.html.erb +3 -3
- 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/app/views/decidim/conferences/conferences/show.html.erb +2 -2
- data/config/environment.rb +0 -0
- data/config/locales/ar.yml +1 -1
- data/config/locales/ca.yml +1 -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 +37 -31
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +2 -2
- data/config/locales/gl.yml +0 -1
- data/config/locales/hu.yml +67 -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 +1 -2
- 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 +611 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +13 -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
|
|
@@ -32,11 +32,11 @@
|
|
32
32
|
</div>
|
33
33
|
|
34
34
|
<div class="row column">
|
35
|
-
<%= form.translated :editor, :description
|
35
|
+
<%= form.translated :editor, :description %>
|
36
36
|
</div>
|
37
37
|
|
38
38
|
<div class="row column">
|
39
|
-
<%= form.translated :editor, :objectives
|
39
|
+
<%= form.translated :editor, :objectives %>
|
40
40
|
</div>
|
41
41
|
|
42
42
|
<div class="row column">
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</div>
|
85
85
|
|
86
86
|
<div class="row column" id="conference_registrations_terms">
|
87
|
-
<%= form.translated :editor, :registration_terms %>
|
87
|
+
<%= form.translated :editor, :registration_terms, toolbar: :content %>
|
88
88
|
</div>
|
89
89
|
|
90
90
|
<div class="row column">
|
@@ -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
|
|
@@ -20,12 +20,12 @@ edit_link(
|
|
20
20
|
<div class="columns mediumlarge-12">
|
21
21
|
<section class="section">
|
22
22
|
<h3 class="section-heading"><%= t("conferences.show.introduction", scope: "decidim") %></h3>
|
23
|
-
<%=
|
23
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.short_description) %>
|
24
24
|
</section>
|
25
25
|
<hr class="reset mt-none mb-m">
|
26
26
|
<section class="section">
|
27
27
|
<h3 class="section-heading"><%= t("conferences.show.details", scope: "decidim") %></h3>
|
28
|
-
<%=
|
28
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.description) %>
|
29
29
|
<div class="row mt-l mb-l">
|
30
30
|
<div class="column medium-9 medium-centered">
|
31
31
|
<% if current_participatory_space.registrations_enabled? %>
|
File without changes
|
data/config/locales/ar.yml
CHANGED
@@ -28,6 +28,7 @@ ar:
|
|
28
28
|
show_statistics: عرض الإحصائيات
|
29
29
|
sign_date: تاريخ التوقيع
|
30
30
|
signature: التوقيع
|
31
|
+
signature_name: اسم التوقيع
|
31
32
|
slogan: شعار
|
32
33
|
slug: سبيكة العنوان الشبكي
|
33
34
|
start_date: تاريخ البداية
|
@@ -510,7 +511,6 @@ ar:
|
|
510
511
|
highlighted_conferences:
|
511
512
|
active_conferences: المؤتمرات النشطة
|
512
513
|
conferences_button_title: رابط إلى صفحة المؤتمرات لعرض جميع المؤتمرات
|
513
|
-
see_all_conferences: رؤية جميع المؤتمرات
|
514
514
|
photo:
|
515
515
|
image:
|
516
516
|
attributes:
|
data/config/locales/ca.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:
|