decidim-conferences 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/assets/images/decidim/conferences/conference.svg +1 -3
- data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
- data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
- data/app/cells/decidim/conferences/content_blocks/highlighted_conferences/show.erb +9 -10
- data/app/cells/decidim/conferences/media_link/show.erb +2 -2
- data/app/cells/decidim/conferences/partner_cell.rb +1 -1
- data/app/cells/decidim/conferences/photo/show.erb +3 -5
- data/app/cells/decidim/conferences/photo_cell.rb +2 -2
- data/app/cells/decidim/conferences/photos_list/show.erb +1 -1
- data/app/cells/decidim/conferences/registration_type/join_conference.erb +1 -1
- data/app/commands/decidim/conferences/admin/create_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/create_conference_admin.rb +2 -1
- data/app/commands/decidim/conferences/admin/notify_role_assigned_to_conference.rb +22 -0
- data/app/commands/decidim/conferences/admin/update_conference.rb +3 -3
- data/app/commands/decidim/conferences/admin/update_conference_admin.rb +2 -1
- data/app/controllers/concerns/decidim/conferences/admin/filterable.rb +27 -0
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conference_user_roles_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/conferences_controller.rb +4 -4
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +2 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +2 -1
- data/app/events/decidim/conferences/conference_role_assigned_event.rb +30 -0
- data/app/jobs/decidim/conferences/admin/send_conference_diploma_job.rb +1 -1
- data/app/models/decidim/conference.rb +25 -0
- data/app/models/decidim/conference_user_role.rb +1 -1
- data/app/permissions/decidim/conferences/permissions.rb +9 -0
- data/app/presenters/decidim/conferences/conference_stats_presenter.rb +1 -1
- data/app/types/decidim/conferences/conference_media_link_type.rb +19 -0
- data/app/types/decidim/conferences/conference_partner_type.rb +20 -0
- data/app/types/decidim/conferences/conference_speaker_type.rb +24 -0
- data/app/types/decidim/conferences/conference_type.rb +45 -0
- data/app/views/decidim/conferences/_order_by_conferences.html.erb +1 -1
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +2 -2
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +3 -2
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +7 -3
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/conference_program/_program_item.html.erb +6 -4
- data/app/views/decidim/conferences/conference_program/show.html.erb +6 -6
- data/app/views/decidim/conferences/conference_registration_mailer/confirmation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_registration_mailer/pending_validation.html.erb +1 -1
- data/app/views/decidim/conferences/conference_speakers/index.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
- data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +3 -3
- data/app/views/decidim/conferences/conferences/show.html.erb +7 -13
- data/app/views/decidim/conferences/media/index.html.erb +3 -3
- data/app/views/layouts/decidim/_conference_hero.html.erb +4 -8
- data/app/views/layouts/decidim/_conferences_nav.html.erb +2 -2
- data/app/views/layouts/decidim/admin/conference.html.erb +2 -2
- data/app/views/layouts/decidim/conference.html.erb +3 -5
- data/config/locales/ar.yml +4 -2
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/ca.yml +9 -0
- data/config/locales/cs.yml +16 -7
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +9 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +580 -0
- data/config/locales/en.yml +9 -0
- data/config/locales/es-MX.yml +9 -0
- data/config/locales/es-PY.yml +9 -0
- data/config/locales/es.yml +9 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/fi-plain.yml +9 -0
- data/config/locales/fi.yml +13 -4
- data/config/locales/fr-CA.yml +580 -0
- data/config/locales/fr.yml +9 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +5 -1
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/it.yml +168 -159
- data/config/locales/ja-JP.yml +575 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +584 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +9 -0
- data/config/locales/no.yml +566 -0
- data/config/locales/pl.yml +192 -182
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +238 -229
- data/config/locales/ro-RO.yml +536 -0
- data/config/locales/sk-SK.yml +585 -0
- data/config/locales/sk.yml +585 -0
- data/config/locales/sl.yml +37 -0
- data/config/locales/sr-CS.yml +19 -0
- data/config/locales/sv.yml +22 -13
- data/db/migrate/20200320105913_index_foreign_keys_in_decidim_conferences.rb +7 -0
- data/db/migrate/20200320105914_index_foreign_keys_in_decidim_conferences_conference_invites.rb +7 -0
- data/db/migrate/20200320105915_index_foreign_keys_in_decidim_conferences_conference_registrations.rb +7 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/conferences/participatory_space.rb +10 -1
- data/lib/decidim/conferences/test/factories.rb +16 -0
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +39 -12
- data/app/views/decidim/conferences/conference_widgets/show.html.erb +0 -11
@@ -13,17 +13,17 @@ edit_link(
|
|
13
13
|
<div class="columns mediumlarge-12 conference-media">
|
14
14
|
<% if @media_links.any? %>
|
15
15
|
<section>
|
16
|
-
<
|
16
|
+
<h3 class="section-heading"><%= t("media.index.title", scope: "decidim") %></h3>
|
17
17
|
<p><%= t("media.index.description", scope: "decidim") %></p>
|
18
18
|
</section>
|
19
19
|
<hr class="reset mt-none mb-s">
|
20
|
-
<
|
20
|
+
<div class="media-links">
|
21
21
|
<ul class="list-reset">
|
22
22
|
<% @media_links.each do |media_link| %>
|
23
23
|
<%= cell "decidim/conferences/media_link", media_link %>
|
24
24
|
<% end %>
|
25
25
|
</ul>
|
26
|
-
</
|
26
|
+
</div>
|
27
27
|
<hr class="reset mt-none mb-s">
|
28
28
|
<% end %>
|
29
29
|
<%= attachments_for_conference current_participatory_space %>
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<h1 class="text-highlight hero-heading mb-none">
|
7
7
|
<%= translated_attribute(current_participatory_space.title) %>
|
8
8
|
</h1>
|
9
|
-
<
|
9
|
+
<h2 class="text-highlight">
|
10
10
|
<% if current_participatory_space.hashtag.present? %>
|
11
11
|
<span class="process-header__hashtag card__link">
|
12
12
|
<%= link_to "##{current_participatory_space.hashtag}", "https://twitter.com/hashtag/#{current_participatory_space.hashtag}", target: "_blank" %>
|
13
13
|
</span>
|
14
14
|
<% end %>
|
15
15
|
<%= translated_attribute(current_participatory_space.slogan) %>
|
16
|
-
</
|
16
|
+
</h2>
|
17
17
|
</div>
|
18
18
|
</div>
|
19
19
|
<div class="row">
|
@@ -26,17 +26,13 @@
|
|
26
26
|
</div>
|
27
27
|
<% if current_participatory_space.registrations_enabled? %>
|
28
28
|
<div class="column medium-3 end">
|
29
|
-
<%= link_to decidim_conferences.conference_registration_types_path(current_participatory_space)
|
30
|
-
<button type="button" class="button button--sc light expanded"><%= t(".register") %></button>
|
31
|
-
<% end %>
|
29
|
+
<%= link_to t(".register"), decidim_conferences.conference_registration_types_path(current_participatory_space), class:"button button--sc light expanded" %>
|
32
30
|
</div>
|
33
31
|
<% end %>
|
34
32
|
<% current_participatory_space.components.where(manifest_name: "meetings").each do |component_meeting| %>
|
35
33
|
<% if component_meeting.published? || component_meeting == self.try(:current_component) %>
|
36
34
|
<div class="column medium-3 end">
|
37
|
-
<%= link_to decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id)
|
38
|
-
<button type="button" class="button button--sc secondary light expanded"><%= translated_attribute(component_meeting.name) %></button>
|
39
|
-
<% end %>
|
35
|
+
<%= link_to translated_attribute(component_meeting.name), decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id), class:"button button--sc light hollow expanded" %>
|
40
36
|
</div>
|
41
37
|
<% end %>
|
42
38
|
<% end %>
|
@@ -16,11 +16,11 @@
|
|
16
16
|
active: is_active_link?(decidim_conferences.conference_conference_speakers_path(current_participatory_space), :inclusive)
|
17
17
|
} : nil
|
18
18
|
] + meeting_components.map do |component|
|
19
|
-
{
|
19
|
+
Decidim::Meetings::Meeting.visible_meeting_for(current_user).any? ? {
|
20
20
|
name: translated_attribute(component.name),
|
21
21
|
url: decidim_conferences.conference_conference_program_path(current_participatory_space, id: component.id),
|
22
22
|
active: is_active_link?(decidim_conferences.conference_conference_program_path(current_participatory_space, id: component.id), :inclusive)
|
23
|
-
}
|
23
|
+
} : nil
|
24
24
|
end + [
|
25
25
|
current_participatory_space.partners.any? ? {
|
26
26
|
name: t(".conference_partners_menu_item"),
|
@@ -10,9 +10,9 @@
|
|
10
10
|
<% if allowed_to? :read, :component, conference: current_participatory_space %>
|
11
11
|
<li <% if is_active_link?(decidim_admin_conferences.components_path(current_participatory_space)) %> class="is-active" <% end %>>
|
12
12
|
<%= aria_selected_link_to t("components", scope: "decidim.admin.menu.conferences_submenu"), decidim_admin_conferences.components_path(current_participatory_space) %>
|
13
|
-
<ul>
|
13
|
+
<ul id="components-list">
|
14
14
|
<% current_participatory_space.components.each do |component| %>
|
15
|
-
<% if component.manifest.admin_engine %>
|
15
|
+
<% if component.manifest.admin_engine && user_role_config.component_is_accessible?(component.manifest_name) %>
|
16
16
|
<li <% if is_active_link?(manage_component_path(component)) || is_active_link?(decidim_admin_conferences.edit_component_path(current_participatory_space, component)) || is_active_link?(decidim_admin_conferences.edit_component_permissions_path(current_participatory_space, component)) %> class="is-active" <% end %>>
|
17
17
|
<%= link_to manage_component_path(component) do %>
|
18
18
|
<%= translated_attribute component.name %>
|
@@ -8,11 +8,9 @@
|
|
8
8
|
<%= render "layouts/decidim/application" do %>
|
9
9
|
<%= render partial: "layouts/decidim/conference_hero" %>
|
10
10
|
<%= render partial: "layouts/decidim/conferences_nav" %>
|
11
|
-
<
|
12
|
-
|
13
|
-
|
14
|
-
</div>
|
15
|
-
</section>
|
11
|
+
<div class="wrapper">
|
12
|
+
<%= yield %>
|
13
|
+
</div>
|
16
14
|
|
17
15
|
<% if content_for? :expanded %>
|
18
16
|
<div class="expanded">
|
data/config/locales/ar.yml
CHANGED
@@ -16,7 +16,7 @@ ar:
|
|
16
16
|
promoted: سلط الضوء
|
17
17
|
published_at: نشرت في
|
18
18
|
scope_id: نطاق
|
19
|
-
scopes_enabled:
|
19
|
+
scopes_enabled: النطاقات المُفعّلَة
|
20
20
|
short_description: وصف قصير
|
21
21
|
show_statistics: عرض الإحصائيات
|
22
22
|
slogan: شعار
|
@@ -161,6 +161,7 @@ ar:
|
|
161
161
|
attachments: مرفقات
|
162
162
|
categories: الاقسام
|
163
163
|
components: المكونات
|
164
|
+
conference_admins: المشرفون على المؤتمر
|
164
165
|
conference_invites: تدعو
|
165
166
|
conference_speakers: مكبرات الصوت
|
166
167
|
diploma: شهادة حضور
|
@@ -384,7 +385,7 @@ ar:
|
|
384
385
|
registration: التسجيل
|
385
386
|
conference_program:
|
386
387
|
program_meeting:
|
387
|
-
content:
|
388
|
+
content: المحتوى
|
388
389
|
location: موقعك
|
389
390
|
speakers: مكبرات الصوت
|
390
391
|
streaming: تدفق
|
@@ -395,6 +396,7 @@ ar:
|
|
395
396
|
confirmation:
|
396
397
|
confirmed_html: تم تأكيد تسجيلك للمؤتمر <a href="%{url}">%{title}</a>.
|
397
398
|
details_1: 'أنت مسجل في المؤتمر مع %{registration_type} نوع. تبلغ تكلفتها %{price} ويمكنك حضور الأحداث التالية:'
|
399
|
+
details_2: سوف تجد تفاصيل المحاضرة في المرفقات.
|
398
400
|
pending_validation:
|
399
401
|
confirmation_pending: سوف تتلقى التأكيد قريبا
|
400
402
|
details: 'لقد قمت بالتسجيل إلى %{registration_type} نوع بتكلفة %{price} ويمكنك حضور الأحداث التالية:'
|
data/config/locales/ca.yml
CHANGED
@@ -183,6 +183,7 @@ ca:
|
|
183
183
|
admin: Administradora
|
184
184
|
collaborator: Col·laboradora
|
185
185
|
moderator: Moderadora
|
186
|
+
valuator: Avaluadora
|
186
187
|
media_link:
|
187
188
|
fields:
|
188
189
|
date: Data
|
@@ -461,6 +462,9 @@ ca:
|
|
461
462
|
active_conferences: Jornades actives
|
462
463
|
see_all_conferences: Veure totes les jornades
|
463
464
|
photo:
|
465
|
+
image:
|
466
|
+
attributes:
|
467
|
+
alt: Imatge
|
464
468
|
show:
|
465
469
|
close_modal: Tanca el modal
|
466
470
|
photo: Imatge
|
@@ -524,6 +528,11 @@ ca:
|
|
524
528
|
email_outro: Has rebut aquesta notificació perquè segueixes la jornada "%{resource_title}". Pots deixar de seguir-la des de l'enllaç anterior.
|
525
529
|
email_subject: S'han activat les inscripcions per a la jornada "%{resource_title}".
|
526
530
|
notification_title: S'han habilitat les inscripcions a la jornada <a href="%{resource_path}">%{resource_title}</a>.
|
531
|
+
role_assigned:
|
532
|
+
email_intro: T'han assignat el rol de %{role} a la jornada "%{resource_title}".
|
533
|
+
email_outro: Reps aquesta notificació perquè se t'ha assignat el rol de %{role} a la jornada "%{resource_title}".
|
534
|
+
email_subject: Se t'ha assignat el rol de %{role} a "%{resource_title}".
|
535
|
+
notification_title: Se t'ha assignat el rol de %{role} a la jornada <a href="%{resource_url}">%{resource_title}</a>.
|
527
536
|
upcoming_conference:
|
528
537
|
email_intro: 'La jornada "%{resource_title}" es durà a terme en 2 dies. Pots llegir-ne la descripció des de la pàgina:'
|
529
538
|
email_outro: Has rebut aquesta notificació perquè estàs seguint la jornada "%{resource_title}". Podeu deixar-la de seguir-a des de l'enllaç anterior.
|
data/config/locales/cs.yml
CHANGED
@@ -161,7 +161,7 @@ cs:
|
|
161
161
|
diploma: Potvrzení o účasti
|
162
162
|
info: Info
|
163
163
|
media_links: Odkazy na média
|
164
|
-
moderations:
|
164
|
+
moderations: Moderování
|
165
165
|
partners: Partneři
|
166
166
|
registration_types: Typy registrace
|
167
167
|
registrations: Registrace
|
@@ -169,7 +169,7 @@ cs:
|
|
169
169
|
models:
|
170
170
|
conference:
|
171
171
|
fields:
|
172
|
-
created_at: Vytvořeno
|
172
|
+
created_at: Vytvořeno v
|
173
173
|
promoted: Propagováno
|
174
174
|
published: Publikováno
|
175
175
|
title: Název
|
@@ -189,6 +189,7 @@ cs:
|
|
189
189
|
admin: Správce
|
190
190
|
collaborator: Spolupracovník
|
191
191
|
moderator: Moderátor
|
192
|
+
valuator: Hodnotitel
|
192
193
|
media_link:
|
193
194
|
fields:
|
194
195
|
date: datum
|
@@ -272,7 +273,7 @@ cs:
|
|
272
273
|
conference_registration:
|
273
274
|
confirm: "%{user_name} potvrdil registraci konference na konferenci %{resource_name}"
|
274
275
|
partner:
|
275
|
-
create: "%{user_name}
|
276
|
+
create: "%{user_name} vytvořil %{resource_name} na konferenci %{space_name}"
|
276
277
|
delete: "%{user_name} odstranil uživatele %{resource_name} z konference %{space_name}"
|
277
278
|
update: "%{user_name} aktualizoval %{resource_name} v konferenci %{space_name}"
|
278
279
|
registration_type:
|
@@ -387,7 +388,7 @@ cs:
|
|
387
388
|
conference_registration_mailer:
|
388
389
|
confirmation:
|
389
390
|
confirmed_html: Vaše registrace pro konferenci <a href="%{url}">%{title}</a> byla potvrzena.
|
390
|
-
details_1: 'Jste přihlášeni do konference s typem %{registration_type}
|
391
|
+
details_1: 'Jste přihlášeni do konference s typem %{registration_type}. Má cenu %{price} a můžete se zúčastnit následujících akcí:'
|
391
392
|
details_2: Podrobnosti o konferenci naleznete v příloze.
|
392
393
|
pending_validation:
|
393
394
|
confirmation_pending: Potvrzení obdržíte brzy
|
@@ -445,7 +446,7 @@ cs:
|
|
445
446
|
models:
|
446
447
|
conference_invite:
|
447
448
|
fields:
|
448
|
-
email: E-
|
449
|
+
email: E-mail
|
449
450
|
name: název
|
450
451
|
registration_type: Typ registrace
|
451
452
|
sent_at: Odeslané
|
@@ -456,7 +457,7 @@ cs:
|
|
456
457
|
sent: Odeslaná
|
457
458
|
conference_registration:
|
458
459
|
fields:
|
459
|
-
email: E-
|
460
|
+
email: E-mail
|
460
461
|
name: název
|
461
462
|
registration_type: Typ registrace
|
462
463
|
state: Stát
|
@@ -469,6 +470,9 @@ cs:
|
|
469
470
|
active_conferences: Aktivní konference
|
470
471
|
see_all_conferences: Podívejte se na všechny konference
|
471
472
|
photo:
|
473
|
+
image:
|
474
|
+
attributes:
|
475
|
+
alt: Obrázek médií
|
472
476
|
show:
|
473
477
|
close_modal: Zavřít modální
|
474
478
|
photo: Fotografie
|
@@ -499,7 +503,7 @@ cs:
|
|
499
503
|
comments_count: Komentáře
|
500
504
|
conference_count: Konference
|
501
505
|
debates_count: Debaty
|
502
|
-
endorsements_count:
|
506
|
+
endorsements_count: Schválení
|
503
507
|
headline: Aktivita
|
504
508
|
meetings_count: Setkání
|
505
509
|
orders_count: Hlasy
|
@@ -532,6 +536,11 @@ cs:
|
|
532
536
|
email_outro: Toto upozornění jste obdrželi, protože jste sledovali konferenci "%{resource_title}". Můžete jej odhlásit od předchozího odkazu.
|
533
537
|
email_subject: Konference "%{resource_title}" povolila registrace.
|
534
538
|
notification_title: Konference <a href="%{resource_path}">%{resource_title}</a> povolila registrace.
|
539
|
+
role_assigned:
|
540
|
+
email_intro: Byli jste přiřazeni jako %{role} pro konferenci "%{resource_title}".
|
541
|
+
email_outro: Obdrželi jste toto oznámení, protože jste %{role} z konference "%{resource_title}".
|
542
|
+
email_subject: Byl jste přiřazen jako %{role} pro "%{resource_title}".
|
543
|
+
notification_title: Byl jste přiřazen jako %{role} pro konferenci <a href="%{resource_url}">%{resource_title}</a>.
|
535
544
|
upcoming_conference:
|
536
545
|
email_intro: 'Konference "%{resource_title}" se koná za 2 dny. Můžete si přečíst popis z jeho stránky:'
|
537
546
|
email_outro: Toto upozornění jste obdrželi, protože jste sledovali konferenci "%{resource_title}". Můžete jej odhlásit od předchozího odkazu.
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
data/config/locales/de.yml
CHANGED
@@ -183,6 +183,7 @@ de:
|
|
183
183
|
admin: Administrator
|
184
184
|
collaborator: Mitarbeiter
|
185
185
|
moderator: Moderator
|
186
|
+
valuator: Schätzer
|
186
187
|
media_link:
|
187
188
|
fields:
|
188
189
|
date: Datum
|
@@ -461,6 +462,9 @@ de:
|
|
461
462
|
active_conferences: Aktive Konferenzen
|
462
463
|
see_all_conferences: Alle Konferenzen anzeigen
|
463
464
|
photo:
|
465
|
+
image:
|
466
|
+
attributes:
|
467
|
+
alt: Pressebild
|
464
468
|
show:
|
465
469
|
close_modal: Modal schließen
|
466
470
|
photo: Bild
|
@@ -524,6 +528,11 @@ de:
|
|
524
528
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie die Konferenz "%{resource_title}" verfolgen. Sie können es aus dem vorherigen Link entfernen.
|
525
529
|
email_subject: Die "%{resource_title}" -Konferenz hat Registrierungen ermöglicht.
|
526
530
|
notification_title: Die <a href="%{resource_path}">%{resource_title}</a> Konferenz hat Registrierungen ermöglicht.
|
531
|
+
role_assigned:
|
532
|
+
email_intro: Sie wurden als %{role} für die Konferenz „%{resource_title}“ ausgewählt.
|
533
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein %{role} der Konferenz „%{resource_title}“ sind.
|
534
|
+
email_subject: Sie wurden als %{role} für „%{resource_title}“ ausgewählt.
|
535
|
+
notification_title: Sie wurden als %{role} für die Konferenz <a href="%{resource_url}">%{resource_title}</a> ausgewählt.
|
527
536
|
upcoming_conference:
|
528
537
|
email_intro: 'Die "%{resource_title}" -Konferenz findet in 2 Tagen statt. Sie können die Beschreibung von ihrer Seite lesen:'
|
529
538
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie die Konferenz "%{resource_title}" verfolgen. Sie können es aus dem vorherigen Link aufheben.
|
@@ -0,0 +1 @@
|
|
1
|
+
el:
|
@@ -0,0 +1,580 @@
|
|
1
|
+
el:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
conference:
|
5
|
+
assemblies_ids: Σχετικές συνελεύσεις
|
6
|
+
banner_image: Εικόνα διαφημιστικού πλαισίου
|
7
|
+
consultations_ids: Σχετικές διαβουλεύσεις
|
8
|
+
copy_categories: Αντιγραφή κατηγοριών
|
9
|
+
copy_components: Αντιγραφή στοιχείων
|
10
|
+
copy_features: Αντιγραφή χαρακτηριστικών
|
11
|
+
decidim_scope_id: Πεδίο εφαρμογής
|
12
|
+
description: Περιγραφή
|
13
|
+
hashtag: Hashtag
|
14
|
+
hero_image: Εικόνα αρχικής σελίδας
|
15
|
+
participatory_processes_ids: Σχετικές διαδικασίες συμμετοχής
|
16
|
+
promoted: Επισημάνθηκε
|
17
|
+
published_at: Δημοσιεύτηκε στις
|
18
|
+
scope_id: Πεδίο εφαρμογής
|
19
|
+
scopes_enabled: Ενεργοποιημένα πεδία εφαρμογών
|
20
|
+
short_description: Σύντομη περιγραφή
|
21
|
+
show_statistics: Εμφάνιση στατιστικών
|
22
|
+
slogan: Σύνθημα
|
23
|
+
slug: Slug διεύθυνσης URL
|
24
|
+
title: Τίτλος
|
25
|
+
conference_speaker:
|
26
|
+
full_name: Ονοματεπώνυμο
|
27
|
+
conference_user_role:
|
28
|
+
email: Email
|
29
|
+
name: Όνομα
|
30
|
+
role: Ρόλος
|
31
|
+
errors:
|
32
|
+
models:
|
33
|
+
conference_registration_invite:
|
34
|
+
attributes:
|
35
|
+
email:
|
36
|
+
already_invited: Αυτή η διεύθυνση email έχει ήδη προσκληθεί
|
37
|
+
activerecord:
|
38
|
+
models:
|
39
|
+
decidim/conference:
|
40
|
+
one: Διάσκεψη
|
41
|
+
other: Διασκέψεις
|
42
|
+
decidim/conference_speaker:
|
43
|
+
one: Ομιλητής διάσκεψης
|
44
|
+
other: Ομιλητές διάσκεψης
|
45
|
+
decidim/conference_user_role:
|
46
|
+
one: Ρόλος χρήστη διάσκεψης
|
47
|
+
other: Ρόλοι χρήστη διάσκεψης
|
48
|
+
decidim:
|
49
|
+
admin:
|
50
|
+
actions:
|
51
|
+
confirm: Επιβεβαίωση
|
52
|
+
new_conference: Νέα διάσκεψη
|
53
|
+
send_diplomas: Αποστολή πιστοποιητικών παρακολούθησης
|
54
|
+
conference_copies:
|
55
|
+
new:
|
56
|
+
copy: Αντιγραφή
|
57
|
+
select: Επιλέξτε ποια δεδομένα θέλετε να αντιγράψετε
|
58
|
+
title: Αντιγραφή διάσκεψης
|
59
|
+
conference_publications:
|
60
|
+
create:
|
61
|
+
error: Υπήρξε ένα πρόβλημα κατά τη δημοσίευση αυτής της διάσκεψης.
|
62
|
+
success: Η διάσκεψη δημοσιεύτηκε με επιτυχία.
|
63
|
+
destroy:
|
64
|
+
error: Υπήρξε ένα πρόβλημα κατά την κατάργηση δημοσίευσης αυτής της διάσκεψης.
|
65
|
+
success: Η δημοσίευση της διάσκεψης καταργήθηκε με επιτυχία.
|
66
|
+
conference_registration:
|
67
|
+
confirm:
|
68
|
+
error: Υπήρξε ένα πρόβλημα κατά την επιβεβαίωση αυτής της εγγραφής διάσκεψης.
|
69
|
+
success: Η εγγραφή διάσκεψης επιβεβαιώθηκε με επιτυχία.
|
70
|
+
conference_speakers:
|
71
|
+
create:
|
72
|
+
error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός ομιλητή για αυτήν τη διάσκεψη.
|
73
|
+
success: Ο ομιλητής διάσκεψης δημιουργήθηκε με επιτυχία.
|
74
|
+
destroy:
|
75
|
+
success: Ο ομιλητής διάσκεψης διαγράφηκε με επιτυχία.
|
76
|
+
edit:
|
77
|
+
title: Ενημέρωση ομιλητή διάσκεψης.
|
78
|
+
update: Ενημέρωση
|
79
|
+
index:
|
80
|
+
conference_speakers_title: Ομιλητές διάσκεψης
|
81
|
+
new:
|
82
|
+
create: Δημιουργία
|
83
|
+
title: Νέος ομιλητής διάσκεψης.
|
84
|
+
update:
|
85
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του ομιλητή διάσκεψης.
|
86
|
+
success: Ο ομιλητής διάσκεψης ενημερώθηκε με επιτυχία.
|
87
|
+
conference_user_roles:
|
88
|
+
create:
|
89
|
+
error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός διαχειριστή σε αυτήν τη διάσκεψη.
|
90
|
+
success: Ο διαχειριστής διάσκεψης προστέθηκε με επιτυχία.
|
91
|
+
destroy:
|
92
|
+
success: Ο διαχειριστής διάσκεψης καταργήθηκε με επιτυχία.
|
93
|
+
edit:
|
94
|
+
title: Ενημέρωση διαχειριστή διάσκεψης.
|
95
|
+
update: Ενημέρωση
|
96
|
+
index:
|
97
|
+
conference_admins_title: διαχειριστές διάσκεψης
|
98
|
+
new:
|
99
|
+
create: Δημιουργία
|
100
|
+
title: Νέος διαχειριστής διάσκεψης.
|
101
|
+
update:
|
102
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή διάσκεψης.
|
103
|
+
success: Ο διαχειριστής διάσκεψης ενημερώθηκε με επιτυχία.
|
104
|
+
conferences:
|
105
|
+
create:
|
106
|
+
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της διάσκεψης.
|
107
|
+
success: Η διάσκεψη δημιουργήθηκε με επιτυχία.
|
108
|
+
edit:
|
109
|
+
update: Ενημέρωση
|
110
|
+
exports:
|
111
|
+
registrations: Εγγραφές
|
112
|
+
form:
|
113
|
+
title: Γενικές πληροφορίες
|
114
|
+
index:
|
115
|
+
not_published: Δεν έχει δημοσιευτεί
|
116
|
+
published: Δημοσιεύτηκε
|
117
|
+
new:
|
118
|
+
create: Δημιουργία
|
119
|
+
title: Διάσκεψη
|
120
|
+
update:
|
121
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της διάσκεψης.
|
122
|
+
success: Η διάσκεψη ενημερώθηκε με επιτυχία.
|
123
|
+
conferences_copies:
|
124
|
+
create:
|
125
|
+
error: Υπήρξε ένα πρόβλημα κατά την αντιγραφή αυτής της διάσκεψης.
|
126
|
+
success: Η διάσκεψη αντιγράφτηκε με επιτυχία.
|
127
|
+
media_links:
|
128
|
+
create:
|
129
|
+
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου συνδέσμου πολυμέσων.
|
130
|
+
success: Ο σύνδεσμος πολυμέσων δημιουργήθηκε με επιτυχία.
|
131
|
+
destroy:
|
132
|
+
success: Ο σύνδεσμος πολυμέσων διαγράφηκε με επιτυχία.
|
133
|
+
edit:
|
134
|
+
title: Ενημέρωση συνδέσμου πολυμέσων.
|
135
|
+
update: Ενημέρωση
|
136
|
+
index:
|
137
|
+
media_links_title: Σύνδεσμοι πολυμέσων
|
138
|
+
new:
|
139
|
+
create: Δημιουργία
|
140
|
+
title: Σύνδεσμος πολυμέσων
|
141
|
+
update:
|
142
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του συνδέσμου πολυμέσων.
|
143
|
+
success: Ο σύνδεσμος πολυμέσων ενημερώθηκε με επιτυχία.
|
144
|
+
menu:
|
145
|
+
conferences: Διασκέψεις
|
146
|
+
conferences_submenu:
|
147
|
+
attachment_collections: Φάκελοι
|
148
|
+
attachment_files: Αρχεία
|
149
|
+
attachments: Συνημμένα
|
150
|
+
categories: Κατηγορίες
|
151
|
+
components: Στοιχεία
|
152
|
+
conference_admins: Διαχειριστές διάσκεψης
|
153
|
+
conference_invites: Προσκλήσεις
|
154
|
+
conference_speakers: Ομιλητές
|
155
|
+
diploma: Πιστοποιητικό παρακολούθησης
|
156
|
+
info: Πληροφορίες
|
157
|
+
media_links: Σύνδεσμοι πολυμέσων
|
158
|
+
moderations: Εποπτεύσεις
|
159
|
+
partners: Συνεργάτες
|
160
|
+
registration_types: Τύποι εγγραφής
|
161
|
+
registrations: Εγγραφές
|
162
|
+
user_registrations: Εγγραφές χρήστη
|
163
|
+
models:
|
164
|
+
conference:
|
165
|
+
fields:
|
166
|
+
created_at: Δημιουργήθηκε στις
|
167
|
+
promoted: Επισημάνθηκε
|
168
|
+
published: Δημοσιεύτηκε
|
169
|
+
title: Τίτλος
|
170
|
+
conference_speaker:
|
171
|
+
fields:
|
172
|
+
affiliation: Σχέση
|
173
|
+
full_name: Ονοματεπώνυμο
|
174
|
+
position: Θέση
|
175
|
+
name: Ομιλητής διάσκεψης
|
176
|
+
conference_user_role:
|
177
|
+
fields:
|
178
|
+
email: Email
|
179
|
+
name: Όνομα
|
180
|
+
role: Ρόλος
|
181
|
+
name: Διαχειριστής διάσκεψης
|
182
|
+
roles:
|
183
|
+
admin: Διαχειριστής
|
184
|
+
collaborator: Συνεργάτης
|
185
|
+
moderator: Επόπτης
|
186
|
+
valuator: Εκτιμητής
|
187
|
+
media_link:
|
188
|
+
fields:
|
189
|
+
date: Ημερομηνία
|
190
|
+
link: Σύνδεσμος
|
191
|
+
title: Τίτλος
|
192
|
+
name: Σύνδεσμος πολυμέσων
|
193
|
+
partner:
|
194
|
+
fields:
|
195
|
+
link: Σύνδεσμος
|
196
|
+
logo: Λογότυπο
|
197
|
+
name: Όνομα
|
198
|
+
partner_type: Τύπος
|
199
|
+
name: Συνεργάτης
|
200
|
+
types:
|
201
|
+
collaborator: Συνεργάτης
|
202
|
+
main_promotor: Κύριος υπεύθυνος προώθησης
|
203
|
+
registration_type:
|
204
|
+
fields:
|
205
|
+
conference_meetings: Συσκέψεις διάσκεψης
|
206
|
+
price: Τιμή
|
207
|
+
registrations_count: Αριθμός εγγραφών
|
208
|
+
title: Τίτλος
|
209
|
+
weight: Βάρος
|
210
|
+
name: Τύπος εγγραφής
|
211
|
+
partners:
|
212
|
+
create:
|
213
|
+
error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός συνεργάτη για αυτήν τη διάσκεψη.
|
214
|
+
success: Ο συνεργάτης διάσκεψης προστέθηκε με επιτυχία.
|
215
|
+
destroy:
|
216
|
+
success: Ο συνεργάτης διάσκεψης καταργήθηκε με επιτυχία.
|
217
|
+
edit:
|
218
|
+
title: Ενημέρωση συνεργάτη.
|
219
|
+
update: Ενημέρωση
|
220
|
+
new:
|
221
|
+
create: Δημιουργία
|
222
|
+
title: Νέος συνεργάτης
|
223
|
+
update:
|
224
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός συνεργάτη για αυτήν τη διάσκεψη.
|
225
|
+
success: Ο συνεργάτης διάσκεψης ενημερώθηκε με επιτυχία.
|
226
|
+
registration_type_publications:
|
227
|
+
create:
|
228
|
+
error: Υπήρξε ένα πρόβλημα κατά τη δημοσίευση αυτού του τύπου εγγραφής.
|
229
|
+
success: Ο τύπος εγγραφής δημοσιεύτηκε με επιτυχία.
|
230
|
+
destroy:
|
231
|
+
error: Υπήρξε ένα πρόβλημα κατά την κατάργηση δημοσίευσης αυτού του τύπου εγγραφής.
|
232
|
+
success: Η δημοσίευση του τύπου εγγραφής καταργήθηκε με επιτυχία.
|
233
|
+
registration_types:
|
234
|
+
create:
|
235
|
+
error: Υπήρξε ένα πρόβλημα κατά την προσθήκη ενός τύπου εγγραφής για αυτήν τη διάσκεψη.
|
236
|
+
success: Ο τύπος εγγραφής διάσκεψης προστέθηκε με επιτυχία.
|
237
|
+
destroy:
|
238
|
+
success: Ο τύπος εγγραφής διάσκεψης καταργήθηκε με επιτυχία.
|
239
|
+
edit:
|
240
|
+
title: Ενημέρωση τύπου εγγραφής.
|
241
|
+
update: Ενημέρωση
|
242
|
+
new:
|
243
|
+
create: Δημιουργία
|
244
|
+
title: Νέος τύπος εγγραφής
|
245
|
+
update:
|
246
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός τύπου εγγραφής για αυτήν τη διάσκεψη.
|
247
|
+
success: Ο τύπος εγγραφής διάσκεψης ενημερώθηκε με επιτυχία.
|
248
|
+
titles:
|
249
|
+
conferences: Διασκέψεις
|
250
|
+
admin_log:
|
251
|
+
conference:
|
252
|
+
create: "Ο χρήστης %{user_name} δημιούργησε τη διάσκεψη %{resource_name}"
|
253
|
+
publish: "Ο χρήστης %{user_name} δημοσίευσε τη διάσκεψη %{resource_name}"
|
254
|
+
send_conference_diplomas: "Ο χρήστης %{user_name} έστειλε πιστοποιητικά παρακολούθησης στους συμμετέχοντες της διάσκεψης %{resource_name}"
|
255
|
+
unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση της διάσκεψης %{resource_name}"
|
256
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε τη διάσκεψη %{resource_name}"
|
257
|
+
update_diploma: "Ο χρήστης %{user_name} ενημέρωσε τη διαμόρφωση των πιστοποιητικών παρακολούθησης για τη διάσκεψη %{resource_name}"
|
258
|
+
conference_speaker:
|
259
|
+
create: "Ο χρήστης %{user_name} δημιούργησε τον ομιλητή %{resource_name} στη διάσκεψη %{space_name}"
|
260
|
+
delete: "Ο χρήστης %{user_name} κατάργησε τον ομιλητή %{resource_name} από τη διάσκεψη %{space_name}"
|
261
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε τον ομιλητή %{resource_name} στη διάσκεψη %{space_name}"
|
262
|
+
conference_user_role:
|
263
|
+
create: "Ο χρήστης %{user_name} προσκάλεσε τον/την %{resource_name} στη διάσκεψη %{space_name}"
|
264
|
+
delete: "Ο χρήστης %{user_name} κατάργησε τον διαχειριστή %{resource_name} από τη διάσκεψη %{space_name}"
|
265
|
+
update: "Ο χρήστης %{user_name} άλλαξε τον ρόλο του/της %{resource_name} στη διάσκεψη %{space_name}"
|
266
|
+
conferences:
|
267
|
+
conference_registration:
|
268
|
+
confirm: "Ο χρήστης %{user_name} επιβεβαίωση μια εγγραφή διάσκεψης στη διάσκεψη %{resource_name}"
|
269
|
+
partner:
|
270
|
+
create: "Ο χρήστης %{user_name} δημιούργησε %{resource_name} στη διάσκεψη %{space_name}"
|
271
|
+
delete: "Ο χρήστης %{user_name} κατάργησε τον διαχειριστή %{resource_name} από τη διάσκεψη %{space_name}"
|
272
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε το στοιχείο %{resource_name} στη διάσκεψη %{space_name}"
|
273
|
+
registration_type:
|
274
|
+
create: "Ο χρήστης %{user_name} δημιούργησε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
275
|
+
publish: "Ο χρήστης %{user_name} δημοσίευσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
276
|
+
unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση του τύπου εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
277
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
278
|
+
media_link:
|
279
|
+
create: "Ο χρήστης %{user_name} δημιούργησε τον σύνδεσμο πολυμέσων %{resource_name} στη διάσκεψη %{space_name}"
|
280
|
+
delete: "Ο χρήστης %{user_name} κατάργησε τον σύνδεσμο πολυμέσων %{resource_name} από τη διάσκεψη %{space_name}"
|
281
|
+
update: "Ο χρήστης %{user_name} ενημέρωσε τον σύνδεσμο πολυμέσων %{resource_name} στη διάσκεψη %{space_name}"
|
282
|
+
conference_program:
|
283
|
+
index:
|
284
|
+
title: Πρόγραμμα
|
285
|
+
conference_speakers:
|
286
|
+
index:
|
287
|
+
title: Ομιλητές
|
288
|
+
conferences:
|
289
|
+
admin:
|
290
|
+
conference_copies:
|
291
|
+
form:
|
292
|
+
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
293
|
+
conference_invites:
|
294
|
+
create:
|
295
|
+
error: Υπήρξε ένα πρόβλημα κατά την πρόσκληση του συμμετέχοντα στη διάσκεψη.
|
296
|
+
success: Ο συμμετέχων προσκλήθηκε με επιτυχία στη διάσκεψη.
|
297
|
+
form:
|
298
|
+
attendee_type: Τύπος συμμετέχοντα
|
299
|
+
existing_user: Υπάρχων συμμετέχων
|
300
|
+
invite_explanation: Ο συμμετέχων θα προσκληθεί να συμμετάσχει στη διάσκεψη και στον οργανισμό.
|
301
|
+
non_user: Ο συμμετέχων δεν υπάρχει
|
302
|
+
select_user: Επιλέξτε συμμετέχοντα
|
303
|
+
index:
|
304
|
+
filter:
|
305
|
+
accepted: Έγινε αποδοχή
|
306
|
+
all: Όλα
|
307
|
+
rejected: Απορρίφθηκε
|
308
|
+
sent: Στάλθηκε
|
309
|
+
filter_by: Φιλτράρισμα κατά
|
310
|
+
invite_attendee: Πρόσκληση συμμετέχοντα
|
311
|
+
invites: Προσκλήσεις
|
312
|
+
search: Αναζήτηση
|
313
|
+
new:
|
314
|
+
explanation: Η συμμετέχουσα θα προσκληθεί να συμμετάσχει σε διάσκεψη. Εάν το email της δεν είναι καταχωρημένο, θα προσκληθεί και στον οργανισμό.
|
315
|
+
invite: Πρόσκληση
|
316
|
+
new_invite: Πρόσκληση συμμετέχοντα
|
317
|
+
conference_registrations:
|
318
|
+
index:
|
319
|
+
registrations: Εγγραφές
|
320
|
+
conference_speakers:
|
321
|
+
form:
|
322
|
+
existing_user: Υπάρχων συμμετέχων
|
323
|
+
non_user: Μη συμμετέχων
|
324
|
+
select_user: Επιλέξτε συμμετέχοντα
|
325
|
+
user_type: Τύπος συμμετέχοντα
|
326
|
+
index:
|
327
|
+
search: Αναζήτηση
|
328
|
+
conferences:
|
329
|
+
form:
|
330
|
+
available_slots_help: Αφήστε το σε 0, εάν έχετε απεριόριστες διαθέσιμες θέσεις.
|
331
|
+
registrations_count:
|
332
|
+
one: Πραγματοποιήθηκε 1 εγγραφή.
|
333
|
+
other: Πραγματοποιήθηκαν %{count} εγγραφές.
|
334
|
+
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
335
|
+
diplomas:
|
336
|
+
edit:
|
337
|
+
save: Αποθήκευση
|
338
|
+
title: Πιστοποιητικό παρακολούθησης
|
339
|
+
invite_join_conference_mailer:
|
340
|
+
invite:
|
341
|
+
decline: Απόρριψη πρόσκλησης «%{conference_title}»
|
342
|
+
invited_you_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
|
343
|
+
registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
|
344
|
+
partners:
|
345
|
+
index:
|
346
|
+
title: Συνεργάτες
|
347
|
+
registration_types:
|
348
|
+
form:
|
349
|
+
select_conference_meetings: Επιλέξτε συσκέψεις διασκέψεων
|
350
|
+
index:
|
351
|
+
title: Τύποι εγγραφής
|
352
|
+
send_conference_diploma_mailer:
|
353
|
+
diploma:
|
354
|
+
diploma_html: Θα βρείτε το πιστοποιητικό παρακολούθησης για τη διάσκεψη <a href="%{url}">%{title}</a> στα συνημμένα.
|
355
|
+
diploma_user:
|
356
|
+
attendance_verified_by: Η παρακολούθηση επαληθεύτηκε από
|
357
|
+
certificate_of_attendance: Πιστοποιητικό παρακολούθησης
|
358
|
+
certificate_of_attendance_description: Με το παρόν βεβαιώνεται ότι ο χρήστης <strong>%{user}</strong> παρακολούθησε και έλαβε μέρος στη διάσκεψη <strong>%{title}</strong> που πραγματοποιήθηκε στην τοποθεσία <strong>%{location}</strong> στις <strong>%{start} - %{end}</strong>
|
359
|
+
send_diploma:
|
360
|
+
error: Υπήρξε ένα πρόβλημα κατά την αποστολή των πιστοποιητικών παρακολούθησης της διάσκεψης.
|
361
|
+
success: Τα πιστοποιητικά παρακολούθησης της διάσκεψης στάλθηκαν με επιτυχία
|
362
|
+
conference:
|
363
|
+
registration_confirm:
|
364
|
+
cancel: Ακύρωση
|
365
|
+
confirm: Επιβεβαίωση
|
366
|
+
show:
|
367
|
+
free: Δωρεάν
|
368
|
+
going: Συμμετέχοντες
|
369
|
+
no_slots_available: Δεν υπάρχουν διαθέσιμες θέσεις
|
370
|
+
registration: Εγγραφή
|
371
|
+
conference_program:
|
372
|
+
program_meeting:
|
373
|
+
content: Περιεχόμενο
|
374
|
+
location: Τοποθεσία
|
375
|
+
speakers: Ομιλητές
|
376
|
+
streaming: Ροή
|
377
|
+
show:
|
378
|
+
day: Ημέρα
|
379
|
+
program: Πρόγραμμα
|
380
|
+
conference_registration_mailer:
|
381
|
+
confirmation:
|
382
|
+
confirmed_html: Η εγγραφή σας στη διάσκεψη <a href="%{url}">%{title}</a> έχει επιβεβαιωθεί.
|
383
|
+
details_1: 'Έχετε εγγραφεί στη διάσκεψη με τύπο %{registration_type}. Κοστίζει %{price} και μπορείτε να παρακολουθήσετε τις παρακάτω εκδηλώσεις:'
|
384
|
+
details_2: Θα βρείτε τις λεπτομέρειες της διάσκεψης στο συνημμένο.
|
385
|
+
pending_validation:
|
386
|
+
confirmation_pending: Θα λάβετε την επιβεβαίωση σύντομα
|
387
|
+
details: 'Έχετε εγγραφεί στη διάσκεψη με τύπο %{registration_type} με κόστος %{price} και μπορείτε να παρακολουθήσετε τις παρακάτω εκδηλώσεις:'
|
388
|
+
pending_html: Εκκρεμεί επιβεβαίωση για την εγγραφή σας στη διάσκεψη <a href="%{url}">%{title}</a>.
|
389
|
+
conference_registrations:
|
390
|
+
create:
|
391
|
+
invalid: Υπήρξε ένα πρόβλημα κατά τη συμμετοχή σε αυτήν τη διάσκεψη.
|
392
|
+
success: Συμμετείχατε στη διάσκεψη με επιτυχία.
|
393
|
+
decline_invitation:
|
394
|
+
invalid: Υπήρξε ένα πρόβλημα κατά την απόρριψη της πρόσκλησης.
|
395
|
+
success: Απορρίψατε την πρόσκληση με επιτυχία.
|
396
|
+
destroy:
|
397
|
+
invalid: Υπήρξε ένα πρόβλημα κατά την αποχώρηση από αυτήν τη διάσκεψη.
|
398
|
+
success: Αποχωρήσατε από τη διάσκεψη με επιτυχία.
|
399
|
+
conference_speaker:
|
400
|
+
go_to_twitter: Μετάβαση στο Twitter
|
401
|
+
more_info: περισσότερες πληροφορίες
|
402
|
+
personal_website: Προσωπικός ιστότοπος
|
403
|
+
show:
|
404
|
+
more_info: περισσότερες πληροφορίες
|
405
|
+
conference_speaker_cell:
|
406
|
+
personal_url:
|
407
|
+
personal_website: Προσωπικός ιστότοπος
|
408
|
+
twitter_handle:
|
409
|
+
go_to_twitter: Μετάβαση στο Twitter
|
410
|
+
conference_speakers:
|
411
|
+
index:
|
412
|
+
speakers: Ομιλητές
|
413
|
+
conferences:
|
414
|
+
partners:
|
415
|
+
collaborators: Συνεργάτες
|
416
|
+
main_promotors: Διοργανωτές
|
417
|
+
show:
|
418
|
+
login_as: Έχετε συνδεθεί ως %{name} <%{email}>
|
419
|
+
make_conference_registration: 'Εγγραφείτε στη διάσκεψη:'
|
420
|
+
register: Εγγραφή
|
421
|
+
content_blocks:
|
422
|
+
highlighted_conferences:
|
423
|
+
name: Επισημασμένες διασκέψεις
|
424
|
+
index:
|
425
|
+
title: Διασκέψεις
|
426
|
+
mailer:
|
427
|
+
conference_registration_mailer:
|
428
|
+
confirmation:
|
429
|
+
subject: Η εγγραφή σας στη διάσκεψη επιβεβαιώθηκε
|
430
|
+
pending_validation:
|
431
|
+
subject: Εκκρεμεί επιβεβαίωση για την εγγραφή σας στη διάσκεψη
|
432
|
+
invite_join_conference_mailer:
|
433
|
+
invite:
|
434
|
+
subject: Πρόσκληση συμμετοχής σε διάσκεψη
|
435
|
+
send_conference_diploma_mailer:
|
436
|
+
diploma:
|
437
|
+
subject: Το πιστοποιητικό παρακολούθησης στη διάσκεψη έχει σταλεί σε εσάς
|
438
|
+
models:
|
439
|
+
conference_invite:
|
440
|
+
fields:
|
441
|
+
email: Email
|
442
|
+
name: Όνομα
|
443
|
+
registration_type: Τύπος εγγραφής
|
444
|
+
sent_at: Στάλθηκε στις
|
445
|
+
status: Κατάσταση
|
446
|
+
status:
|
447
|
+
accepted: Έγινε αποδοχή (%{at})
|
448
|
+
rejected: Απορρίφθηκε (%{at})
|
449
|
+
sent: Στάλθηκε
|
450
|
+
conference_registration:
|
451
|
+
fields:
|
452
|
+
email: Email
|
453
|
+
name: Όνομα
|
454
|
+
registration_type: Τύπος εγγραφής
|
455
|
+
state: Κατάσταση
|
456
|
+
states:
|
457
|
+
confirmed: Επιβεβαιώθηκε
|
458
|
+
pending: Σε εκκρεμότητα
|
459
|
+
pages:
|
460
|
+
home:
|
461
|
+
highlighted_conferences:
|
462
|
+
active_conferences: Ενεργές διασκέψεις
|
463
|
+
see_all_conferences: Δείτε όλες τις διασκέψεις
|
464
|
+
photo:
|
465
|
+
image:
|
466
|
+
attributes:
|
467
|
+
alt: Εικόνα πολυμέσων
|
468
|
+
show:
|
469
|
+
close_modal: Κλείσιμο βοηθητικού στοιχείου
|
470
|
+
photo: Εικόνα
|
471
|
+
photos_list:
|
472
|
+
show:
|
473
|
+
related_photos: Εικόνες
|
474
|
+
registration_types:
|
475
|
+
index:
|
476
|
+
choose_an_option: 'Ορίστε την επιλογή εγγραφής σας:'
|
477
|
+
login_as: Έχετε συνδεθεί ως %{name} <%{email}>
|
478
|
+
register: Εγγραφή
|
479
|
+
title: Τύποι εγγραφής
|
480
|
+
shared:
|
481
|
+
conference_user_login:
|
482
|
+
already_account: Έχετε ήδη λογαριασμό στο decidim;
|
483
|
+
new_user: Νέος χρήστης;
|
484
|
+
sign_in: Συνδεθείτε για να εγγραφείτε στη διάσκεψη
|
485
|
+
sign_up: Δημιουργήστε έναν λογαριασμό στο decidim για να εγγραφείτε στη διάσκεψη
|
486
|
+
show:
|
487
|
+
details: Λεπτομέρειες
|
488
|
+
introduction: Εισαγωγή
|
489
|
+
objectives: Στόχοι
|
490
|
+
related_assemblies: Σχετικές συνελεύσεις
|
491
|
+
related_consultations: Σχετικές διαβουλεύσεις
|
492
|
+
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
493
|
+
statistics:
|
494
|
+
answers_count: Απαντήσεις
|
495
|
+
comments_count: Σχόλια
|
496
|
+
conference_count: Διασκέψεις
|
497
|
+
debates_count: Συζητήσεις
|
498
|
+
endorsements_count: Επιδοκιμασίες
|
499
|
+
headline: Δραστηριότητα
|
500
|
+
meetings_count: Συσκέψεις
|
501
|
+
orders_count: Υποστηρίξεις
|
502
|
+
pages_count: Σελίδες
|
503
|
+
posts_count: Δημοσιεύσεις
|
504
|
+
projects_count: Έργα
|
505
|
+
proposals_count: Προτάσεις
|
506
|
+
results_count: Αποτελέσματα
|
507
|
+
surveys_count: Έρευνες
|
508
|
+
users_count: Συμμετέχοντες
|
509
|
+
votes_count: Υποστηρίξεις
|
510
|
+
events:
|
511
|
+
conferences:
|
512
|
+
conference_registration_confirmed:
|
513
|
+
notification_title: Η εγγραφή σας στη διάσκεψη <a href="%{resource_url}">%{resource_title}</a> έχει επιβεβαιωθεί.
|
514
|
+
conference_registration_validation_pending:
|
515
|
+
notification_title: Εκκρεμεί επιβεβαίωση για την εγγραφή σας στη διάσκεψη <a href="%{resource_url}">%{resource_title}</a>.
|
516
|
+
conference_registrations_over_percentage:
|
517
|
+
email_intro: Οι κατειλημμένες θέσεις της διάσκεψης «%{resource_title}» είναι πάνω από %{percentage}%.
|
518
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε διαχειριστής του χώρου συμμετοχής της διάσκεψης.
|
519
|
+
email_subject: Οι κατειλημμένες θέσεις της διάσκεψης «%{resource_title}» είναι πάνω από %{percentage}%
|
520
|
+
notification_title: Οι κατειλημμένες θέσεις της διάσκεψης <a href="%{resource_path}">%{resource_title}</a> είναι πάνω από %{percentage}%.
|
521
|
+
conference_updated:
|
522
|
+
email_intro: 'Η διάσκεψη «%{resource_title}» ενημερώθηκε. Μπορείτε να διαβάσετε τη νέα έκδοση από τη σελίδα της:'
|
523
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τη διάσκεψη «%{resource_title}». Μπορείτε να σταματήσετε να την ακολουθείτε από τον προηγούμενο σύνδεσμο.
|
524
|
+
email_subject: Η διάσκεψη «%{resource_title}» ενημερώθηκε
|
525
|
+
notification_title: Η διάσκεψη <a href="%{resource_path}">%{resource_title}</a> ενημερώθηκε.
|
526
|
+
registrations_enabled:
|
527
|
+
email_intro: 'Οι εγγραφές για τη διάσκεψη «%{resource_title}» έχουν ενεργοποιηθεί. Μπορείτε να εγγραφείτε στη σελίδα της:'
|
528
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τη διάσκεψη «%{resource_title}». Μπορείτε να σταματήσετε να την ακολουθείτε από τον προηγούμενο σύνδεσμο.
|
529
|
+
email_subject: Οι εγγραφές για τη διάσκεψη «%{resource_title}» έχουν ενεργοποιηθεί.
|
530
|
+
notification_title: Οι εγγραφές για τη διάσκεψη <a href="%{resource_path}">%{resource_title}</a> έχουν ενεργοποιηθεί.
|
531
|
+
role_assigned:
|
532
|
+
email_intro: Έχετε εκχωρηθεί ως %{role} για τη διάσκεψη «%{resource_title}».
|
533
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή είστε %{role} της διάσκεψης «%{resource_title}».
|
534
|
+
email_subject: Έχετε εκχωρηθεί ως %{role} για «%{resource_title}».
|
535
|
+
notification_title: Έχετε εκχωρηθεί ως %{role} για τη διάσκεψη <a href="%{resource_url}">%{resource_title}</a>.
|
536
|
+
upcoming_conference:
|
537
|
+
email_intro: 'Η διάσκεψη «%{resource_title}» θα λάβει χώρα σε 2 ημέρες. Μπορείτε να διαβάσετε την περιγραφή από τη σελίδα της:'
|
538
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή ακολουθείτε τη διάσκεψη «%{resource_title}». Μπορείτε να σταματήσετε να την ακολουθείτε από τον προηγούμενο σύνδεσμο.
|
539
|
+
email_subject: Η διάσκεψη «%{resource_title}» έρχεται σύντομα κοντά σας!
|
540
|
+
notification_title: Η διάσκεψη <a href="%{resource_path}">%{resource_title}</a> θα πραγματοποιηθεί σε 2 ημέρες.
|
541
|
+
log:
|
542
|
+
value_types:
|
543
|
+
conference_presenter:
|
544
|
+
not_found: 'Η διάσκεψη δεν βρέθηκε στη βάση δεδομένων (αναγνωριστικό: %{id})'
|
545
|
+
media:
|
546
|
+
index:
|
547
|
+
description: Σύνδεσμοι σχετικά με αυτήν τη διάσκεψη
|
548
|
+
title: Πολυμέσα και σύνδεσμοι
|
549
|
+
menu:
|
550
|
+
conferences: Διασκέψεις
|
551
|
+
devise:
|
552
|
+
mailer:
|
553
|
+
join_conference:
|
554
|
+
subject: Πρόσκληση συμμετοχής σε διάσκεψη
|
555
|
+
layouts:
|
556
|
+
decidim:
|
557
|
+
conference_hero:
|
558
|
+
register: Εγγραφή
|
559
|
+
conference_widgets:
|
560
|
+
show:
|
561
|
+
take_part: Συμμετάσχετε
|
562
|
+
conferences:
|
563
|
+
conference:
|
564
|
+
more_info: Περισσότερες πληροφορίες
|
565
|
+
take_part: Συμμετάσχετε
|
566
|
+
index:
|
567
|
+
promoted_conferences: Επισημασμένες διασκέψεις
|
568
|
+
order_by_conferences:
|
569
|
+
conferences:
|
570
|
+
one: "%{count} διάσκεψη"
|
571
|
+
other: "%{count} διασκέψεις"
|
572
|
+
promoted_conference:
|
573
|
+
more_info: Περισσότερες πληροφορίες
|
574
|
+
take_part: Συμμετάσχετε
|
575
|
+
conferences_nav:
|
576
|
+
conference_menu_item: Πληροφορίες
|
577
|
+
conference_partners_menu_item: Συνεργάτες
|
578
|
+
conference_speaker_menu_item: Ομιλητές
|
579
|
+
media: Πολυμέσα
|
580
|
+
venues: Χώροι διοργάνωσης
|