decidim-meetings 0.23.3 → 0.24.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/decidim_meetings_manifest.js +1 -0
- data/app/assets/javascripts/decidim/meetings/admin/meetings_form.js.es6 +47 -0
- data/app/assets/javascripts/decidim/meetings/meetings_form.js.es6 +45 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings/elements.erb +16 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings/heading.erb +1 -0
- data/app/cells/decidim/meetings/content_blocks/highlighted_meetings_cell.rb +27 -0
- data/app/cells/decidim/meetings/join_meeting_button/show.erb +7 -0
- data/app/cells/decidim/meetings/meeting_cell.rb +2 -4
- data/app/cells/decidim/meetings/meeting_highlighted_list_item/show.erb +21 -0
- data/app/cells/decidim/meetings/meeting_highlighted_list_item_cell.rb +10 -0
- data/app/cells/decidim/meetings/meeting_m/address.erb +5 -1
- data/app/cells/decidim/meetings/meeting_m_cell.rb +2 -0
- data/app/cells/decidim/meetings/meeting_url/show.erb +15 -0
- data/app/cells/decidim/meetings/meeting_url_cell.rb +17 -0
- data/app/cells/decidim/meetings/reported_content/show.erb +3 -0
- data/app/cells/decidim/meetings/reported_content_cell.rb +13 -0
- data/app/commands/decidim/meetings/admin/create_meeting.rb +5 -0
- data/app/commands/decidim/meetings/admin/invite_user_to_join_meeting.rb +1 -1
- data/app/commands/decidim/meetings/admin/update_meeting.rb +5 -0
- data/app/commands/decidim/meetings/admin/validate_registration_code.rb +2 -0
- data/app/commands/decidim/meetings/close_meeting.rb +66 -0
- data/app/commands/decidim/meetings/create_meeting.rb +7 -1
- data/app/commands/decidim/meetings/leave_meeting.rb +2 -2
- data/app/commands/decidim/meetings/update_meeting.rb +8 -1
- data/app/controllers/decidim/meetings/admin/application_controller.rb +1 -1
- data/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +2 -2
- data/app/controllers/decidim/meetings/directory/meetings_controller.rb +2 -2
- data/app/controllers/decidim/meetings/meeting_closes_controller.rb +43 -0
- data/app/controllers/decidim/meetings/meetings_controller.rb +9 -5
- data/app/forms/decidim/meetings/admin/close_meeting_form.rb +4 -4
- data/app/forms/decidim/meetings/admin/meeting_form.rb +62 -4
- data/app/forms/decidim/meetings/close_meeting_form.rb +31 -0
- data/app/forms/decidim/meetings/meeting_form.rb +71 -3
- data/app/helpers/decidim/meetings/application_helper.rb +20 -0
- data/app/helpers/decidim/meetings/map_helper.rb +1 -1
- data/app/models/decidim/meetings/agenda_item.rb +1 -1
- data/app/models/decidim/meetings/meeting.rb +52 -1
- data/app/permissions/decidim/meetings/permissions.rb +12 -2
- data/app/presenters/decidim/meetings/meeting_presenter.rb +33 -0
- data/app/services/decidim/meetings/meeting_search.rb +20 -0
- data/app/views/decidim/meetings/admin/invite_join_meeting_mailer/invite.html.erb +1 -1
- data/app/views/decidim/meetings/admin/invites/index.html.erb +1 -1
- data/app/views/decidim/meetings/admin/meetings/_form.html.erb +31 -1
- data/app/views/decidim/meetings/admin/meetings/edit.html.erb +2 -2
- data/app/views/decidim/meetings/admin/meetings/index.html.erb +23 -1
- data/app/views/decidim/meetings/admin/meetings/new.html.erb +2 -2
- data/app/views/decidim/meetings/admin/minutes/edit.html.erb +1 -1
- data/app/views/decidim/meetings/admin/registrations/edit.html.erb +20 -18
- data/app/views/decidim/meetings/directory/meetings/index.html.erb +1 -0
- data/app/views/decidim/meetings/directory/meetings/index.js.erb +0 -3
- data/app/views/decidim/meetings/meeting_closes/_form.html.erb +7 -0
- data/app/views/decidim/meetings/meeting_closes/edit.html.erb +25 -0
- data/app/views/decidim/meetings/meeting_closes/proposals_picker.html.erb +1 -0
- data/app/views/decidim/meetings/meetings/_filters.html.erb +6 -0
- data/app/views/decidim/meetings/meetings/_form.html.erb +36 -2
- data/app/views/decidim/meetings/meetings/_online_meeting_link.html.erb +11 -0
- data/app/views/decidim/meetings/meetings/edit.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/index.js.erb +0 -3
- data/app/views/decidim/meetings/meetings/new.html.erb +1 -1
- data/app/views/decidim/meetings/meetings/show.html.erb +25 -21
- data/app/views/decidim/meetings/registration_mailer/confirmation.html.erb +3 -1
- data/app/views/decidim/participatory_spaces/_upcoming_meeting_for_card.html.erb +1 -1
- data/config/locales/ar.yml +0 -7
- data/config/locales/ca.yml +8 -9
- data/config/locales/cs.yml +47 -9
- data/config/locales/de.yml +45 -7
- data/config/locales/el.yml +0 -10
- data/config/locales/en.yml +47 -9
- data/config/locales/es-MX.yml +18 -9
- data/config/locales/es-PY.yml +18 -9
- data/config/locales/es.yml +18 -9
- data/config/locales/eu.yml +0 -7
- data/config/locales/fi-plain.yml +45 -7
- data/config/locales/fi.yml +45 -7
- data/config/locales/fr-CA.yml +47 -9
- data/config/locales/fr.yml +47 -9
- data/config/locales/gl.yml +0 -11
- data/config/locales/hu.yml +0 -10
- data/config/locales/id-ID.yml +0 -7
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +0 -9
- data/config/locales/ja.yml +0 -9
- data/config/locales/lv.yml +0 -10
- data/config/locales/nl.yml +43 -8
- data/config/locales/no.yml +11 -10
- data/config/locales/pl.yml +40 -13
- data/config/locales/pt-BR.yml +0 -7
- data/config/locales/pt.yml +0 -9
- data/config/locales/ro-RO.yml +0 -9
- data/config/locales/ru.yml +0 -7
- data/config/locales/sk.yml +0 -10
- data/config/locales/sl.yml +0 -4
- data/config/locales/sv.yml +11 -9
- data/config/locales/tr-TR.yml +44 -9
- data/config/locales/uk.yml +0 -6
- data/config/locales/zh-CN.yml +0 -9
- data/db/migrate/20180809134748_add_upcoming_events_as_content_block.rb +1 -1
- data/db/migrate/20201006140511_add_online_meeting_url.rb +7 -0
- data/db/migrate/20201009124057_add_type_of_meeting.rb +7 -0
- data/db/migrate/20201016112641_add_registration_type_and_url_to_meetings.rb +19 -0
- data/lib/decidim/api/agenda_item_type.rb +22 -0
- data/lib/decidim/api/agenda_type.rb +19 -0
- data/lib/decidim/api/linked_resources_interface.rb +7 -6
- data/lib/decidim/api/meeting_type.rb +63 -0
- data/lib/decidim/api/meetings_type.rb +26 -0
- data/lib/decidim/api/minutes_type.rb +20 -0
- data/{app/types/decidim/meetings → lib/decidim/api}/service_type.rb +4 -4
- data/lib/decidim/api/services_interface.rb +3 -3
- data/lib/decidim/meetings.rb +1 -1
- data/lib/decidim/meetings/api.rb +6 -0
- data/lib/decidim/meetings/component.rb +53 -23
- data/lib/decidim/meetings/engine.rb +3 -17
- data/lib/decidim/meetings/test/factories.rb +16 -3
- data/lib/decidim/meetings/version.rb +1 -1
- metadata +43 -40
- data/app/types/decidim/meetings/agenda_item_type.rb +0 -28
- data/app/types/decidim/meetings/agenda_type.rb +0 -25
- data/app/types/decidim/meetings/meeting_type.rb +0 -65
- data/app/types/decidim/meetings/meetings_type.rb +0 -32
- data/app/types/decidim/meetings/minutes_type.rb +0 -26
- data/app/views/decidim/participatory_processes/participatory_process_groups/_highlighted_meetings.html.erb +0 -15
- data/app/views/decidim/participatory_processes/participatory_process_groups/_meeting.html.erb +0 -10
@@ -0,0 +1,25 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="columns large-3">
|
3
|
+
<%= link_to :back do %>
|
4
|
+
<%= icon "chevron-left", class: "icon--small", role: "img" %>
|
5
|
+
<%= t(".back") %>
|
6
|
+
<% end %>
|
7
|
+
</div>
|
8
|
+
|
9
|
+
<div class="columns large-6">
|
10
|
+
<h2 class="section-heading"><%= t(".title") %></h2>
|
11
|
+
<div class="card">
|
12
|
+
<div class="card__content">
|
13
|
+
<%= decidim_form_for(@form, url: meeting_meeting_close_path(meeting, @form), html: { class: "form edit_close_meeting" }) do |f| %>
|
14
|
+
<%= render partial: "form", object: f, locals: { title: t(".title") } %>
|
15
|
+
|
16
|
+
<div class="button--double form-general-submit">
|
17
|
+
<%= f.submit t(".close") %>
|
18
|
+
</div>
|
19
|
+
<% end %>
|
20
|
+
</div>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
|
24
|
+
<div class="columns large-3"></div>
|
25
|
+
</div>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%= cell "decidim/proposals/proposals_picker", current_component %>
|
@@ -18,6 +18,8 @@
|
|
18
18
|
<%= form.check_boxes_tree :date, filter_date_values, legend_title: t(".date") %>
|
19
19
|
<% end %>
|
20
20
|
|
21
|
+
<%= form.check_boxes_tree :type, filter_type_values, legend_title: t(".type") %>
|
22
|
+
|
21
23
|
<% if current_component.has_subscopes? %>
|
22
24
|
<%= form.check_boxes_tree :scope_id, filter_scopes_values, legend_title: t(".scope") %>
|
23
25
|
<% end %>
|
@@ -29,4 +31,8 @@
|
|
29
31
|
<% if component_settings.creation_enabled_for_participants? %>
|
30
32
|
<%= form.check_boxes_tree :origin, filter_origin_values, legend_title: t(".origin") %>
|
31
33
|
<% end %>
|
34
|
+
|
35
|
+
<% if current_user %>
|
36
|
+
<%= form.collection_radio_buttons :activity, activity_filter_values, :first, :last, { legend_title: t(".activity") }, "aria-controls": "meetings" %>
|
37
|
+
<% end %>
|
32
38
|
<% end %>
|
@@ -7,11 +7,18 @@
|
|
7
7
|
</div>
|
8
8
|
|
9
9
|
<div class="field">
|
10
|
-
<%= form.
|
10
|
+
<%= form.select :type_of_meeting,
|
11
|
+
@form.type_of_meeting_select,
|
12
|
+
{ include_blank: t(".select_a_meeting_type") },
|
13
|
+
{ multiple: false } %>
|
14
|
+
</div>
|
15
|
+
|
16
|
+
<div class="field" data-meeting-type="in_person">
|
17
|
+
<%= form.geocoding_field :address, input_html: { required: false } %>
|
11
18
|
<p class="help-text"><%= t(".address_help") %></p>
|
12
19
|
</div>
|
13
20
|
|
14
|
-
<div class="field">
|
21
|
+
<div class="field" data-meeting-type="in_person">
|
15
22
|
<%= form.text_area :location %>
|
16
23
|
<p class="help-text"><%= t(".location_help") %></p>
|
17
24
|
</div>
|
@@ -21,6 +28,11 @@
|
|
21
28
|
<p class="help-text"><%= t(".location_hints_help") %></p>
|
22
29
|
</div>
|
23
30
|
|
31
|
+
<div class="field" data-meeting-type="online">
|
32
|
+
<%= form.text_field :online_meeting_url %>
|
33
|
+
<p class="help-text"><%= t(".online_meeting_url_help") %></p>
|
34
|
+
</div>
|
35
|
+
|
24
36
|
<div class="field">
|
25
37
|
<%= form.datetime_field :start_time %>
|
26
38
|
</div>
|
@@ -39,6 +51,28 @@
|
|
39
51
|
<%= form.categories_select :decidim_category_id, current_participatory_space.categories, prompt: t(".select_a_category"), disable_parents: false %>
|
40
52
|
</div>
|
41
53
|
|
54
|
+
<div class="row column">
|
55
|
+
<%= form.select :registration_type,
|
56
|
+
@form.registration_type_select,
|
57
|
+
{ include_blank: t(".select_a_registration_type") },
|
58
|
+
{ multiple: false } %>
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div class="row column" id="meeting_available_slots">
|
62
|
+
<%= form.number_field :available_slots %>
|
63
|
+
<p class="help-text"><%= t(".available_slots_help") %></p>
|
64
|
+
</div>
|
65
|
+
|
66
|
+
<div class="field" id="meeting_registration_terms">
|
67
|
+
<%= text_editor_for(form, :registration_terms) %>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div class="field" id="meeting_registration_url">
|
71
|
+
<%= form.text_field :registration_url %>
|
72
|
+
<p class="help-text"><%= t(".registration_url_help") %></p>
|
73
|
+
<label><%= t(".disclaimer", organization: current_component.organization.name) %></label><br>
|
74
|
+
</div>
|
75
|
+
|
42
76
|
<div class="field">
|
43
77
|
<%= form.select(
|
44
78
|
:user_group_id,
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<div class="card card--secondary">
|
2
|
+
<div class="card__content address">
|
3
|
+
<div class="address__info">
|
4
|
+
<%= icon "video", role: "img", "aria-hidden": true, remove_icon_class: true, width: 40, height: 70 %>
|
5
|
+
<div class="address__details">
|
6
|
+
<span><%= link_to(meeting.online_meeting_url, meeting.online_meeting_url, target: "_blank") %></span><br>
|
7
|
+
<span><%= translated_attribute meeting.location_hints %></span>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
</div>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<h2 class="section-heading"><%= t(".title") %></h2>
|
11
11
|
<div class="card">
|
12
12
|
<div class="card__content">
|
13
|
-
<%= decidim_form_for(@form) do |f| %>
|
13
|
+
<%= decidim_form_for(@form, html: { class: "meetings_form edit_meeting" }) do |f| %>
|
14
14
|
<%= render partial: "form", object: f %>
|
15
15
|
|
16
16
|
<div class="actions">
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<h2 class="section-heading"><%= t(".title") %></h2>
|
11
11
|
<div class="card">
|
12
12
|
<div class="card__content">
|
13
|
-
<%= decidim_form_for(@form) do |f| %>
|
13
|
+
<%= decidim_form_for(@form, html: { class: "meetings_form new_meeting" }) do |f| %>
|
14
14
|
<%= render partial: "form", object: f %>
|
15
15
|
|
16
16
|
<div class="actions">
|
@@ -36,6 +36,10 @@ edit_link(
|
|
36
36
|
<%= link_to t(".edit_meeting"), edit_meeting_path(meeting), class: "button secondary hollow expanded button-sc button--icon follow-button" %>
|
37
37
|
<% end %>
|
38
38
|
|
39
|
+
<% if allowed_to?(:close, :meeting, meeting: meeting) %>
|
40
|
+
<%= link_to t(".close_meeting"), edit_meeting_meeting_close_path(meeting_id: meeting.id, id: meeting.id), class: "button hollow expanded button-sc button--icon follow-button" %>
|
41
|
+
<% end %>
|
42
|
+
|
39
43
|
<div class="card extra">
|
40
44
|
<div class="card__content">
|
41
45
|
<div class="extra__date">
|
@@ -51,31 +55,31 @@ edit_link(
|
|
51
55
|
<%= render partial: "decidim/shared/follow_button", locals: { followable: meeting, large: false } %>
|
52
56
|
</div>
|
53
57
|
<% if meeting.closed? %>
|
58
|
+
<% double = meeting.has_contributions? && meeting.has_attendees? %>
|
54
59
|
<div class="card card--secondary extra definition-data">
|
55
|
-
<% if meeting.
|
56
|
-
<div class="definition-data__item definition-data__item--double">
|
57
|
-
<span class="definition-data__title"><%= t(".attendees") %></span>
|
58
|
-
<span class="definition-data__number"><%= meeting.attendees_count %></span>
|
59
|
-
</div>
|
60
|
-
<div class="definition-data__item definition-data__item--double">
|
60
|
+
<% if meeting.has_contributions? %>
|
61
|
+
<div class="definition-data__item <%= "definition-data__item--double" if double %>">
|
61
62
|
<span class="definition-data__title"><%= t(".contributions") %></span>
|
62
63
|
<span class="definition-data__number"><%= meeting.contributions_count %></span>
|
63
64
|
</div>
|
64
|
-
<%
|
65
|
-
|
65
|
+
<% end %>
|
66
|
+
<% if meeting.has_attendees? %>
|
67
|
+
<div class="definition-data__item <%= "definition-data__item--double" if double %>">
|
66
68
|
<span class="definition-data__title"><%= t(".attendees") %></span>
|
67
69
|
<span class="definition-data__number"><%= meeting.attendees_count %></span>
|
68
70
|
</div>
|
69
71
|
<% end %>
|
70
|
-
|
71
|
-
<
|
72
|
-
|
73
|
-
|
72
|
+
<% if meeting.attending_organizations %>
|
73
|
+
<div class="definition-data__item">
|
74
|
+
<span class="definition-data__title"><%= t(".organizations") %></span>
|
75
|
+
<span class="definition-data__text"><%= simple_format(meeting.attending_organizations) %></span>
|
76
|
+
</div>
|
77
|
+
<% end %>
|
74
78
|
</div>
|
75
79
|
<% end %>
|
76
80
|
</div>
|
77
81
|
|
78
|
-
<% if registration.present? %>
|
82
|
+
<% if registration.present? && registration.meeting.component.settings.registration_code_enabled %>
|
79
83
|
<div class="card extra">
|
80
84
|
<div class="card__content">
|
81
85
|
<div class="registration_code">
|
@@ -121,7 +125,13 @@ edit_link(
|
|
121
125
|
</span>
|
122
126
|
<% end %>
|
123
127
|
<%= decidim_sanitize(present(meeting).description(links: true)) %>
|
124
|
-
|
128
|
+
|
129
|
+
<% if meeting.online_meeting? %>
|
130
|
+
<%= render partial: "online_meeting_link", locals: { meeting: meeting } %>
|
131
|
+
<% else %>
|
132
|
+
<%= render partial: "decidim/shared/static_map", locals: { icon_name: "meetings", geolocalizable: meeting } %>
|
133
|
+
<% end %>
|
134
|
+
|
125
135
|
<%= render partial: "decidim/shared/tags", locals: { resource: meeting, tags_class_extra: "tags--meeting" } %>
|
126
136
|
</div>
|
127
137
|
|
@@ -163,10 +173,4 @@ edit_link(
|
|
163
173
|
<%= comments_for meeting %>
|
164
174
|
<%= pad_iframe_for meeting %>
|
165
175
|
|
166
|
-
<%=
|
167
|
-
render partial: "decidim/shared/flag_modal", locals: {
|
168
|
-
reportable: meeting,
|
169
|
-
form: @report_form,
|
170
|
-
url: decidim.report_path(sgid: meeting.to_sgid.to_s)
|
171
|
-
}
|
172
|
-
%>
|
176
|
+
<%= cell("decidim/flag_modal", meeting) %>
|
@@ -1,5 +1,7 @@
|
|
1
1
|
<p><%= t(".confirmed_html", title: present(@meeting).title, url: @locator.url) %></p>
|
2
2
|
|
3
|
-
|
3
|
+
<% if @registration.meeting.component.settings.registration_code_enabled %>
|
4
|
+
<p><%= t(".registration_code", code: @registration.code) %></p>
|
5
|
+
<% end %>
|
4
6
|
|
5
7
|
<p><%= t(".details") %></p>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
<div class="card__block">
|
2
|
-
|
2
|
+
<strong class="text-small"><%= t("upcoming_meeting", scope: "decidim.participatory_spaces.upcoming_meeting_for_card") %></strong>
|
3
3
|
<%= cell("decidim/meetings/meeting_m", upcoming_meeting).date %>
|
4
4
|
</div>
|
data/config/locales/ar.yml
CHANGED
@@ -29,9 +29,7 @@ ar:
|
|
29
29
|
title: عنوان
|
30
30
|
transparent: شفاف
|
31
31
|
minutes:
|
32
|
-
audio_url: العنوان الشبكي للصوت
|
33
32
|
description: وصف
|
34
|
-
video_url: العنوان الشبكي للفيديو
|
35
33
|
visible: مرئي
|
36
34
|
errors:
|
37
35
|
models:
|
@@ -434,11 +432,6 @@ ar:
|
|
434
432
|
description: عدد الاجتماعات التي تم إنشاؤها
|
435
433
|
object: اجتماعات
|
436
434
|
title: اجتماعات
|
437
|
-
participatory_processes:
|
438
|
-
participatory_process_groups:
|
439
|
-
highlighted_meetings:
|
440
|
-
past_meetings: الاجتماعات السابقة
|
441
|
-
upcoming_meetings: الاجتماعات القادمة
|
442
435
|
participatory_spaces:
|
443
436
|
highlighted_meetings:
|
444
437
|
past_meetings: الاجتماعات السابقة
|
data/config/locales/ca.yml
CHANGED
@@ -26,14 +26,13 @@ ca:
|
|
26
26
|
private_meeting: Trobada privada
|
27
27
|
registration_form_enabled: Formulari d'inscripcions habilitat
|
28
28
|
registration_terms: Termes i condicions d'inscripció
|
29
|
+
registration_url: URL de registre
|
29
30
|
registrations_enabled: Inscripcions obertes
|
30
31
|
start_time: Hora d'inici
|
31
32
|
title: Títol
|
32
33
|
transparent: Transparent
|
33
34
|
minutes:
|
34
|
-
audio_url: URL de l'àudio
|
35
35
|
description: Descripció
|
36
|
-
video_url: URL del vídeo
|
37
36
|
visible: És visible
|
38
37
|
errors:
|
39
38
|
models:
|
@@ -87,6 +86,7 @@ ca:
|
|
87
86
|
creation_enabled_for_participants: Les participants poden crear trobades
|
88
87
|
default_registration_terms: Termes de registre per defecte
|
89
88
|
enable_pads_creation: Habilitar la creació de pads
|
89
|
+
registration_code_enabled: Codi d'inscripció habilitat
|
90
90
|
resources_permissions_enabled: Es poden establir permisos d'accions per a cada trobada
|
91
91
|
scope_id: Àmbit
|
92
92
|
scopes_enabled: Àmbits habilitats
|
@@ -202,6 +202,7 @@ ca:
|
|
202
202
|
invalid: S'ha produït un error en actualitzar aquest ordre del dia
|
203
203
|
success: Ordre del dia actualitzat correctament
|
204
204
|
exports:
|
205
|
+
meeting_comments: Comentaris
|
205
206
|
meetings: Trobades
|
206
207
|
registrations: Inscripcions
|
207
208
|
invite_join_meeting_mailer:
|
@@ -252,8 +253,8 @@ ca:
|
|
252
253
|
update: Actualitzar
|
253
254
|
form:
|
254
255
|
address_help: 'Adreça: que farà servir per Geocoder per a trobar la localització'
|
256
|
+
available_slots_help: Deixeu-ho a 0 si les places disponibles són il·limitades
|
255
257
|
location_help: 'Localització: missatge dirigit a les participants indicant el lloc on trobar-se'
|
256
|
-
location_hints_help: 'Ajuda de localització: informació addicional. Per exemple: la planta de l''edifici'
|
257
258
|
index:
|
258
259
|
title: Trobades
|
259
260
|
new:
|
@@ -393,8 +394,8 @@ ca:
|
|
393
394
|
address_help: 'Adreça: que farà servir per Geocoder per a trobar la localització'
|
394
395
|
create_as: Crear trobada com a
|
395
396
|
location_help: 'Localització: missatge dirigit a les participants indicant el lloc on trobar-se'
|
396
|
-
location_hints_help: 'Ajuda de localització: informació addicional. Per exemple: la planta de l''edifici'
|
397
397
|
select_a_category: Si us plau, selecciona una categoria
|
398
|
+
select_a_meeting_type: Si us plau selecciona un tipus de trobada
|
398
399
|
index:
|
399
400
|
new_meeting: Nova trobada
|
400
401
|
meeting_minutes:
|
@@ -469,6 +470,9 @@ ca:
|
|
469
470
|
destroy:
|
470
471
|
invalid: S'ha produït un error en abandonar aquesta trobada.
|
471
472
|
success: Has abandonat la trobada amb èxit.
|
473
|
+
type_of_meeting:
|
474
|
+
in_person: Presencial
|
475
|
+
online: Online
|
472
476
|
types:
|
473
477
|
private_meeting: Trobada privada
|
474
478
|
transparent: Transparent
|
@@ -479,11 +483,6 @@ ca:
|
|
479
483
|
description: Nombre de trobades creades
|
480
484
|
object: trobades
|
481
485
|
title: Trobades
|
482
|
-
participatory_processes:
|
483
|
-
participatory_process_groups:
|
484
|
-
highlighted_meetings:
|
485
|
-
past_meetings: Trobades anteriors
|
486
|
-
upcoming_meetings: Properes trobades
|
487
486
|
participatory_spaces:
|
488
487
|
highlighted_meetings:
|
489
488
|
past_meetings: Trobades anteriors
|
data/config/locales/cs.yml
CHANGED
@@ -21,19 +21,22 @@ cs:
|
|
21
21
|
end_time: Čas ukončení
|
22
22
|
location: Umístění
|
23
23
|
location_hints: Nápověda k poloze
|
24
|
+
online_meeting_url: URL online schůzky
|
24
25
|
organizer_gid: Vytvořit jako
|
25
26
|
organizer_id: Organizátor
|
26
27
|
private_meeting: Soukromá schůzka
|
27
28
|
registration_form_enabled: Registrační formulář je povolen
|
28
29
|
registration_terms: Podmínky registrace
|
30
|
+
registration_url: URL registrace
|
29
31
|
registrations_enabled: Registrace povoleny
|
30
32
|
start_time: Čas zahájení
|
31
33
|
title: Název
|
32
34
|
transparent: Transparentní
|
35
|
+
type_of_meeting: Typ
|
33
36
|
minutes:
|
34
|
-
audio_url: Audio
|
37
|
+
audio_url: Audio URL
|
35
38
|
description: Popis
|
36
|
-
video_url: Video
|
39
|
+
video_url: Video URL
|
37
40
|
visible: Viditelný
|
38
41
|
errors:
|
39
42
|
models:
|
@@ -93,9 +96,11 @@ cs:
|
|
93
96
|
creation_enabled_for_participants: Účastníci mohou vytvářet schůzky
|
94
97
|
default_registration_terms: Výchozí podmínky registrace
|
95
98
|
enable_pads_creation: Povolit vytvoření sdíleného textu
|
99
|
+
registration_code_enabled: Registrační kód povolen
|
96
100
|
resources_permissions_enabled: Nastavení oprávnění lze nastavit pro každou schůzku
|
97
101
|
scope_id: Oblast působnosti
|
98
102
|
scopes_enabled: Oblasti působnosti povoleny
|
103
|
+
terms_and_conditions_url_for_meeting_creators: URL pro Zásady a podmínky ke schůzce tvůrců
|
99
104
|
step:
|
100
105
|
announcement: Oznámení
|
101
106
|
comments_blocked: Komentáře blokovány
|
@@ -210,6 +215,7 @@ cs:
|
|
210
215
|
invalid: Při aktualizaci této agendy došlo k problému
|
211
216
|
success: Agenda byla úspěšně aktualizována
|
212
217
|
exports:
|
218
|
+
meeting_comments: Komentáře
|
213
219
|
meetings: Setkání
|
214
220
|
registrations: Registrace
|
215
221
|
invite_join_meeting_mailer:
|
@@ -259,11 +265,18 @@ cs:
|
|
259
265
|
other: Schůzka nemůže být zničena, protože s ní je spojeno %{count} návrhů
|
260
266
|
success: Setkání bylo úspěšně smazáno
|
261
267
|
edit:
|
268
|
+
title: Upravit schůzku
|
262
269
|
update: Aktualizace
|
263
270
|
form:
|
264
271
|
address_help: 'Adresa: použita Geocoderem k nalezení polohy'
|
272
|
+
available_slots_help: Ponechte 0, pokud máte k dispozici neomezený počet slotů
|
273
|
+
disclaimer: 'Prohlášení o zřeknutí: Použitím externího registračního systému jste si vědomi toho, že organizátoři %{organization} nejsou odpovědní za data poskytovaná uživateli externí službě.'
|
265
274
|
location_help: 'Poloha: zpráva určená uživatelům, kteří předávají místo, aby se setkali'
|
266
|
-
location_hints_help: '
|
275
|
+
location_hints_help: 'Upřesnění k místu: dodatečné informace. Příklad: patro budovy, pokud se jedná o osobní schůzku, nebo vstupní heslo pro schůzku, pokud se jedná o schůzku s omezeným přístupem.'
|
276
|
+
online_meeting_url_help: 'Odkaz: Umožnit účastníkům připojení přímo k vaší schůzce'
|
277
|
+
registration_url_help: 'Odkaz: umožnit účastníkům jít na externí službu, kterou používáte pro registrace'
|
278
|
+
select_a_meeting_type: Vyberte prosím typ schůzky
|
279
|
+
select_a_registration_type: Vyberte prosím typ registrace
|
267
280
|
index:
|
268
281
|
title: Setkání
|
269
282
|
new:
|
@@ -287,6 +300,7 @@ cs:
|
|
287
300
|
invalid: Při vytváření těchto minut došlo k problému
|
288
301
|
success: Minuty úspěšně vytvořeny
|
289
302
|
edit:
|
303
|
+
title: Upravit minuty
|
290
304
|
update: Aktualizace
|
291
305
|
new:
|
292
306
|
create: Vytvořit
|
@@ -369,6 +383,11 @@ cs:
|
|
369
383
|
subject: Registrace schůzky byla potvrzena
|
370
384
|
meeting:
|
371
385
|
not_allowed: Tuto schůzku není povoleno prohlížet
|
386
|
+
meeting_closes:
|
387
|
+
edit:
|
388
|
+
back: Zpět
|
389
|
+
close: Ukončit schůzku
|
390
|
+
title: Ukončit schůzku
|
372
391
|
meetings:
|
373
392
|
count:
|
374
393
|
meetings_count:
|
@@ -384,12 +403,15 @@ cs:
|
|
384
403
|
title: Upravit schůzku
|
385
404
|
update: Aktualizovat
|
386
405
|
filters:
|
406
|
+
activity: Moje aktivita
|
407
|
+
all: Vše
|
387
408
|
category: Kategorie
|
388
409
|
date: Datum
|
389
410
|
date_values:
|
390
411
|
all: Vše
|
391
412
|
past: Minulé
|
392
413
|
upcoming: Nadcházející
|
414
|
+
my_meetings: Moje schůzky
|
393
415
|
origin: Původ
|
394
416
|
origin_values:
|
395
417
|
all: Vše
|
@@ -398,6 +420,12 @@ cs:
|
|
398
420
|
user_groups: Skupiny
|
399
421
|
scope: Oblast působnosti
|
400
422
|
search: Vyhledávání
|
423
|
+
type: Typ
|
424
|
+
type_values:
|
425
|
+
all: Vše
|
426
|
+
hybrid: Obojí
|
427
|
+
in_person: Osobně
|
428
|
+
online: Online
|
401
429
|
filters_small_view:
|
402
430
|
close_modal: Zavřít modální
|
403
431
|
filter: Filtr
|
@@ -405,10 +433,16 @@ cs:
|
|
405
433
|
unfold: Rozvinout
|
406
434
|
form:
|
407
435
|
address_help: 'Adresa: použita Geocoderem k nalezení polohy'
|
436
|
+
available_slots_help: Ponechte 0, pokud máte k dispozici neomezený počet slotů
|
408
437
|
create_as: Vytvořit schůzku jako
|
438
|
+
disclaimer: 'Prohlášení o zřeknutí: Použitím externího registračního systému jste si vědomi toho, že organizátoři %{organization} nejsou odpovědní za data poskytovaná uživateli externí službě.'
|
409
439
|
location_help: 'Poloha: zpráva určená uživatelům, kteří navrhují místo ke schůzce na'
|
410
|
-
location_hints_help: '
|
440
|
+
location_hints_help: 'Upřesnění k místu: dodatečné informace. Příklad: patro budovy, pokud se jedná o osobní schůzku, nebo vstupní heslo pro schůzku, pokud se jedná o schůzku s omezeným přístupem.'
|
441
|
+
online_meeting_url_help: 'Odkaz: Umožnit účastníkům připojení přímo k vaší schůzce'
|
442
|
+
registration_url_help: 'Odkaz: umožnit účastníkům jít na externí službu, kterou používáte pro registrace'
|
411
443
|
select_a_category: Vyberte prosím kategorii
|
444
|
+
select_a_meeting_type: Vyberte prosím typ schůzky
|
445
|
+
select_a_registration_type: Vyberte prosím typ registrace
|
412
446
|
index:
|
413
447
|
new_meeting: Nová schůzka
|
414
448
|
meeting_minutes:
|
@@ -427,6 +461,7 @@ cs:
|
|
427
461
|
show:
|
428
462
|
attendees: Počet účastníků
|
429
463
|
back: Zpět na seznam
|
464
|
+
close_meeting: Ukončit schůzku
|
430
465
|
contributions: Počet příspěvků
|
431
466
|
date: Datum
|
432
467
|
edit_meeting: Upravit schůzku
|
@@ -475,6 +510,10 @@ cs:
|
|
475
510
|
confirmed_html: Vaše registrace pro schůzku <a href="%{url}">%{title}</a> byla potvrzena.
|
476
511
|
details: Podrobnosti schůzky naleznete v příloze.
|
477
512
|
registration_code: Váš registrační kód je %{code}.
|
513
|
+
registration_type:
|
514
|
+
on_different_platform: Na jiné platformě
|
515
|
+
on_this_platform: Na této platformě
|
516
|
+
registration_disabled: Registrace zakázána
|
478
517
|
registrations:
|
479
518
|
create:
|
480
519
|
invalid: Na schůzi došlo k problému.
|
@@ -485,6 +524,10 @@ cs:
|
|
485
524
|
destroy:
|
486
525
|
invalid: Při setkání došlo k problému.
|
487
526
|
success: Zasedání jste úspěšně opustili.
|
527
|
+
type_of_meeting:
|
528
|
+
hybrid: Obojí
|
529
|
+
in_person: Osobně
|
530
|
+
online: Online
|
488
531
|
types:
|
489
532
|
private_meeting: Privátní setkání
|
490
533
|
transparent: Průhledný
|
@@ -495,11 +538,6 @@ cs:
|
|
495
538
|
description: Počet vytvořených schůzek
|
496
539
|
object: setkání
|
497
540
|
title: Setkání
|
498
|
-
participatory_processes:
|
499
|
-
participatory_process_groups:
|
500
|
-
highlighted_meetings:
|
501
|
-
past_meetings: Minulé schůze
|
502
|
-
upcoming_meetings: Nadcházející schůzky
|
503
541
|
participatory_spaces:
|
504
542
|
highlighted_meetings:
|
505
543
|
past_meetings: Minulé schůze
|